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>modelprivate static ResourceLocationWITHER_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 ResourceLocationgetTextureLocation()protected EntityModel<WitherEntity>model()protected floatxOffset(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:
xOffsetin classEnergyLayer<WitherEntity,WitherModel<WitherEntity>>
-
getTextureLocation
protected ResourceLocation getTextureLocation()
- Specified by:
getTextureLocationin classEnergyLayer<WitherEntity,WitherModel<WitherEntity>>
-
model
protected EntityModel<WitherEntity> model()
- Specified by:
modelin classEnergyLayer<WitherEntity,WitherModel<WitherEntity>>
-
-