Digest: {
type: "compound";
value: {
entityIds: {
type: "list";
value: { type: "long"; value: [high: number, low: number][] };
};
};
}
Type declaration
type: "compound"
value: {
entityIds: {
type: "list";
value: { type: "long"; value: [high: number, low: number][] };
};
}
entityIds: { type: "list"; value: { type: "long"; value: [high: number, low: number][] } }
The Digest schema.
The NBT structure of the parsed data of the Digest content type.
Note: This NBT structure is specific to the parser and serializer implemented by this module. This is because the actual data is stored in binary format.