public enum GUIKeyPreferences extends java.lang.Enum<GUIKeyPreferences>
Enum Constant and Description |
---|
BRASS_PLAIN |
BRASS_STRING |
BRASS_YALE |
BROMLEY_GOLD |
CLOSE |
FILTER |
INSTRUCTIONS |
SEAL_OF_RASSILON |
SILVER_ERA |
SILVER_NEW |
SILVER_PLAIN |
SILVER_STRING |
SILVER_VARIANT |
SILVER_YALE |
SPADE_SHAPED |
Modifier and Type | Method and Description |
---|---|
org.bukkit.ChatColor |
getChatColor() |
int |
getCustomModelData() |
java.lang.String |
getLore() |
org.bukkit.Material |
getMaterial() |
java.lang.String |
getName() |
int |
getSlot() |
static GUIKeyPreferences |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GUIKeyPreferences[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GUIKeyPreferences BRASS_YALE
public static final GUIKeyPreferences BRASS_PLAIN
public static final GUIKeyPreferences SPADE_SHAPED
public static final GUIKeyPreferences SILVER_YALE
public static final GUIKeyPreferences SEAL_OF_RASSILON
public static final GUIKeyPreferences SILVER_VARIANT
public static final GUIKeyPreferences SILVER_PLAIN
public static final GUIKeyPreferences SILVER_NEW
public static final GUIKeyPreferences SILVER_ERA
public static final GUIKeyPreferences SILVER_STRING
public static final GUIKeyPreferences FILTER
public static final GUIKeyPreferences BRASS_STRING
public static final GUIKeyPreferences BROMLEY_GOLD
public static final GUIKeyPreferences INSTRUCTIONS
public static final GUIKeyPreferences CLOSE
public static GUIKeyPreferences[] values()
for (GUIKeyPreferences c : GUIKeyPreferences.values()) System.out.println(c);
public static GUIKeyPreferences 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()
public java.lang.String getLore()
public org.bukkit.ChatColor getChatColor()