|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GameDef.Parm | |
---|---|
rails.game |
Uses of GameDef.Parm in rails.game |
---|
Fields in rails.game with type parameters of type GameDef.Parm | |
---|---|
protected java.util.EnumMap<GameDef.Parm,java.lang.Object> |
GameManager.gameParameters
|
Methods in rails.game that return GameDef.Parm | |
---|---|
static GameDef.Parm |
GameDef.Parm.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static GameDef.Parm[] |
GameDef.Parm.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in rails.game with parameters of type GameDef.Parm | |
---|---|
protected java.lang.Object |
Round.getGameParameter(GameDef.Parm key)
|
java.lang.Object |
GameManagerI.getGameParameter(GameDef.Parm key)
|
java.lang.Object |
GameManager.getGameParameter(GameDef.Parm key)
|
boolean |
Round.getGameParameterAsBoolean(GameDef.Parm key)
|
int |
Round.getGameParameterAsInt(GameDef.Parm key)
|
void |
GameManagerI.setGameParameter(GameDef.Parm key,
java.lang.Object value)
|
void |
GameManager.setGameParameter(GameDef.Parm key,
java.lang.Object value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |