Interface InventoryProvider.Chest

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.Chest
  • 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, int rows)
     
  • 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, int rows)