@Deprecated public class HADefensiveMeasuresFactor extends BaseEventFactor
| Modifier and Type | Field and Description |
|---|---|
static float |
HIGH_COMMAND_SIZE_MULT
Deprecated.
|
static float |
MILITARY_SIZE_MULT
Deprecated.
|
static int |
PATROL_HQ_POINTS
Deprecated.
|
TOOLTIP_WIDTHNEGATED_FACTOR_PROGRESS| Constructor and Description |
|---|
HADefensiveMeasuresFactor()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addExtraRows(TooltipMakerAPI info,
BaseEventIntel intel)
Deprecated.
|
float |
getAllProgressMult(BaseEventIntel intel)
Deprecated.
For all factors, not just this one.
|
MarketAPI |
getBestMilitaryMarket()
Deprecated.
|
MarketAPI |
getBiggestColony()
Deprecated.
|
int |
getColonyIncreasedDefensesScore(BaseEventIntel intel,
MarketAPI market)
Deprecated.
|
java.lang.String |
getDesc(BaseEventIntel intel)
Deprecated.
|
java.awt.Color |
getDescColor(BaseEventIntel intel)
Deprecated.
|
TooltipMakerAPI.TooltipCreator |
getMainRowTooltip(BaseEventIntel intel)
Deprecated.
|
int |
getMilitaryScore(MarketAPI market)
Deprecated.
|
int |
getProgress(BaseEventIntel intel)
Deprecated.
|
java.lang.String |
getProgressStr(BaseEventIntel intel)
Deprecated.
|
boolean |
shouldShow(BaseEventIntel intel)
Deprecated.
|
addBorder, addBulletPointForOneTimeFactor, advance, getMainRowTooltip, getProgressColor, isExpired, isOneTime, notifyEventEnded, notifyEventEnding, notifyFactorRemovedpublic static int PATROL_HQ_POINTS
public static float MILITARY_SIZE_MULT
public static float HIGH_COMMAND_SIZE_MULT
public HADefensiveMeasuresFactor()
public TooltipMakerAPI.TooltipCreator getMainRowTooltip(BaseEventIntel intel)
getMainRowTooltip in interface EventFactorgetMainRowTooltip in class BaseEventFactorpublic boolean shouldShow(BaseEventIntel intel)
shouldShow in interface EventFactorshouldShow in class BaseEventFactorpublic void addExtraRows(TooltipMakerAPI info, BaseEventIntel intel)
addExtraRows in interface EventFactoraddExtraRows in class BaseEventFactorpublic int getProgress(BaseEventIntel intel)
getProgress in interface EventFactorgetProgress in class BaseEventFactorpublic float getAllProgressMult(BaseEventIntel intel)
EventFactorgetAllProgressMult in interface EventFactorgetAllProgressMult in class BaseEventFactorpublic int getColonyIncreasedDefensesScore(BaseEventIntel intel, MarketAPI market)
public java.lang.String getProgressStr(BaseEventIntel intel)
getProgressStr in interface EventFactorgetProgressStr 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 BaseEventFactorpublic MarketAPI getBiggestColony()
public int getMilitaryScore(MarketAPI market)
public MarketAPI getBestMilitaryMarket()