public class LayerIronGolemFlower extends java.lang.Object implements LayerRenderer<EntityIronGolem>
Modifier and Type | Field and Description |
---|---|
private RenderIronGolem |
ironGolemRenderer |
Constructor and Description |
---|
LayerIronGolemFlower(RenderIronGolem ironGolemRendererIn) |
Modifier and Type | Method and Description |
---|---|
void |
doRenderLayer(EntityIronGolem entitylivingbaseIn,
float limbSwing,
float limbSwingAmount,
float partialTicks,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
boolean |
shouldCombineTextures() |
private final RenderIronGolem ironGolemRenderer
public LayerIronGolemFlower(RenderIronGolem ironGolemRendererIn)
public void doRenderLayer(EntityIronGolem entitylivingbaseIn, float limbSwing, float limbSwingAmount, float partialTicks, float ageInTicks, float netHeadYaw, float headPitch, float scale)
doRenderLayer
in interface LayerRenderer<EntityIronGolem>
public boolean shouldCombineTextures()
shouldCombineTextures
in interface LayerRenderer<EntityIronGolem>