Enum Constant and Description |
---|
Bleach |
Heat_Block |
Ice_Bomb |
Super_Fertiliser |
Modifier and Type | Method and Description |
---|---|
int |
getCustomModelData() |
org.bukkit.Material |
getItemMaterial() |
java.lang.String |
getRecipe() |
static Lab |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Lab[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Lab Bleach
public static final Lab Heat_Block
public static final Lab Ice_Bomb
public static final Lab Super_Fertiliser
public static Lab[] values()
for (Lab c : Lab.values()) System.out.println(c);
public static Lab 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 java.lang.String getRecipe()
public org.bukkit.Material getItemMaterial()
public int getCustomModelData()