public static enum SPEL.SPELFlag extends java.lang.Enum<SPEL.SPELFlag>
Enum Constant and Description |
---|
AreaEffectIgnoresLOS |
IgnoreResistance |
ManualCostCalculation |
NoAbsorbOrReflect |
NoDualCastModification |
PCStartSpell |
Modifier and Type | Method and Description |
---|---|
static SPEL.SPELFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SPEL.SPELFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SPEL.SPELFlag ManualCostCalculation
public static final SPEL.SPELFlag PCStartSpell
public static final SPEL.SPELFlag AreaEffectIgnoresLOS
public static final SPEL.SPELFlag IgnoreResistance
public static final SPEL.SPELFlag NoAbsorbOrReflect
public static final SPEL.SPELFlag NoDualCastModification
public static SPEL.SPELFlag[] values()
for (SPEL.SPELFlag c : SPEL.SPELFlag.values()) System.out.println(c);
public static SPEL.SPELFlag 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