static class GhastEntity.FlyRandomlyGoal extends Goal
Goal.Control
Modifier and Type | Field and Description |
---|---|
private GhastEntity |
ghast |
Constructor and Description |
---|
FlyRandomlyGoal(GhastEntity ghast) |
Modifier and Type | Method and Description |
---|---|
boolean |
canStart() |
boolean |
shouldContinue() |
void |
start() |
canStop, getControls, setControls, stop, tick, toString
private final GhastEntity ghast
public FlyRandomlyGoal(GhastEntity ghast)