Class EndermanEntityModel<T extends EndermanEntityRenderState>

All Implemented Interfaces:
ModelWithArms, ModelWithHead

@Environment(CLIENT) public class EndermanEntityModel<T extends EndermanEntityRenderState> extends BipedEntityModel<T>
Represents the model of an enderman-like living entity.

The model parts are the same as a BipedEntityModel but with different proportions.

Mappings:
Namespace Name
named net/minecraft/client/render/entity/model/EndermanEntityModel
intermediary net/minecraft/class_566
official gbj
  • Constructor Details

    • EndermanEntityModel

      public EndermanEntityModel(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/EndermanEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
      intermediary method_31995 Lnet/minecraft/class_566;method_31995()Lnet/minecraft/class_5607;
      official a Lgbj;a()Lget;
    • setAngles

      public void setAngles(T t)
      Overrides:
      setAngles in class BipedEntityModel<T extends EndermanEntityRenderState>
      Mappings:
      Namespace Name Mixin selector
      named setAngles Lnet/minecraft/client/render/entity/model/EndermanEntityModel;setAngles(Lnet/minecraft/client/render/entity/state/EndermanEntityRenderState;)V
      intermediary method_62085 Lnet/minecraft/class_566;method_62085(Lnet/minecraft/class_10016;)V
      official a Lgbj;a(Lgxt;)V