Class ChestSort

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

@Deprecated(since="4.9.9.1") public final class ChestSort extends Object
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 Details

    • ChestSort

      public ChestSort()
      Deprecated.
  • Method Details

    • sortInventory

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