Package net.minecraft
Class class_8405.class_8406
java.lang.Object
net.minecraft.entity.ai.control.MoveControl
net.minecraft.class_8405.class_8406
- All Implemented Interfaces:
Control
- Enclosing class:
class_8405
- Mappings:
Namespace Name official bvg$a
intermediary net/minecraft/class_8405$class_8406
named net/minecraft/class_8405$class_8406
-
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, field_30197, field_30199, forwardMovement, REACHED_DESTINATION_DISTANCE_SQUARED, sidewaysMovement, speed, state, targetX, targetY, targetZ
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected float
method_50672
(double double2, double double3) void
tick()
Methods inherited from class net.minecraft.entity.ai.control.MoveControl
getSpeed, getTargetX, getTargetY, getTargetZ, isMoving, moveTo, strafeTo, wrapDegrees
-
Constructor Details
-
class_8406
- Mappings:
Namespace Name Mixin selector official <init>
Lbpg;<init>(Lbjj;)V
intermediary <init>
Lnet/minecraft/class_1335;<init>(Lnet/minecraft/class_1308;)V
named <init>
Lnet/minecraft/entity/ai/control/MoveControl;<init>(Lnet/minecraft/entity/mob/MobEntity;)V
-
-
Method Details
-
tick
public void tick()- Overrides:
tick
in classMoveControl
- Mappings:
Namespace Name Mixin selector official a
Lbpg;a()V
intermediary method_6240
Lnet/minecraft/class_1335;method_6240()V
named tick
Lnet/minecraft/entity/ai/control/MoveControl;tick()V
-
method_50672
protected float method_50672(double double2, double double3) - Overrides:
method_50672
in classMoveControl
- Mappings:
Namespace Name Mixin selector official a
Lbpg;a(DD)F
intermediary method_50672
Lnet/minecraft/class_1335;method_50672(DD)F
named method_50672
Lnet/minecraft/entity/ai/control/MoveControl;method_50672(DD)F
-