Class GuardianEntityRenderer


@Environment(CLIENT) public class GuardianEntityRenderer extends MobEntityRenderer<GuardianEntity>
Mappings:
Namespace Name
official brr
intermediary net/minecraft/class_2488
named net/minecraft/client/render/entity/GuardianEntityRenderer
  • Field Details

    • GUARDIAN_TEX

      private static final Identifier GUARDIAN_TEX
      Mappings:
      Namespace Name Mixin selector
      official b Lbrr;b:Lkl;
      intermediary field_11105 Lnet/minecraft/class_2488;field_11105:Lnet/minecraft/class_1653;
      named GUARDIAN_TEX Lnet/minecraft/client/render/entity/GuardianEntityRenderer;GUARDIAN_TEX:Lnet/minecraft/util/Identifier;
    • ELDER_GUARDIAN_TEX

      private static final Identifier ELDER_GUARDIAN_TEX
      Mappings:
      Namespace Name Mixin selector
      official k Lbrr;k:Lkl;
      intermediary field_11106 Lnet/minecraft/class_2488;field_11106:Lnet/minecraft/class_1653;
      named ELDER_GUARDIAN_TEX Lnet/minecraft/client/render/entity/GuardianEntityRenderer;ELDER_GUARDIAN_TEX:Lnet/minecraft/util/Identifier;
    • GUARDIAN_BEAM

      private static final Identifier GUARDIAN_BEAM
      Mappings:
      Namespace Name Mixin selector
      official l Lbrr;l:Lkl;
      intermediary field_11107 Lnet/minecraft/class_2488;field_11107:Lnet/minecraft/class_1653;
      named GUARDIAN_BEAM Lnet/minecraft/client/render/entity/GuardianEntityRenderer;GUARDIAN_BEAM:Lnet/minecraft/util/Identifier;
    • field_11104

      int field_11104
      Mappings:
      Namespace Name Mixin selector
      official a Lbrr;a:I
      intermediary field_11104 Lnet/minecraft/class_2488;field_11104:I
      named field_11104 Lnet/minecraft/client/render/entity/GuardianEntityRenderer;field_11104:I
  • Constructor Details

    • GuardianEntityRenderer

      public GuardianEntityRenderer(EntityRenderDispatcher dispatcher)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbrk;<init>(Lbrj;)V
      intermediary <init> Lnet/minecraft/class_551;<init>(Lnet/minecraft/class_550;)V
      named <init> Lnet/minecraft/client/render/entity/EntityRenderer;<init>(Lnet/minecraft/client/render/entity/EntityRenderDispatcher;)V
  • Method Details

    • shouldRender

      public boolean shouldRender(GuardianEntity guardianEntity, CameraView cameraView, double double2, double double3, double double4)
      Overrides:
      shouldRender in class MobEntityRenderer<GuardianEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lbrr;a(Lyo;Lbqj;DDD)Z
      intermediary method_10218 Lnet/minecraft/class_2488;method_10218(Lnet/minecraft/class_2648;Lnet/minecraft/class_536;DDD)Z
      named shouldRender Lnet/minecraft/client/render/entity/GuardianEntityRenderer;shouldRender(Lnet/minecraft/entity/mob/GuardianEntity;Lnet/minecraft/client/render/CameraView;DDD)Z
    • method_10214

      private Vec3d method_10214(LivingEntity livingEntity, double double2, float float2)
      Mappings:
      Namespace Name Mixin selector
      official a Lbrr;a(Lsa;DF)Lbbh;
      intermediary method_10214 Lnet/minecraft/class_2488;method_10214(Lnet/minecraft/class_1699;DF)Lnet/minecraft/class_236;
      named method_10214 Lnet/minecraft/client/render/entity/GuardianEntityRenderer;method_10214(Lnet/minecraft/entity/LivingEntity;DF)Lnet/minecraft/util/math/Vec3d;
    • render

      public void render(GuardianEntity guardianEntity, double double2, double double3, double double4, float float2, float float3)
      Overrides:
      render in class MobEntityRenderer<GuardianEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lbrr;a(Lyo;DDDFF)V
      intermediary method_10216 Lnet/minecraft/class_2488;method_10216(Lnet/minecraft/class_2648;DDDFF)V
      named render Lnet/minecraft/client/render/entity/GuardianEntityRenderer;render(Lnet/minecraft/entity/mob/GuardianEntity;DDDFF)V
    • scale

      protected void scale(GuardianEntity guardianEntity, float float2)
      Overrides:
      scale in class LivingEntityRenderer<GuardianEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lbrr;a(Lyo;F)V
      intermediary method_10217 Lnet/minecraft/class_2488;method_10217(Lnet/minecraft/class_2648;F)V
      named scale Lnet/minecraft/client/render/entity/GuardianEntityRenderer;scale(Lnet/minecraft/entity/mob/GuardianEntity;F)V
    • getTexture

      protected Identifier getTexture(GuardianEntity guardianEntity)
      Specified by:
      getTexture in class EntityRenderer<GuardianEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lbrr;a(Lyo;)Lkl;
      intermediary method_10215 Lnet/minecraft/class_2488;method_10215(Lnet/minecraft/class_2648;)Lnet/minecraft/class_1653;
      named getTexture Lnet/minecraft/client/render/entity/GuardianEntityRenderer;getTexture(Lnet/minecraft/entity/mob/GuardianEntity;)Lnet/minecraft/util/Identifier;