<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.cobblemon.com/index.php?action=history&amp;feed=atom&amp;title=Molang_Client_General_Functions</id>
	<title>Molang Client General Functions - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.cobblemon.com/index.php?action=history&amp;feed=atom&amp;title=Molang_Client_General_Functions"/>
	<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Molang_Client_General_Functions&amp;action=history"/>
	<updated>2026-05-10T06:56:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.10</generator>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Molang_Client_General_Functions&amp;diff=5781&amp;oldid=prev</id>
		<title>JPAKx4: Added Client General Molang Functions</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Molang_Client_General_Functions&amp;diff=5781&amp;oldid=prev"/>
		<updated>2025-04-19T23:02:00Z</updated>

		<summary type="html">&lt;p&gt;Added Client General Molang Functions&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{| class=&amp;quot;wikitable fixed-header sortable&amp;quot;&lt;br /&gt;
!Name!!Description!!Usage&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;syntaxhighlight lang=&amp;quot;kotlin&amp;quot;&amp;gt;sound(soundId: ResourceLocation, _: any, pitch: Double?) 3 params but only two used?&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|Plays a sound with &amp;lt;code&amp;gt;soundId&amp;lt;/code&amp;gt; identifier. &amp;lt;code&amp;gt;pitch&amp;lt;/code&amp;gt; is &amp;lt;code&amp;gt;1.0&amp;lt;/code&amp;gt; by defaut.&lt;br /&gt;
|&amp;lt;syntaxhighlight lang=&amp;quot;kotlin&amp;quot;&amp;gt;q.sound(&amp;#039;minecraft:block.chest.close&amp;#039;)&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;syntaxhighlight lang=&amp;quot;kotlin&amp;quot;&amp;gt;is_time(min: Int, max: Int): Double&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|Returns &amp;lt;code&amp;gt;1.0&amp;lt;/code&amp;gt; if time in ticks is in between &amp;lt;code&amp;gt;min&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;max&amp;lt;/code&amp;gt; (inclusive).&lt;br /&gt;
|&amp;lt;syntaxhighlight lang=&amp;quot;kotlin&amp;quot;&amp;gt;q.is_time(0, 24000)&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;syntaxhighlight lang=&amp;quot;kotlin&amp;quot;&amp;gt;say(message: String)&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|Puts the &amp;lt;code&amp;gt;message&amp;lt;/code&amp;gt; in the chat.&lt;br /&gt;
|&amp;lt;syntaxhighlight lang=&amp;quot;kotlin&amp;quot;&amp;gt;q.say(&amp;#039;Hello World!&amp;#039;)&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>JPAKx4</name></author>
	</entry>
</feed>