Class WitherSkullEntityRenderer

java.lang.Object
net.minecraft.client.render.entity.EntityRenderer<WitherSkullEntity>
net.minecraft.client.render.entity.WitherSkullEntityRenderer

@Environment(CLIENT) public class WitherSkullEntityRenderer extends EntityRenderer<WitherSkullEntity>
Mappings:
Namespace Name
official flq
intermediary net/minecraft/class_966
named net/minecraft/client/render/entity/WitherSkullEntityRenderer
  • Field Details

    • INVULNERABLE_TEXTURE

      private static final Identifier INVULNERABLE_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official a Lflq;a:Lacf;
      intermediary field_4817 Lnet/minecraft/class_966;field_4817:Lnet/minecraft/class_2960;
      named INVULNERABLE_TEXTURE Lnet/minecraft/client/render/entity/WitherSkullEntityRenderer;INVULNERABLE_TEXTURE:Lnet/minecraft/util/Identifier;
    • TEXTURE

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official f Lflq;f:Lacf;
      intermediary field_4815 Lnet/minecraft/class_966;field_4815:Lnet/minecraft/class_2960;
      named TEXTURE Lnet/minecraft/client/render/entity/WitherSkullEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
    • model

      private final SkullEntityModel model
      Mappings:
      Namespace Name Mixin selector
      official g Lflq;g:Lexf;
      intermediary field_4816 Lnet/minecraft/class_966;field_4816:Lnet/minecraft/class_607;
      named model Lnet/minecraft/client/render/entity/WitherSkullEntityRenderer;model:Lnet/minecraft/client/render/entity/model/SkullEntityModel;
  • Constructor Details

    • WitherSkullEntityRenderer

      public WitherSkullEntityRenderer(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

    • getTexturedModelData

      public static TexturedModelData getTexturedModelData()
      Mappings:
      Namespace Name Mixin selector
      official a Lflq;a()Leyn;
      intermediary method_32199 Lnet/minecraft/class_966;method_32199()Lnet/minecraft/class_5607;
      named getTexturedModelData Lnet/minecraft/client/render/entity/WitherSkullEntityRenderer;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
    • getBlockLight

      protected int getBlockLight(WitherSkullEntity witherSkullEntity, BlockPos blockPos)
      Overrides:
      getBlockLight in class EntityRenderer<WitherSkullEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lflq;a(Lbxu;Lgp;)I
      intermediary method_24094 Lnet/minecraft/class_966;method_24094(Lnet/minecraft/class_1687;Lnet/minecraft/class_2338;)I
      named getBlockLight Lnet/minecraft/client/render/entity/WitherSkullEntityRenderer;getBlockLight(Lnet/minecraft/entity/projectile/WitherSkullEntity;Lnet/minecraft/util/math/BlockPos;)I
    • render

      public void render(WitherSkullEntity witherSkullEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2)
      Overrides:
      render in class EntityRenderer<WitherSkullEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lflq;a(Lbxu;FFLeed;Lfdv;I)V
      intermediary method_4159 Lnet/minecraft/class_966;method_4159(Lnet/minecraft/class_1687;FFLnet/minecraft/class_4587;Lnet/minecraft/class_4597;I)V
      named render Lnet/minecraft/client/render/entity/WitherSkullEntityRenderer;render(Lnet/minecraft/entity/projectile/WitherSkullEntity;FFLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;I)V
    • getTexture

      public Identifier getTexture(WitherSkullEntity witherSkullEntity)
      Specified by:
      getTexture in class EntityRenderer<WitherSkullEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lflq;a(Lbxu;)Lacf;
      intermediary method_4160 Lnet/minecraft/class_966;method_4160(Lnet/minecraft/class_1687;)Lnet/minecraft/class_2960;
      named getTexture Lnet/minecraft/client/render/entity/WitherSkullEntityRenderer;getTexture(Lnet/minecraft/entity/projectile/WitherSkullEntity;)Lnet/minecraft/util/Identifier;