public enum ItemTypeUE2 extends Enum<ItemTypeUE2>
| Enum Constant and Description |
|---|
ITEMBALL |
ITEMBOOK |
ITEMBOOKOPENED |
ITEMBROCCOLI |
ITEMCONDOM |
ITEMCOOKER |
ITEMCUP |
ITEMDICE |
ITEMFLOWER |
ITEMGUN |
ITEMHEART |
ITEMPLATE |
ITEMPOT |
ITEMSHOES |
ITEMSHOESUNTIDY |
ITEMSOAP |
ITEMSOAPBOX |
ITEMSPOON |
ITEMTEDDY |
ITEMTOOTHBRUSH |
NONE |
| Modifier and Type | Field and Description |
|---|---|
static HashMap<String,ItemTypeUE2> |
nameMap |
| Modifier and Type | Method and Description |
|---|---|
static ItemTypeUE2 |
getItemType(String name) |
String |
getUnrealName() |
static ItemTypeUE2 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItemTypeUE2[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ItemTypeUE2 ITEMBALL
public static final ItemTypeUE2 ITEMBOOK
public static final ItemTypeUE2 ITEMBOOKOPENED
public static final ItemTypeUE2 ITEMBROCCOLI
public static final ItemTypeUE2 ITEMCONDOM
public static final ItemTypeUE2 ITEMCOOKER
public static final ItemTypeUE2 ITEMCUP
public static final ItemTypeUE2 ITEMDICE
public static final ItemTypeUE2 ITEMFLOWER
public static final ItemTypeUE2 ITEMGUN
public static final ItemTypeUE2 ITEMHEART
public static final ItemTypeUE2 ITEMPLATE
public static final ItemTypeUE2 ITEMPOT
public static final ItemTypeUE2 ITEMSHOES
public static final ItemTypeUE2 ITEMSHOESUNTIDY
public static final ItemTypeUE2 ITEMSOAP
public static final ItemTypeUE2 ITEMSOAPBOX
public static final ItemTypeUE2 ITEMSPOON
public static final ItemTypeUE2 ITEMTEDDY
public static final ItemTypeUE2 ITEMTOOTHBRUSH
public static final ItemTypeUE2 NONE
public static HashMap<String,ItemTypeUE2> nameMap
public static ItemTypeUE2[] values()
for (ItemTypeUE2 c : ItemTypeUE2.values()) System.out.println(c);
public static ItemTypeUE2 valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic static ItemTypeUE2 getItemType(String name)
public String getUnrealName()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.