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