Class CamelEntityModel

Direct Known Subclasses:
CamelSaddleEntityModel

@Environment(CLIENT) public class CamelEntityModel extends EntityModel<CamelEntityRenderState>
Mappings:
Namespace Name
named net/minecraft/client/render/entity/model/CamelEntityModel
intermediary net/minecraft/class_7751
official gmn
  • Field Details

    • LIMB_ANGLE_SCALE

      private static final float LIMB_ANGLE_SCALE
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named LIMB_ANGLE_SCALE Lnet/minecraft/client/render/entity/model/CamelEntityModel;LIMB_ANGLE_SCALE:F
      intermediary field_40459 Lnet/minecraft/class_7751;field_40459:F
      official c Lgmn;c:F
    • LIMB_DISTANCE_SCALE

      private static final float LIMB_DISTANCE_SCALE
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named LIMB_DISTANCE_SCALE Lnet/minecraft/client/render/entity/model/CamelEntityModel;LIMB_DISTANCE_SCALE:F
      intermediary field_42227 Lnet/minecraft/class_7751;field_42227:F
      official d Lgmn;d:F
    • BABY_TRANSFORMER

      public static final ModelTransformer BABY_TRANSFORMER
      Mappings:
      Namespace Name Mixin selector
      named BABY_TRANSFORMER Lnet/minecraft/client/render/entity/model/CamelEntityModel;BABY_TRANSFORMER:Lnet/minecraft/client/render/entity/model/ModelTransformer;
      intermediary field_52883 Lnet/minecraft/class_7751;field_52883:Lnet/minecraft/class_9953;
      official a Lgmn;a:Lgqv;
    • walkingAnimation

      private final Animation walkingAnimation
      Mappings:
      Namespace Name Mixin selector
      named walkingAnimation Lnet/minecraft/client/render/entity/model/CamelEntityModel;walkingAnimation:Lnet/minecraft/client/render/entity/animation/Animation;
      intermediary field_60888 Lnet/minecraft/class_7751;field_60888:Lnet/minecraft/class_11509;
      official e Lgmn;e:Lfut;
    • sittingTransitionAnimation

      private final Animation sittingTransitionAnimation
      Mappings:
      Namespace Name Mixin selector
      named sittingTransitionAnimation Lnet/minecraft/client/render/entity/model/CamelEntityModel;sittingTransitionAnimation:Lnet/minecraft/client/render/entity/animation/Animation;
      intermediary field_60889 Lnet/minecraft/class_7751;field_60889:Lnet/minecraft/class_11509;
      official f Lgmn;f:Lfut;
    • sittingAnimation

      private final Animation sittingAnimation
      Mappings:
      Namespace Name Mixin selector
      named sittingAnimation Lnet/minecraft/client/render/entity/model/CamelEntityModel;sittingAnimation:Lnet/minecraft/client/render/entity/animation/Animation;
      intermediary field_60890 Lnet/minecraft/class_7751;field_60890:Lnet/minecraft/class_11509;
      official g Lgmn;g:Lfut;
    • standingTransitionAnimation

      private final Animation standingTransitionAnimation
      Mappings:
      Namespace Name Mixin selector
      named standingTransitionAnimation Lnet/minecraft/client/render/entity/model/CamelEntityModel;standingTransitionAnimation:Lnet/minecraft/client/render/entity/animation/Animation;
      intermediary field_60891 Lnet/minecraft/class_7751;field_60891:Lnet/minecraft/class_11509;
      official i Lgmn;i:Lfut;
    • idlingAnimation

      private final Animation idlingAnimation
      Mappings:
      Namespace Name Mixin selector
      named idlingAnimation Lnet/minecraft/client/render/entity/model/CamelEntityModel;idlingAnimation:Lnet/minecraft/client/render/entity/animation/Animation;
      intermediary field_60892 Lnet/minecraft/class_7751;field_60892:Lnet/minecraft/class_11509;
      official j Lgmn;j:Lfut;
    • dashingAnimation

      private final Animation dashingAnimation
      Mappings:
      Namespace Name Mixin selector
      named dashingAnimation Lnet/minecraft/client/render/entity/model/CamelEntityModel;dashingAnimation:Lnet/minecraft/client/render/entity/animation/Animation;
      intermediary field_60893 Lnet/minecraft/class_7751;field_60893:Lnet/minecraft/class_11509;
      official k Lgmn;k:Lfut;
  • Constructor Details

    • CamelEntityModel

      public CamelEntityModel(ModelPart root)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/render/entity/model/EntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
      intermediary <init> Lnet/minecraft/class_583;<init>(Lnet/minecraft/class_630;)V
      official <init> Lgng;<init>(Lgqm;)V
  • Method Details

    • getTexturedModelData

      public static TexturedModelData getTexturedModelData()
      Mappings:
      Namespace Name Mixin selector
      named getTexturedModelData Lnet/minecraft/client/render/entity/model/CamelEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
      intermediary method_45707 Lnet/minecraft/class_7751;method_45707()Lnet/minecraft/class_5607;
      official a Lgmn;a()Lgqs;
    • getModelData

      protected static ModelData getModelData()
      Mappings:
      Namespace Name Mixin selector
      named getModelData Lnet/minecraft/client/render/entity/model/CamelEntityModel;getModelData()Lnet/minecraft/client/model/ModelData;
      intermediary method_66836 Lnet/minecraft/class_7751;method_66836()Lnet/minecraft/class_5609;
      official b Lgmn;b()Lgqu;
    • setAngles

      public void setAngles(CamelEntityRenderState camelEntityRenderState)
      Overrides:
      setAngles in class EntityModel<CamelEntityRenderState>
      Mappings:
      Namespace Name Mixin selector
      named setAngles Lnet/minecraft/client/render/entity/model/CamelEntityModel;setAngles(Lnet/minecraft/client/render/entity/state/CamelEntityRenderState;)V
      intermediary method_45706 Lnet/minecraft/class_7751;method_45706(Lnet/minecraft/class_10007;)V
      official a Lgmn;a(Lhka;)V
    • setHeadAngles

      private void setHeadAngles(CamelEntityRenderState state, float headYaw, float headPitch)
      Mappings:
      Namespace Name Mixin selector
      named setHeadAngles Lnet/minecraft/client/render/entity/model/CamelEntityModel;setHeadAngles(Lnet/minecraft/client/render/entity/state/CamelEntityRenderState;FF)V
      intermediary method_45705 Lnet/minecraft/class_7751;method_45705(Lnet/minecraft/class_10007;FF)V
      official a Lgmn;a(Lhka;FF)V