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