|
NbtLib2012
0.3.4
A continuation of libnbt project, originally by Erik Davidson (aphistic). A C# library for reading and writing Named Binary Tag (NBT) format files.
|
| Represents a complete NBT file. | |
| Exception thrown when a format violation is detected while parsing or saving an NBT file. | |
| A tag containing a single byte. | |
| A tag containing an array of bytes. | |
| A tag containing a set of other named tags. Order is not guaranteed. | |
| A tag containing a double-precision floating point number. | |
| A tag containing a single-precision floating point number. | |
| A tag containing a single signed 32-bit integer. | |
| A tag containing an array of signed 32-bit integers. | |
| A tag containing a list of unnamed tags, all of the same kind. | |
| A tag containing a single signed 64-bit integer. | |
| A tag containing a single signed 16-bit integer. | |
| A tag containing a single string. String is stored in UTF-8 encoding. | |
| Base class for different kinds of named binary tags. |