Skip to content

Namespace endstone::nbt

Namespace List > endstone > nbt

Classes

Type Name
class ArrayTag <typename T>
class Tag
struct TagBase
class ValueTag <typename T>

Public Types

Type Name
enum std::uint8_t Type

Public Types Documentation

enum Type

enum endstone::nbt::Type {
    End = 0,
    Byte = 1,
    Short = 2,
    Int = 3,
    Long = 4,
    Float = 5,
    Double = 6,
    ByteArray = 7,
    String = 8,
    List = 9,
    Compound = 10,
    IntArray = 11
};


The documentation for this class was generated from the following file include/endstone/nbt/array.h