Skip to content
Success

Changes

Summary

  1. #958: Further clarify deprecation of TAG_CONTAINER_ARRAY (details)
Commit 70be76c7be4a3e3b5f1e956a82fd3694b837bfa3 by md_5
#958: Further clarify deprecation of TAG_CONTAINER_ARRAY

The commit expands on the deprecation reasoning for
PersistentDataType#TAG_CONTAINER_ARRAY to make it more clear for people
migrating their data as to why the data type is deprecated.

The commit also moves the annotation from obsolete to deprecated. The
special handling of this type in the pdc implementation is more annoying
than anything else and should not be used down the line, making
@Deprecated a more proper annotation for this field.
The file was modified src/main/java/org/bukkit/persistence/PersistentDataType.java