v1.2.3 - We Snapped Again!
Humanity is now back to how it was. no 50% of the universe.
Anyways, HUGE BUG FIX.
Fixes
- This fixes a shading issue which makes the library heavy and interrupts coding with it.
This would make the library alone BIG; everything was shaded in the jar.
It would also interfere with the spigotmc/papermc library in the plugin's pom.xml or build.gradle(.kts) - This improves safety when iterating through a BaseMenu since now .next() actually throws NoSuchElementException when no elements exist.
- This fixes 0-indexing at BaseMenu#addItem(MenuItem item) when everything should be 1 indexed.
Added
- Most missing .hasItem() methods and .iterator() methods (.iterator() methods with extra parameters)