public static enum LeveledRecord.LVLFlag extends java.lang.Enum<LeveledRecord.LVLFlag>
Enum Constant and Description |
---|
CalcAllLevelsEqualOrBelowPC |
CalcForEachItemInCount |
UseAll |
Modifier and Type | Method and Description |
---|---|
static LeveledRecord.LVLFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LeveledRecord.LVLFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LeveledRecord.LVLFlag CalcAllLevelsEqualOrBelowPC
public static final LeveledRecord.LVLFlag CalcForEachItemInCount
public static final LeveledRecord.LVLFlag UseAll
public static LeveledRecord.LVLFlag[] values()
for (LeveledRecord.LVLFlag c : LeveledRecord.LVLFlag.values()) System.out.println(c);
public static LeveledRecord.LVLFlag 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