> For the complete documentation index, see [llms.txt](https://docs.easy.gg/scripting/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.easy.gg/scripting/bedwars-scripting/types/mounttype.md).

# MountType

Used with [MountService](/scripting/bedwars-scripting/services/mountservice.md).&#x20;

Can be referenced using either `MountType.DINO` or `"dino"`

### MountType

```typescript
DODO_BIRD = "dodo_bird"
DINO = "dino"
```
