Class EndCrystalEntityRenderer

java.lang.Object
net.minecraft.client.render.entity.EntityRenderer<EndCrystalEntity>
net.minecraft.client.render.entity.EndCrystalEntityRenderer

@Environment(CLIENT) public class EndCrystalEntityRenderer extends EntityRenderer<EndCrystalEntity>
Mappings:
Namespace Name
official fik
intermediary net/minecraft/class_892
named net/minecraft/client/render/entity/EndCrystalEntityRenderer
  • Field Details

    • TEXTURE

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official a Lfik;a:Lacf;
      intermediary field_4663 Lnet/minecraft/class_892;field_4663:Lnet/minecraft/class_2960;
      named TEXTURE Lnet/minecraft/client/render/entity/EndCrystalEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
    • END_CRYSTAL

      private static final RenderLayer END_CRYSTAL
      Mappings:
      Namespace Name Mixin selector
      official f Lfik;f:Lfed;
      intermediary field_21736 Lnet/minecraft/class_892;field_21736:Lnet/minecraft/class_1921;
      named END_CRYSTAL Lnet/minecraft/client/render/entity/EndCrystalEntityRenderer;END_CRYSTAL:Lnet/minecraft/client/render/RenderLayer;
    • SINE_45_DEGREES

      private static final float SINE_45_DEGREES
      Mappings:
      Namespace Name Mixin selector
      official g Lfik;g:F
      intermediary field_21002 Lnet/minecraft/class_892;field_21002:F
      named SINE_45_DEGREES Lnet/minecraft/client/render/entity/EndCrystalEntityRenderer;SINE_45_DEGREES:F
    • GLASS

      private static final String GLASS
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official h Lfik;h:Ljava/lang/String;
      intermediary field_32919 Lnet/minecraft/class_892;field_32919:Ljava/lang/String;
      named GLASS Lnet/minecraft/client/render/entity/EndCrystalEntityRenderer;GLASS:Ljava/lang/String;
    • BASE

      private static final String BASE
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official i Lfik;i:Ljava/lang/String;
      intermediary field_32920 Lnet/minecraft/class_892;field_32920:Ljava/lang/String;
      named BASE Lnet/minecraft/client/render/entity/EndCrystalEntityRenderer;BASE:Ljava/lang/String;
    • core

      private final ModelPart core
      Mappings:
      Namespace Name Mixin selector
      official j Lfik;j:Leyh;
      intermediary field_21003 Lnet/minecraft/class_892;field_21003:Lnet/minecraft/class_630;
      named core Lnet/minecraft/client/render/entity/EndCrystalEntityRenderer;core:Lnet/minecraft/client/model/ModelPart;
    • frame

      private final ModelPart frame
      Mappings:
      Namespace Name Mixin selector
      official k Lfik;k:Leyh;
      intermediary field_21004 Lnet/minecraft/class_892;field_21004:Lnet/minecraft/class_630;
      named frame Lnet/minecraft/client/render/entity/EndCrystalEntityRenderer;frame:Lnet/minecraft/client/model/ModelPart;
    • bottom

      private final ModelPart bottom
      Mappings:
      Namespace Name Mixin selector
      official l Lfik;l:Leyh;
      intermediary field_21005 Lnet/minecraft/class_892;field_21005:Lnet/minecraft/class_630;
      named bottom Lnet/minecraft/client/render/entity/EndCrystalEntityRenderer;bottom:Lnet/minecraft/client/model/ModelPart;
  • Constructor Details

    • EndCrystalEntityRenderer

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

    • getTexturedModelData

      public static TexturedModelData getTexturedModelData()
      Mappings:
      Namespace Name Mixin selector
      official a Lfik;a()Leyn;
      intermediary method_32164 Lnet/minecraft/class_892;method_32164()Lnet/minecraft/class_5607;
      named getTexturedModelData Lnet/minecraft/client/render/entity/EndCrystalEntityRenderer;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
    • render

      public void render(EndCrystalEntity endCrystalEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2)
      Overrides:
      render in class EntityRenderer<EndCrystalEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lfik;a(Lbsb;FFLeed;Lfdv;I)V
      intermediary method_3908 Lnet/minecraft/class_892;method_3908(Lnet/minecraft/class_1511;FFLnet/minecraft/class_4587;Lnet/minecraft/class_4597;I)V
      named render Lnet/minecraft/client/render/entity/EndCrystalEntityRenderer;render(Lnet/minecraft/entity/decoration/EndCrystalEntity;FFLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;I)V
    • getYOffset

      public static float getYOffset(EndCrystalEntity crystal, float tickDelta)
      Mappings:
      Namespace Name Mixin selector
      official a Lfik;a(Lbsb;F)F
      intermediary method_23155 Lnet/minecraft/class_892;method_23155(Lnet/minecraft/class_1511;F)F
      named getYOffset Lnet/minecraft/client/render/entity/EndCrystalEntityRenderer;getYOffset(Lnet/minecraft/entity/decoration/EndCrystalEntity;F)F
    • getTexture

      public Identifier getTexture(EndCrystalEntity endCrystalEntity)
      Specified by:
      getTexture in class EntityRenderer<EndCrystalEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lfik;a(Lbsb;)Lacf;
      intermediary method_3909 Lnet/minecraft/class_892;method_3909(Lnet/minecraft/class_1511;)Lnet/minecraft/class_2960;
      named getTexture Lnet/minecraft/client/render/entity/EndCrystalEntityRenderer;getTexture(Lnet/minecraft/entity/decoration/EndCrystalEntity;)Lnet/minecraft/util/Identifier;
    • shouldRender

      public boolean shouldRender(EndCrystalEntity endCrystalEntity, Frustum frustum, double double2, double double3, double double4)
      Overrides:
      shouldRender in class EntityRenderer<EndCrystalEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lfik;a(Lbsb;Lfgs;DDD)Z
      intermediary method_3907 Lnet/minecraft/class_892;method_3907(Lnet/minecraft/class_1511;Lnet/minecraft/class_4604;DDD)Z
      named shouldRender Lnet/minecraft/client/render/entity/EndCrystalEntityRenderer;shouldRender(Lnet/minecraft/entity/decoration/EndCrystalEntity;Lnet/minecraft/client/render/Frustum;DDD)Z