Interface GUIQueryItem

All Superinterfaces:
GUIClickableItem, GUIItem

public interface GUIQueryItem extends GUIClickableItem
  • Method Details

    • run

      void run(net.minestom.server.event.inventory.InventoryPreClickEvent e, SkyBlockPlayer player)
      Run when the player clicks this item
      Specified by:
      run in interface GUIClickableItem
      Parameters:
      e - the event of the click
    • onQueryFinish

      SkyBlockInventoryGUI onQueryFinish(@Nullable String query, SkyBlockPlayer player)
      Run when the player enters something into the sign gui
      Parameters:
      query - the string the player enters
      Returns:
      the gui that should be opened back after this
    • lines

      default String[] lines()
      The preset lines on the sign GUI
      Returns:
      an array that needs only 2 components