SpongeDocs
SpongeDocs copied to clipboard
API 8: Data
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 DataManipulator
s 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 DataManipulator
s 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