public enum ModGuiTypes extends java.lang.Enum<ModGuiTypes>
Enum Constant and Description |
---|
BitBag |
Modifier and Type | Field and Description |
---|---|
java.lang.reflect.Constructor<?> |
container_construtor |
java.lang.reflect.Constructor<?> |
gui_construtor |
Modifier and Type | Method and Description |
---|---|
static ModGuiTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModGuiTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModGuiTypes BitBag
public final java.lang.reflect.Constructor<?> container_construtor
public final java.lang.reflect.Constructor<?> gui_construtor
public static ModGuiTypes[] values()
for (ModGuiTypes c : ModGuiTypes.values()) System.out.println(c);
public static ModGuiTypes 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