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