//nbt-manipulator/br.com.gamemods.nbtmanipulator/NbtEnd
NbtEnd
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. |