public class LuddicPathAgreementHostileActivityCause2 extends BaseHostileActivityCause2
intel| Constructor and Description |
|---|
LuddicPathAgreementHostileActivityCause2(HostileActivityEventIntel intel) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDesc() |
java.awt.Color |
getDescColor(BaseEventIntel intel) |
float |
getMagnitudeContribution(StarSystemAPI system) |
int |
getProgress()
Progress is used to advance the event, MagnitudeContribution is for fleet spawning for...
|
java.lang.String |
getProgressStr() |
TooltipMakerAPI.TooltipCreator |
getTooltip() |
boolean |
shouldShow() |
addExtraRows, getProgressColorpublic LuddicPathAgreementHostileActivityCause2(HostileActivityEventIntel intel)
public boolean shouldShow()
shouldShow in interface HostileActivityCause2shouldShow in class BaseHostileActivityCause2public java.awt.Color getDescColor(BaseEventIntel intel)
getDescColor in interface HostileActivityCause2getDescColor in class BaseHostileActivityCause2public java.lang.String getProgressStr()
getProgressStr in interface HostileActivityCause2getProgressStr in class BaseHostileActivityCause2public TooltipMakerAPI.TooltipCreator getTooltip()
getTooltip in interface HostileActivityCause2getTooltip in class BaseHostileActivityCause2public int getProgress()
HostileActivityCause2getProgress in interface HostileActivityCause2getProgress in class BaseHostileActivityCause2public java.lang.String getDesc()
getDesc in interface HostileActivityCause2getDesc in class BaseHostileActivityCause2public float getMagnitudeContribution(StarSystemAPI system)
getMagnitudeContribution in interface HostileActivityCause2getMagnitudeContribution in class BaseHostileActivityCause2