Interface InventoryProvider.Typed

Enclosing class:
InventoryProvider
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface InventoryProvider.Typed
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull org.bukkit.inventory.Inventory
    getInventory(@NotNull net.kyori.adventure.text.Component title, @NotNull org.bukkit.inventory.InventoryHolder owner, @NotNull org.bukkit.event.inventory.InventoryType inventoryType)
     
  • Method Details

    • getInventory

      @NotNull @NotNull org.bukkit.inventory.Inventory getInventory(@NotNull @NotNull net.kyori.adventure.text.Component title, @NotNull @NotNull org.bukkit.inventory.InventoryHolder owner, @NotNull @NotNull org.bukkit.event.inventory.InventoryType inventoryType)