Class OpenClanDetailView
java.lang.Object
de.simonsator.partyandfriendsgui.inventory.tasks.executeclicktask.InventoryTask
de.simonsator.partyandfriends.clan.gui.tasks.OpenClanDetailView
- All Implemented Interfaces:
de.simonsator.partyandfriendsgui.api.menu.OwnExecuteCommandBlockMenu
public class OpenClanDetailView
extends de.simonsator.partyandfriendsgui.inventory.tasks.executeclicktask.InventoryTask
implements de.simonsator.partyandfriendsgui.api.menu.OwnExecuteCommandBlockMenu
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
conditionForAdding
(org.bukkit.configuration.Configuration pConfig, String pKey) List<de.simonsator.partyandfriendsgui.utilities.OwnExecuteCommandContainer>
createExecuteCommandContainerList
(org.bukkit.configuration.Configuration pConfig, String pKeyPrefix) 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
Methods inherited from interface de.simonsator.partyandfriendsgui.api.menu.OwnExecuteCommandBlockMenu
createExecuteCommandContainerList
-
Constructor Details
-
OpenClanDetailView
public OpenClanDetailView()
-
-
Method Details
-
createExecuteCommandContainerList
public List<de.simonsator.partyandfriendsgui.utilities.OwnExecuteCommandContainer> createExecuteCommandContainerList(org.bukkit.configuration.Configuration pConfig, String pKeyPrefix) - Specified by:
createExecuteCommandContainerList
in interfacede.simonsator.partyandfriendsgui.api.menu.OwnExecuteCommandBlockMenu
-
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
-
conditionForAdding
- Specified by:
conditionForAdding
in interfacede.simonsator.partyandfriendsgui.api.menu.OwnExecuteCommandBlockMenu
-