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/NbtByteArray/stringValue

stringValue

[jvm]
open override val stringValue: String

Returns a string representation of the tag’s value with a structure similar to a normal List.

The returned string is compatible with string constructors of the same type.

Like NbtByte, the bytes returned are signed, ranging from -128 to 127.

Be aware that this may be a slow operation on big arrays.