-
-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data API Docs #335
Comments
"if a plugin wants to have a custom data manipulator, they need to register their DataManipulatorbuilder in GameInitializeServerEvent or whatever it is" - more info from gabizou |
https://github.com/SpongePowered/SpongeAPI/pull/940/files Abstract Data in API. |
We need to add a example: |
Just to add some examples of working custom data. The demo plugin will create |
We can also add #559 to the omnibus of Data stuff to get down with. SpongeDocs need someone who can help get this back on track. Whomsoever shall yadda yadda ... |
I might have a look at this once its gets a little bit colder... |
I didn't forget it (yet). I just pushed it further down the road. Somehow I feel like this issue is a ⛰⛰⛰. |
This, and Inventories, are probably the two hardest subjects we have yet to tackle. It's been the downfall of one Editor in the past; what we really need is someone who is familiar with using it. |
The Data API Docs have commenced to exist, but as gabizou put it so aptly, they merely scratch the tip of the Iceberg. Since the Data API is such a prominent feature of Sponge it deserves thorough explanation, which is mainly why the currently existing docs cover only a part of what I originally intended to write about. I'll continue to dive into the API and once I've understood enough, come back to add another page to the docs. I can in no way give an ETA or anything, so I present my To Do list here, with unmarked items free for anyone to give a shot at.
To Do List:
Key
s to retrieve and alter Data (Data Docs 2.0 #331)Value
s (Data Docs 2.0 #331)DataManipulator
usage (Data Docs 2.0 #331)DataTransactionResult
(Data Docs 2.0 #331)DataContainer
,DataBuilder
) (Data Serialization Docs #363)DataManipulators
on custom ObjectsDataManipulators
DataHolders
DataManipulator
s in Sponge (add DataManipulator contribution docs #321)DataManipulator
is testable without an Implementation and annotating accordingly(existing, in the context of the above list, means 'existing in the SpongeAPI')
Resource List:
The text was updated successfully, but these errors were encountered: