Class LlamaDecorLayer
java.lang.Object
net.minecraft.client.renderer.entity.layers.RenderLayer<Llama,LlamaModel<Llama>>
 
net.minecraft.client.renderer.entity.layers.LlamaDecorLayer
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final LlamaModel<Llama>private static final ResourceLocation[]private static final ResourceLocation - 
Constructor Summary
ConstructorsConstructorDescriptionLlamaDecorLayer(RenderLayerParent<Llama, LlamaModel<Llama>> p_174499_, EntityModelSet p_174500_)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidrender(PoseStack p_117232_, MultiBufferSource p_117233_, int p_117234_, Llama p_117235_, float p_117236_, float p_117237_, float p_117238_, float p_117239_, float p_117240_, float p_117241_) Methods inherited from class net.minecraft.client.renderer.entity.layers.RenderLayer
coloredCutoutModelCopyLayerRender, getParentModel, getTextureLocation, renderColoredCutoutModel 
- 
Field Details
- 
TEXTURE_LOCATION
 - 
TRADER_LLAMA
 - 
model
 
 - 
 - 
Constructor Details
- 
LlamaDecorLayer
public LlamaDecorLayer(RenderLayerParent<Llama, LlamaModel<Llama>> p_174499_, EntityModelSet p_174500_)  
 - 
 - 
Method Details
- 
render
public void render(PoseStack p_117232_, MultiBufferSource p_117233_, int p_117234_, Llama p_117235_, float p_117236_, float p_117237_, float p_117238_, float p_117239_, float p_117240_, float p_117241_) - Specified by:
 renderin classRenderLayer<Llama,LlamaModel<Llama>> 
 
 -