Class BodyControl

java.lang.Object
net.minecraft.entity.ai.control.BodyControl
All Implemented Interfaces:
Control
Direct Known Subclasses:
CamelEntity.CamelBodyControl, PhantomEntity.PhantomBodyControl, ShulkerEntity.ShulkerBodyControl

public class BodyControl extends Object implements Control
The body control ensures a mob's head and body yaws are kept up with each other.
Mappings:
Namespace Name
official bjw
intermediary net/minecraft/class_1330
named net/minecraft/entity/ai/control/BodyControl
  • Field Details

    • BODY_KEEP_UP_THRESHOLD

      private static final int BODY_KEEP_UP_THRESHOLD
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Lbjw;b:I
      intermediary field_30194 Lnet/minecraft/class_1330;field_30194:I
      named BODY_KEEP_UP_THRESHOLD Lnet/minecraft/entity/ai/control/BodyControl;BODY_KEEP_UP_THRESHOLD:I
    • ROTATE_BODY_START_TICK

      private static final int ROTATE_BODY_START_TICK
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official c Lbjw;c:I
      intermediary field_30195 Lnet/minecraft/class_1330;field_30195:I
      named ROTATE_BODY_START_TICK Lnet/minecraft/entity/ai/control/BodyControl;ROTATE_BODY_START_TICK:I
    • ROTATION_INCREMENTS

      private static final int ROTATION_INCREMENTS
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official d Lbjw;d:I
      intermediary field_30196 Lnet/minecraft/class_1330;field_30196:I
      named ROTATION_INCREMENTS Lnet/minecraft/entity/ai/control/BodyControl;ROTATION_INCREMENTS:I
    • entity

      private final MobEntity entity
      Mappings:
      Namespace Name Mixin selector
      official a Lbjw;a:Lbei;
      intermediary field_6356 Lnet/minecraft/class_1330;field_6356:Lnet/minecraft/class_1308;
      named entity Lnet/minecraft/entity/ai/control/BodyControl;entity:Lnet/minecraft/entity/mob/MobEntity;
    • bodyAdjustTicks

      private int bodyAdjustTicks
      Mappings:
      Namespace Name Mixin selector
      official e Lbjw;e:I
      intermediary field_6355 Lnet/minecraft/class_1330;field_6355:I
      named bodyAdjustTicks Lnet/minecraft/entity/ai/control/BodyControl;bodyAdjustTicks:I
    • lastHeadYaw

      private float lastHeadYaw
      Mappings:
      Namespace Name Mixin selector
      official f Lbjw;f:F
      intermediary field_6354 Lnet/minecraft/class_1330;field_6354:F
      named lastHeadYaw Lnet/minecraft/entity/ai/control/BodyControl;lastHeadYaw:F
  • Constructor Details

    • BodyControl

      public BodyControl(MobEntity entity)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbjw;<init>(Lbei;)V
      intermediary <init> Lnet/minecraft/class_1330;<init>(Lnet/minecraft/class_1308;)V
      named <init> Lnet/minecraft/entity/ai/control/BodyControl;<init>(Lnet/minecraft/entity/mob/MobEntity;)V
  • Method Details

    • tick

      public void tick()
      Ticks the body control.
      Implementation Requirements:
      If the entity has moved, its body yaw adjusts to its head yaw. Otherwise, if the entity is not steered, its head yaw adjusts to its body yaw.
      Mappings:
      Namespace Name Mixin selector
      official a Lbjw;a()V
      intermediary method_6224 Lnet/minecraft/class_1330;method_6224()V
      named tick Lnet/minecraft/entity/ai/control/BodyControl;tick()V
    • keepUpBody

      private void keepUpBody()
      Keeps up the body yaw by ensuring it is within the max head rotation from the head yaw.
      Mappings:
      Namespace Name Mixin selector
      official b Lbjw;b()V
      intermediary method_20243 Lnet/minecraft/class_1330;method_20243()V
      named keepUpBody Lnet/minecraft/entity/ai/control/BodyControl;keepUpBody()V
    • keepUpHead

      private void keepUpHead()
      Keeps up the head yaw by ensuring it is within the max head rotation from the body yaw.
      Mappings:
      Namespace Name Mixin selector
      official c Lbjw;c()V
      intermediary method_20244 Lnet/minecraft/class_1330;method_20244()V
      named keepUpHead Lnet/minecraft/entity/ai/control/BodyControl;keepUpHead()V
    • slowlyAdjustBody

      private void slowlyAdjustBody()
      Gradually adjusts the body yaw toward the head yaw, starting after 10 ticks of wait and finishes by the 20th tick.
      Mappings:
      Namespace Name Mixin selector
      official d Lbjw;d()V
      intermediary method_20245 Lnet/minecraft/class_1330;method_20245()V
      named slowlyAdjustBody Lnet/minecraft/entity/ai/control/BodyControl;slowlyAdjustBody()V
    • isIndependent

      private boolean isIndependent()
      Mappings:
      Namespace Name Mixin selector
      official e Lbjw;e()Z
      intermediary method_20246 Lnet/minecraft/class_1330;method_20246()Z
      named isIndependent Lnet/minecraft/entity/ai/control/BodyControl;isIndependent()Z
    • isMoving

      private boolean isMoving()
      Mappings:
      Namespace Name Mixin selector
      official f Lbjw;f()Z
      intermediary method_20247 Lnet/minecraft/class_1330;method_20247()Z
      named isMoving Lnet/minecraft/entity/ai/control/BodyControl;isMoving()Z