This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
- NBTList is no longer a List subclass, this creates issues with immutability and Java interop.
- NBTCompound is no longer a Map subclass, this creates issues with immutability and Java interop.
- New methods
asMapView()
andasListView()
to get the underlying structures - New methods to mimic a List-like interface in NBTList
- New methods to mimic a Map-like interface in NBTCompound & MutableNBTCompound