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
"setLore(Arrays.asList(...))" and "setLore(...)" are colorized methods
the loop has been optimized by caching the size of the initial lore array list size and using a regular for loop.
also now using the size on the for loop and the size for the ArrayList in the actual method.
0 commit comments