static class GhastEntity.MoveHelperController extends MovementController
MovementController.Action
Modifier and Type | Field and Description |
---|---|
private int |
courseChangeCooldown |
private GhastEntity |
parentEntity |
action, mob, moveForward, moveStrafe, posX, posY, posZ, speed
Constructor and Description |
---|
MoveHelperController(GhastEntity ghast) |
Modifier and Type | Method and Description |
---|---|
private boolean |
func_220673_a(Vec3d p_220673_1_,
int p_220673_2_) |
void |
tick() |
getSpeed, getX, getY, getZ, isUpdating, limitAngle, setMoveTo, strafe
private final GhastEntity parentEntity
private int courseChangeCooldown
public MoveHelperController(GhastEntity ghast)
public void tick()
tick
in class MovementController
private boolean func_220673_a(Vec3d p_220673_1_, int p_220673_2_)