|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GameInfo
Game informations.
BotContext.infoTypes(),
BotContext.info(Class)| Method Summary | |
|---|---|
List<? extends Bot> |
getAllAliveBots()
Returns all alive bots from the same army that the current bot. |
int |
getInitialdBotNumber()
Returns the initial number of bot started by the game. |
long |
getTourTime()
Returns the time of a tour in milliseconds. |
boolean |
isAlive()
Return true if the current bot is alive. |
| Method Detail |
|---|
List<? extends Bot> getAllAliveBots()
throws DeadBotException
DeadBotException - if the current bot is dead.isAlive()boolean isAlive()
getAllAliveBots()int getInitialdBotNumber()
long getTourTime()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||