Inventory GUI
Represents a base class for creating custom inventory GUIs in Minecraft. This class provides basic inventory manipulation methods and allows setting up buttons, listeners, and background materials for GUI customization.
Since
1.0.0
Author
RiriFa
Parameters
player
The player viewing the GUI.
Inheritors
Properties
Functions
Link copied to clipboard
Adds a single item to the existing item list.
Link copied to clipboard
Abstract method for building the inventory GUI. This method should be implemented by subclasses to define the layout and items of the GUI.
Link copied to clipboard
Link copied to clipboard
Gets the background material set for the inventory GUI.
Link copied to clipboard
Returns the inventory associated with this GUI.
Link copied to clipboard
Sets the background material for the inventory GUI.
Link copied to clipboard
Sets multiple items at once for the GUI. This replaces the existing item list.
Link copied to clipboard
Sets the size of the inventory GUI.
Link copied to clipboard
Sets the title of the inventory GUI.