| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric |
| Modifier and Type | Field and Description |
|---|---|
static HashMap<String,ItemTypeUE2> |
ItemTypeUE2.nameMap |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.