@Deprecated public static enum Journal.Feature extends java.lang.Enum<Journal.Feature>
Enum Constant and Description |
---|
ALCHEMY
Deprecated.
|
AZUTERRON
Deprecated.
|
CAGEDKOBOLD
Deprecated.
|
GARDEN
Deprecated.
|
GHOST
Deprecated.
|
IMP
Deprecated.
|
PLAGUEDOCTOR
Deprecated.
|
SCARECROW
Deprecated.
|
STATUE
Deprecated.
|
TROLL
Deprecated.
|
WANDMAKER
Deprecated.
|
WELL_OF_AWARENESS
Deprecated.
|
WELL_OF_HEALTH
Deprecated.
|
WELL_OF_TRANSMUTATION
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
desc()
Deprecated.
|
static Journal.Feature |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Journal.Feature[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Journal.Feature WELL_OF_HEALTH
public static final Journal.Feature WELL_OF_AWARENESS
public static final Journal.Feature WELL_OF_TRANSMUTATION
public static final Journal.Feature ALCHEMY
public static final Journal.Feature GARDEN
public static final Journal.Feature STATUE
public static final Journal.Feature GHOST
public static final Journal.Feature WANDMAKER
public static final Journal.Feature TROLL
public static final Journal.Feature IMP
public static final Journal.Feature AZUTERRON
public static final Journal.Feature CAGEDKOBOLD
public static final Journal.Feature SCARECROW
public static final Journal.Feature PLAGUEDOCTOR
public static Journal.Feature[] values()
for (Journal.Feature c : Journal.Feature.values()) System.out.println(c);
public static Journal.Feature 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 nullpublic java.lang.String desc()