Paper/paper-server/src
CraftBukkit/Spigot 21a5dbe50f Use ImmutableList rather than AbstractList for CraftMetaBook
Although the AbstracList implementation does return a list, it is a
of a form that does not play well with libraries using reflection,
such as Gson. Leveraging a stream and the ImmutableList collector,
this process is greatly simplified (and cleaner).

By: Javacraft <frelling@java-craft.com>
2018-12-05 19:44:07 -05:00
..
main Use ImmutableList rather than AbstractList for CraftMetaBook 2018-12-05 19:44:07 -05:00
test/java/org/bukkit SPIGOT-4347: Add API to allow storing arbitrary values on ItemStacks 2018-12-01 20:26:23 +11:00