public class LayerHeldItemWitch extends java.lang.Object implements LayerRenderer<EntityWitch>
Modifier and Type | Field and Description |
---|---|
private RenderWitch |
witchRenderer |
Constructor and Description |
---|
LayerHeldItemWitch(RenderWitch witchRendererIn) |
Modifier and Type | Method and Description |
---|---|
void |
doRenderLayer(EntityWitch entitylivingbaseIn,
float limbSwing,
float limbSwingAmount,
float partialTicks,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
boolean |
shouldCombineTextures() |
private final RenderWitch witchRenderer
public LayerHeldItemWitch(RenderWitch witchRendererIn)
public void doRenderLayer(EntityWitch entitylivingbaseIn, float limbSwing, float limbSwingAmount, float partialTicks, float ageInTicks, float netHeadYaw, float headPitch, float scale)
doRenderLayer
in interface LayerRenderer<EntityWitch>
public boolean shouldCombineTextures()
shouldCombineTextures
in interface LayerRenderer<EntityWitch>