hytopia
Version:
The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.
48 lines (23 loc) • 762 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [server](./server.md) > [BlockTypeRegistryEvent](./server.blocktyperegistryevent.md)
## BlockTypeRegistryEvent enum
Event types a BlockTypeRegistry instance can emit. See [BlockTypeRegistryEventPayloads](./server.blocktyperegistryeventpayloads.md) for the payloads.
**Signature:**
```typescript
export declare enum BlockTypeRegistryEvent
```
## Enumeration Members
<table><thead><tr><th>
Member
</th><th>
Value
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
REGISTER\_BLOCK\_TYPE
</td><td>
`"BLOCK_TYPE_REGISTRY.REGISTER_BLOCK_TYPE"`
</td><td>
</td></tr>
</tbody></table>