Skip to content

Update v2.1.0

Compare
Choose a tag to compare
@TheNullicorn TheNullicorn released this 29 Jun 19:13
  • Partial test coverage
  • Fix incorrect int[] decoding (#9)
  • Clean-up NBTList and NBTCompound
    • Improved documentation
    • Change superclasses from ArrayList to AbstractList, and HashMap to AbstractMap respectively
  • Clean-up TagType
    • Improved documentation
    • Deprecate getClazz() in favor of getRuntimeType(). Functionally, they are exactly the same.