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