<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [server](./server.md) &gt; [BlockColliderOptions](./server.blockcollideroptions.md)

## BlockColliderOptions interface

The options for a block collider.

**Signature:**

```typescript
export interface BlockColliderOptions extends BaseColliderOptions 
```
**Extends:** [BaseColliderOptions](./server.basecollideroptions.md)

## Properties

<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[halfExtents?](./server.blockcollideroptions.halfextents.md)


</td><td>


</td><td>

[Vector3Like](./server.vector3like.md)


</td><td>

_(Optional)_ The half extents of the block collider.


</td></tr>
<tr><td>

[shape](./server.blockcollideroptions.shape.md)


</td><td>


</td><td>

[ColliderShape.BLOCK](./server.collidershape.md)


</td><td>


</td></tr>
</tbody></table>
