public class MooshroomMushroomLayer<T extends MooshroomEntity> extends LayerRenderer<T,CowModel<T>>
Constructor and Description |
---|
MooshroomMushroomLayer(IEntityRenderer<T,CowModel<T>> rendererIn) |
Modifier and Type | Method and Description |
---|---|
void |
render(MatrixStack matrixStackIn,
IRenderTypeBuffer bufferIn,
int packedLightIn,
T entitylivingbaseIn,
float limbSwing,
float limbSwingAmount,
float partialTicks,
float ageInTicks,
float netHeadYaw,
float headPitch) |
getEntityModel, getEntityTexture, renderCopyCutoutModel, renderCutoutModel
public MooshroomMushroomLayer(IEntityRenderer<T,CowModel<T>> rendererIn)
public void render(MatrixStack matrixStackIn, IRenderTypeBuffer bufferIn, int packedLightIn, T entitylivingbaseIn, float limbSwing, float limbSwingAmount, float partialTicks, float ageInTicks, float netHeadYaw, float headPitch)
render
in class LayerRenderer<T extends MooshroomEntity,CowModel<T extends MooshroomEntity>>