static class EntityGhast.GhastMoveHelper extends EntityMoveHelper
EntityMoveHelper.Action
Modifier and Type | Field and Description |
---|---|
private int |
courseChangeCooldown |
private EntityGhast |
parentEntity |
action, entity, moveForward, moveStrafe, posX, posY, posZ, speed
Constructor and Description |
---|
GhastMoveHelper(EntityGhast ghast) |
Modifier and Type | Method and Description |
---|---|
private boolean |
isNotColliding(double x,
double y,
double z,
double p_179926_7_) |
void |
onUpdateMoveHelper() |
getSpeed, getX, getY, getZ, isUpdating, limitAngle, read, setMoveTo, strafe
private final EntityGhast parentEntity
private int courseChangeCooldown
public GhastMoveHelper(EntityGhast ghast)
public void onUpdateMoveHelper()
onUpdateMoveHelper
in class EntityMoveHelper
private boolean isNotColliding(double x, double y, double z, double p_179926_7_)