public interface IDrawableStatic extends IDrawable
IDrawable
that allows masking parts of the image.Modifier and Type | Method and Description |
---|---|
void |
draw(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
int xOffset,
int yOffset,
int maskTop,
int maskBottom,
int maskLeft,
int maskRight)
Draw only part of the image, by masking off parts of it
|