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/NbtEnd

NbtEnd

[jvm]
object NbtEnd : NbtTag

A special tag which indicates the end of a compound stream or empty lists.

Should not be used directly.

Functions

Name Summary
deepCopy [jvm]
open override fun deepCopy(): NbtEnd
Returns itself.
toString [jvm]
override fun toString(): String
A technical string representation of this tag, containing the tag type, and it’s value, appropriated for developer inspections.

Properties

Name Summary
stringValue [jvm]
open override val stringValue: String
Returns an empty string.