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>
-
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(EntityRenderDispatcher dispatcher) -
Method Summary
Modifier and Type Method Description protected intgetBlockLight(WitherSkullEntity witherSkullEntity, BlockPos blockPos)IdentifiergetTexture(WitherSkullEntity witherSkullEntity)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, getRenderManager, hasLabel, method_27950, renderLabelIfPresent, shouldRender
-
Field Details
-
INVULNERABLE_TEXTURE
-
TEXTURE
-
model
-
-
Constructor Details
-
WitherSkullEntityRenderer
-
-
Method Details
-
getBlockLight
- Overrides:
getBlockLightin classEntityRenderer<WitherSkullEntity>
-
render
public void render(WitherSkullEntity witherSkullEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2)- Overrides:
renderin classEntityRenderer<WitherSkullEntity>
-
getTexture
- Specified by:
getTexturein classEntityRenderer<WitherSkullEntity>
-