Class LlamaDecorLayer
- java.lang.Object
-
- net.minecraft.client.renderer.entity.layers.LayerRenderer<LlamaEntity,LlamaModel<LlamaEntity>>
-
- net.minecraft.client.renderer.entity.layers.LlamaDecorLayer
-
public class LlamaDecorLayer extends LayerRenderer<LlamaEntity,LlamaModel<LlamaEntity>>
-
-
Field Summary
Fields Modifier and Type Field Description private LlamaModel<LlamaEntity>
model
private static ResourceLocation[]
TEXTURE_LOCATION
private static ResourceLocation
TRADER_LLAMA
-
Constructor Summary
Constructors Constructor Description LlamaDecorLayer(IEntityRenderer<LlamaEntity,LlamaModel<LlamaEntity>> p_i50933_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
render(MatrixStack p_225628_1_, IRenderTypeBuffer p_225628_2_, int p_225628_3_, LlamaEntity p_225628_4_, float p_225628_5_, float p_225628_6_, float p_225628_7_, float p_225628_8_, float p_225628_9_, float p_225628_10_)
-
Methods inherited from class net.minecraft.client.renderer.entity.layers.LayerRenderer
coloredCutoutModelCopyLayerRender, getParentModel, getTextureLocation, renderColoredCutoutModel
-
-
-
-
Field Detail
-
TEXTURE_LOCATION
private static final ResourceLocation[] TEXTURE_LOCATION
-
TRADER_LLAMA
private static final ResourceLocation TRADER_LLAMA
-
model
private final LlamaModel<LlamaEntity> model
-
-
Constructor Detail
-
LlamaDecorLayer
public LlamaDecorLayer(IEntityRenderer<LlamaEntity,LlamaModel<LlamaEntity>> p_i50933_1_)
-
-
Method Detail
-
render
public void render(MatrixStack p_225628_1_, IRenderTypeBuffer p_225628_2_, int p_225628_3_, LlamaEntity p_225628_4_, float p_225628_5_, float p_225628_6_, float p_225628_7_, float p_225628_8_, float p_225628_9_, float p_225628_10_)
- Specified by:
render
in classLayerRenderer<LlamaEntity,LlamaModel<LlamaEntity>>
-
-