Class HAShipsDestroyedFactorHint
java.lang.Object
com.fs.starfarer.api.impl.campaign.intel.events.BaseEventFactor
com.fs.starfarer.api.impl.campaign.intel.events.BaseOneTimeFactor
com.fs.starfarer.api.impl.campaign.intel.events.HAShipsDestroyedFactor
com.fs.starfarer.api.impl.campaign.intel.events.HAShipsDestroyedFactorHint
- All Implemented Interfaces:
EventFactor
-
Field Summary
Fields inherited from class com.fs.starfarer.api.impl.campaign.intel.events.BaseOneTimeFactor
points, SHOW_DURATION_DAYS, timestamp
Fields inherited from class com.fs.starfarer.api.impl.campaign.intel.events.BaseEventFactor
TOOLTIP_WIDTH
Fields inherited from interface com.fs.starfarer.api.impl.campaign.intel.events.EventFactor
NEGATED_FACTOR_PROGRESS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMainRowTooltip
(BaseEventIntel intel) boolean
shouldShow
(BaseEventIntel intel) Methods inherited from class com.fs.starfarer.api.impl.campaign.intel.events.HAShipsDestroyedFactor
getDesc
Methods inherited from class com.fs.starfarer.api.impl.campaign.intel.events.BaseOneTimeFactor
addBulletPointForOneTimeFactor, getBulletPointText, getDescColor, getProgress, getProgressStr, hasOtherFactorsOfClass, isExpired, isOneTime
Methods inherited from class com.fs.starfarer.api.impl.campaign.intel.events.BaseEventFactor
addBorder, addExtraRows, advance, getAllProgressMult, getMainRowTooltip, getProgressColor, notifyEventEnded, notifyEventEnding, notifyFactorRemoved
-
Constructor Details
-
HAShipsDestroyedFactorHint
public HAShipsDestroyedFactorHint()
-
-
Method Details
-
shouldShow
- Specified by:
shouldShow
in interfaceEventFactor
- Overrides:
shouldShow
in classBaseEventFactor
-
getMainRowTooltip
- Specified by:
getMainRowTooltip
in interfaceEventFactor
- Overrides:
getMainRowTooltip
in classHAShipsDestroyedFactor
-