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 void | translateToHand(EnumHandSide p_191361_1_) | 
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>protected void translateToHand(EnumHandSide p_191361_1_)
public boolean shouldCombineTextures()
shouldCombineTextures in interface LayerRenderer<EntityLivingBase>