Package me.hsgamer.hscore.bukkit.gui
Class GUIListener
java.lang.Object
me.hsgamer.hscore.bukkit.gui.GUIListener
- All Implemented Interfaces:
org.bukkit.event.Listener
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidinit(org.bukkit.plugin.Plugin plugin) Register the listenervoidonInventoryClick(org.bukkit.event.inventory.InventoryClickEvent e) voidonInventoryClose(org.bukkit.event.inventory.InventoryCloseEvent e) voidonInventoryDrag(org.bukkit.event.inventory.InventoryDragEvent e) voidonInventoryOpen(org.bukkit.event.inventory.InventoryOpenEvent e) voidonPluginDisable(org.bukkit.event.server.PluginDisableEvent event)
-
Method Details
-
init
public static void init(org.bukkit.plugin.Plugin plugin) Register the listener- Parameters:
plugin- the plugin
-
onInventoryDrag
public void onInventoryDrag(org.bukkit.event.inventory.InventoryDragEvent e) -
onInventoryClick
public void onInventoryClick(org.bukkit.event.inventory.InventoryClickEvent e) -
onInventoryOpen
public void onInventoryOpen(org.bukkit.event.inventory.InventoryOpenEvent e) -
onInventoryClose
public void onInventoryClose(org.bukkit.event.inventory.InventoryCloseEvent e) -
onPluginDisable
public void onPluginDisable(org.bukkit.event.server.PluginDisableEvent event)
-