Class GhastEntityRenderer

All Implemented Interfaces:
FeatureRendererContext<GhastEntity,GhastEntityModel<GhastEntity>>

@Environment(CLIENT) public class GhastEntityRenderer extends MobEntityRenderer<GhastEntity,GhastEntityModel<GhastEntity>>
Mappings:
Namespace Name
official fja
intermediary net/minecraft/class_905
named net/minecraft/client/render/entity/GhastEntityRenderer
  • Field Details

    • TEXTURE

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official a Lfja;a:Lacf;
      intermediary field_4705 Lnet/minecraft/class_905;field_4705:Lnet/minecraft/class_2960;
      named TEXTURE Lnet/minecraft/client/render/entity/GhastEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
    • ANGRY_TEXTURE

      private static final Identifier ANGRY_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official i Lfja;i:Lacf;
      intermediary field_4706 Lnet/minecraft/class_905;field_4706:Lnet/minecraft/class_2960;
      named ANGRY_TEXTURE Lnet/minecraft/client/render/entity/GhastEntityRenderer;ANGRY_TEXTURE:Lnet/minecraft/util/Identifier;
  • Constructor Details

    • GhastEntityRenderer

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

    • getTexture

      public Identifier getTexture(GhastEntity ghastEntity)
      Specified by:
      getTexture in interface FeatureRendererContext<GhastEntity,GhastEntityModel<GhastEntity>>
      Specified by:
      getTexture in class EntityRenderer<GhastEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lfja;a(Lbtx;)Lacf;
      intermediary method_3972 Lnet/minecraft/class_905;method_3972(Lnet/minecraft/class_1571;)Lnet/minecraft/class_2960;
      named getTexture Lnet/minecraft/client/render/entity/GhastEntityRenderer;getTexture(Lnet/minecraft/entity/mob/GhastEntity;)Lnet/minecraft/util/Identifier;
    • scale

      protected void scale(GhastEntity ghastEntity, MatrixStack matrixStack, float float2)
      Overrides:
      scale in class LivingEntityRenderer<GhastEntity,GhastEntityModel<GhastEntity>>
      Mappings:
      Namespace Name Mixin selector
      official a Lfja;a(Lbtx;Leed;F)V
      intermediary method_3973 Lnet/minecraft/class_905;method_3973(Lnet/minecraft/class_1571;Lnet/minecraft/class_4587;F)V
      named scale Lnet/minecraft/client/render/entity/GhastEntityRenderer;scale(Lnet/minecraft/entity/mob/GhastEntity;Lnet/minecraft/client/util/math/MatrixStack;F)V