Class LlamaDecorLayer
java.lang.Object
net.minecraft.client.renderer.entity.layers.LayerRenderer<LlamaEntity,LlamaModel<LlamaEntity>>
net.minecraft.client.renderer.entity.layers.LlamaDecorLayer
-
Field Summary
Modifier and TypeFieldDescriptionprivate final LlamaModel<LlamaEntity>
private static final ResourceLocation[]
private static final ResourceLocation
-
Constructor Summary
ConstructorDescriptionLlamaDecorLayer
(IEntityRenderer<LlamaEntity, LlamaModel<LlamaEntity>> p_i50933_1_) -
Method Summary
Modifier and TypeMethodDescriptionvoid
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 Details
-
TEXTURE_LOCATION
-
TRADER_LLAMA
-
model
-
-
Constructor Details
-
LlamaDecorLayer
-
-
Method Details
-
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>>
-