public static enum Condition.RunOnType extends java.lang.Enum<Condition.RunOnType>
Enum Constant and Description |
---|
CombatTarget |
EventData |
LinkedRef |
PackageData |
QuestAlias |
Reference |
Subject |
Target |
Modifier and Type | Method and Description |
---|---|
static Condition.RunOnType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Condition.RunOnType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Condition.RunOnType Subject
public static final Condition.RunOnType Target
public static final Condition.RunOnType Reference
public static final Condition.RunOnType CombatTarget
public static final Condition.RunOnType LinkedRef
public static final Condition.RunOnType QuestAlias
public static final Condition.RunOnType PackageData
public static final Condition.RunOnType EventData
public static Condition.RunOnType[] values()
for (Condition.RunOnType c : Condition.RunOnType.values()) System.out.println(c);
public static Condition.RunOnType 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