Class SettingItemClick

java.lang.Object
de.simonsator.partyandfriendsgui.inventory.tasks.executeclicktask.InventoryTask
de.simonsator.partyandfriends.clan.gui.tasks.SettingItemClick

public class SettingItemClick extends de.simonsator.partyandfriendsgui.inventory.tasks.executeclicktask.InventoryTask
  • Constructor Summary

    Constructors
    Constructor
    Description
    SettingItemClick(org.bukkit.inventory.ItemStack pAllItem, org.bukkit.inventory.ItemStack pFriendItem, org.bukkit.inventory.ItemStack pNoneItem)
     
  • Method Summary

    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 Details

    • SettingItemClick

      public SettingItemClick(org.bukkit.inventory.ItemStack pAllItem, org.bukkit.inventory.ItemStack pFriendItem, org.bukkit.inventory.ItemStack pNoneItem)
  • Method Details

    • execute

      public void execute(org.bukkit.event.inventory.InventoryClickEvent pEvent)
      Specified by:
      execute in class de.simonsator.partyandfriendsgui.inventory.tasks.executeclicktask.InventoryTask
    • isApplicable

      public boolean isApplicable(org.bukkit.event.inventory.InventoryClickEvent pEvent)
      Specified by:
      isApplicable in class de.simonsator.partyandfriendsgui.inventory.tasks.executeclicktask.InventoryTask