Class GiantEntityRenderer


@Environment(CLIENT) public class GiantEntityRenderer extends MobEntityRenderer<GiantEntity>
Mappings:
Namespace Name
official bva
intermediary net/minecraft/class_558
named net/minecraft/client/render/entity/GiantEntityRenderer
  • Field Details

    • TEXTURE

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official a Lbva;a:Lkq;
      intermediary field_6489 Lnet/minecraft/class_558;field_6489:Lnet/minecraft/class_1653;
      named TEXTURE Lnet/minecraft/client/render/entity/GiantEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
    • scale

      private final float scale
      Mappings:
      Namespace Name Mixin selector
      official j Lbva;j:F
      intermediary field_2120 Lnet/minecraft/class_558;field_2120:F
      named scale Lnet/minecraft/client/render/entity/GiantEntityRenderer;scale:F
  • Constructor Details

    • GiantEntityRenderer

      public GiantEntityRenderer(EntityRenderDispatcher entityRenderDispatcher, float float2)
  • Method Details

    • translate

      public void translate()
      Overrides:
      translate in class LivingEntityRenderer<GiantEntity>
      Mappings:
      Namespace Name Mixin selector
      official M_ Lbvl;M_()V
      intermediary method_4331 Lnet/minecraft/class_1635;method_4331()V
      named translate Lnet/minecraft/client/render/entity/LivingEntityRenderer;translate()V
    • scale

      protected void scale(GiantEntity giantEntity, float float2)
      Overrides:
      scale in class LivingEntityRenderer<GiantEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lbva;a(Lzw;F)V
      intermediary method_1541 Lnet/minecraft/class_558;method_1541(Lnet/minecraft/class_973;F)V
      named scale Lnet/minecraft/client/render/entity/GiantEntityRenderer;scale(Lnet/minecraft/entity/mob/GiantEntity;F)V
    • getTexture

      protected Identifier getTexture(GiantEntity giantEntity)
      Specified by:
      getTexture in class EntityRenderer<GiantEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lbva;a(Lzw;)Lkq;
      intermediary method_5752 Lnet/minecraft/class_558;method_5752(Lnet/minecraft/class_973;)Lnet/minecraft/class_1653;
      named getTexture Lnet/minecraft/client/render/entity/GiantEntityRenderer;getTexture(Lnet/minecraft/entity/mob/GiantEntity;)Lnet/minecraft/util/Identifier;