public class LayerArrow extends java.lang.Object implements LayerRenderer<EntityLivingBase>
| Constructor and Description | 
|---|
LayerArrow(RenderLivingBase<?> rendererIn)  | 
| 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()  | 
public LayerArrow(RenderLivingBase<?> rendererIn)
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>