You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments