Package com.soulfiremc.server.script
Class ScriptHelper
java.lang.Object
com.soulfiremc.server.script.ScriptHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.graalvm.polyglot.Value
componentToValue
(org.graalvm.polyglot.Context context, net.kyori.adventure.text.Component component) static MetaLanguage
getMetaLanguage
(org.graalvm.polyglot.Context context) static org.graalvm.polyglot.Value
jsonToValue
(org.graalvm.polyglot.Context context, com.google.gson.JsonElement value)
-
Constructor Details
-
ScriptHelper
public ScriptHelper()
-
-
Method Details
-
getMetaLanguage
-
jsonToValue
public static org.graalvm.polyglot.Value jsonToValue(org.graalvm.polyglot.Context context, com.google.gson.JsonElement value) -
componentToValue
public static org.graalvm.polyglot.Value componentToValue(org.graalvm.polyglot.Context context, net.kyori.adventure.text.Component component)
-