From d17ae474be5f74cb1b7b674ac2030124194999c0 Mon Sep 17 00:00:00 2001 From: mfnalex <1122571+mfnalex@users.noreply.github.com> Date: Sat, 20 Feb 2021 17:43:20 +0100 Subject: [PATCH] Update HOW_TO_USE_API.md --- HOW_TO_USE_API.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HOW_TO_USE_API.md b/HOW_TO_USE_API.md index 34476ec..a43ea78 100644 --- a/HOW_TO_USE_API.md +++ b/HOW_TO_USE_API.md @@ -4,6 +4,7 @@ If you want to use ChestSort's advanced sorting features for your own plugin, or - the methods `sortInventory(Inventory inv)` and `sortInventory(Inventory inv, int startSlot, int endSlot)`to sort any given inventory, following the rules you have specified in your ChestSort's plugin.yml and the corresponding category files - a cancellable event called `ChestSortEvent` that is fired whenever ChestSort is about to sort an inventory - a custom InventoryHolder called `Sortable` that you can use when creating inventories to tell ChestSort that this inventory should be sortable +and more. ## Maven repository You can use maven to add ChestSort as a dependency to your Spigot-/Bukkit-Plugin: @@ -138,4 +139,4 @@ Here is a complete example plugin that shows to add and use the ChestSort API: [ ## Javadocs & Source code - [ChestSortAPI Javadocs](https://repo.jeff-media.de/javadocs/ChestSortAPI). -- [ChestSortAPI source code](https://github.com/JEFF-Media-GbR/Spigot-ChestSortAPI). \ No newline at end of file +- [ChestSortAPI source code](https://github.com/JEFF-Media-GbR/Spigot-ChestSortAPI).