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
- Mappings:
Namespace Name official bbs$m
intermediary net/minecraft/class_4019$class_4030
named net/minecraft/entity/passive/FoxEntity$FoxMoveControl
-
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
- Mappings:
Namespace Name Mixin selector official a
Lawb;a()V
intermediary method_6240
Lnet/minecraft/class_1335;method_6240()V
named tick
Lnet/minecraft/entity/ai/control/MoveControl;tick()V
-