public enum GUIChemistry extends java.lang.Enum<GUIChemistry>
Enum Constant and Description |
---|
CHECK |
CLOSE |
COMPOUNDS |
CRAFT |
ELECTRONS |
ELEMENTS |
INFO |
MINUS |
NEUTRONS |
PLUS |
PRODUCTS |
PROTONS |
REDUCE |
SCROLL_DOWN |
SCROLL_UP |
Modifier and Type | Method and Description |
---|---|
int |
getCustomModelData() |
org.bukkit.Material |
getMaterial() |
java.lang.String |
getName() |
int |
getSlot() |
static GUIChemistry |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GUIChemistry[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GUIChemistry CLOSE
public static final GUIChemistry INFO
public static final GUIChemistry CHECK
public static final GUIChemistry CRAFT
public static final GUIChemistry ELECTRONS
public static final GUIChemistry NEUTRONS
public static final GUIChemistry PROTONS
public static final GUIChemistry REDUCE
public static final GUIChemistry SCROLL_DOWN
public static final GUIChemistry SCROLL_UP
public static final GUIChemistry PLUS
public static final GUIChemistry MINUS
public static final GUIChemistry ELEMENTS
public static final GUIChemistry COMPOUNDS
public static final GUIChemistry PRODUCTS
public static GUIChemistry[] values()
for (GUIChemistry c : GUIChemistry.values()) System.out.println(c);
public static GUIChemistry 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()