Class BukkitGUIListener

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

public class BukkitGUIListener extends Object implements org.bukkit.event.Listener
The Listener for BukkitGUIHolder and BukkitGUIDisplay. Need to register this for others to work.
  • Method Summary

    Modifier and Type
    Method
    Description
    init(org.bukkit.plugin.Plugin plugin)
    Register the listener
    init(org.bukkit.plugin.Plugin plugin, org.bukkit.event.EventPriority clickPriority, org.bukkit.event.EventPriority dragPriority, org.bukkit.event.EventPriority openPriority, org.bukkit.event.EventPriority closePriority)
    Register the listener

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • init

      public static BukkitGUIListener init(org.bukkit.plugin.Plugin plugin, org.bukkit.event.EventPriority clickPriority, org.bukkit.event.EventPriority dragPriority, org.bukkit.event.EventPriority openPriority, org.bukkit.event.EventPriority closePriority)
      Register the listener
      Parameters:
      plugin - the plugin
      clickPriority - the priority of the click event
      dragPriority - the priority of the drag event
      openPriority - the priority of the open event
      closePriority - the priority of the close event
    • init

      public static BukkitGUIListener init(org.bukkit.plugin.Plugin plugin)
      Register the listener
      Parameters:
      plugin - the plugin