Class WitherSkullRenderer
java.lang.Object
net.minecraft.client.renderer.entity.EntityRenderer<WitherSkull>
net.minecraft.client.renderer.entity.WitherSkullRenderer
-
Field Summary
Modifier and TypeFieldDescriptionprivate final SkullModel
private static final ResourceLocation
private static final ResourceLocation
Fields inherited from class net.minecraft.client.renderer.entity.EntityRenderer
entityRenderDispatcher, NAMETAG_SCALE, shadowRadius, shadowStrength
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic LayerDefinition
protected int
getBlockLightLevel
(WitherSkull p_116491_, BlockPos p_116492_) getTextureLocation
(WitherSkull p_116482_) void
render
(WitherSkull p_116484_, float p_116485_, float p_116486_, PoseStack p_116487_, MultiBufferSource p_116488_, int p_116489_) Methods inherited from class net.minecraft.client.renderer.entity.EntityRenderer
getFont, getPackedLightCoords, getRenderOffset, getSkyLightLevel, renderNameTag, shouldRender, shouldShowName
-
Field Details
-
WITHER_INVULNERABLE_LOCATION
-
WITHER_LOCATION
-
model
-
-
Constructor Details
-
WitherSkullRenderer
-
-
Method Details
-
createSkullLayer
-
getBlockLightLevel
- Overrides:
getBlockLightLevel
in classEntityRenderer<WitherSkull>
-
render
public void render(WitherSkull p_116484_, float p_116485_, float p_116486_, PoseStack p_116487_, MultiBufferSource p_116488_, int p_116489_) - Overrides:
render
in classEntityRenderer<WitherSkull>
-
getTextureLocation
- Specified by:
getTextureLocation
in classEntityRenderer<WitherSkull>
-