public interface IGameStatePerceptor extends IPerceptor
Modifier and Type | Method and Description |
---|---|
int |
getAgentNumber()
Get agent number name
|
java.lang.String |
getPlaymode()
Get Playmode
|
int |
getScoreLeft()
Get the score of the left team
|
int |
getScoreRight()
Get the score of the right team
|
TeamColor |
getTeamColor() |
java.lang.String |
getTeamSide()
Get team name
|
float |
getTime()
Get time
|
getName
java.lang.String getPlaymode()
float getTime()
java.lang.String getTeamSide()
TeamColor getTeamColor()
int getAgentNumber()
int getScoreLeft()
int getScoreRight()