public class LayerMooshroomMushroom extends java.lang.Object implements LayerRenderer<EntityMooshroom>
Modifier and Type | Field and Description |
---|---|
private RenderMooshroom |
mooshroomRenderer |
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() |
private final RenderMooshroom mooshroomRenderer
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>