Uses of Class
me.block2block.hubparkour.api.gui.GUIItem
Packages that use GUIItem
-
Uses of GUIItem in me.block2block.hubparkour.api.gui
Methods in me.block2block.hubparkour.api.gui that return GUIItemModifier and TypeMethodDescriptionGUIRow.getItem(int column) Retrieves theGUIItemlocated at the specified column index within this row.Methods in me.block2block.hubparkour.api.gui that return types with arguments of type GUIItemModifier and TypeMethodDescriptionGUIRow.getRow()Retrieves a copy of the row map, representing the mapping of column indices toGUIItemobjects within this row.Methods in me.block2block.hubparkour.api.gui with parameters of type GUIItemModifier and TypeMethodDescriptionvoidSets aGUIItemat the specified row and column in the GUI.voidSets aGUIItemat the specified column index within the row.voidGUI.updateItem(int row, int column, GUIItem item) Updates the item in the specified row and column of the GUI.