Interface LayoutHelper
- All Known Implementing Classes:
LayoutHelper.CenteredHorizontalLayoutHelper
public interface LayoutHelper
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic LayoutHelpercenteredHorizontal(int itemCount, int rows, int width, int height, int spacing) default net.minecraft.client.renderer.Rect2igetArea()intintintgetX()intgetY()voidnext()
-
Method Details
-
centeredHorizontal
-
getX
int getX() -
getY
int getY() -
next
void next() -
getTotalWidth
int getTotalWidth() -
getTotalHeight
int getTotalHeight() -
getArea
default net.minecraft.client.renderer.Rect2i getArea()
-