Package | Description |
---|---|
sk.fiit.jim.agent.models | |
sk.fiit.jim.agent.parsing |
Modifier and Type | Field and Description |
---|---|
static EnvironmentModel.PlayMode |
EnvironmentModel.PLAY_MODE
Play mode of the game with possible values:
BEFORE_KICK_OFF,
PLAY_ON,
KICK_OFF_LEFT,
KICK_OFF_RIGHT,
KICK_IN_LEFT,
KICK_IN_RIGHT,
CORNER_KICK_LEFT,
CORNER_KICK_RIGHT,
GOAL_KICK_LEFT,
GOAL_KICK_RIGHT,
OFFSIDE_LEFT,
OFFSIDE_RIGHT,
GAME_OVER,
GOAL_LEFT,
GOAL_RIGHT,
FREE_KICK_LEFT,
FREE_KICK_RIGHT;
|
Modifier and Type | Field and Description |
---|---|
private static Map<String,EnvironmentModel.PlayMode> |
EnvironmentModel.PlayMode.serverNotation |
Modifier and Type | Method and Description |
---|---|
static EnvironmentModel.PlayMode |
EnvironmentModel.PlayMode.fromString(String group) |
static EnvironmentModel.PlayMode |
EnvironmentModel.PlayMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnvironmentModel.PlayMode[] |
EnvironmentModel.PlayMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
EnvironmentModel.PlayMode |
ParsedData.playMode |