Uses of Class
cz.cuni.amis.pogamut.ut2004.agent.module.sensor.Items

Packages that use Items
cz.cuni.amis.pogamut.ut2004.agent.module.sensor Utility classes concerning some aspects of the gameplay (mainly for UT). 
cz.cuni.amis.pogamut.ut2004.bot.impl   
 

Uses of Items in cz.cuni.amis.pogamut.ut2004.agent.module.sensor
 

Subclasses of Items in cz.cuni.amis.pogamut.ut2004.agent.module.sensor
 class UT2004Items
           
 

Methods in cz.cuni.amis.pogamut.ut2004.agent.module.sensor that return Items
 Items AdvancedItems.getItems()
          Returns underlying Items module.
 

Methods in cz.cuni.amis.pogamut.ut2004.agent.module.sensor with parameters of type Items
 double IItemUsefulness.getItemUsefulness(AdvancedItems advancedItems, Items items, Item item, double usefulness)
          Tells how much the item is useful to the bot - must return values between 0 and 1 (inclusive).
 

Constructors in cz.cuni.amis.pogamut.ut2004.agent.module.sensor with parameters of type Items
AdvancedItems(Items items, IItemUsefulness filter)
          Constructor.
 

Uses of Items in cz.cuni.amis.pogamut.ut2004.bot.impl
 

Fields in cz.cuni.amis.pogamut.ut2004.bot.impl declared as Items
protected  Items UT2004BotModuleController.items
          Memory module specialized on items on the map - which are visible and which are probably spawned.
 

Methods in cz.cuni.amis.pogamut.ut2004.bot.impl that return Items
 Items UT2004BotModuleController.getItems()
           
 



Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.