Class WitherEntityRenderer

All Implemented Interfaces:
FeatureRendererContext<WitherEntityRenderState,WitherEntityModel>

Mappings:
Namespace Name
named net/minecraft/client/render/entity/WitherEntityRenderer
intermediary net/minecraft/class_964
official gur
  • Field Details

    • INVULNERABLE_TEXTURE

      private static final Identifier INVULNERABLE_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      named INVULNERABLE_TEXTURE Lnet/minecraft/client/render/entity/WitherEntityRenderer;INVULNERABLE_TEXTURE:Lnet/minecraft/util/Identifier;
      intermediary field_4812 Lnet/minecraft/class_964;field_4812:Lnet/minecraft/class_2960;
      official a Lgur;a:Lalz;
    • TEXTURE

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      named TEXTURE Lnet/minecraft/client/render/entity/WitherEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
      intermediary field_4813 Lnet/minecraft/class_964;field_4813:Lnet/minecraft/class_2960;
      official b Lgur;b:Lalz;
  • Constructor Details

    • WitherEntityRenderer

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

    • getBlockLight

      protected int getBlockLight(WitherEntity witherEntity, BlockPos blockPos)
      Overrides:
      getBlockLight in class EntityRenderer<WitherEntity,WitherEntityRenderState>
      Mappings:
      Namespace Name Mixin selector
      named getBlockLight Lnet/minecraft/client/render/entity/WitherEntityRenderer;getBlockLight(Lnet/minecraft/entity/boss/WitherEntity;Lnet/minecraft/util/math/BlockPos;)I
      intermediary method_24093 Lnet/minecraft/class_964;method_24093(Lnet/minecraft/class_1528;Lnet/minecraft/class_2338;)I
      official a Lgur;a(Lcln;Ljh;)I
    • getTexture

      public Identifier getTexture(WitherEntityRenderState witherEntityRenderState)
      Specified by:
      getTexture in class LivingEntityRenderer<WitherEntity,WitherEntityRenderState,WitherEntityModel>
      Mappings:
      Namespace Name Mixin selector
      named getTexture Lnet/minecraft/client/render/entity/WitherEntityRenderer;getTexture(Lnet/minecraft/client/render/entity/state/WitherEntityRenderState;)Lnet/minecraft/util/Identifier;
      intermediary method_4153 Lnet/minecraft/class_964;method_4153(Lnet/minecraft/class_10083;)Lnet/minecraft/class_2960;
      official a Lgur;a(Lhag;)Lalz;
    • createRenderState

      public WitherEntityRenderState createRenderState()
      Specified by:
      createRenderState in class EntityRenderer<WitherEntity,WitherEntityRenderState>
      Mappings:
      Namespace Name Mixin selector
      named createRenderState Lnet/minecraft/client/render/entity/WitherEntityRenderer;createRenderState()Lnet/minecraft/client/render/entity/state/WitherEntityRenderState;
      intermediary method_62577 Lnet/minecraft/class_964;method_62577()Lnet/minecraft/class_10083;
      official b Lgur;b()Lhag;
    • scale

      protected void scale(WitherEntityRenderState witherEntityRenderState, MatrixStack matrixStack)
      Overrides:
      scale in class LivingEntityRenderer<WitherEntity,WitherEntityRenderState,WitherEntityModel>
      Mappings:
      Namespace Name Mixin selector
      named scale Lnet/minecraft/client/render/entity/WitherEntityRenderer;scale(Lnet/minecraft/client/render/entity/state/WitherEntityRenderState;Lnet/minecraft/client/util/math/MatrixStack;)V
      intermediary method_4152 Lnet/minecraft/class_964;method_4152(Lnet/minecraft/class_10083;Lnet/minecraft/class_4587;)V
      official a Lgur;a(Lhag;Lfgr;)V
    • updateRenderState

      public void updateRenderState(WitherEntity witherEntity, WitherEntityRenderState witherEntityRenderState, float float2)
      Overrides:
      updateRenderState in class LivingEntityRenderer<WitherEntity,WitherEntityRenderState,WitherEntityModel>
      Mappings:
      Namespace Name Mixin selector
      named updateRenderState Lnet/minecraft/client/render/entity/WitherEntityRenderer;updateRenderState(Lnet/minecraft/entity/boss/WitherEntity;Lnet/minecraft/client/render/entity/state/WitherEntityRenderState;F)V
      intermediary method_62576 Lnet/minecraft/class_964;method_62576(Lnet/minecraft/class_1528;Lnet/minecraft/class_10083;F)V
      official a Lgur;a(Lcln;Lhag;F)V