Package | Description |
---|---|
magma.agent.perception | |
magma.agent.perception.impl | |
magma.agent.worldmodel.impl | |
magma.common.spark |
Modifier and Type | Method and Description |
---|---|
TeamColor |
IGameStatePerceptor.getTeamColor() |
Modifier and Type | Method and Description |
---|---|
TeamColor |
GameStatePerceptor.getTeamColor() |
Constructor and Description |
---|
GameStatePerceptor(float time,
java.lang.String playmode,
java.lang.String teamSide,
TeamColor teamColor,
int unum,
int scoreLeft,
int scoreRight)
Assignment constructor
|
Modifier and Type | Method and Description |
---|---|
TeamColor |
GlobalMap.getTeamColor()
Currently only known for Humanoid League!
|
Modifier and Type | Method and Description |
---|---|
static TeamColor |
TeamColor.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TeamColor[] |
TeamColor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|