UNPKG

hytopia

Version:

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

77 lines (35 loc) 917 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [server](./server.md) &gt; [BlockPlacement](./server.blockplacement.md) ## BlockPlacement interface A block placement in world coordinates. \*\*Category:\*\* Blocks **Signature:** ```typescript export interface BlockPlacement ``` ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [blockRotation?](./server.blockplacement.blockrotation.md) </td><td> </td><td> [BlockRotation](./server.blockrotation.md) </td><td> _(Optional)_ </td></tr> <tr><td> [globalCoordinate](./server.blockplacement.globalcoordinate.md) </td><td> </td><td> [Vector3Like](./server.vector3like.md) </td><td> </td></tr> </tbody></table>