Uses of Enum Class
com.fs.starfarer.api.combat.BattleObjectiveAPI.Importance
Packages that use BattleObjectiveAPI.Importance
-
Uses of BattleObjectiveAPI.Importance in com.fs.starfarer.api.combat
Methods in com.fs.starfarer.api.combat that return BattleObjectiveAPI.ImportanceModifier and TypeMethodDescriptionBattleObjectiveAPI.getImportance()
Returns the enum constant of this class with the specified name.static BattleObjectiveAPI.Importance[]
BattleObjectiveAPI.Importance.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BattleObjectiveAPI.Importance in com.fs.starfarer.api.mission
Methods in com.fs.starfarer.api.mission with parameters of type BattleObjectiveAPI.ImportanceModifier and TypeMethodDescriptionvoid
MissionDefinitionAPI.addObjective
(float x, float y, String type, BattleObjectiveAPI.Importance importance) Deprecated.