UNPKG

hytopia

Version:

The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.

52 lines (25 loc) 749 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [server](./server.md) &gt; [BlockTypeRegistryEvent](./server.blocktyperegistryevent.md) ## BlockTypeRegistryEvent enum Event types a BlockTypeRegistry instance can emit. See `BlockTypeRegistryEventPayloads` for the payloads. \*\*Category:\*\* Events **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>