Package net.minecraft.client.gui.layouts
Class GridLayout.RowHelper
java.lang.Object
net.minecraft.client.gui.layouts.GridLayout.RowHelper
- Enclosing class:
GridLayout
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends LayoutElement>
TaddChild
(T pChild) <T extends LayoutElement>
TaddChild
(T pChild, int pOccupiedColumns) <T extends LayoutElement>
TaddChild
(T pChild, int pOccupiedColumns, LayoutSettings pLayoutSettings) <T extends LayoutElement>
TaddChild
(T pChild, LayoutSettings pLayoutSettings) getGrid()
-
Field Details
-
columns
private final int columns -
index
private int index
-
-
Constructor Details
-
RowHelper
RowHelper(int pColumns)
-
-
Method Details
-
addChild
-
addChild
-
addChild
-
addChild
public <T extends LayoutElement> T addChild(T pChild, int pOccupiedColumns, LayoutSettings pLayoutSettings) -
getGrid
-
newCellSettings
-
defaultCellSetting
-