Uses of Class
utils.BotInfo

Packages that use BotInfo
utils   
 

Uses of BotInfo in utils
 

Methods in utils that return BotInfo
 BotInfo BotInfoMap.getInfo(java.lang.String botName)
          Get info about a robot (if present)
 BotInfo[] BotInfoMap.getInfoArray()
           
 BotInfo BotInfoMap.getNearestBot(robocode.TeamRobot owner, boolean enemy, double maxEnergy, long maxInfoAge)
          Returns nearest BotInfo according to certain criteria
 

Methods in utils with parameters of type BotInfo
 boolean BotInfoMap.updateInfo(BotInfo bot, long time)
          Update info regarding a bot