Package net.minecraft.entity.passive
Class TurtleEntity.TurtleMoveControl
java.lang.Object
net.minecraft.entity.ai.control.MoveControl
net.minecraft.entity.passive.TurtleEntity.TurtleMoveControl
- All Implemented Interfaces:
 Control
- Enclosing class:
 TurtleEntity
- Mappings:
 Namespace Name named net/minecraft/entity/passive/TurtleEntity$TurtleMoveControlintermediary net/minecraft/class_1481$class_1486official cgf$e
- 
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.control.MoveControl
MoveControl.State - 
Field Summary
FieldsFields 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
Methods inherited from class net.minecraft.entity.ai.control.MoveControl
getSpeed, getTargetX, getTargetY, getTargetZ, isMoving, moveTo, strafeTo, wrapDegrees 
- 
Field Details
- 
turtle
- Mappings:
 Namespace Name Mixin selector named turtleLnet/minecraft/entity/passive/TurtleEntity$TurtleMoveControl;turtle:Lnet/minecraft/entity/passive/TurtleEntity;intermediary field_6933Lnet/minecraft/class_1481$class_1486;field_6933:Lnet/minecraft/class_1481;official lLcgf$e;l:Lcgf;
 
 - 
 - 
Constructor Details
- 
TurtleMoveControl
TurtleMoveControl(TurtleEntity turtle) - Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/entity/passive/TurtleEntity$TurtleMoveControl;<init>(Lnet/minecraft/entity/passive/TurtleEntity;)Vintermediary <init>Lnet/minecraft/class_1481$class_1486;<init>(Lnet/minecraft/class_1481;)Vofficial <init>Lcgf$e;<init>(Lcgf;)V
 
 - 
 - 
Method Details
- 
updateVelocity
private void updateVelocity()- Mappings:
 Namespace Name Mixin selector named updateVelocityLnet/minecraft/entity/passive/TurtleEntity$TurtleMoveControl;updateVelocity()Vintermediary method_6700Lnet/minecraft/class_1481$class_1486;method_6700()Vofficial gLcgf$e;g()V
 - 
tick
public void tick()- Overrides:
 tickin classMoveControl- Mappings:
 Namespace Name Mixin selector named tickLnet/minecraft/entity/ai/control/MoveControl;tick()Vintermediary method_6240Lnet/minecraft/class_1335;method_6240()Vofficial aLbzp;a()V
 
 -