Package net.minecraft.entity.mob
Class PhantomEntity.PhantomMoveControl
java.lang.Object
net.minecraft.entity.ai.control.MoveControl
net.minecraft.entity.mob.PhantomEntity.PhantomMoveControl
- All Implemented Interfaces:
Control
- Enclosing class:
PhantomEntity
- Mappings:
Namespace Name named net/minecraft/entity/mob/PhantomEntity$PhantomMoveControl
intermediary net/minecraft/class_1593$class_1600
official cmy$g
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.control.MoveControl
MoveControl.State
-
Field Summary
Modifier and TypeFieldDescriptionprivate float
The movement speed that the phantom tends towardsFields 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
-
Method Summary
Methods inherited from class net.minecraft.entity.ai.control.MoveControl
getSpeed, getTargetX, getTargetY, getTargetZ, isMoving, moveTo, strafeTo, wrapDegrees
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.entity.ai.control.Control
changeAngle
-
Field Details
-
targetSpeed
private float targetSpeedThe movement speed that the phantom tends towards- Mappings:
Namespace Name Mixin selector named targetSpeed
Lnet/minecraft/entity/mob/PhantomEntity$PhantomMoveControl;targetSpeed:F
intermediary field_7331
Lnet/minecraft/class_1593$class_1600;field_7331:F
official m
Lcmy$g;m:F
-
-
Constructor Details
-
PhantomMoveControl
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/entity/mob/PhantomEntity$PhantomMoveControl;<init>(Lnet/minecraft/entity/mob/PhantomEntity;Lnet/minecraft/entity/mob/MobEntity;)V
intermediary <init>
Lnet/minecraft/class_1593$class_1600;<init>(Lnet/minecraft/class_1593;Lnet/minecraft/class_1308;)V
official <init>
Lcmy$g;<init>(Lcmy;Lbwh;)V
-
-
Method Details
-
tick
public void tick()- Overrides:
tick
in classMoveControl
- Mappings:
Namespace Name Mixin selector named tick
Lnet/minecraft/entity/ai/control/MoveControl;tick()V
intermediary method_6240
Lnet/minecraft/class_1335;method_6240()V
official a
Lccg;a()V
-