hytopia
Version:
The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.
50 lines (24 loc) • 672 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [server](./server.md) > [ChunkLattice](./server.chunklattice.md) > [(constructor)](./server.chunklattice._constructor_.md)
## ChunkLattice.(constructor)
Creates a new chunk lattice instance.
**Signature:**
```typescript
constructor(world: World);
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
world
</td><td>
[World](./server.world.md)
</td><td>
The world the chunk lattice is for.
</td></tr>
</tbody></table>