Class WitherSkullRenderer
java.lang.Object
net.minecraft.client.renderer.entity.EntityRenderer<WitherSkull>
net.minecraft.client.renderer.entity.WitherSkullRenderer
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final SkullModelprivate static final ResourceLocationprivate static final ResourceLocationFields inherited from class net.minecraft.client.renderer.entity.EntityRenderer
entityRenderDispatcher, NAMETAG_SCALE, shadowRadius, shadowStrength - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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.EntityRenderer
getFont, getPackedLightCoords, getRenderOffset, getSkyLightLevel, renderNameTag, shouldRender, shouldShowName 
- 
Field Details
- 
WITHER_INVULNERABLE_LOCATION
 - 
WITHER_LOCATION
 - 
model
 
 - 
 - 
Constructor Details
- 
WitherSkullRenderer
 
 - 
 - 
Method Details
- 
createSkullLayer
 - 
getBlockLightLevel
- Overrides:
 getBlockLightLevelin 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:
 renderin classEntityRenderer<WitherSkull>
 - 
getTextureLocation
- Specified by:
 getTextureLocationin classEntityRenderer<WitherSkull>
 
 -