Skip to content

v1.1.0

Compare
Choose a tag to compare
@joserobjr joserobjr released this 02 Jun 22:10
· 36 commits to master since this release

1.1.0 - 2019-06-02

Added

  • New constructor to NbtList which accepts an other NbtList to resolve an ambiguity call in this scenario.
  • toNbtList() extension function to many combinations of Iterable and Array which contains valid values for NbtList, including list of list.
  • NbtList.create and it's sublist flavours to simplify list creations for Java users
  • add, remove, contains, minusAssign and plusAssign extension functions to many possible NbtList for easy usage by Kotlin users

Kotlin Documentation

Downloads from maven central.