static class TurtleEntity.MoveHelperController extends MovementController
MovementController.Action
Modifier and Type | Field and Description |
---|---|
private TurtleEntity |
turtle |
action, mob, moveForward, moveStrafe, posX, posY, posZ, speed
Constructor and Description |
---|
MoveHelperController(TurtleEntity turtleIn) |
Modifier and Type | Method and Description |
---|---|
void |
tick() |
private void |
updateSpeed() |
getSpeed, getX, getY, getZ, isUpdating, limitAngle, setMoveTo, strafe
private final TurtleEntity turtle
MoveHelperController(TurtleEntity turtleIn)
private void updateSpeed()
public void tick()
tick
in class MovementController