Class InventoryManager
-
- All Implemented Interfaces:
public final class InventoryManager
-
-
Constructor Summary
Constructors Constructor Description InventoryManager()
-
Method Summary
Modifier and Type Method Description final Unit
regen()
final PaginatedGui
itemsView(Player player)
final Gui
recipesShowcase(Integer page, List<CustomRecipe> filteredRecipes)
-
-
Method Detail
-
itemsView
final PaginatedGui itemsView(Player player)
-
recipesShowcase
final Gui recipesShowcase(Integer page, List<CustomRecipe> filteredRecipes)
-
-
-
-