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