SpongePowered / SpongeDocs

Documentation for Sponge and its Implementations
Creative Commons Attribution Share Alike 4.0 International
110 stars 116 forks source link

API 8: Data #981

Closed mosemister closed 6 months ago

mosemister commented 1 year ago

When it comes to user facing stuff on data, a lot of it is the same as API 7, therefore only imports and method names have changed.

However vanilla DataManipulators have moved to Sponge (common) instead of being expose to the API and the ranged Value has also been removed. This has caused some major deletions and some examples to change.

The largest change comes in custom data, whereby the custom DataHolder has been removed (as it wasnt even written in API 7) and Serialization as well as DataManipulators have been combined into a single page (as they have in the Sponge API). This has resulted in the Custom drop down menu to only hold a single page, so I would be more then happy to bring the DataManipulator page up a parent and rename to Custom DataManipulator

mosemister commented 9 months ago

Not sure how this one got closed. Must be by accident

mosemister commented 6 months ago

Ill merge, but have a follow up pr soon addressing the comments