static class FishEntity.FishMoveControl extends MoveControl
MoveControl.State
Modifier and Type | Field and Description |
---|---|
private FishEntity |
fish |
entity, forwardMovement, sidewaysMovement, speed, state, targetX, targetY, targetZ
Constructor and Description |
---|
FishMoveControl(FishEntity owner) |
Modifier and Type | Method and Description |
---|---|
void |
tick() |
changeAngle, getSpeed, getTargetX, getTargetY, getTargetZ, isMoving, moveTo, strafeTo
private final FishEntity fish
FishMoveControl(FishEntity owner)
public void tick()
tick
in class MoveControl