@Environment(value=CLIENT) public class SheepWoolFeatureRenderer extends FeatureRenderer<SheepEntity,SheepEntityModel<SheepEntity>>
| Modifier and Type | Field and Description |
|---|---|
private SheepWoolEntityModel<SheepEntity> |
model |
private static Identifier |
SKIN |
| Constructor and Description |
|---|
SheepWoolFeatureRenderer(FeatureRendererContext<SheepEntity,SheepEntityModel<SheepEntity>> context) |
| Modifier and Type | Method and Description |
|---|---|
void |
render(MatrixStack matrixStack,
VertexConsumerProvider vertexConsumerProvider,
int int2,
SheepEntity sheepEntity,
float float2,
float float3,
float float4,
float float5,
float float6,
float float7) |
getContextModel, getTexture, render, renderModelprivate static final Identifier SKIN
private final SheepWoolEntityModel<SheepEntity> model
public SheepWoolFeatureRenderer(FeatureRendererContext<SheepEntity,SheepEntityModel<SheepEntity>> context)
public void render(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, SheepEntity sheepEntity, float float2, float float3, float float4, float float5, float float6, float float7)
render in class FeatureRenderer<SheepEntity,SheepEntityModel<SheepEntity>>