MinusKube

Results 17 issues of 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...

enhancement

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...

enhancement

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.

enhancement

Add an item builder in order to easily build items!

enhancement

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...

enhancement

Think of and implement a pattern-like system for animations.

enhancement

We should use the `api`/`implementation` methods instead of the deprecated `compile` inside the build.gradle file.

enhancement

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...

enhancement

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...

enhancement

The title says it all, just some unit testing for the API.

enhancement