Interface GhostBehavior
- All Known Implementing Classes:
BaseGhostBehavior
,GBCircle
,GBDartAround
,GBEchoMovement
,GBFollow
,GBFollowClosely
,GBFollowStream
,GBGoAwayFrom
,GBGoAwayFromFixed
,GBGoInDirection
,GBGoInDirectionWithWobble
,GBGoTo
,GBIntercept
,GBLeadPlayerTo
,GBLeviathanCalfRun
,GBStayInPlace
,GBStormArea
public interface GhostBehavior
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addInterrupt
(GhostBehaviorInterrupt interrupt) void
advance
(float amount, SensorGhost ghost) boolean
isDone()
-
Method Details
-
isDone
boolean isDone() -
advance
-
addInterrupt
-