hytopia
Version:
The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.
62 lines (29 loc) • 807 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](./server.chunklatticeeventpayloads.md) for the payloads.
**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>
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>