Class GuiAPIManager

java.lang.Object
me.ulrich.clans.api.GuiAPIManager
All Implemented Interfaces:
GuiAPI

public class GuiAPIManager extends Object implements GuiAPI
  • Constructor Details

    • GuiAPIManager

      public GuiAPIManager(Clans clans)
  • Method Details

    • getInsertGui

      public HashMap<String,GuiData> getInsertGui()
      Specified by:
      getInsertGui in interface GuiAPI
    • getOpenedGuiPlayers

      public List<org.bukkit.entity.Player> getOpenedGuiPlayers()
      Specified by:
      getOpenedGuiPlayers in interface GuiAPI
    • closeAllOpened

      public void closeAllOpened()
      Specified by:
      closeAllOpened in interface GuiAPI
    • insertItens

      public void insertItens(dev.triumphteam.gui.guis.Gui gui, String string, String string2, org.bukkit.entity.Player player)
      Specified by:
      insertItens in interface GuiAPI
    • insertItens

      public void insertItens(dev.triumphteam.gui.guis.PaginatedGui gui, String string, String string2, org.bukkit.entity.Player player)
      Specified by:
      insertItens in interface GuiAPI
    • close

      public void close(org.bukkit.entity.Player player)
      Specified by:
      close in interface GuiAPI