Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Hephaistos v2.2.0

Latest
Compare
Choose a tag to compare
@jglrxavpok jglrxavpok released this 22 Aug 12:46
· 82 commits to master since this release
  • 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() and asListView() 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