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