public enum GUIPlayerPreferences extends java.lang.Enum<GUIPlayerPreferences>
Modifier and Type | Method and Description |
---|---|
int |
getCustomModelData() |
org.bukkit.Material |
getMaterial() |
java.lang.String |
getName() |
int |
getSlot() |
static GUIPlayerPreferences |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GUIPlayerPreferences[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GUIPlayerPreferences AUTONOMOUS
public static final GUIPlayerPreferences AUTONOMOUS_SIEGE
public static final GUIPlayerPreferences AUTO_RESCUE
public static final GUIPlayerPreferences BEACON
public static final GUIPlayerPreferences DO_NOT_DISTURB
public static final GUIPlayerPreferences EMERGENCY_PROGRAMME_ONE
public static final GUIPlayerPreferences HOSTILE_ACTION_DISPLACEMENT_SYSTEM
public static final GUIPlayerPreferences HADS_TYPE
public static final GUIPlayerPreferences WHO_QUOTES
public static final GUIPlayerPreferences EXTERIOR_RENDERING_ROOM
public static final GUIPlayerPreferences INTERIOR_SFX
public static final GUIPlayerPreferences SUBMARINE_MODE
public static final GUIPlayerPreferences RESOURCE_PACK_SWITCHING
public static final GUIPlayerPreferences COMPANION_BUILD
public static final GUIPlayerPreferences WOOL_FOR_LIGHTS_OFF
public static final GUIPlayerPreferences CONNECTED_TEXTURES
public static final GUIPlayerPreferences PRESET_SIGN
public static final GUIPlayerPreferences TRAVEL_BAR
public static final GUIPlayerPreferences POLICE_BOX_TEXTURES
public static final GUIPlayerPreferences MOB_FARMING
public static final GUIPlayerPreferences TELEPATHIC_CIRCUIT
public static final GUIPlayerPreferences JUNK_TARDIS
public static final GUIPlayerPreferences AUTO_POWER_UP
public static final GUIPlayerPreferences FORCE_FIELD
public static final GUIPlayerPreferences LANTERNS
public static final GUIPlayerPreferences MINECART_SOUNDS
public static final GUIPlayerPreferences EASY_DIFFICULTY
public static final GUIPlayerPreferences FLIGHT_MODE
public static final GUIPlayerPreferences INTERIOR_HUM_SOUND
public static final GUIPlayerPreferences HANDBRAKE
public static final GUIPlayerPreferences TARDIS_MAP
public static final GUIPlayerPreferences ADMIN_MENU
public static GUIPlayerPreferences[] values()
for (GUIPlayerPreferences c : GUIPlayerPreferences.values()) System.out.println(c);
public static GUIPlayerPreferences 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()