net.minecraft.client.render.entity

public class WitherEntityRenderer

extends MobEntityRenderer<WitherEntity, WitherEntityRenderState, WitherEntityModel>

All mapped superinterfaces:

FeatureRendererContext

net.minecraft.client.renderer.entity.WitherBossRenderer
net.minecraft.class_964
net.minecraft.client.render.entity.WitherEntityRenderer

Field summary

Modifier and TypeField
private static final Identifier
WITHER_INVULNERABLE_LOCATION
field_4812
INVULNERABLE_TEXTURE
private static final Identifier
WITHER_LOCATION
field_4813
TEXTURE

Constructor summary

ModifierConstructor
public (EntityRendererFactory$Context context)

Method summary

Modifier and TypeMethod
protected int
getBlockLightLevel(WitherBoss entity, BlockPos blockPos)
method_24093(class_1528 arg0, class_2338 arg1)
getBlockLight(WitherEntity arg0, BlockPos arg1)
public Identifier
getTextureLocation(WitherRenderState state)
method_4153(class_10083 arg0)
getTexture(WitherEntityRenderState arg0)
public WitherEntityRenderState
createRenderState()
method_55269()
createRenderState()
protected void
scale(WitherRenderState state, PoseStack poseStack)
method_4152(class_10083 arg0, class_4587 arg1)
scale(WitherEntityRenderState arg0, MatrixStack arg1)
public void
extractRenderState(WitherBoss entity, WitherRenderState state, float partialTicks)
method_62576(class_1528 arg0, class_10083 arg1, float arg2)
updateRenderState(WitherEntity arg0, WitherEntityRenderState arg1, float arg2)
public void
extractRenderState(LivingEntity entity, LivingEntityRenderState state, float partialTicks)
method_62355(class_1309 arg0, class_10042 arg1, float arg2)
updateRenderState(LivingEntity arg0, LivingEntityRenderState arg1, float arg2)
protected void
scale(LivingEntityRenderState state, PoseStack poseStack)
method_4042(class_10042 arg0, class_4587 arg1)
scale(LivingEntityRenderState arg0, MatrixStack arg1)
public Identifier
getTextureLocation(LivingEntityRenderState state)
method_3885(class_10042 arg0)
getTexture(LivingEntityRenderState arg0)
public void
extractRenderState(Entity entity, EntityRenderState state, float partialTicks)
method_62354(class_1297 arg0, class_10017 arg1, float arg2)
updateRenderState(Entity arg0, EntityRenderState arg1, float arg2)
public EntityRenderState
createRenderState()
method_55269()
createRenderState()
protected int
getBlockLightLevel(Entity entity, BlockPos blockPos)
method_24087(class_1297 arg0, class_2338 arg1)
getBlockLight(Entity arg0, BlockPos arg1)