Class IllagerEntityModel<T extends IllagerEntity>

All Implemented Interfaces:
ModelWithArms, ModelWithHead

@Environment(CLIENT) public class IllagerEntityModel<T extends IllagerEntity> extends SinglePartEntityModel<T> implements ModelWithArms, ModelWithHead
Mappings:
Namespace Name
official evx
intermediary net/minecraft/class_575
named net/minecraft/client/render/entity/model/IllagerEntityModel
  • Field Details

    • root

      private final ModelPart root
      Mappings:
      Namespace Name Mixin selector
      official a Levx;a:Leyh;
      intermediary field_27435 Lnet/minecraft/class_575;field_27435:Lnet/minecraft/class_630;
      named root Lnet/minecraft/client/render/entity/model/IllagerEntityModel;root:Lnet/minecraft/client/model/ModelPart;
    • hat

      private final ModelPart hat
      Mappings:
      Namespace Name Mixin selector
      official f Levx;f:Leyh;
      intermediary field_3419 Lnet/minecraft/class_575;field_3419:Lnet/minecraft/class_630;
      named hat Lnet/minecraft/client/render/entity/model/IllagerEntityModel;hat:Lnet/minecraft/client/model/ModelPart;
    • arms

      private final ModelPart arms
      Mappings:
      Namespace Name Mixin selector
      official g Levx;g:Leyh;
      intermediary field_3423 Lnet/minecraft/class_575;field_3423:Lnet/minecraft/class_630;
      named arms Lnet/minecraft/client/render/entity/model/IllagerEntityModel;arms:Lnet/minecraft/client/model/ModelPart;
    • leftLeg

      private final ModelPart leftLeg
      Mappings:
      Namespace Name Mixin selector
      official h Levx;h:Leyh;
      intermediary field_3420 Lnet/minecraft/class_575;field_3420:Lnet/minecraft/class_630;
      named leftLeg Lnet/minecraft/client/render/entity/model/IllagerEntityModel;leftLeg:Lnet/minecraft/client/model/ModelPart;
    • rightLeg

      private final ModelPart rightLeg
      Mappings:
      Namespace Name Mixin selector
      official i Levx;i:Leyh;
      intermediary field_3418 Lnet/minecraft/class_575;field_3418:Lnet/minecraft/class_630;
      named rightLeg Lnet/minecraft/client/render/entity/model/IllagerEntityModel;rightLeg:Lnet/minecraft/client/model/ModelPart;
    • rightArm

      private final ModelPart rightArm
      Mappings:
      Namespace Name Mixin selector
      official j Levx;j:Leyh;
      intermediary field_3426 Lnet/minecraft/class_575;field_3426:Lnet/minecraft/class_630;
      named rightArm Lnet/minecraft/client/render/entity/model/IllagerEntityModel;rightArm:Lnet/minecraft/client/model/ModelPart;
    • leftArm

      private final ModelPart leftArm
      Mappings:
      Namespace Name Mixin selector
      official k Levx;k:Leyh;
      intermediary field_3417 Lnet/minecraft/class_575;field_3417:Lnet/minecraft/class_630;
      named leftArm Lnet/minecraft/client/render/entity/model/IllagerEntityModel;leftArm:Lnet/minecraft/client/model/ModelPart;
  • Constructor Details

    • IllagerEntityModel

      public IllagerEntityModel(ModelPart root)
      Mappings:
      Namespace Name Mixin selector
      official <init> Levx;<init>(Leyh;)V
      intermediary <init> Lnet/minecraft/class_575;<init>(Lnet/minecraft/class_630;)V
      named <init> Lnet/minecraft/client/render/entity/model/IllagerEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
  • Method Details

    • getTexturedModelData

      public static TexturedModelData getTexturedModelData()
      Mappings:
      Namespace Name Mixin selector
      official b Levx;b()Leyn;
      intermediary method_32012 Lnet/minecraft/class_575;method_32012()Lnet/minecraft/class_5607;
      named getTexturedModelData Lnet/minecraft/client/render/entity/model/IllagerEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
    • getPart

      public ModelPart getPart()
      Specified by:
      getPart in class SinglePartEntityModel<T extends IllagerEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Levt;a()Leyh;
      intermediary method_32008 Lnet/minecraft/class_5597;method_32008()Lnet/minecraft/class_630;
      named getPart Lnet/minecraft/client/render/entity/model/SinglePartEntityModel;getPart()Lnet/minecraft/client/model/ModelPart;
    • setAngles

      public void setAngles(T t, float float2, float float3, float float4, float float5, float float6)
      Specified by:
      setAngles in class EntityModel<T extends IllagerEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Levx;a(Lbtl;FFFFF)V
      intermediary method_17094 Lnet/minecraft/class_575;method_17094(Lnet/minecraft/class_1543;FFFFF)V
      named setAngles Lnet/minecraft/client/render/entity/model/IllagerEntityModel;setAngles(Lnet/minecraft/entity/mob/IllagerEntity;FFFFF)V
    • getAttackingArm

      private ModelPart getAttackingArm(Arm arm)
      Mappings:
      Namespace Name Mixin selector
      official a Levx;a(Lbeb;)Leyh;
      intermediary method_2813 Lnet/minecraft/class_575;method_2813(Lnet/minecraft/class_1306;)Lnet/minecraft/class_630;
      named getAttackingArm Lnet/minecraft/client/render/entity/model/IllagerEntityModel;getAttackingArm(Lnet/minecraft/util/Arm;)Lnet/minecraft/client/model/ModelPart;
    • getHat

      public ModelPart getHat()
      Mappings:
      Namespace Name Mixin selector
      official c Levx;c()Leyh;
      intermediary method_2812 Lnet/minecraft/class_575;method_2812()Lnet/minecraft/class_630;
      named getHat Lnet/minecraft/client/render/entity/model/IllagerEntityModel;getHat()Lnet/minecraft/client/model/ModelPart;
    • getHead

      public ModelPart getHead()
      Gets the head model part.
      Specified by:
      getHead in interface ModelWithHead
      Returns:
      the head
      Mappings:
      Namespace Name Mixin selector
      official d Levs;d()Leyh;
      intermediary method_2838 Lnet/minecraft/class_3882;method_2838()Lnet/minecraft/class_630;
      named getHead Lnet/minecraft/client/render/entity/model/ModelWithHead;getHead()Lnet/minecraft/client/model/ModelPart;
    • setArmAngle

      public void setArmAngle(Arm arm, MatrixStack matrices)
      Specified by:
      setArmAngle in interface ModelWithArms
      Mappings:
      Namespace Name Mixin selector
      official a Leul;a(Lbeb;Leed;)V
      intermediary method_2803 Lnet/minecraft/class_3881;method_2803(Lnet/minecraft/class_1306;Lnet/minecraft/class_4587;)V
      named setArmAngle Lnet/minecraft/client/render/entity/model/ModelWithArms;setArmAngle(Lnet/minecraft/util/Arm;Lnet/minecraft/client/util/math/MatrixStack;)V