Modifier and Type | Method and Description |
---|---|
int |
getCustomModelData() |
org.bukkit.Material |
getMaterial() |
java.lang.String |
getName() |
int |
getSlot() |
static GUISeeds |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GUISeeds[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GUISeeds ARS
public static final GUISeeds A_BIGGER
public static final GUISeeds DEFAULT
public static final GUISeeds TENTH_DOCTORS
public static final GUISeeds SUPERSIZED_DELUXE
public static final GUISeeds ELEVENTH_DOCTORS
public static final GUISeeds ENDER
public static final GUISeeds FACTORY_1ST_DOCTORS
public static final GUISeeds THE_MASTERS
public static final GUISeeds WOOD
public static final GUISeeds A_SANDTONE_PYRAMID
public static final GUISeeds REDSTONE
public static final GUISeeds STEAMPUNK
public static final GUISeeds THIRTEENTH_DOCTORS
public static final GUISeeds FOURTH_DOCTORS
public static final GUISeeds TWELFTH_DOCTORS
public static final GUISeeds WAR_DOCTORS
public static final GUISeeds SUPER_DUPER_CUSTOM
public static final GUISeeds THE_ORIGINAL_BIGGER
public static final GUISeeds THE_ORIGINAL_DEFAULT
public static final GUISeeds THE_ORIGINAL_DELUXE
public static final GUISeeds THE_ORIGINAL_ELEVENTH
public static final GUISeeds THE_ORIGINAL_REDSTONE
public static final GUISeeds CLOSE
public static GUISeeds[] values()
for (GUISeeds c : GUISeeds.values()) System.out.println(c);
public static GUISeeds 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()