Class EndermanEntityModel<T extends LivingEntity>

All Implemented Interfaces:
ModelWithArms, ModelWithHead

@Environment(CLIENT) public class EndermanEntityModel<T extends LivingEntity> 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
official evi
intermediary net/minecraft/class_566
named net/minecraft/client/render/entity/model/EndermanEntityModel
  • Field Details

    • carryingBlock

      public boolean carryingBlock
      Mappings:
      Namespace Name Mixin selector
      official a Levi;a:Z
      intermediary field_3371 Lnet/minecraft/class_566;field_3371:Z
      named carryingBlock Lnet/minecraft/client/render/entity/model/EndermanEntityModel;carryingBlock:Z
    • angry

      public boolean angry
      Mappings:
      Namespace Name Mixin selector
      official b Levi;b:Z
      intermediary field_3370 Lnet/minecraft/class_566;field_3370:Z
      named angry Lnet/minecraft/client/render/entity/model/EndermanEntityModel;angry:Z
  • Constructor Details

    • EndermanEntityModel

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

    • getTexturedModelData

      public static TexturedModelData getTexturedModelData()
      Mappings:
      Namespace Name Mixin selector
      official c Levi;c()Leyn;
      intermediary method_31995 Lnet/minecraft/class_566;method_31995()Lnet/minecraft/class_5607;
      named getTexturedModelData Lnet/minecraft/client/render/entity/model/EndermanEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
    • setAngles

      public void setAngles(T t, float float2, float float3, float float4, float float5, float float6)
      Overrides:
      setAngles in class BipedEntityModel<T extends LivingEntity>
      Mappings:
      Namespace Name Mixin selector
      official method_17087 Levi;method_17087(Lbeg;FFFFF)V
      intermediary method_17087 Lnet/minecraft/class_566;method_17087(Lnet/minecraft/class_1309;FFFFF)V
      named setAngles Lnet/minecraft/client/render/entity/model/EndermanEntityModel;setAngles(Lnet/minecraft/entity/LivingEntity;FFFFF)V