java.io.Serializable
, java.lang.Comparable<Quest.QCODES>
public static enum Quest.QCODES extends java.lang.Enum<Quest.QCODES>
Enum Constant | Description |
---|---|
AUTHOR |
|
CATEGORY |
|
CLASS |
|
DATE |
|
DISPLAY |
|
DURATION |
|
EXPIRATION |
|
INSTRUCTIONS |
|
INTERVAL |
|
MINPLAYERS |
|
MUDDAY |
|
NAME |
|
PERSISTANCE |
|
PLAYERMASK |
|
QUESTTYPE |
|
RUNLEVEL |
|
SPAWNABLE |
|
WAIT |
Modifier and Type | Method | Description |
---|---|---|
static Quest.QCODES |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Quest.QCODES[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Quest.QCODES CLASS
public static final Quest.QCODES NAME
public static final Quest.QCODES DURATION
public static final Quest.QCODES WAIT
public static final Quest.QCODES MINPLAYERS
public static final Quest.QCODES PLAYERMASK
public static final Quest.QCODES RUNLEVEL
public static final Quest.QCODES DATE
public static final Quest.QCODES MUDDAY
public static final Quest.QCODES INTERVAL
public static final Quest.QCODES SPAWNABLE
public static final Quest.QCODES DISPLAY
public static final Quest.QCODES INSTRUCTIONS
public static final Quest.QCODES PERSISTANCE
public static final Quest.QCODES AUTHOR
public static final Quest.QCODES EXPIRATION
public static final Quest.QCODES QUESTTYPE
public static final Quest.QCODES CATEGORY
public static Quest.QCODES[] values()
for (Quest.QCODES c : Quest.QCODES.values()) System.out.println(c);
public static Quest.QCODES 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