Skip to content
Success

Changes

Summary

  1. SPIGOT-3336: HideFlags will now serialize as a List rather than a Set. (details)
Commit 1314229dc26eed23606f209b7fe7eaf2fd08a10f by md_5
SPIGOT-3336: HideFlags will now serialize as a List rather than a Set.
HideFlags will be serialized as a list and deserialized as an Iterable.
This will allow maximum flexibility on both the formats it can be
serialized into and formats it can be deserialized from.
The file was modified src/main/java/org/bukkit/craftbukkit/inventory/CraftMetaItem.java