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
-
Field Summary
Modifier and TypeFieldDescriptionprivate final WitherModel<WitherEntity>
private static final ResourceLocation
-
Constructor Summary
ConstructorDescriptionWitherAuraLayer
(IEntityRenderer<WitherEntity, WitherModel<WitherEntity>> p_i50915_1_) -
Method Summary
Modifier and TypeMethodDescriptionprotected ResourceLocation
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 Details
-
WITHER_ARMOR_LOCATION
-
model
-
-
Constructor Details
-
WitherAuraLayer
-
-
Method Details
-
xOffset
protected float xOffset(float p_225634_1_) - Specified by:
xOffset
in classEnergyLayer<WitherEntity,
WitherModel<WitherEntity>>
-
getTextureLocation
- Specified by:
getTextureLocation
in classEnergyLayer<WitherEntity,
WitherModel<WitherEntity>>
-
model
- Specified by:
model
in classEnergyLayer<WitherEntity,
WitherModel<WitherEntity>>
-