java.io.Serializable, java.lang.Comparable<ExpLevelLibrary.ModXP.DirectionCheck>public static enum ExpLevelLibrary.ModXP.DirectionCheck extends java.lang.Enum<ExpLevelLibrary.ModXP.DirectionCheck>
| Modifier and Type | Method | Description |
|---|---|---|
static ExpLevelLibrary.ModXP.DirectionCheck |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ExpLevelLibrary.ModXP.DirectionCheck[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExpLevelLibrary.ModXP.DirectionCheck POSITIVE
public static final ExpLevelLibrary.ModXP.DirectionCheck NEGATIVE
public static final ExpLevelLibrary.ModXP.DirectionCheck POSINEGA
public static ExpLevelLibrary.ModXP.DirectionCheck[] values()
for (ExpLevelLibrary.ModXP.DirectionCheck c : ExpLevelLibrary.ModXP.DirectionCheck.values()) System.out.println(c);
public static ExpLevelLibrary.ModXP.DirectionCheck 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