public class HABlowbackFactor extends BaseEventFactor
| Modifier and Type | Field and Description |
|---|---|
static boolean |
ENABLED |
static float |
FRACTION |
static float |
ON_RESET |
static float |
PER_MONTH |
TOOLTIP_WIDTHNEGATED_FACTOR_PROGRESS| Constructor and Description |
|---|
HABlowbackFactor() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDesc(BaseEventIntel intel) |
java.awt.Color |
getDescColor(BaseEventIntel intel) |
TooltipMakerAPI.TooltipCreator |
getMainRowTooltip(BaseEventIntel intel) |
int |
getProgress(BaseEventIntel intel) |
java.lang.String |
getProgressStr(BaseEventIntel intel) |
boolean |
shouldShow(BaseEventIntel intel) |
addBorder, addBulletPointForOneTimeFactor, addExtraRows, advance, getAllProgressMult, getMainRowTooltip, getProgressColor, isExpired, isOneTime, notifyEventEnded, notifyEventEnding, notifyFactorRemovedpublic static boolean ENABLED
public static float FRACTION
public static float PER_MONTH
public static float ON_RESET
public HABlowbackFactor()
public boolean shouldShow(BaseEventIntel intel)
shouldShow in interface EventFactorshouldShow in class BaseEventFactorpublic TooltipMakerAPI.TooltipCreator getMainRowTooltip(BaseEventIntel intel)
getMainRowTooltip in interface EventFactorgetMainRowTooltip in class BaseEventFactorpublic java.lang.String getProgressStr(BaseEventIntel intel)
getProgressStr in interface EventFactorgetProgressStr in class BaseEventFactorpublic int getProgress(BaseEventIntel intel)
getProgress in interface EventFactorgetProgress in class BaseEventFactorpublic java.lang.String getDesc(BaseEventIntel intel)
getDesc in interface EventFactorgetDesc in class BaseEventFactorpublic java.awt.Color getDescColor(BaseEventIntel intel)
getDescColor in interface EventFactorgetDescColor in class BaseEventFactor