public static enum TriggerFluidContainerLevel.TriggerType extends java.lang.Enum<TriggerFluidContainerLevel.TriggerType>
Modifier and Type | Field and Description |
---|---|
float |
level |
static TriggerFluidContainerLevel.TriggerType[] |
VALUES |
Modifier and Type | Method and Description |
---|---|
static TriggerFluidContainerLevel.TriggerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TriggerFluidContainerLevel.TriggerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TriggerFluidContainerLevel.TriggerType BELOW25
public static final TriggerFluidContainerLevel.TriggerType BELOW50
public static final TriggerFluidContainerLevel.TriggerType BELOW75
public static final TriggerFluidContainerLevel.TriggerType[] VALUES
public final float level
public static TriggerFluidContainerLevel.TriggerType[] values()
for (TriggerFluidContainerLevel.TriggerType c : TriggerFluidContainerLevel.TriggerType.values()) System.out.println(c);
public static TriggerFluidContainerLevel.TriggerType 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