v0.0.2
Pre-release
Pre-release
0.0.2 - 2019-05-27
Added
- Static methods for java users calling
NbtIO
- Documentation to all public types, functions and properties
- The methods
NbtCompound.remove(String)
,NbtCompound.remove(String, NbtTag)
andNbtCompound.minusAssign(String)
Changed
- JavaDoc will not generate when building on Java 9+ due to a dokka issue
- The targetCompatibility to Java 8