Class ClanRequestItemMenuBarProcessor
java.lang.Object
de.simonsator.partyandfriendsgui.inventory.tasks.executeclicktask.InventoryTask
de.simonsator.partyandfriends.clan.gui.menuextensions.ClanRequestItemMenuBarProcessor
- All Implemented Interfaces:
org.bukkit.event.Listener
public class ClanRequestItemMenuBarProcessor
extends de.simonsator.partyandfriendsgui.inventory.tasks.executeclicktask.InventoryTask
implements org.bukkit.event.Listener
-
Constructor Summary
ConstructorDescriptionClanRequestItemMenuBarProcessor
(org.bukkit.inventory.ItemStack pClanRequestItem, int pPlace) -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(org.bukkit.event.inventory.InventoryClickEvent pEvent) boolean
isApplicable
(org.bukkit.event.inventory.InventoryClickEvent pEvent) void
onMainMenuCreation
(de.simonsator.partyandfriendsgui.api.events.creation.menu.MenuCreationEvent pEvent) void
onMenuBarCreation
(de.simonsator.partyandfriendsgui.api.events.creation.menu.MenuBarCreationEvent pEvent)
-
Constructor Details
-
ClanRequestItemMenuBarProcessor
public ClanRequestItemMenuBarProcessor(org.bukkit.inventory.ItemStack pClanRequestItem, int pPlace)
-
-
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