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>> renderer, EntityModelSet modelSet) -
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(PoseStack poseStack, MultiBufferSource buffer, int packedLight, Llama livingEntity, float limbSwing, float limbSwingAmount, float partialTicks, float ageInTicks, float netHeadYaw, float headPitch) 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>> renderer, EntityModelSet modelSet)
-
-
Method Details
-
render
public void render(PoseStack poseStack, MultiBufferSource buffer, int packedLight, Llama livingEntity, float limbSwing, float limbSwingAmount, float partialTicks, float ageInTicks, float netHeadYaw, float headPitch) - Specified by:
render
in classRenderLayer<Llama,
LlamaModel<Llama>>
-