public class LayerWitherAura extends java.lang.Object implements LayerRenderer<EntityWither>
Modifier and Type | Field and Description |
---|---|
private static ResourceLocation |
WITHER_ARMOR |
private ModelWither |
witherModel |
private RenderWither |
witherRenderer |
Constructor and Description |
---|
LayerWitherAura(RenderWither witherRendererIn) |
Modifier and Type | Method and Description |
---|---|
void |
doRenderLayer(EntityWither entitylivingbaseIn,
float limbSwing,
float limbSwingAmount,
float partialTicks,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
boolean |
shouldCombineTextures() |
private static final ResourceLocation WITHER_ARMOR
private final RenderWither witherRenderer
private final ModelWither witherModel
public LayerWitherAura(RenderWither witherRendererIn)
public void doRenderLayer(EntityWither entitylivingbaseIn, float limbSwing, float limbSwingAmount, float partialTicks, float ageInTicks, float netHeadYaw, float headPitch, float scale)
doRenderLayer
in interface LayerRenderer<EntityWither>
public boolean shouldCombineTextures()
shouldCombineTextures
in interface LayerRenderer<EntityWither>