public enum ItemDescriptorType extends java.lang.Enum<ItemDescriptorType>
| Enum Constant and Description |
|---|
COMPLEX_ALIAS |
DEFAULT |
DEFERRED |
INVALID |
ITEM_TAG |
MOLANG |
| Modifier and Type | Method and Description |
|---|---|
static ItemDescriptorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ItemDescriptorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ItemDescriptorType INVALID
public static final ItemDescriptorType DEFAULT
public static final ItemDescriptorType MOLANG
public static final ItemDescriptorType ITEM_TAG
public static final ItemDescriptorType DEFERRED
public static final ItemDescriptorType COMPLEX_ALIAS
public static ItemDescriptorType[] values()
for (ItemDescriptorType c : ItemDescriptorType.values()) System.out.println(c);
public static ItemDescriptorType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null