Namespace Void.Minecraft.Nbt
Namespaces
Classes
Base class for NBT tags that contain a fixed-size array of numeric types.
A tag that contains a single 8-bit integer value.
Provides a
A tag whose value is a contiguous sequence of 8-bit integers.
A tag that contains a single 8-bit integer value.
Top-level tag that acts as a container for other named tags.
Represents the context of a single “level” of depth into a
A tag that contains a single IEEE-754 double-precision floating point number.
Represents the end of
A tag that contains a single IEEE-754 single-precision floating point number.
A tag whose value is a contiguous sequence of 32-bit integers.
A tag that contains a single 32-bit integer value.
Represents a collection of a tags.
A tag whose value is a contiguous sequence of 64-bit integers.
A tag that contains a single 64-bit integer value.
Provides static convenience methods for working with NBT-formatted files, including both reading and writing.
Contains extension methods dealing with endianness of numeric types.
Abstract base class for
A tag that contains a single 16-bit integer value.
A tag the contains a UTF-8 string.
Abstract base class that all NBT tags inherit from.
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
Arguments supplied with tag-related events.
Arguments supplied when an event that can be handled by an event subscriber.
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.
Strongly-typed numerical constants that are prefixed to tags to denote their type.
Delegates
Handler for events used with the