public class GBEchoMovement extends BaseGhostBehavior
| Modifier and Type | Class and Description |
|---|---|
static class |
GBEchoMovement.GBEchoSnapshot |
| Modifier and Type | Field and Description |
|---|---|
protected float |
delayDays |
protected SectorEntityToken |
other |
protected java.util.List<GBEchoMovement.GBEchoSnapshot> |
snapshots |
duration, interrupts| Constructor and Description |
|---|
GBEchoMovement(SectorEntityToken other,
float delayDays,
float duration) |
| Modifier and Type | Method and Description |
|---|---|
void |
advance(float amount,
SensorGhost ghost) |
addInterrupt, end, isDoneprotected java.util.List<GBEchoMovement.GBEchoSnapshot> snapshots
protected SectorEntityToken other
protected float delayDays
public GBEchoMovement(SectorEntityToken other, float delayDays, float duration)
public void advance(float amount, SensorGhost ghost)
advance in interface GhostBehavioradvance in class BaseGhostBehavior