@Environment(value=CLIENT) public class HorseMarkingFeatureRenderer extends FeatureRenderer<HorseEntity,HorseEntityModel<HorseEntity>>
| Modifier and Type | Field and Description |
|---|---|
private static Map<HorseMarking,Identifier> |
TEXTURES |
| Constructor and Description |
|---|
HorseMarkingFeatureRenderer(FeatureRendererContext<HorseEntity,HorseEntityModel<HorseEntity>> context) |
| Modifier and Type | Method and Description |
|---|---|
void |
render(MatrixStack matrixStack,
VertexConsumerProvider vertexConsumerProvider,
int int2,
HorseEntity horseEntity,
float float2,
float float3,
float float4,
float float5,
float float6,
float float7) |
getContextModel, getTexture, render, renderModelprivate static final Map<HorseMarking,Identifier> TEXTURES
public HorseMarkingFeatureRenderer(FeatureRendererContext<HorseEntity,HorseEntityModel<HorseEntity>> context)
public void render(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, HorseEntity horseEntity, float float2, float float3, float float4, float float5, float float6, float float7)
render in class FeatureRenderer<HorseEntity,HorseEntityModel<HorseEntity>>