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

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

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

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

Methods in cz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric that return ItemTypeUE2
static ItemTypeUE2 ItemTypeUE2.getItemType(String name)
           
static ItemTypeUE2 ItemTypeUE2.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ItemTypeUE2[] ItemTypeUE2.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 ItemTypeUE2
 void Inventory.giveItem(Player pl, ItemTypeUE2 item)
          Gives item to input bot.
 void Inventory.giveItem(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId id, ItemTypeUE2 item)
          Gives item to input bot.
 void Inventory.putDownItem(ItemTypeUE2 item)
          Puts item down at the location of the bot.
 



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