Class ChestSort

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

public final class ChestSort extends Object
Provides integration with the ChestSort plugin to sort inventories.
  • 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.