Class MenuCreationEvent

    • Nested Class Summary

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

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

      Constructors 
      Modifier Constructor Description
      protected MenuCreationEvent​(org.bukkit.inventory.Inventory inv, org.bukkit.entity.Player player)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static org.bukkit.event.HandlerList getHandlerList()  
      org.bukkit.inventory.Inventory getInventory()  
      org.bukkit.entity.Player getPlayer()  
      • Methods inherited from class org.bukkit.event.Event

        getEventName, getHandlers, isAsynchronous
      • Methods inherited from class java.lang.Object

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

      • MenuCreationEvent

        protected MenuCreationEvent​(org.bukkit.inventory.Inventory inv,
                                    org.bukkit.entity.Player player)
    • Method Detail

      • getHandlerList

        public static org.bukkit.event.HandlerList getHandlerList()
      • getPlayer

        public org.bukkit.entity.Player getPlayer()
      • getInventory

        public org.bukkit.inventory.Inventory getInventory()