Class GBIDespawn
java.lang.Object
com.fs.starfarer.api.impl.campaign.ghosts.BaseGhostBehaviorInterrupt
com.fs.starfarer.api.impl.campaign.ghosts.GBIDespawn
- All Implemented Interfaces:
GhostBehaviorInterrupt
-
Field Summary
Fields inherited from class com.fs.starfarer.api.impl.campaign.ghosts.BaseGhostBehaviorInterrupt
delay
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
shouldInterruptBehavior
(SensorGhost ghost, GhostBehavior behavior) Methods inherited from class com.fs.starfarer.api.impl.campaign.ghosts.BaseGhostBehaviorInterrupt
advance, hasDelayRemaining
-
Constructor Details
-
GBIDespawn
public GBIDespawn(float delay)
-
-
Method Details
-
shouldInterruptBehavior
- Specified by:
shouldInterruptBehavior
in interfaceGhostBehaviorInterrupt
- Overrides:
shouldInterruptBehavior
in classBaseGhostBehaviorInterrupt
-