public interface LayoutHelper
| Modifier and Type | Interface and Description |
|---|---|
static class |
LayoutHelper.CenteredHorizontalLayoutHelper |
| Modifier and Type | Method and Description |
|---|---|
static LayoutHelper |
centeredHorizontal(int itemCount,
int rows,
int width,
int height,
int spacing) |
default net.minecraft.client.renderer.Rectangle2d |
getArea() |
int |
getTotalHeight() |
int |
getTotalWidth() |
int |
getX() |
int |
getY() |
void |
next() |
static LayoutHelper centeredHorizontal(int itemCount, int rows, int width, int height, int spacing)
int getX()
int getY()
void next()
int getTotalWidth()
int getTotalHeight()
default net.minecraft.client.renderer.Rectangle2d getArea()