public class DelayedFleetEncounter.CanSpawnFleetConditionChecker extends java.lang.Object implements BaseHubMission.ConditionChecker
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
conditionsMet |
protected float |
daysBeforeInHyper |
protected float |
daysBeforeInSystem |
protected float |
daysInSystem |
protected SectorEntityToken |
foundEntity |
protected StarSystemAPI |
lastSystemPlayerWasIn |
protected org.lwjgl.util.vector.Vector2f |
location |
protected DelayedFleetEncounter.EncounterType |
typePicked |
| Constructor and Description |
|---|
CanSpawnFleetConditionChecker() |
| Modifier and Type | Method and Description |
|---|---|
void |
advance(float amount) |
boolean |
conditionsMet() |
void |
doCheck() |
protected boolean |
isPlayerInRightRangeBand(LocationAPI system) |
protected StarSystemAPI lastSystemPlayerWasIn
protected float daysInSystem
protected boolean conditionsMet
protected DelayedFleetEncounter.EncounterType typePicked
protected org.lwjgl.util.vector.Vector2f location
protected SectorEntityToken foundEntity
protected float daysBeforeInHyper
protected float daysBeforeInSystem
public CanSpawnFleetConditionChecker()
public boolean conditionsMet()
conditionsMet in interface BaseHubMission.ConditionCheckerpublic void advance(float amount)
public void doCheck()
protected boolean isPlayerInRightRangeBand(LocationAPI system)