Home > server > Chunk > getBlockId
Get the block type id at a specific local coordinate.
Signature:
getBlockId(localCoordinate: Vector3Like): number;|
Parameter |
Type |
Description |
|---|---|---|
|
localCoordinate |
The local coordinate of the block to get. |
number
The block type id.