Class InventoryCloseEvent


  • public class InventoryCloseEvent
    extends InventoryEvent
    Represents a player related inventory event
    • Constructor Detail

      • InventoryCloseEvent

        public InventoryCloseEvent​(@NotNull
                                   InventoryView transaction)
    • Method Detail

      • getPlayer

        @NotNull
        public final HumanEntity getPlayer()
        Returns the player involved in this event
        Returns:
        Player who is involved in this event
      • getHandlerList

        @NotNull
        public static HandlerList getHandlerList()