public class LayerCape extends java.lang.Object implements LayerRenderer<AbstractClientPlayer>
| Modifier and Type | Field and Description | 
|---|---|
| private RenderPlayer | playerRenderer | 
| Constructor and Description | 
|---|
| LayerCape(RenderPlayer playerRendererIn) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | doRenderLayer(AbstractClientPlayer entitylivingbaseIn,
             float p_177141_2_,
             float p_177141_3_,
             float partialTicks,
             float p_177141_5_,
             float p_177141_6_,
             float p_177141_7_,
             float scale) | 
| boolean | shouldCombineTextures() | 
private final RenderPlayer playerRenderer
public LayerCape(RenderPlayer playerRendererIn)
public void doRenderLayer(AbstractClientPlayer entitylivingbaseIn, float p_177141_2_, float p_177141_3_, float partialTicks, float p_177141_5_, float p_177141_6_, float p_177141_7_, float scale)
doRenderLayer in interface LayerRenderer<AbstractClientPlayer>public boolean shouldCombineTextures()
shouldCombineTextures in interface LayerRenderer<AbstractClientPlayer>