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 official epeintermediary net/minecraft/class_966named net/minecraft/client/render/entity/WitherSkullEntityRenderer
-
Field Summary
Fields Modifier and Type Field Description private static IdentifierINVULNERABLE_TEXTUREprivate SkullEntityModelmodelprivate static IdentifierTEXTUREFields inherited from class net.minecraft.client.render.entity.EntityRenderer
dispatcher, shadowOpacity, shadowRadius -
Constructor Summary
Constructors Constructor Description WitherSkullEntityRenderer(EntityRendererFactory.Context ctx) -
Method Summary
Modifier and Type Method Description protected intgetBlockLight(WitherSkullEntity witherSkullEntity, BlockPos blockPos)IdentifiergetTexture(WitherSkullEntity witherSkullEntity)static TexturedModelDatagetTexturedModelData()voidrender(WitherSkullEntity witherSkullEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2)Methods inherited from class net.minecraft.client.render.entity.EntityRenderer
getFontRenderer, getLight, getPositionOffset, getSkyLight, hasLabel, renderLabelIfPresent, shouldRender
-
Field Details
-
INVULNERABLE_TEXTURE
- Mappings:
Namespace Name Mixin selector official aLepe;a:Lwb;intermediary field_4817Lnet/minecraft/class_966;field_4817:Lnet/minecraft/class_2960;named INVULNERABLE_TEXTURELnet/minecraft/client/render/entity/WitherSkullEntityRenderer;INVULNERABLE_TEXTURE:Lnet/minecraft/util/Identifier;
-
TEXTURE
- Mappings:
Namespace Name Mixin selector official eLepe;e:Lwb;intermediary field_4815Lnet/minecraft/class_966;field_4815:Lnet/minecraft/class_2960;named TEXTURELnet/minecraft/client/render/entity/WitherSkullEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
-
model
- Mappings:
Namespace Name Mixin selector official fLepe;f:Leci;intermediary field_4816Lnet/minecraft/class_966;field_4816:Lnet/minecraft/class_607;named modelLnet/minecraft/client/render/entity/WitherSkullEntityRenderer;model:Lnet/minecraft/client/render/entity/model/SkullEntityModel;
-
-
Constructor Details
-
WitherSkullEntityRenderer
- Mappings:
Namespace Name Mixin selector official <init>Lemi;<init>(Lemj$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
-
getTexturedModelData
- Mappings:
Namespace Name Mixin selector official aLepe;a()Ledn;intermediary method_32199Lnet/minecraft/class_966;method_32199()Lnet/minecraft/class_5607;named getTexturedModelDataLnet/minecraft/client/render/entity/WitherSkullEntityRenderer;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
-
getBlockLight
- Overrides:
getBlockLightin classEntityRenderer<WitherSkullEntity>- Mappings:
Namespace Name Mixin selector official aLepe;a(Lbio;Lfx;)Iintermediary method_24094Lnet/minecraft/class_966;method_24094(Lnet/minecraft/class_1687;Lnet/minecraft/class_2338;)Inamed getBlockLightLnet/minecraft/client/render/entity/WitherSkullEntityRenderer;getBlockLight(Lnet/minecraft/entity/projectile/WitherSkullEntity;Lnet/minecraft/util/math/BlockPos;)I
-
render
public void render(WitherSkullEntity witherSkullEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2)- Overrides:
renderin classEntityRenderer<WitherSkullEntity>- Mappings:
Namespace Name Mixin selector official aLepe;a(Lbio;FFLdlr;Lehq;I)Vintermediary method_4159Lnet/minecraft/class_966;method_4159(Lnet/minecraft/class_1687;FFLnet/minecraft/class_4587;Lnet/minecraft/class_4597;I)Vnamed renderLnet/minecraft/client/render/entity/WitherSkullEntityRenderer;render(Lnet/minecraft/entity/projectile/WitherSkullEntity;FFLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;I)V
-
getTexture
- Specified by:
getTexturein classEntityRenderer<WitherSkullEntity>- Mappings:
Namespace Name Mixin selector official aLepe;a(Lbio;)Lwb;intermediary method_4160Lnet/minecraft/class_966;method_4160(Lnet/minecraft/class_1687;)Lnet/minecraft/class_2960;named getTextureLnet/minecraft/client/render/entity/WitherSkullEntityRenderer;getTexture(Lnet/minecraft/entity/projectile/WitherSkullEntity;)Lnet/minecraft/util/Identifier;
-