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

Uses of BotContext.Info in fr.umlv.botbattle
 

Subinterfaces of BotContext.Info in fr.umlv.botbattle
 interface ArenaInfo
          Arena informations.
 interface BombInfo
          Bomb informations.
 interface GameInfo
          Game informations.
 

Methods in fr.umlv.botbattle with type parameters of type BotContext.Info
<I extends BotContext.Info>
I
BotContext.info(Class<I> infoType)
          return an object provided by the game that implements interfaces specified by infoType.
 

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