|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ArenaInfo
Arena informations.
BotContext.infoTypes(),
BotContext.info(Class)| Method Summary | |
|---|---|
int |
getArenaHeight()
Returns the arena height |
String |
getArenaName()
Returns the name of the arena |
int |
getArenaWidth()
Returns the arena width. |
int |
getRadarSize()
Returns the size of the radar. |
Map<? extends Position,ArenaItem> |
radar()
Returns a snapshot of the items with their position near current bot. |
| Method Detail |
|---|
int getArenaWidth()
int getArenaHeight()
String getArenaName()
int getRadarSize()
Map<? extends Position,ArenaItem> radar()
throws DeadBotException
DeadBotException - if the current bot is dead.GameInfo.isAlive()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||