Class FriendsMenuCreationEvent

    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.bukkit.event.Event

        org.bukkit.event.Event.Result
    • Constructor Summary

      Constructors 
      Constructor Description
      FriendsMenuCreationEvent​(org.bukkit.entity.Player pPlayer, org.bukkit.inventory.Inventory pInventory, com.google.gson.JsonObject pInformation)
      Deprecated.
       
    • Constructor Detail

      • FriendsMenuCreationEvent

        public FriendsMenuCreationEvent​(org.bukkit.entity.Player pPlayer,
                                        org.bukkit.inventory.Inventory pInventory,
                                        com.google.gson.JsonObject pInformation)
        Deprecated.
    • Method Detail

      • getHandlerList

        public static org.bukkit.event.HandlerList getHandlerList()
        Deprecated.
      • getInformation

        public com.google.gson.JsonObject getInformation()
        Deprecated.
      • getHandlers

        public org.bukkit.event.HandlerList getHandlers()
        Deprecated.
        Specified by:
        getHandlers in class org.bukkit.event.Event