Namespace Void.Minecraft.Nbt.SharpNBT
Namespaces
Void.Minecraft.Nbt.SharpNBT.Events
Void.Minecraft.Nbt.SharpNBT.Snbt
Void.Minecraft.Nbt.SharpNBT.Tags
Classes
Provides a
Represents the context of a single “level” of depth into a
Provides static convenience methods for working with NBT-formatted files, including both reading and writing.
Contains extension methods dealing with endianness of numeric types.
Provides a mechanism for easily building a tree of NBT objects by handling the intermediate step of creating tags, allowing the direct adding of their equivalent values.
All methods return the
Abstract base class for the
Provides methods for reading NBT data from a stream.
Provides methods for writing NBT tags to a stream.
Provides static methods for reading and writing variable-length integers that are up to 5 bytes from both streams and buffers.
Provides static methods for reading and writing variable-length integers that are up to 10 bytes from both streams and buffers.
Enums
Describes compression formats supported by the NBT specification.
Describes the specification to use for reading/writing.