public enum EnumGateModifier extends java.lang.Enum<EnumGateModifier>
Enum Constant and Description |
---|
DIAMOND |
LAPIS |
NO_MODIFIER |
QUARTZ |
Modifier and Type | Field and Description |
---|---|
int |
actionParams |
int |
slotDivisor |
java.lang.String |
tag |
int |
triggerParams |
static EnumGateModifier[] |
VALUES |
Modifier and Type | Method and Description |
---|---|
static EnumGateModifier |
getByOrdinal(int ord) |
static EnumGateModifier |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumGateModifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumGateModifier NO_MODIFIER
public static final EnumGateModifier LAPIS
public static final EnumGateModifier QUARTZ
public static final EnumGateModifier DIAMOND
public static final EnumGateModifier[] VALUES
public final int triggerParams
public final int actionParams
public final int slotDivisor
public final java.lang.String tag
public static EnumGateModifier[] values()
for (EnumGateModifier c : EnumGateModifier.values()) System.out.println(c);
public static EnumGateModifier 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 static EnumGateModifier getByOrdinal(int ord)