Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 401 Bytes

File metadata and controls

13 lines (8 loc) · 401 Bytes

Home > server > Chunk > blocks

Chunk.blocks property

The blocks in the chunk as a flat Uint8Array[4096], each index as 0 or a block type id.

Signature:

get blocks(): Readonly<Uint8Array>;