public class GermGuiScript
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
|
GermGuiScript() |
protected |
GermGuiScript(org.bukkit.configuration.ConfigurationSection section) |
protected |
GermGuiScript(java.lang.String client) |
|
GermGuiScript(java.lang.String serverScriptSrc,
java.lang.String clientScriptSrc,
org.apache.commons.jexl3.JexlScript compiledServerScript) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClientScriptSrc() |
org.apache.commons.jexl3.JexlScript |
getCompiledServerScript() |
java.lang.String |
getServerScriptSrc() |
protected void |
init(GermGuiOptions options) |
void |
setClientScriptSrc(java.lang.String clientScriptSrc) |
void |
setServerScriptSrc(java.lang.String serverScriptSrc) |
protected GermGuiScript(org.bukkit.configuration.ConfigurationSection section)
protected GermGuiScript(java.lang.String client)
public GermGuiScript()
public GermGuiScript(java.lang.String serverScriptSrc, java.lang.String clientScriptSrc, org.apache.commons.jexl3.JexlScript compiledServerScript)
protected void init(GermGuiOptions options)
public java.lang.String getServerScriptSrc()
public void setServerScriptSrc(java.lang.String serverScriptSrc)
public java.lang.String getClientScriptSrc()
public void setClientScriptSrc(java.lang.String clientScriptSrc)
public org.apache.commons.jexl3.JexlScript getCompiledServerScript()