Skip to content

Latest commit

 

History

History
55 lines (27 loc) · 759 Bytes

File metadata and controls

55 lines (27 loc) · 759 Bytes

Home > server > Chunk > getBlockId

Chunk.getBlockId() method

Get the block type id at a specific local coordinate.

Signature:

getBlockId(localCoordinate: Vector3Like): number;

Parameters

Parameter

Type

Description

localCoordinate

Vector3Like

The local coordinate of the block to get.

**Returns:**

number

The block type id.