public class AbyssalLocationDespawner extends java.lang.Object implements EveryFrameScript
| Modifier and Type | Field and Description |
|---|---|
protected IntervalUtil |
interval |
protected StarSystemAPI |
system |
| Constructor and Description |
|---|
AbyssalLocationDespawner(StarSystemAPI system) |
| Modifier and Type | Method and Description |
|---|---|
void |
advance(float amount)
Use SectorAPI.getClock() to convert to campaign days.
|
boolean |
isDone() |
boolean |
runWhilePaused() |
protected IntervalUtil interval
protected StarSystemAPI system
public AbyssalLocationDespawner(StarSystemAPI system)
public void advance(float amount)
EveryFrameScriptadvance in interface EveryFrameScriptamount - seconds elapsed during the last frame.public boolean isDone()
isDone in interface EveryFrameScriptpublic boolean runWhilePaused()
runWhilePaused in interface EveryFrameScript