public interface EventFactor
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NEGATED_FACTOR_PROGRESS |
| Modifier and Type | Method and Description |
|---|---|
void |
addBulletPointForOneTimeFactor(BaseEventIntel intel,
TooltipMakerAPI info,
java.awt.Color tc,
float initPad) |
void |
addExtraRows(TooltipMakerAPI info,
BaseEventIntel intel) |
void |
advance(float amount) |
float |
getAllProgressMult(BaseEventIntel intel)
For all factors, not just this one.
|
java.lang.String |
getDesc(BaseEventIntel intel) |
java.awt.Color |
getDescColor(BaseEventIntel intel) |
TooltipMakerAPI.TooltipCreator |
getMainRowTooltip()
Deprecated.
|
TooltipMakerAPI.TooltipCreator |
getMainRowTooltip(BaseEventIntel intel) |
int |
getProgress(BaseEventIntel intel) |
java.awt.Color |
getProgressColor(BaseEventIntel intel) |
java.lang.String |
getProgressStr(BaseEventIntel intel) |
boolean |
isExpired() |
boolean |
isOneTime() |
void |
notifyEventEnded() |
void |
notifyEventEnding() |
void |
notifyFactorRemoved() |
boolean |
shouldShow(BaseEventIntel intel) |
static final java.lang.String NEGATED_FACTOR_PROGRESS
int getProgress(BaseEventIntel intel)
float getAllProgressMult(BaseEventIntel intel)
java.lang.String getDesc(BaseEventIntel intel)
java.lang.String getProgressStr(BaseEventIntel intel)
java.awt.Color getDescColor(BaseEventIntel intel)
java.awt.Color getProgressColor(BaseEventIntel intel)
@Deprecated TooltipMakerAPI.TooltipCreator getMainRowTooltip()
TooltipMakerAPI.TooltipCreator getMainRowTooltip(BaseEventIntel intel)
boolean shouldShow(BaseEventIntel intel)
boolean isOneTime()
boolean isExpired()
void addExtraRows(TooltipMakerAPI info, BaseEventIntel intel)
void notifyEventEnding()
void notifyEventEnded()
void notifyFactorRemoved()
void addBulletPointForOneTimeFactor(BaseEventIntel intel, TooltipMakerAPI info, java.awt.Color tc, float initPad)
void advance(float amount)