Modifier and Type | Method and Description |
---|---|
org.bukkit.Material |
getItemMaterial() |
java.lang.String |
getRecipe() |
static Product |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Product[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Product Blue_Lamp
public static final Product Red_Lamp
public static final Product Purple_Lamp
public static final Product Green_Lamp
public static final Product White_Glow_Stick
public static final Product Orange_Glow_Stick
public static final Product Magenta_Glow_Stick
public static final Product Light_Blue_Glow_Stick
public static final Product Yellow_Glow_Stick
public static final Product Lime_Glow_Stick
public static final Product Pink_Glow_Stick
public static final Product Light_Gray_Glow_Stick
public static final Product Cyan_Glow_Stick
public static final Product Purple_Glow_Stick
public static final Product Blue_Glow_Stick
public static final Product Brown_Glow_Stick
public static final Product Green_Glow_Stick
public static final Product Red_Glow_Stick
public static final Product White_Balloon
public static final Product Orange_Balloon
public static final Product Magenta_Balloon
public static final Product Light_Blue_Balloon
public static final Product Yellow_Balloon
public static final Product Lime_Balloon
public static final Product Pink_Balloon
public static final Product Gray_Balloon
public static final Product Light_Gray_Balloon
public static final Product Cyan_Balloon
public static final Product Purple_Balloon
public static final Product Blue_Balloon
public static final Product Brown_Balloon
public static final Product Green_Balloon
public static final Product Red_Balloon
public static final Product Black_Balloon
public static final Product Orange_Sparkler
public static final Product Blue_Sparkler
public static final Product Green_Sparkler
public static final Product Purple_Sparkler
public static final Product Red_Sparkler
public static Product[] values()
for (Product c : Product.values()) System.out.println(c);
public static Product 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()