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