@Beta
public interface ScriptExports
Modifier and Type | Method and Description |
---|---|
ScriptValue |
executeMethod(String name,
Object... args) |
Object |
getRawValue() |
ResourceKey |
getScript() |
ScriptValue |
getValue() |
boolean |
hasMethod(String name) |
ResourceKey getScript()
ScriptValue getValue()
boolean hasMethod(String name)
ScriptValue executeMethod(String name, Object... args)
Object getRawValue()