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
ConstructorsConstructorDescriptionSettingItemClick(org.bukkit.inventory.ItemStack pAllItem, org.bukkit.inventory.ItemStack pFriendItem, org.bukkit.inventory.ItemStack pNoneItem) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.bukkit.event.inventory.InventoryClickEvent pEvent) booleanisApplicable(org.bukkit.event.inventory.InventoryClickEvent pEvent)
-
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:
executein classde.simonsator.partyandfriendsgui.inventory.tasks.executeclicktask.InventoryTask
-
isApplicable
public boolean isApplicable(org.bukkit.event.inventory.InventoryClickEvent pEvent) - Specified by:
isApplicablein classde.simonsator.partyandfriendsgui.inventory.tasks.executeclicktask.InventoryTask
-