Uses of Class
org.rspeer.game.script.situation.DefinedGameSituation
-
Packages that use DefinedGameSituation Package Description org.rspeer.game.script.situation -
-
Uses of DefinedGameSituation in org.rspeer.game.script.situation
Methods in org.rspeer.game.script.situation that return DefinedGameSituation Modifier and Type Method Description static DefinedGameSituation
DefinedGameSituation. valueOf(String name)
Returns the enum constant of this type with the specified name.static DefinedGameSituation[]
DefinedGameSituation. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-