Package net.minecraft.entity.passive
Class FishEntity.FishMoveControl
java.lang.Object
net.minecraft.entity.ai.control.MoveControl
net.minecraft.entity.passive.FishEntity.FishMoveControl
- Enclosing class:
- FishEntity
static class FishEntity.FishMoveControl extends MoveControl
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.control.MoveControl
MoveControl.State
-
Field Summary
Fields Modifier and Type Field Description private FishEntity
fish
Fields inherited from class net.minecraft.entity.ai.control.MoveControl
entity, forwardMovement, sidewaysMovement, speed, state, targetX, targetY, targetZ
-
Constructor Summary
Constructors Constructor Description FishMoveControl(FishEntity owner)
-
Method Summary
Modifier and Type Method Description void
tick()
Methods inherited from class net.minecraft.entity.ai.control.MoveControl
changeAngle, getSpeed, getTargetX, getTargetY, getTargetZ, isMoving, moveTo, strafeTo
-
Field Details
-
fish
-
-
Constructor Details
-
FishMoveControl
FishMoveControl(FishEntity owner)
-
-
Method Details
-
tick
public void tick()- Overrides:
tick
in classMoveControl
-