Package net.minecraft.entity.passive
Class AxolotlEntity.AxolotlMoveControl
java.lang.Object
net.minecraft.entity.ai.control.MoveControl
net.minecraft.entity.ai.control.AquaticMoveControl
net.minecraft.entity.passive.AxolotlEntity.AxolotlMoveControl
- Enclosing class:
- AxolotlEntity
static class AxolotlEntity.AxolotlMoveControl extends AquaticMoveControl
-
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 AxolotlEntityaxolotlFields inherited from class net.minecraft.entity.ai.control.MoveControl
entity, forwardMovement, sidewaysMovement, speed, state, targetX, targetY, targetZ -
Constructor Summary
Constructors Constructor Description AxolotlMoveControl(AxolotlEntity axolotl) -
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
-
axolotl
-
-
Constructor Details
-
AxolotlMoveControl
-
-
Method Details
-
tick
public void tick()- Overrides:
tickin classAquaticMoveControl
-