public static class MarketCMD.BombardmentAnimation extends java.lang.Object implements EveryFrameScript
| Constructor and Description |
|---|
BombardmentAnimation(int num,
SectorEntityToken target) |
| Modifier and Type | Method and Description |
|---|---|
void |
advance(float amount)
Use SectorAPI.getClock() to convert to campaign days.
|
boolean |
isDone() |
boolean |
runWhilePaused() |
public BombardmentAnimation(int num, SectorEntityToken target)
public boolean runWhilePaused()
runWhilePaused in interface EveryFrameScriptpublic boolean isDone()
isDone in interface EveryFrameScriptpublic void advance(float amount)
EveryFrameScriptadvance in interface EveryFrameScriptamount - seconds elapsed during the last frame.