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.State
Script. getState()
static Script.State
Script.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 void
Script. setState(Script.State state)
void
Script. 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.State
ScriptStateEvent. getPreviousState()
Script.State
ScriptStateEvent. getState()
Constructors in org.rspeer.game.script.event with parameters of type Script.State Constructor Description ScriptStateEvent(Script script, Script.State newState)
-