Class WitherRenderer
java.lang.Object
net.minecraft.client.renderer.entity.EntityRenderer<T>
net.minecraft.client.renderer.entity.LivingRenderer<T,M>
net.minecraft.client.renderer.entity.MobRenderer<WitherEntity,WitherModel<WitherEntity>>
net.minecraft.client.renderer.entity.WitherRenderer
- All Implemented Interfaces:
IEntityRenderer<WitherEntity,WitherModel<WitherEntity>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final ResourceLocationprivate static final ResourceLocationFields inherited from class net.minecraft.client.renderer.entity.LivingRenderer
layers, modelFields inherited from class net.minecraft.client.renderer.entity.EntityRenderer
entityRenderDispatcher, shadowRadius, shadowStrength -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intgetBlockLightLevel(WitherEntity p_225624_1_, BlockPos p_225624_2_) getTextureLocation(WitherEntity p_110775_1_) protected voidscale(WitherEntity p_225620_1_, MatrixStack p_225620_2_, float p_225620_3_) Methods inherited from class net.minecraft.client.renderer.entity.MobRenderer
addVertexPair, render, renderSide, shouldRender, shouldShowNameMethods inherited from class net.minecraft.client.renderer.entity.LivingRenderer
addLayer, getAttackAnim, getBob, getFlipDegrees, getModel, getOverlayCoords, getRenderType, getWhiteOverlayProgress, isBodyVisible, isShaking, setupRotationsMethods inherited from class net.minecraft.client.renderer.entity.EntityRenderer
getDispatcher, getFont, getPackedLightCoords, getRenderOffset, getSkyLightLevel, renderNameTag
-
Field Details
-
WITHER_INVULNERABLE_LOCATION
-
WITHER_LOCATION
-
-
Constructor Details
-
WitherRenderer
-
-
Method Details
-
getBlockLightLevel
- Overrides:
getBlockLightLevelin classEntityRenderer<WitherEntity>
-
getTextureLocation
- Specified by:
getTextureLocationin interfaceIEntityRenderer<WitherEntity,WitherModel<WitherEntity>> - Specified by:
getTextureLocationin classEntityRenderer<WitherEntity>
-
scale
- Overrides:
scalein classLivingRenderer<WitherEntity,WitherModel<WitherEntity>>
-