Skip to content

Namespace Void.Minecraft.Nbt.Tags

Classes

NbtByte

Represents an 8-bit NBT numeric tag, including the conventional boolean values zero and one.

NbtByteArray

Represents an NBT byte-array tag.

NbtCompound

Represents an NBT compound tag backed by a mutable dictionary of named child tags.

NbtDouble

Represents a double-precision floating-point NBT tag.

NbtEnd

Represents the payload-free tag that terminates an NBT compound.

NbtFloat

Represents a single-precision floating-point NBT tag.

NbtInt

Represents a signed 32-bit integer NBT tag.

NbtIntArray

Represents an NBT signed-integer-array tag.

NbtList

Represents a homogeneous ordered NBT tag sequence.

NbtLong

Represents a signed 64-bit integer NBT tag.

NbtLongArray

Represents an NBT signed-long-array tag.

NbtShort

Represents a signed 16-bit integer NBT tag.

NbtString

Represents an NBT string tag.