Package | Description |
---|---|
me.block2block.hubparkour.api.gui |
Modifier and Type | Method and Description |
---|---|
GUIItem |
GUIRow.getItem(int column)
Retrieves the
GUIItem located at the specified column index within this row. |
Modifier and Type | Method and Description |
---|---|
Map<Integer,GUIItem> |
GUIRow.getRow()
Retrieves a copy of the row map, representing the mapping of column indices to
GUIItem
objects within this row. |
Modifier and Type | Method and Description |
---|---|
void |
GUIRow.setItem(int i,
GUIItem item)
Sets a
GUIItem at the specified column index within the row. |
void |
GUI.setItem(int row,
int column,
GUIItem item)
Sets a
GUIItem at the specified row and column in the GUI. |
void |
GUI.updateItem(int row,
int column,
GUIItem item)
Updates the item in the specified row and column of the GUI.
|
Copyright © 2025. All rights reserved.