NBTEnd

object NBTEnd : NBT, NBTReaderCompanion<NBTEnd>

Functions

readContents
Link copied to clipboard
open override fun readContents(source: DataInputStream): NBTEnd
Reads the contents of the tag from the given source.
toByteArray
Link copied to clipboard
open fun toByteArray(): ByteArray
toSNBT
Link copied to clipboard
open override fun toSNBT(): String
Produces the stringified version of this NBT (or SNBT version).
toString
Link copied to clipboard
open override fun toString(): String
Produces a human-readable version of this tag.
writeContents
Link copied to clipboard
open override fun writeContents(destination: DataOutputStream)
Writes the contents of the tag to the given destination.

Properties

ID
Link copied to clipboard
open override val ID: NBTType<NBTEnd>
ID of this tag type
value
Link copied to clipboard
open override val value: Any