Package net.minecraft.entity.passive
Class DolphinEntity.DolphinMoveControl
java.lang.Object
net.minecraft.entity.ai.control.MoveControl
net.minecraft.entity.passive.DolphinEntity.DolphinMoveControl
- Enclosing class:
- DolphinEntity
static class DolphinEntity.DolphinMoveControl 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 DolphinEntitydolphinFields inherited from class net.minecraft.entity.ai.control.MoveControl
entity, forwardMovement, sidewaysMovement, speed, state, targetX, targetY, targetZ -
Constructor Summary
Constructors Constructor Description DolphinMoveControl(DolphinEntity dolphin) -
Method Summary
Modifier and Type Method Description voidtick()Methods inherited from class net.minecraft.entity.ai.control.MoveControl
changeAngle, getSpeed, getTargetX, getTargetY, getTargetZ, isMoving, moveTo, strafeTo
-
Field Details
-
dolphin
-
-
Constructor Details
-
DolphinMoveControl
-
-
Method Details
-
tick
public void tick()- Overrides:
tickin classMoveControl
-