Skip to content

Latest commit

 

History

History
69 lines (33 loc) · 830 Bytes

File metadata and controls

69 lines (33 loc) · 830 Bytes

Home > server > Chunk > spawn

Chunk.spawn() method

Spawn the chunk in the world.

Signature:

spawn(world: World, originCoordinate: Vector3Like): void;

Parameters

Parameter

Type

Description

world

World

The world to spawn the chunk in.

originCoordinate

Vector3Like

The origin coordinate of the chunk.

**Returns:**

void