Class InventoryTask

    • Constructor Summary

      Constructors 
      Constructor Description
      InventoryTask()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void execute​(org.bukkit.event.inventory.InventoryClickEvent pEvent)  
      abstract boolean isApplicable​(org.bukkit.event.inventory.InventoryClickEvent pEvent)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InventoryTask

        public InventoryTask()
    • Method Detail

      • execute

        public abstract void execute​(org.bukkit.event.inventory.InventoryClickEvent pEvent)
      • isApplicable

        public abstract boolean isApplicable​(org.bukkit.event.inventory.InventoryClickEvent pEvent)