<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [server](./server.md) &gt; [SimpleEntityController](./server.simpleentitycontroller.md) &gt; [jump](./server.simpleentitycontroller.jump.md)

## SimpleEntityController.jump() method

Applies an upwards impulse to the entity to simulate a jump, only supported for entities with dynamic rigid body types.

**Signature:**

```typescript
jump(height: number): void;
```

## Parameters

<table><thead><tr><th>

Parameter


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

height


</td><td>

number


</td><td>

The height to jump to.


</td></tr>
</tbody></table>
**Returns:**

void

