NBT-Manipulator

A kotlin/java lib that allows you to read and write NBT data in a clean way

View on GitHub

//nbt-manipulator/br.com.gamemods.nbtmanipulator/NbtFile/NbtFile

NbtFile

[jvm]\

@JvmOverloads

fun NbtFile(name: String, tag: NbtTag, version: Int? = null, length: Int? = null, isCompressed: Boolean? = null, isLittleEndian: Boolean? = null)