|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||