Uses of Class
org.rspeer.game.script.Script.State
-
Packages that use Script.State Package Description org.rspeer.game.script org.rspeer.game.script.event -
-
Uses of Script.State in org.rspeer.game.script
Methods in org.rspeer.game.script that return Script.State Modifier and Type Method Description Script.StateScript. getState()static Script.StateScript.State. valueOf(String name)Returns the enum constant of this type with the specified name.static Script.State[]Script.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rspeer.game.script with parameters of type Script.State Modifier and Type Method Description voidScript. setState(Script.State state)voidScript. setState(Script.State state, String args) -
Uses of Script.State in org.rspeer.game.script.event
Methods in org.rspeer.game.script.event that return Script.State Modifier and Type Method Description Script.StateScriptStateEvent. getPreviousState()Script.StateScriptStateEvent. getState()Constructors in org.rspeer.game.script.event with parameters of type Script.State Constructor Description ScriptStateEvent(Script script, Script.State newState)
-