Class WitherEntityRenderer

All Implemented Interfaces:
FeatureRendererContext<WitherEntityRenderState,WitherEntityModel>

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

    • INVULNERABLE_TEXTURE Link icon

      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 Lgvh;a:Lakv;
    • TEXTURE Link icon

      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 Lgvh;b:Lakv;
  • Constructor Details Link icon

    • WitherEntityRenderer Link icon

      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> Lgse;<init>(Lgsf$a;)V
  • Method Details Link icon

    • getBlockLight Link icon

      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 Lgvh;a(Lckq;Lji;)I
    • getTexture Link icon

      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 Lgvh;a(Lhaz;)Lakv;
    • createRenderState Link icon

      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 Lgvh;b()Lhaz;
    • scale Link icon

      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 Lgvh;a(Lhaz;Lffv;)V
    • updateRenderState Link icon

      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 Lgvh;a(Lckq;Lhaz;F)V