public enum SkillEffectType extends java.lang.Enum<SkillEffectType>
| Enum Constant and Description |
|---|
ABILITY_UNLOCK |
ALL_FIGHTERS_IN_FLEET |
ALL_OUTPOSTS |
ALL_SHIPS_IN_FLEET |
CHARACTER_STATS |
DESCRIPTION |
FLEET |
GOVERNED_OUTPOST |
HULLMOD_UNLOCK |
SHIP |
SHIP_FIGHTERS |
| Modifier and Type | Method and Description |
|---|---|
static SkillEffectType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SkillEffectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SkillEffectType SHIP
public static final SkillEffectType ALL_SHIPS_IN_FLEET
public static final SkillEffectType SHIP_FIGHTERS
public static final SkillEffectType ALL_FIGHTERS_IN_FLEET
public static final SkillEffectType CHARACTER_STATS
public static final SkillEffectType FLEET
public static final SkillEffectType HULLMOD_UNLOCK
public static final SkillEffectType ABILITY_UNLOCK
public static final SkillEffectType GOVERNED_OUTPOST
public static final SkillEffectType ALL_OUTPOSTS
public static final SkillEffectType DESCRIPTION
public static SkillEffectType[] values()
for (SkillEffectType c : SkillEffectType.values()) System.out.println(c);
public static SkillEffectType 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