Class GUIListener

java.lang.Object
me.hsgamer.hscore.bukkit.gui.GUIListener
All Implemented Interfaces:
org.bukkit.event.Listener

public class GUIListener extends Object implements org.bukkit.event.Listener
The Listener for GUIHolder and GUIDisplay
Need to register this for others to work
  • 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)