Enum Constant and Description |
---|
Acacia_Log |
Andesite |
Birch_Log |
Charcoal |
Coal |
Cobblestone |
Dark_Oak_Log |
Diamond |
Diorite |
Dirt |
Emerald |
End_Stone |
Glowstone |
Gold |
Granite |
Grass |
Ice |
Iron |
Jungle_Log |
Lapis_Lazuli |
Magma |
Netherrack |
Oak_Log |
Obsidian |
Red_Sand |
Redstone |
Sand |
Snow |
Spruce_Log |
Terracotta |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getElements() |
org.bukkit.Material |
getMaterial() |
static Reduction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Reduction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Reduction Acacia_Log
public static final Reduction Andesite
public static final Reduction Birch_Log
public static final Reduction Charcoal
public static final Reduction Coal
public static final Reduction Cobblestone
public static final Reduction Dark_Oak_Log
public static final Reduction Diamond
public static final Reduction Diorite
public static final Reduction Dirt
public static final Reduction Emerald
public static final Reduction End_Stone
public static final Reduction Glowstone
public static final Reduction Gold
public static final Reduction Granite
public static final Reduction Grass
public static final Reduction Ice
public static final Reduction Iron
public static final Reduction Jungle_Log
public static final Reduction Lapis_Lazuli
public static final Reduction Magma
public static final Reduction Netherrack
public static final Reduction Oak_Log
public static final Reduction Obsidian
public static final Reduction Red_Sand
public static final Reduction Redstone
public static final Reduction Sand
public static final Reduction Snow
public static final Reduction Spruce_Log
public static final Reduction Terracotta
public static Reduction[] values()
for (Reduction c : Reduction.values()) System.out.println(c);
public static Reduction 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 org.bukkit.Material getMaterial()
public java.lang.String getElements()