public class LayerSheepWool extends java.lang.Object implements LayerRenderer<EntitySheep>
Modifier and Type | Field and Description |
---|---|
private ModelSheep1 |
sheepModel |
private RenderSheep |
sheepRenderer |
private static ResourceLocation |
TEXTURE |
Constructor and Description |
---|
LayerSheepWool(RenderSheep sheepRendererIn) |
Modifier and Type | Method and Description |
---|---|
void |
doRenderLayer(EntitySheep entitylivingbaseIn,
float limbSwing,
float limbSwingAmount,
float partialTicks,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
boolean |
shouldCombineTextures() |
private static final ResourceLocation TEXTURE
private final RenderSheep sheepRenderer
private final ModelSheep1 sheepModel
public LayerSheepWool(RenderSheep sheepRendererIn)
public void doRenderLayer(EntitySheep entitylivingbaseIn, float limbSwing, float limbSwingAmount, float partialTicks, float ageInTicks, float netHeadYaw, float headPitch, float scale)
doRenderLayer
in interface LayerRenderer<EntitySheep>
public boolean shouldCombineTextures()
shouldCombineTextures
in interface LayerRenderer<EntitySheep>