Package net.minecraft.entity.mob
Class GhastEntity.FlyRandomlyGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.mob.GhastEntity.FlyRandomlyGoal
- Enclosing class:
- GhastEntity
static class GhastEntity.FlyRandomlyGoal extends Goal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control -
Field Summary
Fields Modifier and Type Field Description private GhastEntityghast -
Constructor Summary
Constructors Constructor Description FlyRandomlyGoal(GhastEntity ghast) -
Method Summary
Modifier and Type Method Description booleancanStart()booleanshouldContinue()voidstart()Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, stop, tick, toString