Package fr.umlv.botbattle

Interface Summary
ArenaInfo Arena informations.
BombInfo Bomb informations.
Bot Represents one bot for the game.
BotContext Context send to a bot by the game.
BotContext.Action<R extends BotContext.ActionResponse> marker interface of all actions allowed to a bot.
BotContext.ActionResponse marker interface of all responses retruns by the game.
BotContext.Info marker interface of all informations provided by the game.
GameInfo Game informations.
Position Represents position of arena item on the radar.
 

Enum Summary
ArenaAction Bot movements in the Arena.
ArenaItem This enumeration represents all item types of the arena.
BombAction Bomb action.
BombAction.BombResponse values returned by a call BotContext.nextTurn(DROP_BOMB)
 

Exception Summary
DeadBotException Exceptions raised when a dead bot try to interact with the game by calling some methods.
 

Annotation Types Summary
BotImage Annotation that specifies the image used to represent a bot.
BotNumber Defines the default number of bot of an army.