hytopia
Version:
The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.
80 lines (37 loc) • 900 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [server](./server.md) > [ChunkLatticeEvent](./server.chunklatticeevent.md)
## ChunkLatticeEvent enum
Event types a ChunkLattice instance can emit.
See `ChunkLatticeEventPayloads` for the payloads.
\*\*Category:\*\* Events
**Signature:**
```typescript
export declare enum ChunkLatticeEvent
```
## Enumeration Members
<table><thead><tr><th>
Member
</th><th>
Value
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
ADD\_CHUNK
</td><td>
`"CHUNK_LATTICE.ADD_CHUNK"`
</td><td>
</td></tr>
<tr><td>
REMOVE\_CHUNK
</td><td>
`"CHUNK_LATTICE.REMOVE_CHUNK"`
</td><td>
</td></tr>
<tr><td>
SET\_BLOCK
</td><td>
`"CHUNK_LATTICE.SET_BLOCK"`
</td><td>
</td></tr>
</tbody></table>