MinusKube
MinusKube
It would be nice to allow to use ClickableItems outside of GUIs, inside of the player inventory and in the hotbar with right click, this would add some benefits to...
The `Pagination` class does not provide any method to know the page count or the last page index, so this is quite annoying to duplicate the calculation code when you...
It would be nice to be able to update the inventory's title after it has been opened, so we could make animated titles for example.
It would be nice to have a method like `List InventoryContents#slots()` which would return the list of all slots of the inventory, so we can easily iterate through the inventory...
Think of and implement a pattern-like system for animations.
We should use the `api`/`implementation` methods instead of the deprecated `compile` inside the build.gradle file.
There is currently no official way to replace the existing Inventory Openers. I think we should add a kind of priority system, and the manager would take the opener which...
Add some methods to remove items from the inventory, with different methods for: - Removing the first stack of the found item (`#removeFirst(item)`) - Removing a certain amount of the...