Commit Graph

14 Commits

Author SHA1 Message Date
Nex 8684d2ad7e Added byte array serialization/deserialization for PersistentDataContainers 2022-02-24 16:28:08 +01:00
Bukkit/Spigot 0023e5549a #1082: Add "since" to Deprecation annotations
By: DerFrZocker <derrieple@gmail.com>
2024-11-25 07:52:33 +11:00
Bukkit/Spigot abd7544014 Remove no longer used import
By: md_5 <git@md-5.net>
2024-01-14 13:03:28 +11:00
Bukkit/Spigot 63b7f85ac6 #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.

By: Bjarne Koll <lynxplay101@gmail.com>
2024-01-14 12:54:25 +11:00
Bukkit/Spigot cfcc75669d #933: Define native persistent data types for lists
By: Bjarne Koll <lynxplay101@gmail.com>
2024-01-06 16:03:53 +11:00
Bukkit/Spigot 0a2fdbe9ff #936: Add new PersistentDataContainer methods and clean up docs
By: Jishuna <joshl5324@gmail.com>
2023-12-08 19:29:36 +11:00
Bukkit/Spigot 0e0920a058 #863: Fix boolean PersistentDataType
By: Jishuna <joshl5324@gmail.com>
2023-06-01 07:36:06 +10:00
Bukkit/Spigot 6c9fc2844d Slight tweak to boolean PersistentDataType javadoc
By: md_5 <git@md-5.net>
2023-05-27 12:26:31 +10:00
Bukkit/Spigot 4771f99d1d #857: Add boolean PersistentDataType
By: Jishuna <joshl5324@gmail.com>
2023-05-27 10:45:49 +10:00
Bukkit/Spigot 4bf70de34c #509: Add support for PersistentDataContainer arrays
By: Parker Hawke <hawkeboyz2@hotmail.com>
2020-06-26 10:49:24 +10:00
Bukkit/Spigot 46b14c30d7 #500: Add PersistentDataContainer#getKeys()
By: Parker Hawke <hawkeboyz2@hotmail.com>
2020-06-26 10:49:24 +10:00
Bukkit/Spigot d16413b877 Javadoc improvements per checkstyle
By: md_5 <git@md-5.net>
2019-12-22 09:56:28 +11:00
Bukkit/Spigot b2c53e8c68 Fix some javadoc warnings
Also remove a couple old/broken deprecated methods

By: md_5 <git@md-5.net>
2019-05-20 20:29:33 +10:00
Bukkit/Spigot ddfd4b10c4 Replace ItemTag API with new API that also expands to Tiles and Entities
By: Bjarne Koll <LynxPlay101@gmail.com>
2019-04-25 14:24:05 +10:00