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 |
---|---|
PlaySide |
GlobalMap.getPlaySide()
Get play side
|
Modifier and Type | Method and Description |
---|---|
static PlaySide |
PlaySide.parsePlaySide(java.lang.String playSideString)
Convert a play side into an enum
|
static PlaySide |
PlaySide.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlaySide[] |
PlaySide.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|