Uses of Class
fr.umlv.botbattle.ArenaItem

Uses of ArenaItem in fr.umlv.botbattle
 

Methods in fr.umlv.botbattle that return ArenaItem
static ArenaItem ArenaItem.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ArenaItem[] ArenaItem.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in fr.umlv.botbattle that return types with arguments of type ArenaItem
 Map<? extends Position,ArenaItem> ArenaInfo.radar()
          Returns a snapshot of the items with their position near current bot.