Class GuiManager
java.lang.Object
me.tippie.tippieutils.v1_2_0.guis.GuiManager
- All Implemented Interfaces:
org.bukkit.event.Listener
-
Constructor Summary
ConstructorsConstructorDescriptionGuiManager(org.bukkit.plugin.Plugin plugin)Creates a new GuiManager for the given plugin. -
Method Summary
Modifier and TypeMethodDescriptiongetOpenGUI(org.bukkit.entity.Player player)Gets anOpenGUIfor the given player.
-
Constructor Details
-
GuiManager
public GuiManager(org.bukkit.plugin.Plugin plugin)Creates a new GuiManager for the given plugin.- Parameters:
plugin- The plugin to create the GuiManager for.
-
-
Method Details