public static enum Condition.P_CastingSource extends java.lang.Enum<Condition.P_CastingSource>
Enum Constant and Description |
---|
GetCurrentCastingType |
GetCurrentDeliveryType |
GetEquippedItemType |
GetReplacedItemType |
HasBoundWeaponEquipped |
HasEquippedSpell |
Modifier and Type | Method and Description |
---|---|
static EmbeddedScripts.ParamType |
getType(EmbeddedScripts.Param p) |
static Condition.P_CastingSource |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Condition.P_CastingSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Condition.P_CastingSource HasEquippedSpell
public static final Condition.P_CastingSource GetCurrentCastingType
public static final Condition.P_CastingSource GetCurrentDeliveryType
public static final Condition.P_CastingSource GetEquippedItemType
public static final Condition.P_CastingSource GetReplacedItemType
public static final Condition.P_CastingSource HasBoundWeaponEquipped
public static Condition.P_CastingSource[] values()
for (Condition.P_CastingSource c : Condition.P_CastingSource.values()) System.out.println(c);
public static Condition.P_CastingSource 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 static EmbeddedScripts.ParamType getType(EmbeddedScripts.Param p)
p
-