Class GiantEntityRenderer


@Environment(CLIENT) public class GiantEntityRenderer extends MobEntityRenderer
Mappings:
Namespace Name
official cqa
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 Lcqa;a:Loa;
      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 float scale
      Mappings:
      Namespace Name Mixin selector
      official e Lcqa;e: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 dispatcher, EntityModel model, float float2, float float3)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcqa;<init>(Lcpt;Lccq;FF)V
      intermediary <init> Lnet/minecraft/class_558;<init>(Lnet/minecraft/class_550;Lnet/minecraft/class_444;FF)V
      named <init> Lnet/minecraft/client/render/entity/GiantEntityRenderer;<init>(Lnet/minecraft/client/render/entity/EntityRenderDispatcher;Lnet/minecraft/client/render/entity/model/EntityModel;FF)V
  • Method Details

    • translate

      public void translate()
      Overrides:
      translate in class LivingEntityRenderer
      Mappings:
      Namespace Name Mixin selector
      official B_ Lcqv;B_()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)
      Mappings:
      Namespace Name Mixin selector
      official a Lcqa;a(Laff;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)
      Mappings:
      Namespace Name Mixin selector
      official a Lcqa;a(Laff;)Loa;
      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;