Package net.minecraft.entity.passive
Class FoxEntity.FoxMoveControl
java.lang.Object
net.minecraft.entity.ai.control.MoveControl
net.minecraft.entity.passive.FoxEntity.FoxMoveControl
- Enclosing class:
- FoxEntity
class FoxEntity.FoxMoveControl extends MoveControl
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.control.MoveControl
MoveControl.State
-
Field Summary
Fields inherited from class net.minecraft.entity.ai.control.MoveControl
entity, forwardMovement, sidewaysMovement, speed, state, targetX, targetY, targetZ
-
Constructor Summary
Constructors Constructor Description FoxMoveControl()
-
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
-
Constructor Details
-
FoxMoveControl
public FoxMoveControl()
-
-
Method Details
-
tick
public void tick()- Overrides:
tick
in classMoveControl
-