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