Class InventoryEvent

java.lang.Object
org.cloudburstmc.api.event.Event
org.cloudburstmc.api.event.inventory.InventoryEvent
Direct Known Subclasses:
BrewFinishEvent, BrewStartEvent, InventoryClickEvent, InventoryCloseEvent, InventoryMoveItemEvent, InventoryOpenEvent, InventoryPickupArrowEvent, InventoryPickupItemEvent

public abstract class InventoryEvent extends Event
author: MagicDroidX Nukkit Project
  • Field Details

    • inventory

      protected final Inventory inventory
  • Constructor Details

    • InventoryEvent

      public InventoryEvent(Inventory inventory)
  • Method Details

    • getInventory

      public Inventory getInventory()
    • getViewers

      public Player[] getViewers()