Class GBGoInDirection
java.lang.Object
com.fs.starfarer.api.impl.campaign.ghosts.BaseGhostBehavior
com.fs.starfarer.api.impl.campaign.ghosts.GBGoInDirection
- All Implemented Interfaces:
GhostBehavior
-
Field Summary
FieldsFields inherited from class com.fs.starfarer.api.impl.campaign.ghosts.BaseGhostBehavior
duration, interrupts
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.fs.starfarer.api.impl.campaign.ghosts.BaseGhostBehavior
addInterrupt, end, isDone
-
Field Details
-
direction
protected float direction -
maxBurn
protected int maxBurn
-
-
Constructor Details
-
GBGoInDirection
public GBGoInDirection(float duration, float direction, int maxBurn)
-
-
Method Details
-
advance
- Specified by:
advance
in interfaceGhostBehavior
- Overrides:
advance
in classBaseGhostBehavior
-