Class CamelEntity.CamelBodyControl

java.lang.Object
net.minecraft.entity.ai.control.BodyControl
net.minecraft.entity.passive.CamelEntity.CamelBodyControl
All Implemented Interfaces:
Control
Enclosing class:
CamelEntity

private class CamelEntity.CamelBodyControl extends BodyControl
Mappings:
Namespace Name
named net/minecraft/entity/passive/CamelEntity$CamelBodyControl
intermediary net/minecraft/class_7689$class_7690
official cgv$a
  • Constructor Details

    • CamelBodyControl

      public CamelBodyControl(CamelEntity camel)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/entity/passive/CamelEntity$CamelBodyControl;<init>(Lnet/minecraft/entity/passive/CamelEntity;Lnet/minecraft/entity/passive/CamelEntity;)V
      intermediary <init> Lnet/minecraft/class_7689$class_7690;<init>(Lnet/minecraft/class_7689;Lnet/minecraft/class_7689;)V
      official <init> Lcgv$a;<init>(Lcgv;Lcgv;)V
  • Method Details

    • tick

      public void tick()
      Ticks the body control.
      Overrides:
      tick in class BodyControl
      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
      named tick Lnet/minecraft/entity/ai/control/BodyControl;tick()V
      intermediary method_6224 Lnet/minecraft/class_1330;method_6224()V
      official a Lbzk;a()V