Class WitherAuraLayer
- java.lang.Object
-
- net.minecraft.client.renderer.entity.layers.LayerRenderer<T,M>
-
- net.minecraft.client.renderer.entity.layers.EnergyLayer<WitherEntity,WitherModel<WitherEntity>>
-
- net.minecraft.client.renderer.entity.layers.WitherAuraLayer
-
public class WitherAuraLayer extends EnergyLayer<WitherEntity,WitherModel<WitherEntity>>
-
-
Field Summary
Fields Modifier and Type Field Description private WitherModel<WitherEntity>
model
private static ResourceLocation
WITHER_ARMOR_LOCATION
-
Constructor Summary
Constructors Constructor Description WitherAuraLayer(IEntityRenderer<WitherEntity,WitherModel<WitherEntity>> p_i50915_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ResourceLocation
getTextureLocation()
protected EntityModel<WitherEntity>
model()
protected float
xOffset(float p_225634_1_)
-
Methods inherited from class net.minecraft.client.renderer.entity.layers.EnergyLayer
render
-
Methods inherited from class net.minecraft.client.renderer.entity.layers.LayerRenderer
coloredCutoutModelCopyLayerRender, getParentModel, getTextureLocation, renderColoredCutoutModel
-
-
-
-
Field Detail
-
WITHER_ARMOR_LOCATION
private static final ResourceLocation WITHER_ARMOR_LOCATION
-
model
private final WitherModel<WitherEntity> model
-
-
Constructor Detail
-
WitherAuraLayer
public WitherAuraLayer(IEntityRenderer<WitherEntity,WitherModel<WitherEntity>> p_i50915_1_)
-
-
Method Detail
-
xOffset
protected float xOffset(float p_225634_1_)
- Specified by:
xOffset
in classEnergyLayer<WitherEntity,WitherModel<WitherEntity>>
-
getTextureLocation
protected ResourceLocation getTextureLocation()
- Specified by:
getTextureLocation
in classEnergyLayer<WitherEntity,WitherModel<WitherEntity>>
-
model
protected EntityModel<WitherEntity> model()
- Specified by:
model
in classEnergyLayer<WitherEntity,WitherModel<WitherEntity>>
-
-