java.io.Serializable
, java.lang.Comparable<QuestManager.QMCommand>
public static enum QuestManager.QMCommand extends java.lang.Enum<QuestManager.QMCommand>
Enum Constant | Description |
---|---|
$ABILITY |
|
$AREA |
|
$CHOOSE |
|
$EXISTING_QUEST_NAME |
|
$EXPRESSION |
|
$FACTION |
|
$HIDDEN |
|
$ITEMXML |
|
$ITEMXML_ONEORMORE |
|
$ITEMXML_ZEROORMORE |
|
$LABEL |
|
$LONG_STRING |
|
$MEFFECT |
|
$MOBXML |
|
$MOBXML_ONEORMORE |
|
$NAME |
|
$ROOMID |
|
$STRING |
|
$TIMEEXPRESSION |
|
$TITLE |
|
$UNIQUE_QUEST_NAME |
|
$ZAPPERMASK |
Modifier and Type | Method | Description |
---|---|---|
static QuestManager.QMCommand |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static QuestManager.QMCommand[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QuestManager.QMCommand $TITLE
public static final QuestManager.QMCommand $LABEL
public static final QuestManager.QMCommand $EXPRESSION
public static final QuestManager.QMCommand $UNIQUE_QUEST_NAME
public static final QuestManager.QMCommand $CHOOSE
public static final QuestManager.QMCommand $ITEMXML
public static final QuestManager.QMCommand $STRING
public static final QuestManager.QMCommand $ROOMID
public static final QuestManager.QMCommand $AREA
public static final QuestManager.QMCommand $MOBXML
public static final QuestManager.QMCommand $NAME
public static final QuestManager.QMCommand $LONG_STRING
public static final QuestManager.QMCommand $MOBXML_ONEORMORE
public static final QuestManager.QMCommand $ITEMXML_ONEORMORE
public static final QuestManager.QMCommand $ITEMXML_ZEROORMORE
public static final QuestManager.QMCommand $ZAPPERMASK
public static final QuestManager.QMCommand $ABILITY
public static final QuestManager.QMCommand $MEFFECT
public static final QuestManager.QMCommand $EXISTING_QUEST_NAME
public static final QuestManager.QMCommand $HIDDEN
public static final QuestManager.QMCommand $FACTION
public static final QuestManager.QMCommand $TIMEEXPRESSION
public static QuestManager.QMCommand[] values()
for (QuestManager.QMCommand c : QuestManager.QMCommand.values()) System.out.println(c);
public static QuestManager.QMCommand 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