Class ShulkerEntityModel<T extends ShulkerEntity>


@Environment(CLIENT) public class ShulkerEntityModel<T extends ShulkerEntity> extends CompositeEntityModel<T>
Mappings:
Namespace Name
official eho
intermediary net/minecraft/class_602
named net/minecraft/client/render/entity/model/ShulkerEntityModel
  • Field Details

    • LID

      private static final String LID
      The key of the lid model part, whose value is "lid".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Leho;a:Ljava/lang/String;
      intermediary field_32554 Lnet/minecraft/class_602;field_32554:Ljava/lang/String;
      named LID Lnet/minecraft/client/render/entity/model/ShulkerEntityModel;LID:Ljava/lang/String;
    • BASE

      private static final String BASE
      The key of the base model part, whose value is "base".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Leho;b:Ljava/lang/String;
      intermediary field_32555 Lnet/minecraft/class_602;field_32555:Ljava/lang/String;
      named BASE Lnet/minecraft/client/render/entity/model/ShulkerEntityModel;BASE:Ljava/lang/String;
    • base

      private final ModelPart base
      Mappings:
      Namespace Name Mixin selector
      official f Leho;f:Leiq;
      intermediary field_3553 Lnet/minecraft/class_602;field_3553:Lnet/minecraft/class_630;
      named base Lnet/minecraft/client/render/entity/model/ShulkerEntityModel;base:Lnet/minecraft/client/model/ModelPart;
    • lid

      private final ModelPart lid
      Mappings:
      Namespace Name Mixin selector
      official g Leho;g:Leiq;
      intermediary field_3555 Lnet/minecraft/class_602;field_3555:Lnet/minecraft/class_630;
      named lid Lnet/minecraft/client/render/entity/model/ShulkerEntityModel;lid:Lnet/minecraft/client/model/ModelPart;
  • Constructor Details

    • ShulkerEntityModel

      public ShulkerEntityModel(ModelPart root)
      Mappings:
      Namespace Name Mixin selector
      official <init> Leho;<init>(Leiq;)V
      intermediary <init> Lnet/minecraft/class_602;<init>(Lnet/minecraft/class_630;)V
      named <init> Lnet/minecraft/client/render/entity/model/ShulkerEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
  • Method Details

    • getTexturedModelData

      public static TexturedModelData getTexturedModelData()
      Mappings:
      Namespace Name Mixin selector
      official a Leho;a()Leiw;
      intermediary method_32041 Lnet/minecraft/class_602;method_32041()Lnet/minecraft/class_5607;
      named getTexturedModelData Lnet/minecraft/client/render/entity/model/ShulkerEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
    • setAngles

      public void setAngles(T t, float float2, float float3, float float4, float float5, float float6)
      Specified by:
      setAngles in class EntityModel<T extends ShulkerEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Leho;a(Lbid;FFFFF)V
      intermediary method_17122 Lnet/minecraft/class_602;method_17122(Lnet/minecraft/class_1606;FFFFF)V
      named setAngles Lnet/minecraft/client/render/entity/model/ShulkerEntityModel;setAngles(Lnet/minecraft/entity/mob/ShulkerEntity;FFFFF)V
    • getParts

      public Iterable<ModelPart> getParts()
      Specified by:
      getParts in class CompositeEntityModel<T extends ShulkerEntity>
      Mappings:
      Namespace Name Mixin selector
      official d Legp;d()Ljava/lang/Iterable;
      intermediary method_22960 Lnet/minecraft/class_4595;method_22960()Ljava/lang/Iterable;
      named getParts Lnet/minecraft/client/render/entity/model/CompositeEntityModel;getParts()Ljava/lang/Iterable;
    • getTopShell

      public ModelPart getTopShell()
      Mappings:
      Namespace Name Mixin selector
      official b Leho;b()Leiq;
      intermediary method_2829 Lnet/minecraft/class_602;method_2829()Lnet/minecraft/class_630;
      named getTopShell Lnet/minecraft/client/render/entity/model/ShulkerEntityModel;getTopShell()Lnet/minecraft/client/model/ModelPart;
    • getHead

      public ModelPart getHead()
      Mappings:
      Namespace Name Mixin selector
      official c Leho;c()Leiq;
      intermediary method_2830 Lnet/minecraft/class_602;method_2830()Lnet/minecraft/class_630;
      named getHead Lnet/minecraft/client/render/entity/model/ShulkerEntityModel;getHead()Lnet/minecraft/client/model/ModelPart;