Update v2.1.0
- Partial test coverage
- Fix incorrect
int[]
decoding (#9) - Clean-up
NBTList
andNBTCompound
- Improved documentation
- Change superclasses from
ArrayList
toAbstractList
, andHashMap
toAbstractMap
respectively
- Clean-up
TagType
- Improved documentation
- Deprecate
in favor ofgetClazz()
getRuntimeType()
. Functionally, they are exactly the same.