@Environment(value=CLIENT) public class IronGolemCrackFeatureRenderer extends FeatureRenderer<IronGolemEntity,IronGolemEntityModel<IronGolemEntity>>
Modifier and Type | Field and Description |
---|---|
private static Map<IronGolemEntity.Crack,Identifier> |
DAMAGE_TO_TEXTURE |
Constructor and Description |
---|
IronGolemCrackFeatureRenderer(FeatureRendererContext<IronGolemEntity,IronGolemEntityModel<IronGolemEntity>> context) |
Modifier and Type | Method and Description |
---|---|
void |
render(MatrixStack matrixStack,
VertexConsumerProvider vertexConsumerProvider,
int int2,
IronGolemEntity ironGolemEntity,
float float2,
float float3,
float float4,
float float5,
float float6,
float float7) |
getContextModel, getTexture, render, renderModel
private static final Map<IronGolemEntity.Crack,Identifier> DAMAGE_TO_TEXTURE
public IronGolemCrackFeatureRenderer(FeatureRendererContext<IronGolemEntity,IronGolemEntityModel<IronGolemEntity>> context)
public void render(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, IronGolemEntity ironGolemEntity, float float2, float float3, float float4, float float5, float float6, float float7)
render
in class FeatureRenderer<IronGolemEntity,IronGolemEntityModel<IronGolemEntity>>