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

stringValue

[jvm]
open override val stringValue: String

Returns a string representation of the tag’s value.

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