Class EndermiteEntityModel


@Environment(CLIENT) public class EndermiteEntityModel extends EntityModel<EntityRenderState>
Represents the model of an endermite-like entity.
Model parts of this model
Part NameParentCorresponding Field
segment0Root partbodySegments[0]
segment1Root partbodySegments[1]
segment2Root partbodySegments[2]
segment3Root partbodySegments[3]
Mappings:
Namespace Name
named net/minecraft/client/render/entity/model/EndermiteEntityModel
intermediary net/minecraft/class_565
official gcb
  • Field Details Link icon

    • BODY_SEGMENTS_COUNT Link icon

      private static final int BODY_SEGMENTS_COUNT
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named BODY_SEGMENTS_COUNT Lnet/minecraft/client/render/entity/model/EndermiteEntityModel;BODY_SEGMENTS_COUNT:I
      intermediary field_32473 Lnet/minecraft/class_565;field_32473:I
      official a Lgcb;a:I
    • SEGMENT_DIMENSIONS Link icon

      private static final int[][] SEGMENT_DIMENSIONS
      Mappings:
      Namespace Name Mixin selector
      named SEGMENT_DIMENSIONS Lnet/minecraft/client/render/entity/model/EndermiteEntityModel;SEGMENT_DIMENSIONS:[[I
      intermediary field_3366 Lnet/minecraft/class_565;field_3366:[[I
      official b Lgcb;b:[[I
    • SEGMENT_UVS Link icon

      private static final int[][] SEGMENT_UVS
      Mappings:
      Namespace Name Mixin selector
      named SEGMENT_UVS Lnet/minecraft/client/render/entity/model/EndermiteEntityModel;SEGMENT_UVS:[[I
      intermediary field_3369 Lnet/minecraft/class_565;field_3369:[[I
      official c Lgcb;c:[[I
    • bodySegments Link icon

      private final ModelPart[] bodySegments
      Mappings:
      Namespace Name Mixin selector
      named bodySegments Lnet/minecraft/client/render/entity/model/EndermiteEntityModel;bodySegments:[Lnet/minecraft/client/model/ModelPart;
      intermediary field_3368 Lnet/minecraft/class_565;field_3368:[Lnet/minecraft/class_630;
      official d Lgcb;d:[Lgfe;
  • Constructor Details Link icon

    • EndermiteEntityModel Link icon

      public EndermiteEntityModel(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> Lgcc;<init>(Lgfe;)V
  • Method Details Link icon

    • getSegmentName Link icon

      private static String getSegmentName(int index)
      Mappings:
      Namespace Name Mixin selector
      named getSegmentName Lnet/minecraft/client/render/entity/model/EndermiteEntityModel;getSegmentName(I)Ljava/lang/String;
      intermediary method_31997 Lnet/minecraft/class_565;method_31997(I)Ljava/lang/String;
      official a Lgcb;a(I)Ljava/lang/String;
    • getTexturedModelData Link icon

      public static TexturedModelData getTexturedModelData()
      Mappings:
      Namespace Name Mixin selector
      named getTexturedModelData Lnet/minecraft/client/render/entity/model/EndermiteEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
      intermediary method_31996 Lnet/minecraft/class_565;method_31996()Lnet/minecraft/class_5607;
      official a Lgcb;a()Lgfk;
    • setAngles Link icon

      public void setAngles(EntityRenderState state)
      Overrides:
      setAngles in class EntityModel<EntityRenderState>
      Mappings:
      Namespace Name Mixin selector
      named setAngles Lnet/minecraft/client/render/entity/model/EntityModel;setAngles(Lnet/minecraft/client/render/entity/state/EntityRenderState;)V
      intermediary method_2819 Lnet/minecraft/class_583;method_2819(Lnet/minecraft/class_10017;)V
      official a Lgcc;a(Lgyl;)V