public class LayerLlamaDecor extends java.lang.Object implements LayerRenderer<EntityLlama>
Modifier and Type | Field and Description |
---|---|
private static ResourceLocation[] |
LLAMA_DECOR_TEXTURES |
private ModelLlama |
model |
private RenderLlama |
renderer |
Constructor and Description |
---|
LayerLlamaDecor(RenderLlama p_i47184_1_) |
Modifier and Type | Method and Description |
---|---|
void |
doRenderLayer(EntityLlama entitylivingbaseIn,
float limbSwing,
float limbSwingAmount,
float partialTicks,
float ageInTicks,
float netHeadYaw,
float headPitch,
float scale) |
boolean |
shouldCombineTextures() |
private static final ResourceLocation[] LLAMA_DECOR_TEXTURES
private final RenderLlama renderer
private final ModelLlama model
public LayerLlamaDecor(RenderLlama p_i47184_1_)
public void doRenderLayer(EntityLlama entitylivingbaseIn, float limbSwing, float limbSwingAmount, float partialTicks, float ageInTicks, float netHeadYaw, float headPitch, float scale)
doRenderLayer
in interface LayerRenderer<EntityLlama>
public boolean shouldCombineTextures()
shouldCombineTextures
in interface LayerRenderer<EntityLlama>