Class BukkitGUIHolder

All Implemented Interfaces:
GUIElement

public class BukkitGUIHolder extends GUIHolder<BukkitInventoryContext>
The GUIHolder for Bukkit
  • Constructor Details

    • BukkitGUIHolder

      public BukkitGUIHolder(UUID viewerID, Function<BukkitGUIHolder,org.bukkit.inventory.Inventory> inventoryFunction)
      Create a new holder
      Parameters:
      viewerID - the unique ID of the viewer
      inventoryFunction - the function to create the inventory
  • Method Details

    • setMoveItemOnBottom

      public void setMoveItemOnBottom(boolean moveItemOnBottom)
      Set whether to allow moving items in the bottom inventory
      Parameters:
      moveItemOnBottom - true to allow
    • setCancelDragEvent

      public void setCancelDragEvent(boolean cancelDragEvent)
      Set whether to cancel the drag event
      Parameters:
      cancelDragEvent - true to cancel
    • createInventoryContext

      protected BukkitInventoryContext createInventoryContext()
      Description copied from class: GUIHolder
      Create the inventory context
      Specified by:
      createInventoryContext in class GUIHolder<BukkitInventoryContext>
      Returns:
      the inventory context
    • setItem

      protected void setItem(int slot, @Nullable @Nullable ActionItem item)
      Description copied from class: GUIHolder
      Set the item in the slot
      Specified by:
      setItem in class GUIHolder<BukkitInventoryContext>
      Parameters:
      slot - the slot
      item - the item
    • open

      public void open(UUID uuid)
      Description copied from class: GUIHolder
      Open the inventory
      Specified by:
      open in class GUIHolder<BukkitInventoryContext>
      Parameters:
      uuid - the unique ID of the player
    • handleClick

      public void handleClick(ClickEvent event)
      Description copied from class: GUIHolder
      Override this method to add custom behavior.
      Overrides:
      handleClick in class GUIHolder<BukkitInventoryContext>
    • handleDrag

      public void handleDrag(BukkitDragEvent event)
      Handle the drag event
      Parameters:
      event - the event