Class WitherArmorLayer
java.lang.Object
net.minecraft.client.renderer.entity.layers.RenderLayer<WitherRenderState,WitherBossModel>
net.minecraft.client.renderer.entity.layers.EnergySwirlLayer<WitherRenderState,WitherBossModel>
net.minecraft.client.renderer.entity.layers.WitherArmorLayer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final WitherBossModel
private static final ResourceLocation
-
Constructor Summary
ConstructorsConstructorDescriptionWitherArmorLayer
(RenderLayerParent<WitherRenderState, WitherBossModel> pRenderer, EntityModelSet pModelSet) -
Method Summary
Modifier and TypeMethodDescriptionprotected ResourceLocation
protected boolean
isPowered
(WitherRenderState pRenderState) protected WitherBossModel
model()
protected float
xOffset
(float pTickCount) 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, renderColoredCutoutModel
-
Field Details
-
WITHER_ARMOR_LOCATION
-
model
-
-
Constructor Details
-
WitherArmorLayer
public WitherArmorLayer(RenderLayerParent<WitherRenderState, WitherBossModel> pRenderer, EntityModelSet pModelSet)
-
-
Method Details
-
isPowered
- Specified by:
isPowered
in classEnergySwirlLayer<WitherRenderState,
WitherBossModel>
-
xOffset
protected float xOffset(float pTickCount) - Specified by:
xOffset
in classEnergySwirlLayer<WitherRenderState,
WitherBossModel>
-
getTextureLocation
- Specified by:
getTextureLocation
in classEnergySwirlLayer<WitherRenderState,
WitherBossModel>
-
model
- Specified by:
model
in classEnergySwirlLayer<WitherRenderState,
WitherBossModel>
-