Class WolfCollarLayer
- java.lang.Object
-
- net.minecraft.client.renderer.entity.layers.LayerRenderer<WolfEntity,WolfModel<WolfEntity>>
-
- net.minecraft.client.renderer.entity.layers.WolfCollarLayer
-
public class WolfCollarLayer extends LayerRenderer<WolfEntity,WolfModel<WolfEntity>>
-
-
Field Summary
Fields Modifier and Type Field Description private static ResourceLocation
WOLF_COLLAR_LOCATION
-
Constructor Summary
Constructors Constructor Description WolfCollarLayer(IEntityRenderer<WolfEntity,WolfModel<WolfEntity>> p_i50914_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
render(MatrixStack p_225628_1_, IRenderTypeBuffer p_225628_2_, int p_225628_3_, WolfEntity p_225628_4_, float p_225628_5_, float p_225628_6_, float p_225628_7_, float p_225628_8_, float p_225628_9_, float p_225628_10_)
-
Methods inherited from class net.minecraft.client.renderer.entity.layers.LayerRenderer
coloredCutoutModelCopyLayerRender, getParentModel, getTextureLocation, renderColoredCutoutModel
-
-
-
-
Field Detail
-
WOLF_COLLAR_LOCATION
private static final ResourceLocation WOLF_COLLAR_LOCATION
-
-
Constructor Detail
-
WolfCollarLayer
public WolfCollarLayer(IEntityRenderer<WolfEntity,WolfModel<WolfEntity>> p_i50914_1_)
-
-
Method Detail
-
render
public void render(MatrixStack p_225628_1_, IRenderTypeBuffer p_225628_2_, int p_225628_3_, WolfEntity p_225628_4_, float p_225628_5_, float p_225628_6_, float p_225628_7_, float p_225628_8_, float p_225628_9_, float p_225628_10_)
- Specified by:
render
in classLayerRenderer<WolfEntity,WolfModel<WolfEntity>>
-
-