Package com.fs.starfarer.api.loading
Interface AbilitySpecAPI
- All Superinterfaces:
WithSourceMod
-
Method Summary
Modifier and TypeMethodDescriptionvoid
float
float
float
float
float
getId()
float
getName()
getNewAIPluginInstance
(AbilityPlugin ability) getOppositeTag
(String tag) int
getTags()
getUIOff()
getUIOn()
boolean
hasOppositeTag
(String tag) boolean
boolean
boolean
isNegativeTag
(String tag) boolean
isPositiveTag
(String tag) boolean
Methods inherited from interface com.fs.starfarer.api.loading.WithSourceMod
getSourceMod
-
Method Details
-
getId
String getId() -
isUnlockedAtStart
boolean isUnlockedAtStart() -
isAIDefault
boolean isAIDefault() -
getSortOrder
int getSortOrder() -
getWorldOn
String getWorldOn() -
getWorldOff
String getWorldOff() -
getWorldLoop
String getWorldLoop() -
getUIOn
String getUIOn() -
getUIOff
String getUIOff() -
getUILoop
String getUILoop() -
getMusicSuppression
float getMusicSuppression() -
getTags
-
addTag
-
hasTag
-
getAIPluginClass
String getAIPluginClass() -
getActivationDays
float getActivationDays() -
getActivationCooldown
float getActivationCooldown() -
getDurationDays
float getDurationDays() -
getDeactivationDays
float getDeactivationDays() -
getDeactivationCooldown
float getDeactivationCooldown() -
getIconName
String getIconName() -
getName
String getName() -
getNewAIPluginInstance
-
hasOppositeTag
-
getOppositeTag
-
isPositiveTag
-
isNegativeTag
-