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

    Constructors
    Constructor
    Description
    OpenClanRequestMenu(String pInvName, String pColorOfTheRequester, boolean pUseLeaderHead, String pAltItemName)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    executeTask(org.bukkit.entity.Player pPlayer, com.google.gson.JsonObject pJObj)
     
     
    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

      public OpenClanRequestMenu(String pInvName, String pColorOfTheRequester, boolean pUseLeaderHead, String pAltItemName)
  • Method Details

    • getInstance

      public static OpenClanRequestMenu getInstance()
    • executeTask

      public void executeTask(org.bukkit.entity.Player pPlayer, com.google.gson.JsonObject pJObj)
      Specified by:
      executeTask in class de.simonsator.partyandfriendsgui.communication.tasks.CommunicationTask
    • openMenu

      public void openMenu(org.bukkit.entity.Player pPlayer)
      Specified by:
      openMenu in interface de.simonsator.partyandfriendsgui.api.menu.MainMenu