public enum GUISonicPreferences extends java.lang.Enum<GUISonicPreferences>
Enum Constant and Description |
---|
CLOSE |
EIGHTH_DOCTOR |
ELEVENTH_DOCTOR |
ELEVENTH_DOCTOR_OPEN |
INSTRUCTIONS |
MARK_I |
MARK_II |
MARK_III |
MARK_IV |
MASTER |
NINTH_DOCTOR |
NINTH_DOCTOR_OPEN |
RIVER_SONG |
SARAH_JANE |
TENTH_DOCTOR |
TENTH_DOCTOR_OPEN |
THIRTEENTH_DOCTOR |
TWELFTH_DOCTOR |
WAR_DOCTOR |
Modifier and Type | Method and Description |
---|---|
org.bukkit.ChatColor |
getChatColor() |
int |
getCustomModelData() |
org.bukkit.Material |
getMaterial() |
java.lang.String |
getName() |
int |
getSlot() |
static GUISonicPreferences |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GUISonicPreferences[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GUISonicPreferences MARK_I
public static final GUISonicPreferences MARK_II
public static final GUISonicPreferences MARK_III
public static final GUISonicPreferences MARK_IV
public static final GUISonicPreferences EIGHTH_DOCTOR
public static final GUISonicPreferences NINTH_DOCTOR
public static final GUISonicPreferences TENTH_DOCTOR
public static final GUISonicPreferences ELEVENTH_DOCTOR
public static final GUISonicPreferences WAR_DOCTOR
public static final GUISonicPreferences THIRTEENTH_DOCTOR
public static final GUISonicPreferences MASTER
public static final GUISonicPreferences SARAH_JANE
public static final GUISonicPreferences RIVER_SONG
public static final GUISonicPreferences NINTH_DOCTOR_OPEN
public static final GUISonicPreferences TENTH_DOCTOR_OPEN
public static final GUISonicPreferences ELEVENTH_DOCTOR_OPEN
public static final GUISonicPreferences TWELFTH_DOCTOR
public static final GUISonicPreferences INSTRUCTIONS
public static final GUISonicPreferences CLOSE
public static GUISonicPreferences[] values()
for (GUISonicPreferences c : GUISonicPreferences.values()) System.out.println(c);
public static GUISonicPreferences 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 org.bukkit.ChatColor getChatColor()