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