Class WitherSkullEntityRenderer
java.lang.Object
net.minecraft.client.render.entity.EntityRenderer<WitherSkullEntity>
net.minecraft.client.render.entity.WitherSkullEntityRenderer
@Environment(CLIENT)
public class WitherSkullEntityRenderer
extends EntityRenderer<WitherSkullEntity>
- Mappings:
Namespace Name named net/minecraft/client/render/entity/WitherSkullEntityRenderer
intermediary net/minecraft/class_966
official gmc
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final Identifier
private final SkullEntityModel
private static final Identifier
Fields inherited from class net.minecraft.client.render.entity.EntityRenderer
dispatcher, field_32921, shadowOpacity, shadowRadius
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected int
getBlockLight
(WitherSkullEntity witherSkullEntity, BlockPos blockPos) getTexture
(WitherSkullEntity witherSkullEntity) static TexturedModelData
void
render
(WitherSkullEntity witherSkullEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2) Methods inherited from class net.minecraft.client.render.entity.EntityRenderer
getLight, getPositionOffset, getShadowRadius, getSkyLight, getTextRenderer, hasLabel, renderLabelIfPresent, shouldRender
-
Field Details
-
INVULNERABLE_TEXTURE
- Mappings:
Namespace Name Mixin selector named INVULNERABLE_TEXTURE
Lnet/minecraft/client/render/entity/WitherSkullEntityRenderer;INVULNERABLE_TEXTURE:Lnet/minecraft/util/Identifier;
intermediary field_4817
Lnet/minecraft/class_966;field_4817:Lnet/minecraft/class_2960;
official a
Lgmc;a:Lalf;
-
TEXTURE
- Mappings:
Namespace Name Mixin selector named TEXTURE
Lnet/minecraft/client/render/entity/WitherSkullEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
intermediary field_4815
Lnet/minecraft/class_966;field_4815:Lnet/minecraft/class_2960;
official f
Lgmc;f:Lalf;
-
model
- Mappings:
Namespace Name Mixin selector named model
Lnet/minecraft/client/render/entity/WitherSkullEntityRenderer;model:Lnet/minecraft/client/render/entity/model/SkullEntityModel;
intermediary field_4816
Lnet/minecraft/class_966;field_4816:Lnet/minecraft/class_607;
official g
Lgmc;g:Lfvy;
-
-
Constructor Details
-
WitherSkullEntityRenderer
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/render/entity/EntityRenderer;<init>(Lnet/minecraft/client/render/entity/EntityRendererFactory$Context;)V
intermediary <init>
Lnet/minecraft/class_897;<init>(Lnet/minecraft/class_5617$class_5618;)V
official <init>
Lgiy;<init>(Lgiz$a;)V
-
-
Method Details
-
getTexturedModelData
- Mappings:
Namespace Name Mixin selector named getTexturedModelData
Lnet/minecraft/client/render/entity/WitherSkullEntityRenderer;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
intermediary method_32199
Lnet/minecraft/class_966;method_32199()Lnet/minecraft/class_5607;
official a
Lgmc;a()Lfxi;
-
getBlockLight
- Overrides:
getBlockLight
in classEntityRenderer<WitherSkullEntity>
- Mappings:
Namespace Name Mixin selector named getBlockLight
Lnet/minecraft/client/render/entity/WitherSkullEntityRenderer;getBlockLight(Lnet/minecraft/entity/projectile/WitherSkullEntity;Lnet/minecraft/util/math/BlockPos;)I
intermediary method_24094
Lnet/minecraft/class_966;method_24094(Lnet/minecraft/class_1687;Lnet/minecraft/class_2338;)I
official a
Lgmc;a(Lcof;Liz;)I
-
render
public void render(WitherSkullEntity witherSkullEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2) - Overrides:
render
in classEntityRenderer<WitherSkullEntity>
- Mappings:
Namespace Name Mixin selector named render
Lnet/minecraft/client/render/entity/WitherSkullEntityRenderer;render(Lnet/minecraft/entity/projectile/WitherSkullEntity;FFLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;I)V
intermediary method_4159
Lnet/minecraft/class_966;method_4159(Lnet/minecraft/class_1687;FFLnet/minecraft/class_4587;Lnet/minecraft/class_4597;I)V
official a
Lgmc;a(Lcof;FFLfaa;Lgdq;I)V
-
getTexture
- Specified by:
getTexture
in classEntityRenderer<WitherSkullEntity>
- Mappings:
Namespace Name Mixin selector named getTexture
Lnet/minecraft/client/render/entity/WitherSkullEntityRenderer;getTexture(Lnet/minecraft/entity/projectile/WitherSkullEntity;)Lnet/minecraft/util/Identifier;
intermediary method_4160
Lnet/minecraft/class_966;method_4160(Lnet/minecraft/class_1687;)Lnet/minecraft/class_2960;
official a
Lgmc;a(Lcof;)Lalf;
-