public static enum TagManager.EnumTagType extends java.lang.Enum<TagManager.EnumTagType>
Enum Constant and Description |
---|
CREATIVE_TAB |
MODEL_LOCATION |
OREDICT_NAME |
REGISTRY_NAME |
UNLOCALIZED_NAME |
Modifier and Type | Method and Description |
---|---|
static TagManager.EnumTagType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TagManager.EnumTagType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TagManager.EnumTagType UNLOCALIZED_NAME
public static final TagManager.EnumTagType OREDICT_NAME
public static final TagManager.EnumTagType REGISTRY_NAME
public static final TagManager.EnumTagType CREATIVE_TAB
public static final TagManager.EnumTagType MODEL_LOCATION
public static TagManager.EnumTagType[] values()
for (TagManager.EnumTagType c : TagManager.EnumTagType.values()) System.out.println(c);
public static TagManager.EnumTagType 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