public static enum HazardConstants.RangeStrikeSpecialEffect extends java.lang.Enum<HazardConstants.RangeStrikeSpecialEffect>
Enum Constant and Description |
---|
RANGESTRIKEBLOCKED |
RANGESTRIKEFREE |
RANGESTRIKEOCCUPIED |
RANGESTRIKESKILLPENALTY |
RANGESTRIKEWALL |
Modifier and Type | Method and Description |
---|---|
static HazardConstants.RangeStrikeSpecialEffect |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HazardConstants.RangeStrikeSpecialEffect[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HazardConstants.RangeStrikeSpecialEffect RANGESTRIKEFREE
public static final HazardConstants.RangeStrikeSpecialEffect RANGESTRIKEBLOCKED
public static final HazardConstants.RangeStrikeSpecialEffect RANGESTRIKEOCCUPIED
public static final HazardConstants.RangeStrikeSpecialEffect RANGESTRIKEWALL
public static final HazardConstants.RangeStrikeSpecialEffect RANGESTRIKESKILLPENALTY
public static HazardConstants.RangeStrikeSpecialEffect[] values()
for (HazardConstants.RangeStrikeSpecialEffect c : HazardConstants.RangeStrikeSpecialEffect.values()) System.out.println(c);
public static HazardConstants.RangeStrikeSpecialEffect 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