//nbt-manipulator/br.com.gamemods.nbtmanipulator/NbtList/stringValue
stringValue
[jvm]
open override val stringValue: String
Returns a string representation of the tag’s value.
The output will be similar to a normal List.
The class names of the children tags will expose.
The returned string is compatible with string constructors of the same type.
Be aware that this may be a slow operation on big lists, arrays or compounds.