Package com.ranull.graves.integration
Class ChestSort
java.lang.Object
com.ranull.graves.integration.ChestSort
Deprecated.
Since 4.9.9.1 — Unmaintained by author. Read here: https://www.spigotmc.org/profile-posts/239137/
Provides integration with the ChestSort plugin to sort inventories.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
sortInventory
(org.bukkit.inventory.Inventory inventory) Deprecated.Since 4.9.9.1 — Unmaintained by author.
-
Constructor Details
-
ChestSort
public ChestSort()Deprecated.
-
-
Method Details
-
sortInventory
Deprecated.Since 4.9.9.1 — Unmaintained by author. Read here: https://www.spigotmc.org/profile-posts/239137/ Sorts the items in the provided inventory using ChestSortAPI.- Parameters:
inventory
- The Inventory object to be sorted.
-