Class WitherEntityRenderer

All Implemented Interfaces:
FeatureRendererContext<WitherEntity,WitherEntityModel<WitherEntity>>

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

    • INVULNERABLE_TEXTURE

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

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

    • WitherEntityRenderer

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

    • getBlockLight

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

      public Identifier getTexture(WitherEntity witherEntity)
      Specified by:
      getTexture in interface FeatureRendererContext<WitherEntity,WitherEntityModel<WitherEntity>>
      Specified by:
      getTexture in class EntityRenderer<WitherEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lflo;a(Lbsw;)Lacf;
      intermediary method_4153 Lnet/minecraft/class_964;method_4153(Lnet/minecraft/class_1528;)Lnet/minecraft/class_2960;
      named getTexture Lnet/minecraft/client/render/entity/WitherEntityRenderer;getTexture(Lnet/minecraft/entity/boss/WitherEntity;)Lnet/minecraft/util/Identifier;
    • scale

      protected void scale(WitherEntity witherEntity, MatrixStack matrixStack, float float2)
      Overrides:
      scale in class LivingEntityRenderer<WitherEntity,WitherEntityModel<WitherEntity>>
      Mappings:
      Namespace Name Mixin selector
      official a Lflo;a(Lbsw;Leed;F)V
      intermediary method_4152 Lnet/minecraft/class_964;method_4152(Lnet/minecraft/class_1528;Lnet/minecraft/class_4587;F)V
      named scale Lnet/minecraft/client/render/entity/WitherEntityRenderer;scale(Lnet/minecraft/entity/boss/WitherEntity;Lnet/minecraft/client/util/math/MatrixStack;F)V