public class LayerMooshroomMushroom extends java.lang.Object implements LayerRenderer<EntityMooshroom>
| Constructor and Description | 
|---|
| LayerMooshroomMushroom(RenderMooshroom mooshroomRendererIn) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | doRenderLayer(EntityMooshroom entitylivingbaseIn,
             float limbSwing,
             float limbSwingAmount,
             float partialTicks,
             float ageInTicks,
             float netHeadYaw,
             float headPitch,
             float scale) | 
| boolean | shouldCombineTextures() | 
public LayerMooshroomMushroom(RenderMooshroom mooshroomRendererIn)
public void doRenderLayer(EntityMooshroom entitylivingbaseIn, float limbSwing, float limbSwingAmount, float partialTicks, float ageInTicks, float netHeadYaw, float headPitch, float scale)
doRenderLayer in interface LayerRenderer<EntityMooshroom>public boolean shouldCombineTextures()
shouldCombineTextures in interface LayerRenderer<EntityMooshroom>