Interface GhostBehaviorInterrupt
- All Known Implementing Classes:
BaseGhostBehaviorInterrupt
,GBIDespawn
,GBIGenerateSlipstream
,GBIPlaySound
,GBIRemoraDrain
,GBIRunEveryFrame
,GBIRunScript
,GBITooClose
,GBITooCloseToOther
,GBITowardsDirection
,GBITowardsEntity
public interface GhostBehaviorInterrupt
-
Method Summary
Modifier and TypeMethodDescriptionvoid
advance
(float amount, SensorGhost ghost, GhostBehavior behavior) boolean
shouldInterruptBehavior
(SensorGhost ghost, GhostBehavior behavior)
-
Method Details
-
advance
-
shouldInterruptBehavior
-