Class ChestSort

java.lang.Object
com.ranull.graves.integration.ChestSort

@Deprecated public final class ChestSort extends Object
Deprecated.
Unmaintained by Author. Read here: https://www.spigotmc.org/profile-posts/239137/ Provides integration with the ChestSort plugin to sort inventories.
  • Constructor Details

    • ChestSort

      public ChestSort()
      Deprecated.
  • Method Details

    • sortInventory

      @Deprecated public void sortInventory(org.bukkit.inventory.Inventory inventory)
      Deprecated.
      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.