lib/nbt: runtime in-memory representation of NBT #34
Labels
No Label
Bug
Build Problems
Discussion
Distribution
Enhancement
Far Future
Fix Later
TODO
WONTFIX
Workflow
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Blocks
#36 lib/nbt: generator/serializer
BodgeMaster/FOSS-VG
Reference: BodgeMaster/FOSS-VG#34
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
The actual objects to interact with while they are not being read or stored from/to a file or other serial data source
This will need to include functions to get, change, add, remove tags in a tree-like structure
Checklist:
This is being implemented using traditional inheritance/subclassing rather than using templates as I originally tried because that would involve a lot of unnecessarily unfunny code.
Still untested but the code is there
see #54