Class ShulkerEntityRenderer

All Implemented Interfaces:
FeatureRendererContext<ShulkerEntity,ShulkerEntityModel<ShulkerEntity>>

Mappings:
Namespace Name
official fkp
intermediary net/minecraft/class_943
named net/minecraft/client/render/entity/ShulkerEntityRenderer
  • Field Details

    • TEXTURE

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official a Lfkp;a:Lacf;
      intermediary field_4781 Lnet/minecraft/class_943;field_4781:Lnet/minecraft/class_2960;
      named TEXTURE Lnet/minecraft/client/render/entity/ShulkerEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
    • COLORED_TEXTURES

      private static final Identifier[] COLORED_TEXTURES
      Mappings:
      Namespace Name Mixin selector
      official i Lfkp;i:[Lacf;
      intermediary field_4780 Lnet/minecraft/class_943;field_4780:[Lnet/minecraft/class_2960;
      named COLORED_TEXTURES Lnet/minecraft/client/render/entity/ShulkerEntityRenderer;COLORED_TEXTURES:[Lnet/minecraft/util/Identifier;
  • Constructor Details

    • ShulkerEntityRenderer

      public ShulkerEntityRenderer(EntityRendererFactory.Context ctx)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfip;<init>(Lfiq$a;)V
      intermediary <init> Lnet/minecraft/class_897;<init>(Lnet/minecraft/class_5617$class_5618;)V
      named <init> Lnet/minecraft/client/render/entity/EntityRenderer;<init>(Lnet/minecraft/client/render/entity/EntityRendererFactory$Context;)V
  • Method Details

    • getPositionOffset

      public Vec3d getPositionOffset(ShulkerEntity shulkerEntity, float float2)
      Overrides:
      getPositionOffset in class EntityRenderer<ShulkerEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lfkp;a(Lbuj;F)Leae;
      intermediary method_23189 Lnet/minecraft/class_943;method_23189(Lnet/minecraft/class_1606;F)Lnet/minecraft/class_243;
      named getPositionOffset Lnet/minecraft/client/render/entity/ShulkerEntityRenderer;getPositionOffset(Lnet/minecraft/entity/mob/ShulkerEntity;F)Lnet/minecraft/util/math/Vec3d;
    • shouldRender

      public boolean shouldRender(ShulkerEntity shulkerEntity, Frustum frustum, double double2, double double3, double double4)
      Overrides:
      shouldRender in class MobEntityRenderer<ShulkerEntity,ShulkerEntityModel<ShulkerEntity>>
      Mappings:
      Namespace Name Mixin selector
      official a Lfkp;a(Lbuj;Lfgs;DDD)Z
      intermediary method_4112 Lnet/minecraft/class_943;method_4112(Lnet/minecraft/class_1606;Lnet/minecraft/class_4604;DDD)Z
      named shouldRender Lnet/minecraft/client/render/entity/ShulkerEntityRenderer;shouldRender(Lnet/minecraft/entity/mob/ShulkerEntity;Lnet/minecraft/client/render/Frustum;DDD)Z
    • getTexture

      public Identifier getTexture(ShulkerEntity shulkerEntity)
      Specified by:
      getTexture in interface FeatureRendererContext<ShulkerEntity,ShulkerEntityModel<ShulkerEntity>>
      Specified by:
      getTexture in class EntityRenderer<ShulkerEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lfkp;a(Lbuj;)Lacf;
      intermediary method_4111 Lnet/minecraft/class_943;method_4111(Lnet/minecraft/class_1606;)Lnet/minecraft/class_2960;
      named getTexture Lnet/minecraft/client/render/entity/ShulkerEntityRenderer;getTexture(Lnet/minecraft/entity/mob/ShulkerEntity;)Lnet/minecraft/util/Identifier;
    • getTexture

      public static Identifier getTexture(@Nullable @Nullable DyeColor shulkerColor)
      Mappings:
      Namespace Name Mixin selector
      official a Lfkp;a(Lccl;)Lacf;
      intermediary method_37105 Lnet/minecraft/class_943;method_37105(Lnet/minecraft/class_1767;)Lnet/minecraft/class_2960;
      named getTexture Lnet/minecraft/client/render/entity/ShulkerEntityRenderer;getTexture(Lnet/minecraft/util/DyeColor;)Lnet/minecraft/util/Identifier;
    • setupTransforms

      protected void setupTransforms(ShulkerEntity shulkerEntity, MatrixStack matrixStack, float float2, float float3, float float4)
      Overrides:
      setupTransforms in class LivingEntityRenderer<ShulkerEntity,ShulkerEntityModel<ShulkerEntity>>
      Mappings:
      Namespace Name Mixin selector
      official a Lfkp;a(Lbuj;Leed;FFF)V
      intermediary method_4114 Lnet/minecraft/class_943;method_4114(Lnet/minecraft/class_1606;Lnet/minecraft/class_4587;FFF)V
      named setupTransforms Lnet/minecraft/client/render/entity/ShulkerEntityRenderer;setupTransforms(Lnet/minecraft/entity/mob/ShulkerEntity;Lnet/minecraft/client/util/math/MatrixStack;FFF)V