Package | Description |
---|---|
magma.agent.worldmodel | |
magma.agent.worldmodel.impl | |
magma.common.spark |
Modifier and Type | Method and Description |
---|---|
static GameState |
GameState.determineGameState(PlayMode playMode,
PlaySide playSide)
Determine the current game state from play mode and field side
|
Modifier and Type | Method and Description |
---|---|
PlayMode |
GlobalMap.getPlaymode() |
Modifier and Type | Method and Description |
---|---|
static PlayMode |
PlayMode.parsePlayMode(java.lang.String playModeString)
Convert a play mode into an enum
|
static PlayMode |
PlayMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlayMode[] |
PlayMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|