@Environment(value=CLIENT) public class LlamaDecorFeatureRenderer extends FeatureRenderer<LlamaEntity,LlamaEntityModel<LlamaEntity>>
Modifier and Type | Field and Description |
---|---|
private static Identifier[] |
LLAMA_DECOR |
private LlamaEntityModel<LlamaEntity> |
model |
private static Identifier |
TRADER_LLAMA_DECOR |
Constructor and Description |
---|
LlamaDecorFeatureRenderer(FeatureRendererContext<LlamaEntity,LlamaEntityModel<LlamaEntity>> context) |
Modifier and Type | Method and Description |
---|---|
void |
render(MatrixStack matrixStack,
VertexConsumerProvider vertexConsumerProvider,
int int2,
LlamaEntity llamaEntity,
float float2,
float float3,
float float4,
float float5,
float float6,
float float7) |
getContextModel, getTexture, render, renderModel
private static final Identifier[] LLAMA_DECOR
private static final Identifier TRADER_LLAMA_DECOR
private final LlamaEntityModel<LlamaEntity> model
public LlamaDecorFeatureRenderer(FeatureRendererContext<LlamaEntity,LlamaEntityModel<LlamaEntity>> context)
public void render(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, LlamaEntity llamaEntity, float float2, float float3, float float4, float float5, float float6, float float7)
render
in class FeatureRenderer<LlamaEntity,LlamaEntityModel<LlamaEntity>>