Package com.ranull.graves.integration
Class ChestSort
java.lang.Object
com.ranull.graves.integration.ChestSort
Provides integration with the ChestSort plugin to sort inventories.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
sortInventory
(org.bukkit.inventory.Inventory inventory) Sorts the items in the provided inventory using ChestSortAPI.
-
Constructor Details
-
ChestSort
public ChestSort()
-
-
Method Details
-
sortInventory
public void sortInventory(org.bukkit.inventory.Inventory inventory) Sorts the items in the provided inventory using ChestSortAPI.- Parameters:
inventory
- The Inventory object to be sorted.
-