hytopia
Version:
The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.
20 lines (14 loc) • 663 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [server](./server.md) > [BlockTypeEventPayloads](./server.blocktypeeventpayloads.md) > ["BLOCK\_TYPE.ENTITY\_COLLISION"](./server.blocktypeeventpayloads._block_type.entity_collision_.md)
## BlockTypeEventPayloads."BLOCK\_TYPE.ENTITY\_COLLISION" property
Emitted when an entity collides with a block type.
**Signature:**
```typescript
[BlockTypeEvent.ENTITY_COLLISION]: {
blockType: BlockType;
entity: Entity;
started: boolean;
colliderHandleA: number;
colliderHandleB: number;
};
```