Class WitherSkullRenderer
java.lang.Object
net.minecraft.client.renderer.entity.EntityRenderer<WitherSkull>
net.minecraft.client.renderer.entity.WitherSkullRenderer
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final SkullModelprivate static final ResourceLocationprivate static final ResourceLocationFields inherited from class net.minecraft.client.renderer.entity.EntityRendererentityRenderDispatcher, NAMETAG_SCALE, shadowRadius, shadowStrength
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic LayerDefinitionprotected intgetBlockLightLevel(WitherSkull p_116491_, BlockPos p_116492_) getTextureLocation(WitherSkull p_116482_) voidrender(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.EntityRenderergetFont, getPackedLightCoords, getRenderOffset, getSkyLightLevel, renderNameTag, shouldRender, shouldShowName
- 
Field Details- 
WITHER_INVULNERABLE_LOCATION
- 
WITHER_LOCATION
- 
model
 
- 
- 
Constructor Details- 
WitherSkullRenderer
 
- 
- 
Method Details- 
createSkullLayer
- 
getBlockLightLevel- Overrides:
- getBlockLightLevelin class- EntityRenderer<WitherSkull>
 
- 
renderpublic void render(WitherSkull p_116484_, float p_116485_, float p_116486_, PoseStack p_116487_, MultiBufferSource p_116488_, int p_116489_) - Overrides:
- renderin class- EntityRenderer<WitherSkull>
 
- 
getTextureLocation- Specified by:
- getTextureLocationin class- EntityRenderer<WitherSkull>
 
 
-