Interface GuiAPI

All Known Implementing Classes:
GuiAPIManager

public interface GuiAPI
  • Method Details

    • getInsertGui

      HashMap<String,GuiData> getInsertGui()
    • getOpenedGuiPlayers

      List<org.bukkit.entity.Player> getOpenedGuiPlayers()
    • closeAllOpened

      void closeAllOpened()
    • insertItens

      void insertItens(dev.triumphteam.gui.guis.Gui gui, String string, String string2, org.bukkit.entity.Player player)
    • insertItens

      void insertItens(dev.triumphteam.gui.guis.PaginatedGui gui, String string, String string2, org.bukkit.entity.Player player)
    • close

      void close(org.bukkit.entity.Player player)