Interface InventoryEvent

All Superinterfaces:
Event
All Known Implementing Classes:
InventoryClickEvent, InventoryCloseEvent, InventoryItemChangeEvent, InventoryOpenEvent, InventoryPreClickEvent, PlayerAnvilInputEvent

public interface InventoryEvent extends Event
Represents any event inside an AbstractInventory.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inventory that was clicked.
  • Method Details

    • getInventory

      @NotNull @NotNull AbstractInventory getInventory()
      Gets the inventory that was clicked.