Class ShulkerEntityRenderer

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

@Environment(CLIENT)
public class ShulkerEntityRenderer
extends MobEntityRenderer<ShulkerEntity,​ShulkerEntityModel<ShulkerEntity>>
Mappings:
Namespace Name
official eof
intermediary net/minecraft/class_943
named net/minecraft/client/render/entity/ShulkerEntityRenderer
  • Field Details

    • TEXTURE

      public static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official a Leof;a:Lwb;
      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

      public static final Identifier[] COLORED_TEXTURES
      Mappings:
      Namespace Name Mixin selector
      official g Leof;g:[Lwb;
      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> Lemi;<init>(Lemj$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 Leof;a(Lbfl;F)Ldiu;
      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 Leof;a(Lbfl;Lekl;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 Leof;a(Lbfl;)Lwb;
      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;
    • 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 Leof;a(Lbfl;Ldlr;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