Enum Class HubMissionWithTriggers.OfficerQuality
java.lang.Object
java.lang.Enum<HubMissionWithTriggers.OfficerQuality>
com.fs.starfarer.api.impl.campaign.missions.hub.HubMissionWithTriggers.OfficerQuality
- All Implemented Interfaces:
Serializable
,Comparable<HubMissionWithTriggers.OfficerQuality>
,Constable
- Enclosing class:
- HubMissionWithTriggers
public static enum HubMissionWithTriggers.OfficerQuality
extends Enum<HubMissionWithTriggers.OfficerQuality>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionofficers like this can only be found in cryopods by the playermade you look -
Method Summary
-
Enum Constant Details
-
LOWER
-
DEFAULT
-
HIGHER
-
UNUSUALLY_HIGH
-
AI_GAMMA
officers like this can only be found in cryopods by the player -
AI_BETA
-
AI_BETA_OR_GAMMA
-
AI_ALPHA
-
AI_OMEGA
-
AI_MIXED
made you look
-
-
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
-
next
-
prev
-