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 Summary
Fields Modifier and Type Field Description private ModelPart
bottom
private ModelPart
core
private static RenderLayer
END_CRYSTAL
private ModelPart
frame
private static float
SINE_45_DEGREES
private static Identifier
TEXTURE
Fields inherited from class net.minecraft.client.render.entity.EntityRenderer
dispatcher, shadowOpacity, shadowRadius
-
Constructor Summary
Constructors Constructor Description EndCrystalEntityRenderer(EntityRendererFactory.Context ctx)
-
Method Summary
Modifier and Type Method Description Identifier
getTexture(EndCrystalEntity endCrystalEntity)
static TexturedModelData
getTexturedModelData()
static float
getYOffset(EndCrystalEntity crystal, float tickDelta)
void
render(EndCrystalEntity endCrystalEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2)
boolean
shouldRender(EndCrystalEntity endCrystalEntity, Frustum frustum, double double2, double double3, double double4)
Methods inherited from class net.minecraft.client.render.entity.EntityRenderer
getBlockLight, getFontRenderer, getLight, getPositionOffset, getSkyLight, hasLabel, renderLabelIfPresent
-
Field Details
-
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
- 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
- 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
- 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
- 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
- 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
- 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 classEntityRenderer<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
- 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
- Specified by:
getTexture
in classEntityRenderer<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 classEntityRenderer<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
-