Package net.minecraft.nbt
-
Interface Summary Interface Description NbtElement Represents an NBT element.NbtType<T extends NbtElement> Represents an NBT type. -
Class Summary Class Description AbstractNbtList<T extends NbtElement> Represents an abstraction of a mutable NBT list which holds elements of the same type.AbstractNbtNumber Represents an NBT number.NbtByte Represents an NBT byte.NbtByte.Cache NbtByteArray Represents an NBT byte array.NbtCompound Represents an NBT compound object which holds unordered key-value pairs with distinct case-sensitive string keys.NbtDouble Represents an NBT 64-bit floating-point number.NbtFloat Represents an NBT 32-bit floating-point number.NbtHelper NbtInt Represents an NBT 32-bit integer.NbtInt.Cache NbtIntArray Represents an NBT 32-bit integer array.NbtIo NbtList Represents an NBT list.NbtLong Represents an NBT 64-bit integer.NbtLong.Cache NbtLongArray Represents an NBT 64-bit integer array.NbtNull Represents the NBT null value.NbtOps Used to handle Minecraft NBTs withindynamics
for DataFixerUpper, allowing generalized serialization logic shared across different type of data structures.NbtShort Represents an NBT 16-bit integer.NbtShort.Cache NbtString Represents an NBT string.NbtTagSizeTracker NbtTypes StringNbtReader