<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [server](./server.md) &gt; [Entity](./server.entity.md) &gt; [stopModelAnimations](./server.entity.stopmodelanimations.md)

## Entity.stopModelAnimations() method

Stops the provided model animations for the entity.

**Signature:**

```typescript
stopModelAnimations(animations: string[]): void;
```

## Parameters

<table><thead><tr><th>

Parameter


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

animations


</td><td>

string\[\]


</td><td>

The animations to stop.


</td></tr>
</tbody></table>
**Returns:**

void

## Remarks

This method will be ignored and do nothing if the entity is a block entity.

