Class OpenClanRequestMenu
java.lang.Object
de.simonsator.partyandfriendsgui.communication.tasks.CommunicationTask
de.simonsator.partyandfriends.clan.gui.tasks.communicationtasks.OpenClanRequestMenu
- All Implemented Interfaces:
de.simonsator.partyandfriendsgui.api.menu.MainMenu
public class OpenClanRequestMenu
extends de.simonsator.partyandfriendsgui.communication.tasks.CommunicationTask
implements de.simonsator.partyandfriendsgui.api.menu.MainMenu
-
Constructor Summary
ConstructorDescriptionOpenClanRequestMenu
(String pInvName, String pColorOfTheRequester, boolean pUseLeaderHead, String pAltItemName) -
Method Summary
Modifier and TypeMethodDescriptionvoid
executeTask
(org.bukkit.entity.Player pPlayer, com.google.gson.JsonObject pJObj) static OpenClanRequestMenu
void
openMenu
(org.bukkit.entity.Player pPlayer) Methods inherited from class de.simonsator.partyandfriendsgui.communication.tasks.CommunicationTask
isApplicable
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.MainMenu
createMenuBar, createMenuBar
-
Constructor Details
-
OpenClanRequestMenu
-
-
Method Details
-
getInstance
-
executeTask
public void executeTask(org.bukkit.entity.Player pPlayer, com.google.gson.JsonObject pJObj) - Specified by:
executeTask
in classde.simonsator.partyandfriendsgui.communication.tasks.CommunicationTask
-
openMenu
public void openMenu(org.bukkit.entity.Player pPlayer) - Specified by:
openMenu
in interfacede.simonsator.partyandfriendsgui.api.menu.MainMenu
-