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