static enum UpgradeData.BlockFixers extends java.lang.Enum<UpgradeData.BlockFixers> implements UpgradeData.IBlockFixer
| Enum Constant and Description |
|---|
BLACKLIST |
CHEST |
DEFAULT |
LEAVES |
STEM_BLOCK |
| Modifier and Type | Field and Description |
|---|---|
static Direction[] |
field_208827_f |
| Modifier and Type | Method and Description |
|---|---|
static UpgradeData.BlockFixers |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UpgradeData.BlockFixers[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOffunc_196982_a, func_208826_apublic static final UpgradeData.BlockFixers BLACKLIST
public static final UpgradeData.BlockFixers DEFAULT
public static final UpgradeData.BlockFixers CHEST
public static final UpgradeData.BlockFixers LEAVES
public static final UpgradeData.BlockFixers STEM_BLOCK
public static final Direction[] field_208827_f
public static UpgradeData.BlockFixers[] values()
for (UpgradeData.BlockFixers c : UpgradeData.BlockFixers.values()) System.out.println(c);
public static UpgradeData.BlockFixers 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 null