public static enum QUST.QuestFlags extends java.lang.Enum<QUST.QuestFlags>
Enum Constant and Description |
---|
AllowRepeatedStages |
ExcludeFromDialogueExport |
RunOnce |
StartGameEnabled |
WarnOnAliasFillFailure |
WildernessEncounter |
Modifier and Type | Method and Description |
---|---|
static QUST.QuestFlags |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QUST.QuestFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QUST.QuestFlags StartGameEnabled
public static final QUST.QuestFlags WildernessEncounter
public static final QUST.QuestFlags AllowRepeatedStages
public static final QUST.QuestFlags RunOnce
public static final QUST.QuestFlags ExcludeFromDialogueExport
public static final QUST.QuestFlags WarnOnAliasFillFailure
public static QUST.QuestFlags[] values()
for (QUST.QuestFlags c : QUST.QuestFlags.values()) System.out.println(c);
public static QUST.QuestFlags 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