@ApiStatus.NonExtendable public interface TileGuiScaling extends GuiScaling
GuiScaling that makes the sprite repeat itself
across the desired space, starting from top-left.GuiScaling.tile(int, int)| Modifier and Type | Method and Description |
|---|---|
int |
height()
Returns the number of pixels for the sprite to cover
on-screen across its height, always positive.
|
int |
width()
Returns the number of pixels for the sprite to cover
on-screen across its width, always positive.
|
nineSlice, nineSlice, stretch, tileint width()
int height()