static class GhastEntity.RandomFlyGoal extends Goal
Modifier and Type | Field and Description |
---|---|
private GhastEntity |
parentEntity |
Constructor and Description |
---|
RandomFlyGoal(GhastEntity ghast) |
Modifier and Type | Method and Description |
---|---|
boolean |
shouldContinueExecuting() |
boolean |
shouldExecute() |
void |
startExecuting() |
getMutexFlags, isPreemptible, resetTask, setMutexFlags, tick, toString
private final GhastEntity parentEntity
public RandomFlyGoal(GhastEntity ghast)
public boolean shouldExecute()
shouldExecute
in class Goal
public boolean shouldContinueExecuting()
shouldContinueExecuting
in class Goal
public void startExecuting()
startExecuting
in class Goal