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>>
public class WitherRenderer extends MobRenderer<WitherEntity,WitherModel<WitherEntity>>
-
-
Field Summary
Fields Modifier and Type Field Description private static ResourceLocation
WITHER_INVULNERABLE_LOCATION
private static ResourceLocation
WITHER_LOCATION
-
Fields inherited from class net.minecraft.client.renderer.entity.LivingRenderer
layers, model
-
Fields inherited from class net.minecraft.client.renderer.entity.EntityRenderer
entityRenderDispatcher, shadowRadius, shadowStrength
-
-
Constructor Summary
Constructors Constructor Description WitherRenderer(EntityRendererManager p_i46130_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
getBlockLightLevel(WitherEntity p_225624_1_, BlockPos p_225624_2_)
ResourceLocation
getTextureLocation(WitherEntity p_110775_1_)
protected void
scale(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, shouldShowName
-
Methods inherited from class net.minecraft.client.renderer.entity.LivingRenderer
addLayer, getAttackAnim, getBob, getFlipDegrees, getModel, getOverlayCoords, getRenderType, getWhiteOverlayProgress, isBodyVisible, isShaking, setupRotations
-
Methods inherited from class net.minecraft.client.renderer.entity.EntityRenderer
getDispatcher, getFont, getPackedLightCoords, getRenderOffset, getSkyLightLevel, renderNameTag
-
-
-
-
Field Detail
-
WITHER_INVULNERABLE_LOCATION
private static final ResourceLocation WITHER_INVULNERABLE_LOCATION
-
WITHER_LOCATION
private static final ResourceLocation WITHER_LOCATION
-
-
Constructor Detail
-
WitherRenderer
public WitherRenderer(EntityRendererManager p_i46130_1_)
-
-
Method Detail
-
getBlockLightLevel
protected int getBlockLightLevel(WitherEntity p_225624_1_, BlockPos p_225624_2_)
- Overrides:
getBlockLightLevel
in classEntityRenderer<WitherEntity>
-
getTextureLocation
public ResourceLocation getTextureLocation(WitherEntity p_110775_1_)
- Specified by:
getTextureLocation
in interfaceIEntityRenderer<WitherEntity,WitherModel<WitherEntity>>
- Specified by:
getTextureLocation
in classEntityRenderer<WitherEntity>
-
scale
protected void scale(WitherEntity p_225620_1_, MatrixStack p_225620_2_, float p_225620_3_)
- Overrides:
scale
in classLivingRenderer<WitherEntity,WitherModel<WitherEntity>>
-
-