public interface ITurnSnapshot
Modifier and Type | Method and Description |
---|---|
IBulletSnapshot[] |
getBullets()
Returns all bullets currently the battlefield.
|
IScoreSnapshot[] |
getIndexedTeamScores() |
IRobotSnapshot[] |
getRobots()
Returns all robots participating in the battle.
|
int |
getRound()
Returns the current turn.
|
IScoreSnapshot[] |
getSortedTeamScores() |
int |
getTPS()
Returns the current TPS (turns per second).
|
int |
getTurn()
Returns the current turn.
|
IRobotSnapshot[] getRobots()
IBulletSnapshot[] getBullets()
int getTPS()
int getRound()
int getTurn()
IScoreSnapshot[] getSortedTeamScores()
IScoreSnapshot[] getIndexedTeamScores()