Uses of Class
org.rspeer.game.ScriptComposite
-
Packages that use ScriptComposite Package Description org.rspeer.game -
-
Uses of ScriptComposite in org.rspeer.game
Methods in org.rspeer.game that return ScriptComposite Modifier and Type Method Description static ScriptComposite
ScriptComposite. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScriptComposite[]
ScriptComposite. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rspeer.game with parameters of type ScriptComposite Modifier and Type Method Description static void
Game.ScriptExecutor. fire(ScriptComposite composite, Object... args)
static int
Game.ScriptExecutor. fireAndPopIntStack(ScriptComposite composite, Object... args)
static String
Game.ScriptExecutor. fireAndPopStringStack(ScriptComposite composite, Object... args)
-