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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanconditionForAdding(org.bukkit.configuration.Configuration pConfig, String pKey) List<de.simonsator.partyandfriendsgui.utilities.OwnExecuteCommandContainer>createExecuteCommandContainerList(org.bukkit.configuration.Configuration pConfig, String pKeyPrefix) voidexecute(org.bukkit.event.inventory.InventoryClickEvent pEvent) booleanisApplicable(org.bukkit.event.inventory.InventoryClickEvent pEvent) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
createExecuteCommandContainerListin interfacede.simonsator.partyandfriendsgui.api.menu.OwnExecuteCommandBlockMenu
-
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
-
conditionForAdding
- Specified by:
conditionForAddingin interfacede.simonsator.partyandfriendsgui.api.menu.OwnExecuteCommandBlockMenu
-