minecraft entity list (java edition 1.13)

Minecraft Entity List (Java Edition 1.13)

In Minecraft Java Edition (PC/Mac) 1.13, each entity has a unique entity value assigned to it. These entity values are used in /summon and /data commands.

Traditionally an entity is a mob which is a living creature that moves around in the game. This is true in most cases. However, there are a handful of entities that are items with data tags you can change in the game such as an armor stand or a painting.

Here is an interactive list of all entities in Minecraft Java Edition (PC/Mac) 1.13.

(Enter a value in the field above to find entities in the table below)

Entity Description
(Minecraft Entity Value)
area effect cloud Area effect cloud
(minecraft:area_effect_cloud)
armor stand Armor stand
(minecraft:armor_stand)
arrow Arrow
(minecraft:arrow)
bat Bat
(minecraft:bat)
blaze Blaze
(minecraft:blaze)
boat Boat
(minecraft:boat)
cave spider Cave spider
(minecraft:cave_spider)
minecart with chest Minecart with Chest
(minecraft:chest_minecart)
chicken Chicken
(minecraft:chicken)
cod Cod
(minecraft:cod)
minecart with command block Minecart with Command Block
(minecraft:command_block_minecart)
cow Cow
(minecraft:cow)
creeper Creeper
(minecraft:creeper)
dolphin Dolphin
(minecraft:dolphin)
donkey Donkey
(minecraft:donkey)
ender dragon Dragon fireball
(minecraft:dragon_fireball)
drowned Drowned
(minecraft:drowned)
egg Egg
(minecraft:egg)
elder guardian Elder Guardian
(minecraft:elder_guardian)
ender crystal End crystal
(minecraft:ender_crystal)
ender dragon Ender dragon
(minecraft:ender_dragon)
ender pearl Ender pearl
(minecraft:ender_pearl)
enderman Enderman
(minecraft:enderman)
endermite Endermite
(minecraft:endermite)
evoker Evoker
(minecraft:evoker)
evocation fangs Evoker fangs
(minecraft:evoker_fangs)
thrown experience bottle Thrown experience bottle
(minecraft:experience_bottle)
experience Experience orb
(minecraft:experience_orb)
falling sand Falling block
(minecraft:falling_block)
fireball Fireball
(minecraft:fireball)
firework rocket Firework rocket
(minecraft:firework_rocket)
minecart with furnace Minecart with Furnace
(minecraft:furnace_minecart)
ghast Ghast
(minecraft:ghast)
giant Giant zombie
(minecraft:giant)
guardian Guardian
(minecraft:guardian)
minecart with hopper Minecart with Hopper
(minecraft:hopper_minecart)
horse Horse
(minecraft:horse)
husk Husk
(minecraft:husk)
illusioner Illusioner
(minecraft:illusioner)
iron golem Iron Golem
(minecraft:iron_golem)
item Item
(minecraft:item)
item frame Item frame
(minecraft:item_frame)
lead Lead
(minecraft:leash_knot)
lightning bolt Lightning bolt
(minecraft:lightning_bolt)
llama Llama
(minecraft:llama)
llama Llama spit
(minecraft:llama_spit)
magma cube Magma cube
(minecraft:magma_cube)
minecart rideable Minecart
(minecraft:minecart)
mooshroom Mooshroom
(minecraft:mooshroom)
mule Mule
(minecraft:mule)
ocelot Ocelot
(minecraft:ocelot)
painting Painting
(minecraft:painting)
parrot Parrot
(minecraft:parrot)
phantom Phantom
(minecraft:phantom)
pig Pig
(minecraft:pig)
polar bear Polar Bear
(minecraft:polar_bear)
thrown potion Thrown potion
(minecraft:potion)
pufferfish Pufferfish
(minecraft:pufferfish)
rabbit Rabbit
(minecraft:rabbit)
salmon Salmon
(minecraft:salmon)
sheep Sheep
(minecraft:sheep)
shulker Shulker
(minecraft:shulker)
shulker bullet Shulker bullet
(minecraft:shulker_bullet)
silverfish Silverfish
(minecraft:silverfish)
skeleton Skeleton
(minecraft:skeleton)
skeleton horse Skeleton horse
(minecraft:skeleton_horse)
slime Slime
(minecraft:slime)
small fireball Small fireball
(minecraft:small_fireball)
snow man Snow man or snow golem
(minecraft:snow_golem)
snowball Snowball
(minecraft:snowball)
minecart with spawner Minecart with spawner
(minecraft:spawner_minecart)
spectral arrow Spectral arrow
(minecraft:spectral_arrow)
spider Spider
(minecraft:spider)
squid Squid
(minecraft:squid)
stray Stray
(minecraft:stray)
primed tnt TNT
(minecraft:tnt)
arrow Minecart with TNT
(minecraft:tnt_minecart)
trident Trident
(minecraft:trident)
tropical fish Tropical Fish
(minecraft:tropical_fish)
turtle Turtle
(minecraft:turtle)
vex Vex
(minecraft:vex)
villager Villager
(minecraft:villager)
vindicator Vindicator
(minecraft:vindicator)
witch Witch
(minecraft:witch)
wither boss Wither boss
(minecraft:wither)
wither skeleton Wither skeleton
(minecraft:wither_skeleton)
wither skull Wither skeleton skull
(minecraft:wither_skull)
wolf Wolf
(minecraft:wolf)
zombie Zombie
(minecraft:zombie)
zombie horse Zombie horse
(minecraft:zombie_horse)
zombie pigman Zombie Pigman
(minecraft:zombie_pigman)
zombie villager Zombie Villager
(minecraft:zombie_villager)

Example of how to use an Entity Value in /summon command

The entity value comes in handy when you want to summon an entity such as a creeper, zombie or turtle.

For example, you use the entity value of turtle in the /summon command when you want to summon a baby turtle.

/summon turtle ~ ~ ~ {Age:-25000}

Example of how to use an Entity Value in /data command

You can use the entity value when you want to change a data tag for an entity.

For example, you use the entity value of turtle in the /data command when you want to give a custom name of Donatello to the nearest turtle.

/data merge entity @e[type=turtle,limit=1,sort=nearest] {CustomName:"\"Donatello\""}