<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[Kotlin]Values]]></title><description><![CDATA[<p dir="auto">hэHow to change the values ​​of another module in Kotlin language</p>
]]></description><link>https://forum.liquidbounce.net/topic/3168/kotlin-values</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Jul 2026 12:57:03 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/3168.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 02 Oct 2021 06:10:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [Kotlin]Values on Sat, 02 Oct 2021 08:24:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bobikhatar" aria-label="Profile: bobikhatar">@<bdi>bobikhatar</bdi></a> да</p>
]]></description><link>https://forum.liquidbounce.net/post/25658</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/25658</guid><dc:creator><![CDATA[Nulled]]></dc:creator><pubDate>Sat, 02 Oct 2021 08:24:25 GMT</pubDate></item><item><title><![CDATA[Reply to [Kotlin]Values on Sat, 02 Oct 2021 08:23:48 GMT]]></title><description><![CDATA[<p dir="auto">ты русский</p>
]]></description><link>https://forum.liquidbounce.net/post/25657</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/25657</guid><dc:creator><![CDATA[BobikHatar]]></dc:creator><pubDate>Sat, 02 Oct 2021 08:23:48 GMT</pubDate></item><item><title><![CDATA[Reply to [Kotlin]Values on Sat, 02 Oct 2021 08:18:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bobikhatar" aria-label="Profile: bobikhatar">@<bdi>bobikhatar</bdi></a> I need to change values ​​from another module</p>
]]></description><link>https://forum.liquidbounce.net/post/25656</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/25656</guid><dc:creator><![CDATA[Nulled]]></dc:creator><pubDate>Sat, 02 Oct 2021 08:18:52 GMT</pubDate></item><item><title><![CDATA[Reply to [Kotlin]Values on Sat, 02 Oct 2021 08:11:25 GMT]]></title><description><![CDATA[<pre><code>java
    //boolean value
    final BoolValue boolValue = new BoolValue("name", false);
    //float value
    final FloatValue floatValue = new FloatValue("name", 1, 0, 2);
    //list value
    final ListValue listValue = new ListValue("name", new String[] {"value1", "value2", "value3"}, "value2");

kotlin
    //boolean value
    var boolValue = BoolValue("name", true)
    //float value
    var floatValue = FloatValue("name", 1f, 0f, 2f)
    //list value
    var listValue = ListValue("name", arrayOf("value1", "value2", "value3"), "value2")
</code></pre>
]]></description><link>https://forum.liquidbounce.net/post/25655</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/25655</guid><dc:creator><![CDATA[BobikHatar]]></dc:creator><pubDate>Sat, 02 Oct 2021 08:11:25 GMT</pubDate></item></channel></rss>