Enum Class OfficerManagerEvent.SkillPickPreference
java.lang.Object
java.lang.Enum<OfficerManagerEvent.SkillPickPreference>
com.fs.starfarer.api.impl.campaign.events.OfficerManagerEvent.SkillPickPreference
- All Implemented Interfaces:
Serializable
,Comparable<OfficerManagerEvent.SkillPickPreference>
,Constable
- Enclosing class:
- OfficerManagerEvent
public static enum OfficerManagerEvent.SkillPickPreference
extends Enum<OfficerManagerEvent.SkillPickPreference>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Deprecated.Deprecated.Passing essentially three params using this enum to maintain API backwards compability with 0.95a, sigh. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CARRIER
Deprecated. -
GENERIC
Deprecated. -
PHASE
Deprecated. -
YES_ENERGY_YES_BALLISTIC_YES_MISSILE_YES_DEFENSE
public static final OfficerManagerEvent.SkillPickPreference YES_ENERGY_YES_BALLISTIC_YES_MISSILE_YES_DEFENSEPassing essentially three params using this enum to maintain API backwards compability with 0.95a, sigh. It's 4 now, bigger sigh. -
YES_ENERGY_YES_BALLISTIC_NO_MISSILE_YES_DEFENSE
public static final OfficerManagerEvent.SkillPickPreference YES_ENERGY_YES_BALLISTIC_NO_MISSILE_YES_DEFENSE -
YES_ENERGY_YES_BALLISTIC_YES_MISSILE_NO_DEFENSE
public static final OfficerManagerEvent.SkillPickPreference YES_ENERGY_YES_BALLISTIC_YES_MISSILE_NO_DEFENSE -
YES_ENERGY_YES_BALLISTIC_NO_MISSILE_NO_DEFENSE
public static final OfficerManagerEvent.SkillPickPreference YES_ENERGY_YES_BALLISTIC_NO_MISSILE_NO_DEFENSE -
YES_ENERGY_NO_BALLISTIC_YES_MISSILE_YES_DEFENSE
public static final OfficerManagerEvent.SkillPickPreference YES_ENERGY_NO_BALLISTIC_YES_MISSILE_YES_DEFENSE -
YES_ENERGY_NO_BALLISTIC_NO_MISSILE_YES_DEFENSE
public static final OfficerManagerEvent.SkillPickPreference YES_ENERGY_NO_BALLISTIC_NO_MISSILE_YES_DEFENSE -
YES_ENERGY_NO_BALLISTIC_YES_MISSILE_NO_DEFENSE
public static final OfficerManagerEvent.SkillPickPreference YES_ENERGY_NO_BALLISTIC_YES_MISSILE_NO_DEFENSE -
YES_ENERGY_NO_BALLISTIC_NO_MISSILE_NO_DEFENSE
public static final OfficerManagerEvent.SkillPickPreference YES_ENERGY_NO_BALLISTIC_NO_MISSILE_NO_DEFENSE -
NO_ENERGY_YES_BALLISTIC_YES_MISSILE_YES_DEFENSE
public static final OfficerManagerEvent.SkillPickPreference NO_ENERGY_YES_BALLISTIC_YES_MISSILE_YES_DEFENSE -
NO_ENERGY_YES_BALLISTIC_NO_MISSILE_YES_DEFENSE
public static final OfficerManagerEvent.SkillPickPreference NO_ENERGY_YES_BALLISTIC_NO_MISSILE_YES_DEFENSE -
NO_ENERGY_YES_BALLISTIC_YES_MISSILE_NO_DEFENSE
public static final OfficerManagerEvent.SkillPickPreference NO_ENERGY_YES_BALLISTIC_YES_MISSILE_NO_DEFENSE -
NO_ENERGY_YES_BALLISTIC_NO_MISSILE_NO_DEFENSE
public static final OfficerManagerEvent.SkillPickPreference NO_ENERGY_YES_BALLISTIC_NO_MISSILE_NO_DEFENSE -
NO_ENERGY_NO_BALLISTIC_YES_MISSILE_YES_DEFENSE
public static final OfficerManagerEvent.SkillPickPreference NO_ENERGY_NO_BALLISTIC_YES_MISSILE_YES_DEFENSE -
NO_ENERGY_NO_BALLISTIC_NO_MISSILE_YES_DEFENSE
public static final OfficerManagerEvent.SkillPickPreference NO_ENERGY_NO_BALLISTIC_NO_MISSILE_YES_DEFENSE -
NO_ENERGY_NO_BALLISTIC_YES_MISSILE_NO_DEFENSE
public static final OfficerManagerEvent.SkillPickPreference NO_ENERGY_NO_BALLISTIC_YES_MISSILE_NO_DEFENSE -
NO_ENERGY_NO_BALLISTIC_NO_MISSILE_NO_DEFENSE
public static final OfficerManagerEvent.SkillPickPreference NO_ENERGY_NO_BALLISTIC_NO_MISSILE_NO_DEFENSE -
ANY
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-