public class GBDartAround extends BaseGhostBehavior
| Modifier and Type | Field and Description |
|---|---|
protected float |
angleOffset |
protected float |
desiredRange |
protected float |
desiredRangeMax |
protected float |
desiredRangeMin |
protected org.lwjgl.util.vector.Vector2f |
dest |
protected IntervalUtil |
interval |
protected int |
maxBurn |
protected SectorEntityToken |
other |
duration, interrupts| Constructor and Description |
|---|
GBDartAround(SectorEntityToken other,
float duration,
int maxBurn,
float desiredRangeMin,
float desiredRangeMax) |
| Modifier and Type | Method and Description |
|---|---|
void |
advance(float amount,
SensorGhost ghost) |
addInterrupt, end, isDoneprotected SectorEntityToken other
protected int maxBurn
protected float desiredRange
protected float desiredRangeMin
protected float desiredRangeMax
protected IntervalUtil interval
protected float angleOffset
protected org.lwjgl.util.vector.Vector2f dest
public GBDartAround(SectorEntityToken other, float duration, int maxBurn, float desiredRangeMin, float desiredRangeMax)
public void advance(float amount, SensorGhost ghost)
advance in interface GhostBehavioradvance in class BaseGhostBehavior