public class LayerElytra extends java.lang.Object implements LayerRenderer<EntityLivingBase>
| Modifier and Type | Field and Description |
|---|---|
protected RenderLivingBase<?> |
renderPlayer
Instance of the player renderer.
|
| Constructor and Description |
|---|
LayerElytra(RenderLivingBase<?> p_i47185_1_) |
| 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<?> renderPlayer
public LayerElytra(RenderLivingBase<?> p_i47185_1_)
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>