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