Class HABlowbackFactor
java.lang.Object
com.fs.starfarer.api.impl.campaign.intel.events.BaseEventFactor
com.fs.starfarer.api.impl.campaign.intel.events.HABlowbackFactor
- All Implemented Interfaces:
EventFactor
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic boolean
static float
static float
static float
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 TypeMethodDescriptiongetDesc
(BaseEventIntel intel) getDescColor
(BaseEventIntel intel) getMainRowTooltip
(BaseEventIntel intel) int
getProgress
(BaseEventIntel intel) getProgressStr
(BaseEventIntel intel) boolean
shouldShow
(BaseEventIntel intel) Methods inherited from class com.fs.starfarer.api.impl.campaign.intel.events.BaseEventFactor
addBorder, addBulletPointForOneTimeFactor, addExtraRows, advance, getAllProgressMult, getMainRowTooltip, getProgressColor, isExpired, isOneTime, notifyEventEnded, notifyEventEnding, notifyFactorRemoved
-
Field Details
-
ENABLED
public static boolean ENABLED -
FRACTION
public static float FRACTION -
PER_MONTH
public static float PER_MONTH -
ON_RESET
public static float ON_RESET
-
-
Constructor Details
-
HABlowbackFactor
public HABlowbackFactor()
-
-
Method Details
-
shouldShow
- Specified by:
shouldShow
in interfaceEventFactor
- Overrides:
shouldShow
in classBaseEventFactor
-
getMainRowTooltip
- Specified by:
getMainRowTooltip
in interfaceEventFactor
- Overrides:
getMainRowTooltip
in classBaseEventFactor
-
getProgressStr
- Specified by:
getProgressStr
in interfaceEventFactor
- Overrides:
getProgressStr
in classBaseEventFactor
-
getProgress
- Specified by:
getProgress
in interfaceEventFactor
- Overrides:
getProgress
in classBaseEventFactor
-
getDesc
- Specified by:
getDesc
in interfaceEventFactor
- Overrides:
getDesc
in classBaseEventFactor
-
getDescColor
- Specified by:
getDescColor
in interfaceEventFactor
- Overrides:
getDescColor
in classBaseEventFactor
-