public enum GUIChameleonTemplate extends java.lang.Enum<GUIChameleonTemplate>
Enum Constant and Description |
---|
BACK_HELP |
COL_B_MIDDLE |
COL_C_LAMP |
COL_F_MIDDLE |
COL_L_BACK |
COL_L_FRONT |
COL_L_MIDDLE |
COL_R_BACK |
COL_R_FRONT |
COL_R_MIDDLE |
GO_CONSTRUCT |
INFO_TEMPLATE |
Modifier and Type | Method and Description |
---|---|
int |
getCustomModelData() |
org.bukkit.Material |
getMaterial() |
java.lang.String |
getName() |
int |
getSlot() |
static GUIChameleonTemplate |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GUIChameleonTemplate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GUIChameleonTemplate BACK_HELP
public static final GUIChameleonTemplate INFO_TEMPLATE
public static final GUIChameleonTemplate GO_CONSTRUCT
public static final GUIChameleonTemplate COL_L_FRONT
public static final GUIChameleonTemplate COL_L_MIDDLE
public static final GUIChameleonTemplate COL_L_BACK
public static final GUIChameleonTemplate COL_B_MIDDLE
public static final GUIChameleonTemplate COL_R_BACK
public static final GUIChameleonTemplate COL_R_MIDDLE
public static final GUIChameleonTemplate COL_R_FRONT
public static final GUIChameleonTemplate COL_F_MIDDLE
public static final GUIChameleonTemplate COL_C_LAMP
public static GUIChameleonTemplate[] values()
for (GUIChameleonTemplate c : GUIChameleonTemplate.values()) System.out.println(c);
public static GUIChameleonTemplate 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()