SerenityJS
    Preparing search index...

    Hierarchy

    • DataType
      • SubChunkRequestEntry
    Index

    Constructors

    Properties

    cacheBlobId: null | bigint

    The cache blob ID of the subchunk entry. If caching is disabled, this will be null.

    heightMapPayload: null | Buffer<ArrayBufferLike>

    The height map payload of the subchunk entry.

    The height map type of the subchunk entry.

    The offset of the subchunk entry.

    payload: Buffer

    The serialized payload of the subchunk entry.

    renderHeightMapPayload: null | Buffer<ArrayBufferLike>

    The render height map payload of the subchunk entry.

    renderHeightMapType: SubChunkHeightMapDataType

    The render height map type of the subchunk entry.

    The result of the subchunk entry.

    Methods