> 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/creaturetype.md).

# CreatureType

Spawned using [EntityService](/scripting/bedwars-scripting/services/entityservice.md).

Can be referenced using either `CreatureType.DUCK` or `"duck"`

### CreatureType

```typescript
	NORMAL_PENGUIN = "normal_penguin",
	BIG_PENGUIN = "big_penguin",
	TALL_PENGUIN = "tall_penguin",
	BABY_PENGUIN = "baby_penguin",

	BOMBER_PENGUIN = "bomber_penguin",
	KING_PENGUIN = "king_penguin",
	SNIPER_PENGUIN = "sniper_penguin",
	BOXER_PENGUIN = "boxer_penguin",
	WIZARD_PENGUIN = "wizard_penguin",
	PARACHUTE_PENGUIN = "parachute_penguin",

	DUCK = "duck",
	VOID_CRAB = "void_crab",
	SKELETON = "skeleton",
```
