public enum GUIChameleonConstructor extends java.lang.Enum<GUIChameleonConstructor>
Enum Constant and Description |
---|
ABORT |
BACK_TO_CHAMELEON_CIRCUIT |
HELP |
INFO |
SAVE_CONSTRUCT |
USE_LAST_SAVED_CONSTRUCT |
Modifier and Type | Method and Description |
---|---|
int |
getCustomModelData() |
org.bukkit.Material |
getMaterial() |
java.lang.String |
getName() |
int |
getSlot() |
static GUIChameleonConstructor |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GUIChameleonConstructor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GUIChameleonConstructor BACK_TO_CHAMELEON_CIRCUIT
public static final GUIChameleonConstructor HELP
public static final GUIChameleonConstructor INFO
public static final GUIChameleonConstructor ABORT
public static final GUIChameleonConstructor USE_LAST_SAVED_CONSTRUCT
public static final GUIChameleonConstructor SAVE_CONSTRUCT
public static GUIChameleonConstructor[] values()
for (GUIChameleonConstructor c : GUIChameleonConstructor.values()) System.out.println(c);
public static GUIChameleonConstructor 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 nullpublic int getCustomModelData()
public int getSlot()
public org.bukkit.Material getMaterial()
public java.lang.String getName()