Enum Constant and Description |
---|
BUTTON_DOWN |
BUTTON_JETT |
BUTTON_LEFT |
BUTTON_LEVEL |
BUTTON_LEVEL_B |
BUTTON_LEVEL_T |
BUTTON_MAP |
BUTTON_MAP_ON |
BUTTON_RECON |
BUTTON_RESET |
BUTTON_RIGHT |
BUTTON_SCROLL_L |
BUTTON_SCROLL_R |
BUTTON_UP |
EMPTY_SLOT |
Modifier and Type | Method and Description |
---|---|
int |
getCustomModelData() |
org.bukkit.Material |
getMaterial() |
java.lang.String |
getName() |
int |
getSlot() |
static GUIArs |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GUIArs[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GUIArs BUTTON_UP
public static final GUIArs BUTTON_DOWN
public static final GUIArs BUTTON_LEFT
public static final GUIArs BUTTON_RIGHT
public static final GUIArs BUTTON_MAP
public static final GUIArs BUTTON_RECON
public static final GUIArs BUTTON_LEVEL_B
public static final GUIArs BUTTON_LEVEL
public static final GUIArs BUTTON_LEVEL_T
public static final GUIArs BUTTON_RESET
public static final GUIArs BUTTON_SCROLL_L
public static final GUIArs BUTTON_SCROLL_R
public static final GUIArs BUTTON_JETT
public static final GUIArs BUTTON_MAP_ON
public static final GUIArs EMPTY_SLOT
public static GUIArs[] values()
for (GUIArs c : GUIArs.values()) System.out.println(c);
public static GUIArs 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()