Uses of Interface
com.fs.starfarer.api.impl.campaign.ghosts.GhostBehavior
Packages that use GhostBehavior
-
Uses of GhostBehavior in com.fs.starfarer.api.impl.campaign.ghosts
Classes in com.fs.starfarer.api.impl.campaign.ghosts that implement GhostBehaviorModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
Direction to go in is fixed when behavior starts.class
class
class
class
class
class
class
class
Fields in com.fs.starfarer.api.impl.campaign.ghosts declared as GhostBehaviorFields in com.fs.starfarer.api.impl.campaign.ghosts with type parameters of type GhostBehaviorMethods in com.fs.starfarer.api.impl.campaign.ghosts that return types with arguments of type GhostBehaviorMethods in com.fs.starfarer.api.impl.campaign.ghosts with parameters of type GhostBehaviorModifier and TypeMethodDescriptionvoid
BaseSensorGhost.addBehavior
(GhostBehavior b) void
SensorGhost.addBehavior
(GhostBehavior b) void
BaseGhostBehaviorInterrupt.advance
(float amount, SensorGhost ghost, GhostBehavior behavior) void
GBIGenerateSlipstream.advance
(float amount, SensorGhost ghost, GhostBehavior behavior) void
GBIRemoraDrain.advance
(float amount, SensorGhost ghost, GhostBehavior behavior) void
GhostBehaviorInterrupt.advance
(float amount, SensorGhost ghost, GhostBehavior behavior) boolean
BaseGhostBehaviorInterrupt.shouldInterruptBehavior
(SensorGhost ghost, GhostBehavior behavior) boolean
GBIDespawn.shouldInterruptBehavior
(SensorGhost ghost, GhostBehavior behavior) boolean
GBIGenerateSlipstream.shouldInterruptBehavior
(SensorGhost ghost, GhostBehavior behavior) boolean
GBIPlaySound.shouldInterruptBehavior
(SensorGhost ghost, GhostBehavior behavior) boolean
GBIRunEveryFrame.shouldInterruptBehavior
(SensorGhost ghost, GhostBehavior behavior) boolean
GBIRunScript.shouldInterruptBehavior
(SensorGhost ghost, GhostBehavior behavior) boolean
GBITooClose.shouldInterruptBehavior
(SensorGhost ghost, GhostBehavior behavior) boolean
GBITooCloseToOther.shouldInterruptBehavior
(SensorGhost ghost, GhostBehavior behavior) boolean
GBITowardsDirection.shouldInterruptBehavior
(SensorGhost ghost, GhostBehavior behavior) boolean
GBITowardsEntity.shouldInterruptBehavior
(SensorGhost ghost, GhostBehavior behavior) boolean
GhostBehaviorInterrupt.shouldInterruptBehavior
(SensorGhost ghost, GhostBehavior behavior)