public class GBFollowStream extends BaseGhostBehavior
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
courseCorrecting |
protected int |
maxBurn |
protected float |
phase |
protected SlipstreamTerrainPlugin2 |
plugin |
protected float |
preferredYOff |
duration, interrupts| Constructor and Description |
|---|
GBFollowStream(float duration,
int maxBurn,
SlipstreamTerrainPlugin2 plugin) |
| Modifier and Type | Method and Description |
|---|---|
void |
advance(float amount,
SensorGhost ghost) |
addInterrupt, end, isDoneprotected int maxBurn
protected SlipstreamTerrainPlugin2 plugin
protected float phase
protected float preferredYOff
protected boolean courseCorrecting
public GBFollowStream(float duration, int maxBurn, SlipstreamTerrainPlugin2 plugin)
public void advance(float amount, SensorGhost ghost)
advance in interface GhostBehavioradvance in class BaseGhostBehavior