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