NBTBase

open class NBTBase(rawNBT: MCNBTBase)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun copy(): NBTBase

Creates a clone of the tag.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
fun hasNoTags(): Boolean

Return whether this compound has no tags.

Link copied to clipboard
fun hasTags(): Boolean
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val id: Byte

Gets the type byte for the tag.

Link copied to clipboard
open val rawNBT: MCNBTBase

Inheritors

Link copied to clipboard
Link copied to clipboard

Sources

Link copied to clipboard