Class LlamaDecorFeatureRenderer
java.lang.Object
net.minecraft.client.render.entity.feature.FeatureRenderer<LlamaEntity,LlamaEntityModel<LlamaEntity>>
net.minecraft.client.render.entity.feature.LlamaDecorFeatureRenderer
@Environment(CLIENT) public class LlamaDecorFeatureRenderer extends FeatureRenderer<LlamaEntity,LlamaEntityModel<LlamaEntity>>
-
Field Summary
Fields Modifier and Type Field Description private static Identifier[]LLAMA_DECORprivate LlamaEntityModel<LlamaEntity>modelprivate static IdentifierTRADER_LLAMA_DECOR -
Constructor Summary
Constructors Constructor Description LlamaDecorFeatureRenderer(FeatureRendererContext<LlamaEntity,LlamaEntityModel<LlamaEntity>> featureRendererContext, EntityModelLoader entityModelLoader) -
Method Summary
Modifier and Type Method Description voidrender(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, LlamaEntity llamaEntity, float float2, float float3, float float4, float float5, float float6, float float7)Methods inherited from class net.minecraft.client.render.entity.feature.FeatureRenderer
getContextModel, getTexture, render, renderModel
-
Field Details
-
LLAMA_DECOR
-
TRADER_LLAMA_DECOR
-
model
-
-
Constructor Details
-
LlamaDecorFeatureRenderer
public LlamaDecorFeatureRenderer(FeatureRendererContext<LlamaEntity,LlamaEntityModel<LlamaEntity>> featureRendererContext, EntityModelLoader entityModelLoader)
-
-
Method Details
-
render
public void render(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, LlamaEntity llamaEntity, float float2, float float3, float float4, float float5, float float6, float float7)- Specified by:
renderin classFeatureRenderer<LlamaEntity,LlamaEntityModel<LlamaEntity>>
-