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 emd
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 Lemd;a:Lwb;
      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 e Lemd;e:Lehy;
      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 f Lemd;f: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
    • core

      private final ModelPart core
      Mappings:
      Namespace Name Mixin selector
      official g Lemd;g:Ledh;
      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 h Lemd;h:Ledh;
      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 i Lemd;i:Ledh;
      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> Lemi;<init>(Lemj$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 Lemd;a()Ledn;
      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 Lemd;a(Lbdf;FFLdlr;Lehq;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 Lemd;a(Lbdf;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 Lemd;a(Lbdf;)Lwb;
      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 Lemd;a(Lbdf;Lekl;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