Class GiantEntityRenderer

All Implemented Interfaces:
FeatureRendererContext<GiantEntity,BipedEntityModel<GiantEntity>>

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

    • TEXTURE

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official a Lfjb;a:Lacf;
      intermediary field_4710 Lnet/minecraft/class_908;field_4710:Lnet/minecraft/class_2960;
      named TEXTURE Lnet/minecraft/client/render/entity/GiantEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
    • scale

      private final float scale
      Mappings:
      Namespace Name Mixin selector
      official i Lfjb;i:F
      intermediary field_4711 Lnet/minecraft/class_908;field_4711:F
      named scale Lnet/minecraft/client/render/entity/GiantEntityRenderer;scale:F
  • Constructor Details

    • GiantEntityRenderer

      public GiantEntityRenderer(EntityRendererFactory.Context ctx, float scale)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfjb;<init>(Lfiq$a;F)V
      intermediary <init> Lnet/minecraft/class_908;<init>(Lnet/minecraft/class_5617$class_5618;F)V
      named <init> Lnet/minecraft/client/render/entity/GiantEntityRenderer;<init>(Lnet/minecraft/client/render/entity/EntityRendererFactory$Context;F)V
  • Method Details

    • scale

      protected void scale(GiantEntity giantEntity, MatrixStack matrixStack, float float2)
      Overrides:
      scale in class LivingEntityRenderer<GiantEntity,BipedEntityModel<GiantEntity>>
      Mappings:
      Namespace Name Mixin selector
      official a Lfjb;a(Lbty;Leed;F)V
      intermediary method_3980 Lnet/minecraft/class_908;method_3980(Lnet/minecraft/class_1570;Lnet/minecraft/class_4587;F)V
      named scale Lnet/minecraft/client/render/entity/GiantEntityRenderer;scale(Lnet/minecraft/entity/mob/GiantEntity;Lnet/minecraft/client/util/math/MatrixStack;F)V
    • getTexture

      public Identifier getTexture(GiantEntity giantEntity)
      Specified by:
      getTexture in interface FeatureRendererContext<GiantEntity,BipedEntityModel<GiantEntity>>
      Specified by:
      getTexture in class EntityRenderer<GiantEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lfjb;a(Lbty;)Lacf;
      intermediary method_3981 Lnet/minecraft/class_908;method_3981(Lnet/minecraft/class_1570;)Lnet/minecraft/class_2960;
      named getTexture Lnet/minecraft/client/render/entity/GiantEntityRenderer;getTexture(Lnet/minecraft/entity/mob/GiantEntity;)Lnet/minecraft/util/Identifier;