Skip to content

Commit 06213b9

Browse files
A LOT of features.
1. BaseMenu implements Iterable<MenuItem>; iterator() provides the MenuIterator made by Mqzen (Thank you so much bro <3) 2. Streams + Parallel streams + forEach can now be used on BaseMenu's items. 3. Dynamic Sizing; Optional, automatic resizing when the inventory is full (first release) 4. hasItem; check if the menu contains an item 5. switch to LinkedHashMap<Integer, MenuItem> from List<MenuItem>; Balanced remove, put (aka add/set), contains and more, less checks, more readability
1 parent 564c850 commit 06213b9

File tree

1 file changed

+166
-99
lines changed

1 file changed

+166
-99
lines changed

0 commit comments

Comments
 (0)