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