hytopia
Version:
The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.
62 lines (29 loc) • 811 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [server](./server.md) > [BlockTypeEvent](./server.blocktypeevent.md)
## BlockTypeEvent enum
Event types a BlockType instance can emit. See [BlockTypeEventPayloads](./server.blocktypeeventpayloads.md) for the payloads.
**Signature:**
```typescript
export declare enum BlockTypeEvent
```
## Enumeration Members
<table><thead><tr><th>
Member
</th><th>
Value
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
ENTITY\_COLLISION
</td><td>
`"BLOCK_TYPE.ENTITY_COLLISION"`
</td><td>
</td></tr>
<tr><td>
ENTITY\_CONTACT\_FORCE
</td><td>
`"BLOCK_TYPE.ENTITY_CONTACT_FORCE"`
</td><td>
</td></tr>
</tbody></table>