Uses of Interface
fr.umlv.botbattle.BotContext.Action

Uses of BotContext.Action in fr.umlv.botbattle
 

Classes in fr.umlv.botbattle that implement BotContext.Action
 class ArenaAction
          Bot movements in the Arena.
 class BombAction
          Bomb action.
 

Methods in fr.umlv.botbattle with type parameters of type BotContext.Action
<R extends BotContext.ActionResponse,A extends BotContext.Action<R>>
R
BotContext.nextTurn(A action)
          Ask the game to execute an action by the current bot.
 

Methods in fr.umlv.botbattle that return types with arguments of type BotContext.Action
 Set<? extends Class<? extends BotContext.Action>> BotContext.actionTypes()
          Actions interfaces provided by the game to the bot.