Class SkeletonEntityModel<S extends SkeletonEntityRenderState>

All Implemented Interfaces:
ModelWithArms, ModelWithHead
Direct Known Subclasses:
BoggedEntityModel

@Environment(CLIENT) public class SkeletonEntityModel<S extends SkeletonEntityRenderState> extends BipedEntityModel<S>
Mappings:
Namespace Name
named net/minecraft/client/render/entity/model/SkeletonEntityModel
intermediary net/minecraft/class_606
official gdg
  • Constructor Details

    • SkeletonEntityModel

      public SkeletonEntityModel(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> Lgbl;<init>(Lgen;)V
  • Method Details

    • getTexturedModelData

      public static TexturedModelData getTexturedModelData()
      Mappings:
      Namespace Name Mixin selector
      named getTexturedModelData Lnet/minecraft/client/render/entity/model/SkeletonEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
      intermediary method_32047 Lnet/minecraft/class_606;method_32047()Lnet/minecraft/class_5607;
      official c Lgdg;c()Lget;
    • addLimbs

      protected static void addLimbs(ModelPartData data)
      Mappings:
      Namespace Name Mixin selector
      named addLimbs Lnet/minecraft/client/render/entity/model/SkeletonEntityModel;addLimbs(Lnet/minecraft/client/model/ModelPartData;)V
      intermediary method_57794 Lnet/minecraft/class_606;method_57794(Lnet/minecraft/class_5610;)V
      official a Lgdg;a(Lgex;)V
    • getArmPose

      protected BipedEntityModel.ArmPose getArmPose(S s, Arm arm)
      Overrides:
      getArmPose in class BipedEntityModel<S extends SkeletonEntityRenderState>
      Mappings:
      Namespace Name Mixin selector
      named getArmPose Lnet/minecraft/client/render/entity/model/SkeletonEntityModel;getArmPose(Lnet/minecraft/client/render/entity/state/SkeletonEntityRenderState;Lnet/minecraft/util/Arm;)Lnet/minecraft/client/render/entity/model/BipedEntityModel$ArmPose;
      intermediary method_62117 Lnet/minecraft/class_606;method_62117(Lnet/minecraft/class_10066;Lnet/minecraft/class_1306;)Lnet/minecraft/class_572$class_573;
      official a Lgdg;a(Lgzp;Lbvz;)Lgby$a;
    • setAngles

      public void setAngles(S s)
      Overrides:
      setAngles in class BipedEntityModel<S extends SkeletonEntityRenderState>
      Mappings:
      Namespace Name Mixin selector
      named setAngles Lnet/minecraft/client/render/entity/model/SkeletonEntityModel;setAngles(Lnet/minecraft/client/render/entity/state/SkeletonEntityRenderState;)V
      intermediary method_19690 Lnet/minecraft/class_606;method_19690(Lnet/minecraft/class_10066;)V
      official a Lgdg;a(Lgzp;)V
    • setArmAngle

      public void setArmAngle(Arm arm, MatrixStack matrices)
      Specified by:
      setArmAngle in interface ModelWithArms
      Overrides:
      setArmAngle in class BipedEntityModel<S extends SkeletonEntityRenderState>
      Mappings:
      Namespace Name Mixin selector
      named setArmAngle Lnet/minecraft/client/render/entity/model/ModelWithArms;setArmAngle(Lnet/minecraft/util/Arm;Lnet/minecraft/client/util/math/MatrixStack;)V
      intermediary method_2803 Lnet/minecraft/class_3881;method_2803(Lnet/minecraft/class_1306;Lnet/minecraft/class_4587;)V
      official a Lgah;a(Lbvz;Lfgr;)V