Class OpenFriendMenu

    • Constructor Summary

      Constructors 
      Constructor Description
      OpenFriendMenu()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OpenFriendMenu

        public OpenFriendMenu()
    • Method Detail

      • executeTask

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

        public void openMenu​(org.bukkit.entity.Player pPlayer)
        Specified by:
        openMenu in interface MainMenu