Uses of Class
cz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric.ItemType

Packages that use ItemType
cz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric   
 

Uses of ItemType in cz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric
 

Fields in cz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric with type parameters of type ItemType
static HashMap<String,ItemType> ItemType.nameMap
           
 

Methods in cz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric that return ItemType
static ItemType ItemType.getItemType(String name)
           
static ItemType ItemType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ItemType[] ItemType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in cz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric with parameters of type ItemType
 void Inventory.giveItem(Player pl, ItemType item)
          Gives item to input bot.
 void Inventory.giveItem(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId id, ItemType item)
          Gives item to input bot.
 void Inventory.putDownItem(ItemType item)
          Puts item down at the location of the bot.
 



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