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