Class LeavePartyClickTask

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(org.bukkit.event.inventory.InventoryClickEvent pEvent)  
      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

      • LeavePartyClickTask

        public LeavePartyClickTask()
    • Method Detail

      • execute

        public void execute​(org.bukkit.event.inventory.InventoryClickEvent pEvent)
        Specified by:
        execute in class InventoryTask
      • isApplicable

        public boolean isApplicable​(org.bukkit.event.inventory.InventoryClickEvent pEvent)
        Specified by:
        isApplicable in class InventoryTask