Package me.ulrich.clans.api
Class GuiAPIManager
java.lang.Object
me.ulrich.clans.api.GuiAPIManager
- All Implemented Interfaces:
GuiAPI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose(org.bukkit.entity.Player player) voidList<org.bukkit.entity.Player>voidinsertItens(dev.triumphteam.gui.guis.Gui gui, String string, String string2, org.bukkit.entity.Player player) voidinsertItens(dev.triumphteam.gui.guis.PaginatedGui gui, String string, String string2, org.bukkit.entity.Player player)
-
Constructor Details
-
GuiAPIManager
-
-
Method Details
-
getInsertGui
- Specified by:
getInsertGuiin interfaceGuiAPI
-
getOpenedGuiPlayers
- Specified by:
getOpenedGuiPlayersin interfaceGuiAPI
-
closeAllOpened
public void closeAllOpened()- Specified by:
closeAllOpenedin interfaceGuiAPI
-
insertItens
public void insertItens(dev.triumphteam.gui.guis.Gui gui, String string, String string2, org.bukkit.entity.Player player) - Specified by:
insertItensin interfaceGuiAPI
-
insertItens
public void insertItens(dev.triumphteam.gui.guis.PaginatedGui gui, String string, String string2, org.bukkit.entity.Player player) - Specified by:
insertItensin interfaceGuiAPI
-
close
public void close(org.bukkit.entity.Player player)
-