Package me.hsgamer.hscore.minestom.gui
Class MinestomGUIHolder
java.lang.Object
me.hsgamer.hscore.minecraft.gui.holder.GUIHolder<MinestomInventoryContext>
me.hsgamer.hscore.minestom.gui.MinestomGUIHolder
- All Implemented Interfaces:
GUIElement
The
GUIHolder
for Minestom-
Constructor Summary
ConstructorsConstructorDescriptionMinestomGUIHolder
(UUID viewerID, Function<UUID, net.minestom.server.inventory.Inventory> inventoryFunction) Create a new holder -
Method Summary
Modifier and TypeMethodDescriptionprotected MinestomInventoryContext
Create the inventory contextvoid
init()
Initialize the element.void
Open the inventoryprotected void
setItem
(int slot, @Nullable ActionItem item) Set the item in the slotvoid
stop()
Stop the element.Methods inherited from class me.hsgamer.hscore.minecraft.gui.holder.GUIHolder
canSetItem, getButtonMap, getInventoryContext, getItem, getItemMap, getViewerID, handleClick, handleClose, handleOpen, open, setButtonMap, update
-
Constructor Details
-
Method Details
-
createInventoryContext
Description copied from class:GUIHolder
Create the inventory context- Specified by:
createInventoryContext
in classGUIHolder<MinestomInventoryContext>
- Returns:
- the inventory context
-
setItem
Description copied from class:GUIHolder
Set the item in the slot- Specified by:
setItem
in classGUIHolder<MinestomInventoryContext>
- Parameters:
slot
- the slotitem
- the item
-
open
Description copied from class:GUIHolder
Open the inventory- Specified by:
open
in classGUIHolder<MinestomInventoryContext>
- Parameters:
uuid
- the unique ID of the player
-
init
public void init()Description copied from interface:GUIElement
Initialize the element. Should be called before adding to the GUI.- Specified by:
init
in interfaceGUIElement
- Overrides:
init
in classGUIHolder<MinestomInventoryContext>
-
stop
public void stop()Description copied from interface:GUIElement
Stop the element. Should be called after removing from the GUI.- Specified by:
stop
in interfaceGUIElement
- Overrides:
stop
in classGUIHolder<MinestomInventoryContext>
-