Digest: {
    type: "compound";
    value: {
        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.

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][] } }

      Entity IDs

      The UUIDs of all of the entities in the associated chunk.