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