Class ClanInviteClick
java.lang.Object
de.simonsator.partyandfriendsgui.inventory.tasks.executeclicktask.InventoryTask
de.simonsator.partyandfriends.clan.gui.tasks.ClanInviteClick
public class ClanInviteClick
extends de.simonsator.partyandfriendsgui.inventory.tasks.executeclicktask.InventoryTask
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(org.bukkit.event.inventory.InventoryClickEvent pEvent) boolean
isApplicable
(org.bukkit.event.inventory.InventoryClickEvent pEvent)
-
Constructor Details
-
ClanInviteClick
public ClanInviteClick()
-
-
Method Details
-
execute
public void execute(org.bukkit.event.inventory.InventoryClickEvent pEvent) - Specified by:
execute
in classde.simonsator.partyandfriendsgui.inventory.tasks.executeclicktask.InventoryTask
-
isApplicable
public boolean isApplicable(org.bukkit.event.inventory.InventoryClickEvent pEvent) - Specified by:
isApplicable
in classde.simonsator.partyandfriendsgui.inventory.tasks.executeclicktask.InventoryTask
-