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.
-
Method Summary
Modifier and TypeMethodDescription@NotNull org.bukkit.inventory.InventorygetInventory(@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)
-