public class LayerHeldItem extends java.lang.Object implements LayerRenderer<EntityLivingBase>
| Modifier and Type | Field and Description | 
|---|---|
protected RenderLivingBase<?> | 
livingEntityRenderer  | 
| Constructor and Description | 
|---|
LayerHeldItem(RenderLivingBase<?> livingEntityRendererIn)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
doRenderLayer(EntityLivingBase entitylivingbaseIn,
             float limbSwing,
             float limbSwingAmount,
             float partialTicks,
             float ageInTicks,
             float netHeadYaw,
             float headPitch,
             float scale)  | 
boolean | 
shouldCombineTextures()  | 
protected final RenderLivingBase<?> livingEntityRenderer
public LayerHeldItem(RenderLivingBase<?> livingEntityRendererIn)
public void doRenderLayer(EntityLivingBase entitylivingbaseIn, float limbSwing, float limbSwingAmount, float partialTicks, float ageInTicks, float netHeadYaw, float headPitch, float scale)
doRenderLayer in interface LayerRenderer<EntityLivingBase>public boolean shouldCombineTextures()
shouldCombineTextures in interface LayerRenderer<EntityLivingBase>