public class CatCollarLayer extends LayerRenderer<CatEntity,CatModel<CatEntity>>
Modifier and Type | Field and Description |
---|---|
private static ResourceLocation |
CAT_COLLAR |
private CatModel<CatEntity> |
model |
Constructor and Description |
---|
CatCollarLayer(IEntityRenderer<CatEntity,CatModel<CatEntity>> p_i50948_1_) |
Modifier and Type | Method and Description |
---|---|
void |
render(MatrixStack matrixStackIn,
IRenderTypeBuffer bufferIn,
int packedLightIn,
CatEntity entitylivingbaseIn,
float limbSwing,
float limbSwingAmount,
float partialTicks,
float ageInTicks,
float netHeadYaw,
float headPitch) |
getEntityModel, getEntityTexture, renderCopyCutoutModel, renderCutoutModel
private static final ResourceLocation CAT_COLLAR
public CatCollarLayer(IEntityRenderer<CatEntity,CatModel<CatEntity>> p_i50948_1_)
public void render(MatrixStack matrixStackIn, IRenderTypeBuffer bufferIn, int packedLightIn, CatEntity entitylivingbaseIn, float limbSwing, float limbSwingAmount, float partialTicks, float ageInTicks, float netHeadYaw, float headPitch)
render
in class LayerRenderer<CatEntity,CatModel<CatEntity>>