static enum UpgradeData.BuiltinLogic extends Enum<UpgradeData.BuiltinLogic> implements UpgradeData.Logic
Enum Constant and Description |
---|
BLACKLIST |
CHEST |
DEFAULT |
LEAVES |
STEM_BLOCK |
Modifier and Type | Field and Description |
---|---|
static Direction[] |
DIRECTIONS |
Modifier and Type | Method and Description |
---|---|
static UpgradeData.BuiltinLogic |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpgradeData.BuiltinLogic[] |
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, valueOf
getUpdatedState, postUpdate
public static final UpgradeData.BuiltinLogic BLACKLIST
public static final UpgradeData.BuiltinLogic DEFAULT
public static final UpgradeData.BuiltinLogic CHEST
public static final UpgradeData.BuiltinLogic LEAVES
public static final UpgradeData.BuiltinLogic STEM_BLOCK
public static final Direction[] DIRECTIONS
public static UpgradeData.BuiltinLogic[] values()
for (UpgradeData.BuiltinLogic c : UpgradeData.BuiltinLogic.values()) System.out.println(c);
public static UpgradeData.BuiltinLogic valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null