public class LayerWolfCollar extends java.lang.Object implements LayerRenderer<EntityWolf>
Modifier and Type | Field and Description |
---|---|
private static ResourceLocation |
WOLF_COLLAR |
private RenderWolf |
wolfRenderer |
Constructor and Description |
---|
LayerWolfCollar(RenderWolf wolfRendererIn) |
Modifier and Type | Method and Description |
---|---|
void |
doRenderLayer(EntityWolf entitylivingbaseIn,
float limbSwing,
float limbSwingAmount,
float partialTicks,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
boolean |
shouldCombineTextures() |
private static final ResourceLocation WOLF_COLLAR
private final RenderWolf wolfRenderer
public LayerWolfCollar(RenderWolf wolfRendererIn)
public void doRenderLayer(EntityWolf entitylivingbaseIn, float limbSwing, float limbSwingAmount, float partialTicks, float ageInTicks, float netHeadYaw, float headPitch, float scale)
doRenderLayer
in interface LayerRenderer<EntityWolf>
public boolean shouldCombineTextures()
shouldCombineTextures
in interface LayerRenderer<EntityWolf>