Class WitherArmorLayer
java.lang.Object
net.minecraft.client.renderer.entity.layers.RenderLayer<T,M>
net.minecraft.client.renderer.entity.layers.EnergySwirlLayer<WitherBoss,WitherBossModel<WitherBoss>>
net.minecraft.client.renderer.entity.layers.WitherArmorLayer
-
Field Summary
Modifier and TypeFieldDescriptionprivate final WitherBossModel<WitherBoss>
private static final ResourceLocation
-
Constructor Summary
ConstructorDescriptionWitherArmorLayer
(RenderLayerParent<WitherBoss, WitherBossModel<WitherBoss>> p_174554_, EntityModelSet p_174555_) -
Method Summary
Modifier and TypeMethodDescriptionprotected ResourceLocation
protected EntityModel<WitherBoss>
model()
protected float
xOffset
(float p_117702_) Methods inherited from class net.minecraft.client.renderer.entity.layers.EnergySwirlLayer
render
Methods inherited from class net.minecraft.client.renderer.entity.layers.RenderLayer
coloredCutoutModelCopyLayerRender, getParentModel, getTextureLocation, renderColoredCutoutModel
-
Field Details
-
WITHER_ARMOR_LOCATION
-
model
-
-
Constructor Details
-
WitherArmorLayer
public WitherArmorLayer(RenderLayerParent<WitherBoss, WitherBossModel<WitherBoss>> p_174554_, EntityModelSet p_174555_)
-
-
Method Details
-
xOffset
protected float xOffset(float p_117702_) - Specified by:
xOffset
in classEnergySwirlLayer<WitherBoss,
WitherBossModel<WitherBoss>>
-
getTextureLocation
- Specified by:
getTextureLocation
in classEnergySwirlLayer<WitherBoss,
WitherBossModel<WitherBoss>>
-
model
- Specified by:
model
in classEnergySwirlLayer<WitherBoss,
WitherBossModel<WitherBoss>>
-