Class GiantEntityRenderer


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

    • ZOMBIE_TEX

      private static final Identifier ZOMBIE_TEX
      Mappings:
      Namespace Name Mixin selector
      official a Lbjb;a:Ljy;
      intermediary field_4850 Lnet/minecraft/class_1144;field_4850:Lnet/minecraft/class_1605;
      named ZOMBIE_TEX Lnet/minecraft/client/render/entity/GiantEntityRenderer;ZOMBIE_TEX:Lnet/minecraft/util/Identifier;
    • scale

      private float scale
      Mappings:
      Namespace Name Mixin selector
      official e Lbjb;e:F
      intermediary field_4851 Lnet/minecraft/class_1144;field_4851: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> Lbjb;<init>(Lbiu;Lbbo;FF)V
      intermediary <init> Lnet/minecraft/class_1144;<init>(Lnet/minecraft/class_1135;Lnet/minecraft/class_871;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<GiantEntity>
      Mappings:
      Namespace Name Mixin selector
      official C_ Lbjl;C_()V
      intermediary method_3999 Lnet/minecraft/class_1154;method_3999()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 Lbjb;a(Lvs;F)V
      intermediary method_3944 Lnet/minecraft/class_1144;method_3944(Lnet/minecraft/class_1921;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 Lbjb;a(Lvs;)Ljy;
      intermediary method_3943 Lnet/minecraft/class_1144;method_3943(Lnet/minecraft/class_1921;)Lnet/minecraft/class_1605;
      named getTexture Lnet/minecraft/client/render/entity/GiantEntityRenderer;getTexture(Lnet/minecraft/entity/mob/GiantEntity;)Lnet/minecraft/util/Identifier;