Class ExperienceOrbEntityRenderer
java.lang.Object
net.minecraft.client.render.entity.EntityRenderer<ExperienceOrbEntity>
net.minecraft.client.render.entity.ExperienceOrbEntityRenderer
@Environment(CLIENT)
public class ExperienceOrbEntityRenderer
extends EntityRenderer<ExperienceOrbEntity>
- Mappings:
Namespace Name official erzintermediary net/minecraft/class_902named net/minecraft/client/render/entity/ExperienceOrbEntityRenderer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final RenderLayerprivate static final IdentifierFields inherited from class net.minecraft.client.render.entity.EntityRenderer
dispatcher, field_32921, shadowOpacity, shadowRadius -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intgetBlockLight(ExperienceOrbEntity experienceOrbEntity, BlockPos blockPos) getTexture(ExperienceOrbEntity experienceOrbEntity) private static voidmethod_23171(VertexConsumer vertexConsumer, Matrix4f modelMatrix, Matrix3f normalMatrix, float x, float y, int red, int green, int blue, float u, float v, int light) voidrender(ExperienceOrbEntity experienceOrbEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2) Methods inherited from class net.minecraft.client.render.entity.EntityRenderer
getLight, getPositionOffset, getSkyLight, getTextRenderer, hasLabel, renderLabelIfPresent, shouldRender
-
Field Details
-
TEXTURE
- Mappings:
Namespace Name Mixin selector official aLerz;a:Lwx;intermediary field_4701Lnet/minecraft/class_902;field_4701:Lnet/minecraft/class_2960;named TEXTURELnet/minecraft/client/render/entity/ExperienceOrbEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
-
LAYER
- Mappings:
Namespace Name Mixin selector official fLerz;f:Lenn;intermediary field_21741Lnet/minecraft/class_902;field_21741:Lnet/minecraft/class_1921;named LAYERLnet/minecraft/client/render/entity/ExperienceOrbEntityRenderer;LAYER:Lnet/minecraft/client/render/RenderLayer;
-
-
Constructor Details
-
ExperienceOrbEntityRenderer
- Mappings:
Namespace Name Mixin selector official <init>Leru;<init>(Lerv$a;)Vintermediary <init>Lnet/minecraft/class_897;<init>(Lnet/minecraft/class_5617$class_5618;)Vnamed <init>Lnet/minecraft/client/render/entity/EntityRenderer;<init>(Lnet/minecraft/client/render/entity/EntityRendererFactory$Context;)V
-
-
Method Details
-
getBlockLight
- Overrides:
getBlockLightin classEntityRenderer<ExperienceOrbEntity>- Mappings:
Namespace Name Mixin selector official aLerz;a(Laup;Lgh;)Iintermediary method_24089Lnet/minecraft/class_902;method_24089(Lnet/minecraft/class_1303;Lnet/minecraft/class_2338;)Inamed getBlockLightLnet/minecraft/client/render/entity/ExperienceOrbEntityRenderer;getBlockLight(Lnet/minecraft/entity/ExperienceOrbEntity;Lnet/minecraft/util/math/BlockPos;)I
-
render
public void render(ExperienceOrbEntity experienceOrbEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2) - Overrides:
renderin classEntityRenderer<ExperienceOrbEntity>- Mappings:
Namespace Name Mixin selector official aLerz;a(Laup;FFLdqi;Lenf;I)Vintermediary method_3966Lnet/minecraft/class_902;method_3966(Lnet/minecraft/class_1303;FFLnet/minecraft/class_4587;Lnet/minecraft/class_4597;I)Vnamed renderLnet/minecraft/client/render/entity/ExperienceOrbEntityRenderer;render(Lnet/minecraft/entity/ExperienceOrbEntity;FFLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;I)V
-
method_23171
private static void method_23171(VertexConsumer vertexConsumer, Matrix4f modelMatrix, Matrix3f normalMatrix, float x, float y, int red, int green, int blue, float u, float v, int light) - Mappings:
Namespace Name Mixin selector official aLerz;a(Ldqm;Ld;Lc;FFIIIFFI)Vintermediary method_23171Lnet/minecraft/class_902;method_23171(Lnet/minecraft/class_4588;Lnet/minecraft/class_1159;Lnet/minecraft/class_4581;FFIIIFFI)Vnamed method_23171Lnet/minecraft/client/render/entity/ExperienceOrbEntityRenderer;method_23171(Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/util/math/Matrix4f;Lnet/minecraft/util/math/Matrix3f;FFIIIFFI)V
-
getTexture
- Specified by:
getTexturein classEntityRenderer<ExperienceOrbEntity>- Mappings:
Namespace Name Mixin selector official aLerz;a(Laup;)Lwx;intermediary method_3967Lnet/minecraft/class_902;method_3967(Lnet/minecraft/class_1303;)Lnet/minecraft/class_2960;named getTextureLnet/minecraft/client/render/entity/ExperienceOrbEntityRenderer;getTexture(Lnet/minecraft/entity/ExperienceOrbEntity;)Lnet/minecraft/util/Identifier;
-