Class WolfCollarFeatureRenderer
java.lang.Object
net.minecraft.client.render.entity.feature.FeatureRenderer<WolfEntity,WolfEntityModel<WolfEntity>>
net.minecraft.client.render.entity.feature.WolfCollarFeatureRenderer
@Environment(CLIENT) public class WolfCollarFeatureRenderer extends FeatureRenderer<WolfEntity,WolfEntityModel<WolfEntity>>
-
Field Summary
Fields Modifier and Type Field Description private static Identifier
SKIN
-
Constructor Summary
Constructors Constructor Description WolfCollarFeatureRenderer(FeatureRendererContext<WolfEntity,WolfEntityModel<WolfEntity>> context)
-
Method Summary
Modifier and Type Method Description void
render(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, WolfEntity wolfEntity, 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
-
SKIN
-
-
Constructor Details
-
WolfCollarFeatureRenderer
public WolfCollarFeatureRenderer(FeatureRendererContext<WolfEntity,WolfEntityModel<WolfEntity>> context)
-
-
Method Details
-
render
public void render(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, WolfEntity wolfEntity, float float2, float float3, float float4, float float5, float float6, float float7)- Specified by:
render
in classFeatureRenderer<WolfEntity,WolfEntityModel<WolfEntity>>
-