Minecraft:Mob: Difference between revisions
More actions
Remove broken links to missing pages |
Fix template calls: add MC/ prefix |
||
| Line 1: | Line 1: | ||
{{Upstream update available|Minecraft:Mob/Upstream}} | {{Upstream update available|Minecraft:Mob/Upstream}} | ||
{{ | {{MC/For}} | ||
{{ | {{MC/Darkbg|[[File:Minecraft mobs preview.png|thumb|right|Some mobs from ''[[Minecraft]]''.|alt=A render depicting various animals and monsters (collectively known as "mobs") from the game.]]}} | ||
[[File:All Mobs.png|thumb|Every mob {{ | [[File:All Mobs.png|thumb|Every mob {{MC/In|JE}} as of [[Java Edition 26.2|26.2]].{{MC/Upcoming}}]] | ||
A '''mob''' (short for '''mobile''', '''mobile entity''', or '''mobile object''')<ref>{{ | A '''mob''' (short for '''mobile''', '''mobile entity''', or '''mobile object''')<ref>{{MC/W|Mob (video games)}} or a single entity in a group when referring to ''Minecraft''.</ref> is an AI-driven game entity. All mobs can be attacked or hurt (from falling, attacked by a player or another mob, falling into the void, hit by an [[Minecraft:arrow]], etc. with the exception of natural creakings), and have some form of voluntary movement. Different types of mobs often have unique AI and loot. | ||
== Spawning == | == Spawning == | ||
{{ | {{MC/Main|Mob spawning#Spawn cycle|title1=Spawn cycle}} | ||
[[File:Mob Habitat Collage.png|alt=Most monsters are found in dark areas such as caves, while most animals are found commonly in bright light levels. Most other mobs are also found in different biomes/structures.|thumb|Different mobs spawn in diverse habitats, depending on the light level, biome, and surface material.]] | [[File:Mob Habitat Collage.png|alt=Most monsters are found in dark areas such as caves, while most animals are found commonly in bright light levels. Most other mobs are also found in different biomes/structures.|thumb|Different mobs spawn in diverse habitats, depending on the light level, biome, and surface material.]] | ||
[[File:OverWorld Monsters.png|thumb|right|Some of the many monsters that can spawn in the [[Overworld]]. From left to right: [[Minecraft:zombie]], spider, [[Minecraft:enderman]], creeper, skeleton, drowned, [[Minecraft:witch]], slime, and zombie horse.]] | [[File:OverWorld Monsters.png|thumb|right|Some of the many monsters that can spawn in the [[Overworld]]. From left to right: [[Minecraft:zombie]], spider, [[Minecraft:enderman]], creeper, skeleton, drowned, [[Minecraft:witch]], slime, and zombie horse.]] | ||
| Line 19: | Line 19: | ||
Some mobs (like the snow golem and the [[Minecraft:wither]]) require that the player "construct" them before being able to spawn. The iron golem can spawn naturally and can also be constructed. The ender dragon can be respawned with four end crystals. A rare occurrence of spawning are the [[Minecraft:jockey]] mobs, which is a mob riding another mob. | Some mobs (like the snow golem and the [[Minecraft:wither]]) require that the player "construct" them before being able to spawn. The iron golem can spawn naturally and can also be constructed. The ender dragon can be respawned with four end crystals. A rare occurrence of spawning are the [[Minecraft:jockey]] mobs, which is a mob riding another mob. | ||
Players can also spawn mobs easily by using spawn eggs in Creative mode or the {{ | Players can also spawn mobs easily by using spawn eggs in Creative mode or the {{MC/Cmd|summon}} command. | ||
=== Despawning === | === Despawning === | ||
{{ | {{MC/Main|Mob spawning#Despawning}} | ||
Many mobs despawn (cease to exist) after a certain amount of time if far enough from the player. {{ | Many mobs despawn (cease to exist) after a certain amount of time if far enough from the player. {{MC/In|Java}}, most passive mobs do not despawn, while most monsters do. {{MC/In|Bedrock}}, almost all mobs despawn. Mobs can be prevented from despawning if they are named with a name tag, and in ''Java Edition''{{MC/Verify}}, also in a [[Minecraft:boat]]. | ||
== Behavior == | == Behavior == | ||
{{Redirect|Pathfinding|detailed mechanic of pathfinding|Mob AI#Pathfinding}} | {{MC/Redirect|Pathfinding|detailed mechanic of pathfinding|Mob AI#Pathfinding}} | ||
{{See also|Mob infighting|Mob fleeing}} | {{MC/See also|Mob infighting|Mob fleeing}} | ||
[[File:Pig smoke death.png|right|thumb|A pig emitting smoke particles upon death.]] | [[File:Pig smoke death.png|right|thumb|A pig emitting smoke particles upon death.]] | ||
Mobs are affected by the environment in the same ways as the player; they are subject to physics, and they can be hurt by the same things that harm the player (catching on fire, falling, drowning, attacks from weapons, the /kill command, etc.). Some mobs may be resistant or immune to certain hazards, such as some Nether mobs, which are immune to fire. All [[Minecraft:aquatic]] mobs except dolphins are immune to drowning. Mobs can ride [[Minecraft:minecart]]s and other mobs can climb up [[Minecraft:ladder]]s. When mobs are killed, they turn to smoke particles and drop items that may be useful resources. | Mobs are affected by the environment in the same ways as the player; they are subject to physics, and they can be hurt by the same things that harm the player (catching on fire, falling, drowning, attacks from weapons, the /kill command, etc.). Some mobs may be resistant or immune to certain hazards, such as some Nether mobs, which are immune to fire. All [[Minecraft:aquatic]] mobs except dolphins are immune to drowning. Mobs can ride [[Minecraft:minecart]]s and other mobs can climb up [[Minecraft:ladder]]s. When mobs are killed, they turn to smoke particles and drop items that may be useful resources. | ||
| Line 33: | Line 33: | ||
Each type of mob in ''Minecraft'' has a certain AI (artificial intelligence) system with different behaviors and mechanics. Mobs ordinarily wander around at random if there is a player within 32 blocks and usually avoid walking off blocks high enough to cause falling damage. Many mobs have an advanced path-finding system that allows them to navigate through obstacles to get to a desired object or destination. Passive mobs flee in random directions after being hurt, while hostile mobs face and chase/attack the player as soon as the player comes close. Neutral mobs remain neutral until a player or mob provokes it (usually by attacking), at which point the neutral mob becomes hostile toward and attacks the entity that hit it. Most mobs are aware of players within (a Euclidian distance) 16 [[Minecraft:block]]s of them, but some can see farther. Conversely, most mobs can be heard by players up to 16 blocks away. Mobs are harmless to players in Creative mode. | Each type of mob in ''Minecraft'' has a certain AI (artificial intelligence) system with different behaviors and mechanics. Mobs ordinarily wander around at random if there is a player within 32 blocks and usually avoid walking off blocks high enough to cause falling damage. Many mobs have an advanced path-finding system that allows them to navigate through obstacles to get to a desired object or destination. Passive mobs flee in random directions after being hurt, while hostile mobs face and chase/attack the player as soon as the player comes close. Neutral mobs remain neutral until a player or mob provokes it (usually by attacking), at which point the neutral mob becomes hostile toward and attacks the entity that hit it. Most mobs are aware of players within (a Euclidian distance) 16 [[Minecraft:block]]s of them, but some can see farther. Conversely, most mobs can be heard by players up to 16 blocks away. Mobs are harmless to players in Creative mode. | ||
Most mobs cannot see through most solid blocks, including semi-transparent blocks such as [[Minecraft:ice]], [[Minecraft:glass]], tall grass, or glass panes. {{ | Most mobs cannot see through most solid blocks, including semi-transparent blocks such as [[Minecraft:ice]], [[Minecraft:glass]], tall grass, or glass panes. {{MC/In|java}}, all mobs (except for [[Minecraft:warden]]s<ref>{{bug|MC-249642||Wardens can't pass over rails|Fixed}}</ref>) try to avoid walking over [[Minecraft:rail]]s unless pushed onto the rails by other mobs. | ||
Using specific name tags on mobs can result in unusual behavior or rendering. See {{Section link|Name Tag|Easter eggs}} for details. | Using specific name tags on mobs can result in unusual behavior or rendering. See {{MC/Section link|Name Tag|Easter eggs}} for details. | ||
{{Clear}} | {{MC/Clear}} | ||
== List of mobs == | == List of mobs == | ||
| Line 45: | Line 45: | ||
{{Mob icon list|start|width=900px}} | {{Mob icon list|start|width=900px}} | ||
{{Mob icon|Allay}} | {{MC/Mob icon|Allay}} | ||
{{Mob icon|Armadillo}} | {{MC/Mob icon|Armadillo}} | ||
{{Mob icon|Axolotl}} | {{MC/Mob icon|Axolotl}} | ||
{{Mob icon|Bat}} | {{MC/Mob icon|Bat}} | ||
{{Mob icon|Camel}} | {{MC/Mob icon|Camel}} | ||
{{Mob icon|Camel Husk|postfix=<ref group="p" name="hostile adjacent">These mobs, although passive, are considered [[Minecraft:monster]]s and are involved in mechanics pertaining to hostile mobs.</ref>}} | {{MC/Mob icon|Camel Husk|postfix=<ref group="p" name="hostile adjacent">These mobs, although passive, are considered [[Minecraft:monster]]s and are involved in mechanics pertaining to hostile mobs.</ref>}} | ||
{{Mob icon|Cat}} | {{MC/Mob icon|Cat}} | ||
{{Mob icon|Chicken}} | {{MC/Mob icon|Chicken}} | ||
{{Mob icon|Cod|image=CodBody.png}} | {{MC/Mob icon|Cod|image=CodBody.png}} | ||
{{Mob icon|Copper Golem|image=CopperGolemFace.png}} | {{MC/Mob icon|Copper Golem|image=CopperGolemFace.png}} | ||
{{Mob icon|Cow}} | {{MC/Mob icon|Cow}} | ||
{{Mob icon|Donkey}} | {{MC/Mob icon|Donkey}} | ||
{{Mob icon|Frog}} | {{MC/Mob icon|Frog}} | ||
{{Mob icon|Glow Squid}} | {{MC/Mob icon|Glow Squid}} | ||
{{Mob icon|Happy Ghast}} | {{MC/Mob icon|Happy Ghast}} | ||
{{Mob icon|Horse}} | {{MC/Mob icon|Horse}} | ||
{{Mob icon|Mooshroom|text-nowrap=1}} | {{MC/Mob icon|Mooshroom|text-nowrap=1}} | ||
{{Mob icon|Mule}} | {{MC/Mob icon|Mule}} | ||
{{Mob icon|Ocelot}} | {{MC/Mob icon|Ocelot}} | ||
{{Mob icon|Parrot}} | {{MC/Mob icon|Parrot}} | ||
{{Mob icon|Pig}} | {{MC/Mob icon|Pig}} | ||
{{Mob icon|Rabbit}} | {{MC/Mob icon|Rabbit}} | ||
{{Mob icon|Salmon|image=SalmonBody.png}} | {{MC/Mob icon|Salmon|image=SalmonBody.png}} | ||
{{Mob icon|Sheep}} | {{MC/Mob icon|Sheep}} | ||
{{Mob icon|Skeleton Horse|postfix=<ref group="p" name="hostile adjacent"/>}} | {{MC/Mob icon|Skeleton Horse|postfix=<ref group="p" name="hostile adjacent"/>}} | ||
{{Mob icon|Sniffer|image-size=66x66px}} | {{MC/Mob icon|Sniffer|image-size=66x66px}} | ||
{{Mob icon|Snow Golem}} | {{MC/Mob icon|Snow Golem}} | ||
{{Mob icon|Squid}} | {{MC/Mob icon|Squid}} | ||
{{Mob icon|Strider}} | {{MC/Mob icon|Strider}} | ||
{{Mob icon|Sulfur Cube|image-size=65x65px|postfix=<br>{{ | {{Mob icon|Sulfur Cube|image-size=65x65px|postfix=<br>{{MC/Upcoming}}}} | ||
{{Mob icon|Tadpole}} | {{MC/Mob icon|Tadpole}} | ||
{{Mob icon|Tropical Fish|image=TropicalFishBody.png}} | {{MC/Mob icon|Tropical Fish|image=TropicalFishBody.png}} | ||
{{Mob icon|Turtle}} | {{MC/Mob icon|Turtle}} | ||
{{Mob icon|Villager|postfix={{note|Villagers can unintentionally hurt the player with a firework rocket after a raid is defeated.}}}} | {{Mob icon|Villager|postfix={{note|Villagers can unintentionally hurt the player with a firework rocket after a raid is defeated.}}}} | ||
{{Mob icon|Wandering Trader}} | {{MC/Mob icon|Wandering Trader}} | ||
{{Mob icon|Zombie Horse|image=ZombieHorseFace.png|postfix=<ref group="p" name="hostile adjacent"/>}} | {{MC/Mob icon|Zombie Horse|image=ZombieHorseFace.png|postfix=<ref group="p" name="hostile adjacent"/>}} | ||
{{Mob icon list|end}} | {{Mob icon list|end}} | ||
{{ | {{MC/Reflist|group="p"}} | ||
=== Neutral mobs === | === Neutral mobs === | ||
| Line 88: | Line 88: | ||
{{Mob icon list|start|width=700px}} | {{Mob icon list|start|width=700px}} | ||
{{Mob icon|Bee}} | {{MC/Mob icon|Bee}} | ||
{{Mob icon|Cave Spider}} | {{MC/Mob icon|Cave Spider}} | ||
{{Mob icon|Dolphin}} | {{MC/Mob icon|Dolphin}} | ||
{{Mob icon|Drowned}} | {{MC/Mob icon|Drowned}} | ||
{{Mob icon|Enderman}} | {{MC/Mob icon|Enderman}} | ||
{{Mob icon|Fox}} | {{MC/Mob icon|Fox}} | ||
{{Mob icon|Goat}} | {{MC/Mob icon|Goat}} | ||
{{Mob icon|Iron Golem}} | {{MC/Mob icon|Iron Golem}} | ||
{{Mob icon|Llama}} | {{MC/Mob icon|Llama}} | ||
{{Mob icon|Nautilus|image=NautilusBody.png}} | {{MC/Mob icon|Nautilus|image=NautilusBody.png}} | ||
{{Mob icon|Panda}} | {{MC/Mob icon|Panda}} | ||
{{Mob icon|Piglin|image-size=94px}} | {{MC/Mob icon|Piglin|image-size=94px}} | ||
{{Mob icon|Polar Bear}} | {{MC/Mob icon|Polar Bear}} | ||
{{Mob icon|Pufferfish}} | {{MC/Mob icon|Pufferfish}} | ||
{{Mob icon|Spider}} | {{MC/Mob icon|Spider}} | ||
{{Mob icon|Trader Llama}} | {{MC/Mob icon|Trader Llama}} | ||
{{Mob icon|Wolf}} | {{MC/Mob icon|Wolf}} | ||
{{Mob icon|Zombie Nautilus|image=ZombieNautilusBody.png}} | {{MC/Mob icon|Zombie Nautilus|image=ZombieNautilusBody.png}} | ||
{{Mob icon|Zombified Piglin|image-size=94px}} | {{MC/Mob icon|Zombified Piglin|image-size=94px}} | ||
{{Mob icon list|end}} | {{Mob icon list|end}} | ||
{{ | {{MC/Reflist|group="n"}} | ||
=== Hostile mobs === | === Hostile mobs === | ||
Hostile mobs are dangerous, aggressive monsters that always attack the player within their respective detection ranges. Monsters in general, whether {{ | Hostile mobs are dangerous, aggressive monsters that always attack the player within their respective detection ranges. Monsters in general, whether {{MC/Tooltip|passive|Camel husk, skeleton horse, and zombie horse}} or {{MC/Tooltip|neutral|Cave spider, drowned, enderman, piglin, spider, zombie nautilus, and zombified piglin}}, are involved in mechanics pertaining to hostile mobs regardless of behavior. | ||
{{Mob icon list|start|width=850px}} | {{Mob icon list|start|width=850px}} | ||
{{Mob icon|Blaze}} | {{MC/Mob icon|Blaze}} | ||
{{Mob icon|Bogged}} | {{MC/Mob icon|Bogged}} | ||
{{Mob icon|Breeze}} | {{MC/Mob icon|Breeze}} | ||
{{Mob icon|Creaking|image-size=87x87px}} | {{MC/Mob icon|Creaking|image-size=87x87px}} | ||
{{Mob icon|Creeper}} | {{MC/Mob icon|Creeper}} | ||
{{Mob icon|Elder Guardian}} | {{MC/Mob icon|Elder Guardian}} | ||
{{Mob icon|Endermite}} | {{MC/Mob icon|Endermite}} | ||
{{Mob icon|Evoker}} | {{MC/Mob icon|Evoker}} | ||
{{Mob icon|Ghast}} | {{MC/Mob icon|Ghast}} | ||
{{Mob icon|Guardian}} | {{MC/Mob icon|Guardian}} | ||
{{Mob icon|Hoglin}} | {{MC/Mob icon|Hoglin}} | ||
{{Mob icon|Husk}} | {{MC/Mob icon|Husk}} | ||
{{Mob icon|Magma Cube}} | {{MC/Mob icon|Magma Cube}} | ||
{{Mob icon|Parched}} | {{MC/Mob icon|Parched}} | ||
{{Mob icon|Phantom}} | {{MC/Mob icon|Phantom}} | ||
{{Mob icon|Piglin Brute|image-size=94x94px}} | {{MC/Mob icon|Piglin Brute|image-size=94x94px}} | ||
{{Mob icon|Pillager}} | {{MC/Mob icon|Pillager}} | ||
{{Mob icon|Ravager}} | {{MC/Mob icon|Ravager}} | ||
{{Mob icon|Shulker}} | {{MC/Mob icon|Shulker}} | ||
{{Mob icon|Silverfish}} | {{MC/Mob icon|Silverfish}} | ||
{{Mob icon|Skeleton}} | {{MC/Mob icon|Skeleton}} | ||
{{Mob icon|Slime}} | {{MC/Mob icon|Slime}} | ||
{{Mob icon|Stray}} | {{MC/Mob icon|Stray}} | ||
{{Mob icon|Vex}} | {{MC/Mob icon|Vex}} | ||
{{Mob icon|Vindicator}} | {{MC/Mob icon|Vindicator}} | ||
{{Mob icon|Warden|image-size=120px}} | {{MC/Mob icon|Warden|image-size=120px}} | ||
{{Mob icon|Witch}} | {{MC/Mob icon|Witch}} | ||
{{Mob icon|Wither Skeleton}} | {{MC/Mob icon|Wither Skeleton}} | ||
{{Mob icon|Zoglin}} | {{MC/Mob icon|Zoglin}} | ||
{{Mob icon|Zombie}} | {{MC/Mob icon|Zombie}} | ||
{{Mob icon|Zombie Villager}} | {{MC/Mob icon|Zombie Villager}} | ||
{{Mob icon list|end}} | {{Mob icon list|end}} | ||
{{ | {{MC/Reflist|group="h"}} | ||
==== Boss mobs ==== | ==== Boss mobs ==== | ||
{{About|the boss mobs in {{MC}}|other uses|Boss (disambiguation)|section=1}} | {{About|the boss mobs in {{MC/MC}}|other uses|Boss (disambiguation)|section=1}} | ||
Boss mobs are special hostile mobs that are tougher and more dangerous than other mobs. They do not spawn randomly and are confronted intentionally. All boss mobs have a bossbar featuring their name and health. Boss mobs provide unique challenges and equivalent rewards, such as XP or useful items. | Boss mobs are special hostile mobs that are tougher and more dangerous than other mobs. They do not spawn randomly and are confronted intentionally. All boss mobs have a bossbar featuring their name and health. Boss mobs provide unique challenges and equivalent rewards, such as XP or useful items. | ||
{{Mob icon list|start}} | {{Mob icon list|start}} | ||
{{Mob icon|Ender Dragon}} | {{MC/Mob icon|Ender Dragon}} | ||
{{Mob icon|Wither}} | {{MC/Mob icon|Wither}} | ||
{{Mob icon list|end}} | {{Mob icon list|end}} | ||
{{ | {{MC/Reflist|group="b"}} | ||
=== Creators or education mobs === | === Creators or education mobs === | ||
These passive mobs are designed primarily for Adventure maps and [[Minecraft:add-on]] creating, rather than regular gameplay. They are used in {{Edu}} for coding, education, or interactive learning. Both are only accessible with commands {{ | These passive mobs are designed primarily for Adventure maps and [[Minecraft:add-on]] creating, rather than regular gameplay. They are used in {{MC/Edu}} for coding, education, or interactive learning. Both are only accessible with commands {{MC/In|BE}}.{{Mob icon list|start}} | ||
{{Mob icon|Agent}} | {{MC/Mob icon|Agent}} | ||
{{Mob icon|NPC}} | {{MC/Mob icon|NPC}} | ||
{{Mob icon list|end}} | {{Mob icon list|end}} | ||
| Line 167: | Line 167: | ||
This passive mob is only exclusive to ''[[Minecraft:China Edition]]''. | This passive mob is only exclusive to ''[[Minecraft:China Edition]]''. | ||
{{Mob icon list|start}} | {{Mob icon list|start}} | ||
{{Mob icon|image=FoxFace.png|Pet|link=Pet (entity)}} | {{MC/Mob icon|image=FoxFace.png|Pet|link=Pet (entity)}} | ||
{{Mob icon list|end}} | {{Mob icon list|end}} | ||
=== Unused mobs === | === Unused mobs === | ||
{{ | {{MC/See also|Java Edition unused features|Bedrock Edition unused features}} | ||
These mobs cannot spawn without the use of {{ | These mobs cannot spawn without the use of {{MC/Cmd|summon}} or spawn eggs. Old villagers and old zombie villagers cannot be spawned with /summon. Making it unattainable in vanilla. | ||
{{Mob icon list|start}} | {{Mob icon list|start}} | ||
{{Mob icon|Elder Guardian Ghost|image=ElderGuardianFace.png|postfix=<ref group="u" name="unused-beee">{{only|be|ee}}</ref>}} | {{Mob icon|Elder Guardian Ghost|image=ElderGuardianFace.png|postfix=<ref group="u" name="unused-beee">{{only|be|ee}}</ref>}} | ||
{{Mob icon|Giant|image=ZombieFace.png|postfix=<ref group="u" name="unused-je">{{only|je}}</ref>}} | {{Mob icon|Giant|image=ZombieFace.png|postfix=<ref group="u" name="unused-je">{{only|je}}</ref>}} | ||
{{Mob icon|Illusioner|image=Illusioner_Face.png|postfix=<br><ref group="u" name="unused-je" />}} | {{MC/Mob icon|Illusioner|image=Illusioner_Face.png|postfix=<br><ref group="u" name="unused-je" />}} | ||
{{Mob icon|Old Villager|image=OldVillagerFace.png|postfix=<ref group="u" name="unused-beee" />}} | {{MC/Mob icon|Old Villager|image=OldVillagerFace.png|postfix=<ref group="u" name="unused-beee" />}} | ||
{{Mob icon|Old Zombie Villager|image=OldZombieVillagerFace.png|postfix=<ref group="u" name="unused-beee" />}} | {{MC/Mob icon|Old Zombie Villager|image=OldZombieVillagerFace.png|postfix=<ref group="u" name="unused-beee" />}} | ||
{{Mob icon list|end}} | {{Mob icon list|end}} | ||
{{ | {{MC/Reflist|group="u"}} | ||
=== Similar entities === | === Similar entities === | ||
These entities are grouped within the "living entities" category in the game code. {{ | These entities are grouped within the "living entities" category in the game code. {{MC/In|BE}}, they are all under the <code>mob</code> class in the [[Minecraft:Bedrock Edition level format/Entity format#Mob|entity format]]. Mannequins and cameras are creative-only entities. | ||
{{Mob icon list|start|width=900px}} | {{Mob icon list|start|width=900px}} | ||
{{Mob icon|Armor Stand|image= ArmorStandFace.png}} | {{MC/Mob icon|Armor Stand|image= ArmorStandFace.png}} | ||
{{Mob icon|Camera|image-size=64px|postfix={{only|bedrock|education|short=1}}}} | {{Mob icon|Camera|image-size=64px|postfix={{only|bedrock|education|short=1}}}} | ||
{{Mob icon|Mannequin|image=AlexFace.png|postfix=<br>{{only|java|short=1}}}} | {{Mob icon|Mannequin|image=AlexFace.png|postfix=<br>{{only|java|short=1}}}} | ||
{{Mob icon|image-element={{ | {{Mob icon|image-element={{MC/Animate|AlexFace.png;AriFace.png;EfeFace.png;KaiFace.png;MakenaFace.png;NoorFace.png;PlayerSteveFace.png;SunnyFace.png;ZuriFace.png|class=pixel-image}}|Player}} | ||
{{Mob icon list|end}} | {{Mob icon list|end}} | ||
=== Removed mobs === | === Removed mobs === | ||
{{ | {{MC/See also|Java Edition removed features|Bedrock Edition removed features}} | ||
Removed mobs are mobs that no longer exist in current versions of the game. | Removed mobs are mobs that no longer exist in current versions of the game. | ||
{{Mob icon list|start}} | {{Mob icon list|start}} | ||
{{Mob icon|Builder|image=HumanFace.png}} | {{MC/Mob icon|Builder|image=HumanFace.png}} | ||
{{Mob icon|MD3 Test Mob|image-element={{ | {{Mob icon|MD3 Test Mob|image-element={{MC/Animate|BikerFace.png;BittermanFace.png;DoomguyFace.png;HunterFace.png;KleskFace.png;MynxFace.png;PhobosFace.png;RangerFace.png;RazorFace.png;SargeFace.png;UrielFace.png|link=Mob (entity)}}|image-size=64px}} | ||
{{Mob icon|Mob|link=Mob (entity)|image-element={{ | {{Mob icon|Mob|link=Mob (entity)|image-element={{MC/Animate|HumanFace.png;RanaFace.png;SteveFace.png;BlackSteveFace.png;BeastBoyFace.png}}|postfix=<ref group="r">Removed in Java Edition, but existing with human model in Minecraft Classic (JavaScript remake)</ref>}} | ||
{{Mob icon|Monster|link=Monster (entity)|name=Monster|image=HumanFace.png}} | {{MC/Mob icon|Monster|link=Monster (entity)|name=Monster|image=HumanFace.png}} | ||
{{Mob icon list|end}} | {{Mob icon list|end}} | ||
{{ | {{MC/Reflist|group="r"}} | ||
=== Joke mobs === | === Joke mobs === | ||
{{See also|April Fools' Day jokes}} | {{MC/See also|April Fools' Day jokes}} | ||
Mobs that were added as April Fools' Day jokes {{ | Mobs that were added as April Fools' Day jokes {{MC/In|java}}, and cannot be found in the normal version. | ||
{{Mob icon list|start}} | {{Mob icon list|start}} | ||
{{Mob icon|Angry Ghast|link=Angry Ghast|image=AngryGhastFace.png}} | {{MC/Mob icon|Angry Ghast|link=Angry Ghast|image=AngryGhastFace.png}} | ||
{{Mob icon|Batato}} | {{MC/Mob icon|Batato}} | ||
{{Mob icon|Diamond Chicken|image=DiamondChicken Face.png}} | {{MC/Mob icon|Diamond Chicken|image=DiamondChicken Face.png}} | ||
{{Mob icon|Living Block|image=Dirt (texture).png|image-size=64px}} | {{MC/Mob icon|Living Block|image=Dirt (texture).png|image-size=64px}} | ||
{{Mob icon|Love Golem|image=LoveGolem Face.png}} | {{MC/Mob icon|Love Golem|image=LoveGolem Face.png}} | ||
{{Mob icon|Mega Spud|image=Mega SpudFace.png}} | {{MC/Mob icon|Mega Spud|image=Mega SpudFace.png}} | ||
{{Mob icon|Moon Cow|image=MoonCowFace.png}} | {{MC/Mob icon|Moon Cow|image=MoonCowFace.png}} | ||
{{Mob icon|Nerd Creeper|image=NerdCreeper Face.png}} | {{MC/Mob icon|Nerd Creeper|image=NerdCreeper Face.png}} | ||
{{Mob icon|Pink Wither|image=FriendlyWither Face.png}} | {{MC/Mob icon|Pink Wither|image=FriendlyWither Face.png}} | ||
{{Mob icon|{{ | {{Mob icon|{{MC/Nowrap|Plaguewhale}} Slab|link=Plaguewhale Slab|image=PlaguewhaleSlabFace.png}} | ||
{{Mob icon|Poisonous Potato Zombie|image=PoisonousPotatoZombieFace.png}} | {{MC/Mob icon|Poisonous Potato Zombie|image=PoisonousPotatoZombieFace.png}} | ||
{{Mob icon|Ray Tracing|link=Ray Tracing (mob)|image=RayTracing Face.png}} | {{MC/Mob icon|Ray Tracing|link=Ray Tracing (mob)|image=RayTracing Face.png}} | ||
{{Mob icon|Redstone Bug|image=RedstoneBug Face.png}} | {{MC/Mob icon|Redstone Bug|image=RedstoneBug Face.png}} | ||
{{Mob icon|Spectator Villager|image=VillagerFace.png}} | {{MC/Mob icon|Spectator Villager|image=VillagerFace.png}} | ||
{{Mob icon|Spectator Witch|image=WitchFace.png}} | {{MC/Mob icon|Spectator Witch|image=WitchFace.png}} | ||
{{Mob icon|Smiling Creeper|image=SmilingCreeper Face.png}} | {{MC/Mob icon|Smiling Creeper|image=SmilingCreeper Face.png}} | ||
{{Mob icon|Toxifin Slab|image=ToxifinSlabFace.png}} | {{MC/Mob icon|Toxifin Slab|image=ToxifinSlabFace.png}} | ||
{{Mob icon|Traitor|image=TraitorFace.png}} | {{MC/Mob icon|Traitor|image=TraitorFace.png}} | ||
{{Mob icon|Warden (boss)|link=Warden (April Fools' joke)|image=WardenFace.png|image-size=120px}} | {{MC/Mob icon|Warden (boss)|link=Warden (April Fools' joke)|image=WardenFace.png|image-size=120px}} | ||
{{Mob icon list|end}} | {{Mob icon list|end}} | ||
| Line 236: | Line 236: | ||
{{Mob icon list|start}} | {{Mob icon list|start}} | ||
{{Mob icon|Pet Armadillo|image=ArmadilloFace.png}} | {{MC/Mob icon|Pet Armadillo|image=ArmadilloFace.png}} | ||
{{Mob icon|Pet Axolotl|image=AxolotlFace.png}} | {{MC/Mob icon|Pet Axolotl|image=AxolotlFace.png}} | ||
{{Mob icon|Pet Bee|image=BeeFace.png}} | {{MC/Mob icon|Pet Bee|image=BeeFace.png}} | ||
{{Mob icon|Pet Cat|image=CatFace.png}} | {{MC/Mob icon|Pet Cat|image=CatFace.png}} | ||
{{Mob icon|Pet Chicken|image=ChickenFace.png}} | {{MC/Mob icon|Pet Chicken|image=ChickenFace.png}} | ||
{{Mob icon|Pet Cow|image=CowFace.png}} | {{MC/Mob icon|Pet Cow|image=CowFace.png}} | ||
{{Mob icon|Pet Creeper|image=CreeperFace.png}} | {{MC/Mob icon|Pet Creeper|image=CreeperFace.png}} | ||
{{Mob icon|Pet Fox|image=FoxFace.png}} | {{MC/Mob icon|Pet Fox|image=FoxFace.png}} | ||
{{Mob icon|Pet Frog|image=FrogFace.png}} | {{MC/Mob icon|Pet Frog|image=FrogFace.png}} | ||
{{Mob icon|Pet Mooshroom|image=MooshroomFace.png}} | {{MC/Mob icon|Pet Mooshroom|image=MooshroomFace.png}} | ||
{{Mob icon|Pet Polar Bear|image=PolarBearFace.png}} | {{MC/Mob icon|Pet Polar Bear|image=PolarBearFace.png}} | ||
{{Mob icon|Pet Slime|image=SlimeFace.png}} | {{MC/Mob icon|Pet Slime|image=SlimeFace.png}} | ||
{{Mob icon|Pet Turtle|image=TurtleFace.png}} | {{MC/Mob icon|Pet Turtle|image=TurtleFace.png}} | ||
{{Mob icon|Pet Wolf|image=WolfFace.png}} | {{MC/Mob icon|Pet Wolf|image=WolfFace.png}} | ||
{{Mob icon list|end}} | {{Mob icon list|end}} | ||
=== Unimplemented mobs === | === Unimplemented mobs === | ||
{{ | {{MC/See also|Java Edition mentioned features#Mobs}} | ||
Mobs that were announced by Mojang as potential additions to the game, but either got scrapped or shelved indefinitely. | Mobs that were announced by Mojang as potential additions to the game, but either got scrapped or shelved indefinitely. | ||
{{Mob icon list|start|width=900px}} | {{Mob icon list|start|width=900px}} | ||
{{Mob icon|Alpaca|image=UnknownMobFaceIconThing.png|image-size=69x69px|postfix=<ref group="n" name="unknown" />}} | {{MC/Mob icon|Alpaca|image=UnknownMobFaceIconThing.png|image-size=69x69px|postfix=<ref group="n" name="unknown" />}} | ||
{{Mob icon|Barnacle|image=MonsterOfTheOceanDepthsFace.jpg|image-size=64px|postfix=<br><ref group="n" name="shelved">Shelved indefinitely, may or may not come in a future update.</ref><ref name=NewInfo> https://bsky.app/profile/jebox.bsky.social/post/3lklivpvwus2j</ref><ref name=NewInfoTwo> https://bsky.app/profile/jebox.bsky.social/post/3lklkycfmx22b</ref>}} | {{MC/Mob icon|Barnacle|image=MonsterOfTheOceanDepthsFace.jpg|image-size=64px|postfix=<br><ref group="n" name="shelved">Shelved indefinitely, may or may not come in a future update.</ref><ref name=NewInfo> https://bsky.app/profile/jebox.bsky.social/post/3lklivpvwus2j</ref><ref name=NewInfoTwo> https://bsky.app/profile/jebox.bsky.social/post/3lklkycfmx22b</ref>}} | ||
{{Mob icon|Crab|image-size=64x64px|postfix=<ref group="n" name="shelved" />}} | {{MC/Mob icon|Crab|image-size=64x64px|postfix=<ref group="n" name="shelved" />}} | ||
{{Mob icon|Firefly|link=Firefly (mob)|image=Firefly.gif|image-size=64px|postfix=<ref group="n">Added as a particle effect emitted from firefly bushes, no plans to add it as a mob in any future update.</ref>}} | {{MC/Mob icon|Firefly|link=Firefly (mob)|image=Firefly.gif|image-size=64px|postfix=<ref group="n">Added as a particle effect emitted from firefly bushes, no plans to add it as a mob in any future update.</ref>}} | ||
{{Mob icon|Glare|image=EntitySprite glare.png|image-size=64px|postfix=<ref group="n" name="shelved" />}} | {{MC/Mob icon|Glare|image=EntitySprite glare.png|image-size=64px|postfix=<ref group="n" name="shelved" />}} | ||
{{Mob icon|Iceologer|image-size=66x66px|postfix=<ref group="n" name="shelved" />}} | {{MC/Mob icon|Iceologer|image-size=66x66px|postfix=<ref group="n" name="shelved" />}} | ||
{{Mob icon|Meerkat|image-size=64x64px|postfix=<ref group="n" name="upcoming">Planned to be introduced in a currently unknown future update.</ref>}} | {{MC/Mob icon|Meerkat|image-size=64x64px|postfix=<ref group="n" name="upcoming">Planned to be introduced in a currently unknown future update.</ref>}} | ||
{{Mob icon|Moobloom|image-size=64x64px|postfix=<ref group="n" name="shelved" />}} | {{MC/Mob icon|Moobloom|image-size=64x64px|postfix=<ref group="n" name="shelved" />}} | ||
{{Mob icon|Ostrich|image=EntitySprite ostrich.png|image-size=64px|postfix=<ref group="n" name="upcoming" />}} | {{MC/Mob icon|Ostrich|image=EntitySprite ostrich.png|image-size=64px|postfix=<ref group="n" name="upcoming" />}} | ||
{{Mob icon|Penguin|image-size=60x60px|postfix=<ref group="n" name="shelved" />}} | {{MC/Mob icon|Penguin|image-size=60x60px|postfix=<ref group="n" name="shelved" />}} | ||
{{Mob icon|Pigman Bodyguard|image=PigmanFace.png|postfix=<ref group="n" name="shelved" />}} | {{MC/Mob icon|Pigman Bodyguard|image=PigmanFace.png|postfix=<ref group="n" name="shelved" />}} | ||
{{Mob icon|Rascal|image=EntitySprite rascal.png|image-size=64px|postfix=<ref group="n" name="shelved" />}} | {{MC/Mob icon|Rascal|image=EntitySprite rascal.png|image-size=64px|postfix=<ref group="n" name="shelved" />}} | ||
{{Mob icon|Red Dragon|image=UnknownMobFaceIconThing.png|image-size=69x69px|postfix=<ref group="n" name="unknown">Status uncertain, whether it has been scrapped or simply shelved is unknown.</ref>}} | {{MC/Mob icon|Red Dragon|image=UnknownMobFaceIconThing.png|image-size=69x69px|postfix=<ref group="n" name="unknown">Status uncertain, whether it has been scrapped or simply shelved is unknown.</ref>}} | ||
{{Mob icon|Shade|image=UnknownMobFaceIconThing.png|link=Warden#Shade|image-size=64px|postfix=<ref group="n" name="shelved" />}} | {{MC/Mob icon|Shade|image=UnknownMobFaceIconThing.png|link=Warden#Shade|image-size=64px|postfix=<ref group="n" name="shelved" />}} | ||
{{Mob icon|Termite|image=EntitySprite termite.png|image-size=64px|postfix=<ref group="n" name="upcoming" />}} | {{MC/Mob icon|Termite|image=EntitySprite termite.png|image-size=64px|postfix=<ref group="n" name="upcoming" />}} | ||
{{Mob icon|The Great Hunger|image=GreatHungerFace.jpg|image-size=64px|postfix=<ref group="n" name="shelved" /><ref name=NewInfo/><ref name=NewInfoTwo/>}} | {{MC/Mob icon|The Great Hunger|image=GreatHungerFace.jpg|image-size=64px|postfix=<ref group="n" name="shelved" /><ref name=NewInfo/><ref name=NewInfoTwo/>}} | ||
{{Mob icon|Tuff Golem|image=EntitySprite tuff-golem.png|image-size=64px|postfix=<ref group="n" name="shelved" />}} | {{MC/Mob icon|Tuff Golem|image=EntitySprite tuff-golem.png|image-size=64px|postfix=<ref group="n" name="shelved" />}} | ||
{{Mob icon|Vulture|image=EntitySprite vulture.png|image-size=64px|postfix=<ref group="n" name="upcoming" />}} | {{MC/Mob icon|Vulture|image=EntitySprite vulture.png|image-size=64px|postfix=<ref group="n" name="upcoming" />}} | ||
{{Mob icon|Wildfire|postfix=<ref group="n" name="shelved" /><ref name=NewInfo/><ref name=NewInfoTwo/>}} | {{MC/Mob icon|Wildfire|postfix=<ref group="n" name="shelved" /><ref name=NewInfo/><ref name=NewInfoTwo/>}} | ||
{{Mob icon list|end}} | {{Mob icon list|end}} | ||
{{ | {{MC/Reflist|group=n}} | ||
=== Mentioned mobs === | === Mentioned mobs === | ||
{{See also|Mentioned features}} | {{MC/See also|Mentioned features}} | ||
Mobs that were briefly mentioned by Mojang Studios on social media and other platforms. | Mobs that were briefly mentioned by Mojang Studios on social media and other platforms. | ||
{{Mob icon list|start|width=900px}} | {{Mob icon list|start|width=900px}} | ||
{{Mob icon|Beaver|image=UnknownMobFaceIconThing.png|link=Mentioned features#Brief mentions|image-size=64px}} | {{MC/Mob icon|Beaver|image=UnknownMobFaceIconThing.png|link=Mentioned features#Brief mentions|image-size=64px}} | ||
{{Mob icon|Glow Worm|image=UnknownMobFaceIconThing.png|link=Mentioned features#Brief mentions|image-size=64px}} | {{MC/Mob icon|Glow Worm|image=UnknownMobFaceIconThing.png|link=Mentioned features#Brief mentions|image-size=64px}} | ||
{{Mob icon|Goblin|image=UnknownMobFaceIconThing.png|link=Mentioned features#Brief mentions|image-size=64px}} | {{MC/Mob icon|Goblin|image=UnknownMobFaceIconThing.png|link=Mentioned features#Brief mentions|image-size=64px}} | ||
{{Mob icon|Herobrine|image=HerobrineFace.png|image-size=64px|postfix=<ref group="n"> always mentioned as '''"removed Herobrine"''' in the changelogs of the updates.</ref>}} | {{MC/Mob icon|Herobrine|image=HerobrineFace.png|image-size=64px|postfix=<ref group="n"> always mentioned as '''"removed Herobrine"''' in the changelogs of the updates.</ref>}} | ||
{{Mob icon|Lava Zombie|image=UnknownMobFaceIconThing.png|link=Mentioned features#Brief mentions|image-size=64px}} | {{MC/Mob icon|Lava Zombie|image=UnknownMobFaceIconThing.png|link=Mentioned features#Brief mentions|image-size=64px}} | ||
{{Mob icon|Musician|image=UnknownMobFaceIconThing.png|link=Mentioned features#Brief mentions|image-size=64px}} | {{MC/Mob icon|Musician|image=UnknownMobFaceIconThing.png|link=Mentioned features#Brief mentions|image-size=64px}} | ||
{{Mob icon|Reindeer|image=UnknownMobFaceIconThing.png|link=Mentioned features#Brief mentions|image-size=64px}} | {{MC/Mob icon|Reindeer|image=UnknownMobFaceIconThing.png|link=Mentioned features#Brief mentions|image-size=64px}} | ||
{{Mob icon|Shark|image=UnknownMobFaceIconThing.png|image-size=69x69px}} | {{MC/Mob icon|Shark|image=UnknownMobFaceIconThing.png|image-size=69x69px}} | ||
{{Mob icon|Soul Fire Blaze|image=UnknownMobFaceIconThing.png|link=Mentioned features#Brief mentions|image-size=64px}} | {{MC/Mob icon|Soul Fire Blaze|image=UnknownMobFaceIconThing.png|link=Mentioned features#Brief mentions|image-size=64px}} | ||
{{Mob icon|Sloth|image=UnknownMobFaceIconThing.png|link=Mentioned features#Brief mentions|image-size=64px}} | {{MC/Mob icon|Sloth|image=UnknownMobFaceIconThing.png|link=Mentioned features#Brief mentions|image-size=64px}} | ||
{{Mob icon|Snail|image=UnknownMobFaceIconThing.png|link=Mentioned features#Brief mentions|image-size=64px}} | {{MC/Mob icon|Snail|image=UnknownMobFaceIconThing.png|link=Mentioned features#Brief mentions|image-size=64px}} | ||
{{Mob icon|Troll|image=UnknownMobFaceIconThing.png|link=Mentioned features#Brief mentions|image-size=64px}} | {{MC/Mob icon|Troll|image=UnknownMobFaceIconThing.png|link=Mentioned features#Brief mentions|image-size=64px}} | ||
{{Mob icon list|end}} | {{Mob icon list|end}} | ||
{{ | {{MC/Reflist|group=n}} | ||
== Classification == | == Classification == | ||
{{ | {{MC/Main|Mob type|Mob variant}} | ||
== Knockback resistance == | == Knockback resistance == | ||
{{ | {{MC/Main|Knockback (mechanic)#Natural knockback resistance}} | ||
Some non-boss mobs resist a certain percentage of knockback from attacks. | Some non-boss mobs resist a certain percentage of knockback from attacks. | ||
| Line 312: | Line 312: | ||
! '''Knockback resistance''' | ! '''Knockback resistance''' | ||
|- | |- | ||
! {{ | ! {{MC/Entitylink|Agent}}<br>{{MC/Entitylink|NPC}} | ||
| 100% (are invulnerable) | | 100% (are invulnerable) | ||
|- | |- | ||
! {{ | ! {{MC/Entitylink|Drowned}}<br>{{MC/Entitylink|Husk}}<br>{{MC/Entitylink|Zombie}}<br>{{MC/Entitylink|Zombie Villager}}<br>{{MC/Entitylink|Zombified Piglin}} | ||
| 0%–5% (determined on spawn) | | 0%–5% (determined on spawn) | ||
|- | |- | ||
! {{ | ! {{MC/Entitylink|Glow Squid}}<br>{{MC/Entitylink|Squid}} | ||
| 85% | | 85% | ||
|- | |- | ||
! {{ | ! {{MC/Entitylink|Hoglin}}<br>{{MC/Entitylink|Zoglin}} | ||
| 60% | | 60% | ||
|- | |- | ||
! {{ | ! {{MC/Entitylink|Iron Golem}}<br>{{MC/Entitylink|Shulker}}<br>{{MC/Entitylink|Warden}} | ||
| 100% | | 100% | ||
|- | |- | ||
! {{ | ! {{MC/Entitylink|Ravager}} | ||
| 70%{{only|java|short=1}}<br>50%{{only|bedrock|short=1}} | | 70%{{only|java|short=1}}<br>50%{{only|bedrock|short=1}} | ||
|} | |} | ||
== Damage dealt by mobs == | == Damage dealt by mobs == | ||
{{Main|Damage#Inflicted by mobs}} | {{MC/Main|Damage#Inflicted by mobs}} | ||
== Achievements == | == Achievements == | ||
| Line 339: | Line 339: | ||
== Advancements == | == Advancements == | ||
{{Load advancements|Adventure;Monster Hunter;Monsters Hunted;The Parrots and the Bats;Best Friends Forever;Two by Two;Arbalistic;Over-Overkill;Mob Kabob;It Spreads}} | {{MC/Load advancements|Adventure;Monster Hunter;Monsters Hunted;The Parrots and the Bats;Best Friends Forever;Two by Two;Arbalistic;Over-Overkill;Mob Kabob;It Spreads}} | ||
== Videos == | == Videos == | ||
{{ | {{MC/Yt|V6eDuYKCrZ8|align=inline}} | ||
{{ | {{MC/Yt|2zrD0ijjbUk|align=inline}} | ||
{{ | {{MC/Yt|8jI4Qfj7U6Q|align=inline}} | ||
{{ | {{MC/Yt|abs30d44yzg|align=inline}} | ||
== History == | == History == | ||
=== ''Java Edition'' === | === ''Java Edition'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|java pre-classic}} | |{{MC/HistoryLine|java pre-classic}} | ||
|{{HistoryLine||rd-132328|Added Mobs.}} | |{{MC/HistoryLine||rd-132328|Added Mobs.}} | ||
|{{HistoryLine|java classic}} | |{{MC/HistoryLine|java classic}} | ||
|{{HistoryLine||0.24_SURVIVAL_TEST|Added creepers, pigs, skeletons, and zombies.|Mobs no longer naturally spawn.}} | |{{MC/HistoryLine||0.24_SURVIVAL_TEST|Added creepers, pigs, skeletons, and zombies.|Mobs no longer naturally spawn.}} | ||
|{{HistoryLine||0.26 SURVIVAL TEST|Added spiders.}} | |{{MC/HistoryLine||0.26 SURVIVAL TEST|Added spiders.}} | ||
|{{HistoryLine||0.28|Added sheep.|Creepers, pigs, skeletons, and zombies no longer spawn naturally.}} | |{{MC/HistoryLine||0.28|Added sheep.|Creepers, pigs, skeletons, and zombies no longer spawn naturally.}} | ||
|{{HistoryLine|java indev}} | |{{MC/HistoryLine|java indev}} | ||
|{{HistoryLine||0.31|dev=20091223-0040|Removed all mobs except for Mobs due to the introduction of the MD3 format.}} | |{{MC/HistoryLine||0.31|dev=20091223-0040|Removed all mobs except for Mobs due to the introduction of the MD3 format.}} | ||
|{{HistoryLine|||dev=20100131-2156|Removed the new MD3 format. Mobs use the default player model again.}} | |{{MC/HistoryLine|||dev=20100131-2156|Removed the new MD3 format. Mobs use the default player model again.}} | ||
|{{HistoryLine|||dev=20100202|Readded creepers, pigs, skeletons, zombies, spiders, and sheep.|All mobs are passive.}} | |{{MC/HistoryLine|||dev=20100202|Readded creepers, pigs, skeletons, zombies, spiders, and sheep.|All mobs are passive.}} | ||
|{{HistoryLine|||dev=20100204-1541|Mobs can now avoid huge cliffs, lava, and etc.|All mobs home in on the player if the player gets within 24 tiles of them.}} | |{{MC/HistoryLine|||dev=20100204-1541|Mobs can now avoid huge cliffs, lava, and etc.|All mobs home in on the player if the player gets within 24 tiles of them.}} | ||
|{{HistoryLine|||dev=20100204-2027|Creepers, skeletons, zombies, and spiders are hostile again.|Mob pathfinding tweaked.}} | |{{MC/HistoryLine|||dev=20100204-2027|Creepers, skeletons, zombies, and spiders are hostile again.|Mob pathfinding tweaked.}} | ||
|{{HistoryLine|||dev=20100205-1558|Added giants.}} | |{{MC/HistoryLine|||dev=20100205-1558|Added giants.}} | ||
|{{HistoryLine||20100213|Zombies and skeletons now burn up in daylight.|Spiders are now neutral during the daytime.}} | |{{MC/HistoryLine||20100213|Zombies and skeletons now burn up in daylight.|Spiders are now neutral during the daytime.}} | ||
|{{HistoryLine||20100218-0011|Chances of zombies and skeletons catching on fire in daylight have been tweaked.}} | |{{MC/HistoryLine||20100218-0011|Chances of zombies and skeletons catching on fire in daylight have been tweaked.}} | ||
|{{HistoryLine|java infdev}} | |{{MC/HistoryLine|java infdev}} | ||
|{{HistoryLine||20100316|Added Monsters.|Shot [[Minecraft:arrow]]s upon hitting blocks can now spawn mobs.|Mobs have no movement AI.}} | |{{MC/HistoryLine||20100316|Added Monsters.|Shot [[Minecraft:arrow]]s upon hitting blocks can now spawn mobs.|Mobs have no movement AI.}} | ||
|{{HistoryLine||20100413-1951|Arrows no longer spawn mobs.}} | |{{MC/HistoryLine||20100413-1951|Arrows no longer spawn mobs.}} | ||
|{{HistoryLine||20100415|Mobs now spawn naturally again.}} | |{{MC/HistoryLine||20100415|Mobs now spawn naturally again.}} | ||
|{{HistoryLine||20100420|Mob spawn rate has been decreased.}} | |{{MC/HistoryLine||20100420|Mob spawn rate has been decreased.}} | ||
|{{HistoryLine||20100607|Spawn rate for hostile mobs has been decreased, making them less common.}} | |{{MC/HistoryLine||20100607|Spawn rate for hostile mobs has been decreased, making them less common.}} | ||
|{{HistoryLine|java alpha}} | |{{MC/HistoryLine|java alpha}} | ||
|{{HistoryLine||v1.0.3|Mob pathfinding has been improved on hills, except for spiders.|Idling behavior of mobs has been made more convincing, mobs now look around at their surroundings.}} | |{{MC/HistoryLine||v1.0.3|Mob pathfinding has been improved on hills, except for spiders.|Idling behavior of mobs has been made more convincing, mobs now look around at their surroundings.}} | ||
|{{HistoryLine||v1.0.8|Added cows.}} | |{{MC/HistoryLine||v1.0.8|Added cows.}} | ||
|{{HistoryLine||v1.0.11|Added slimes.}} | |{{MC/HistoryLine||v1.0.11|Added slimes.}} | ||
|{{HistoryLine||v1.0.14|Added chickens.}} | |{{MC/HistoryLine||v1.0.14|Added chickens.}} | ||
|{{HistoryLine||v1.2.0|Added ghasts and zombie pigmen.|Added pigmen textures.|Hostile mobs now spawn more the deeper the player is.|The area has to be made brighter, the deeper the depth, to prevent hostile mobs from spawning.}} | |{{MC/HistoryLine||v1.2.0|Added ghasts and zombie pigmen.|Added pigmen textures.|Hostile mobs now spawn more the deeper the player is.|The area has to be made brighter, the deeper the depth, to prevent hostile mobs from spawning.}} | ||
|{{HistoryLine||v1.2.1|Reverted hostile mob spawning code back to light level 7 or lower, regardless of height.}} | |{{MC/HistoryLine||v1.2.1|Reverted hostile mob spawning code back to light level 7 or lower, regardless of height.}} | ||
|{{HistoryLine||v1.2.3_05|Creepers are now the only hostile mob that spawns naturally.}} | |{{MC/HistoryLine||v1.2.3_05|Creepers are now the only hostile mob that spawns naturally.}} | ||
|{{HistoryLine||v1.2.4_01|Other hostile mobs spawn once again.}} | |{{MC/HistoryLine||v1.2.4_01|Other hostile mobs spawn once again.}} | ||
|{{HistoryLine|java beta}} | |{{MC/HistoryLine|java beta}} | ||
|{{HistoryLine||1.2|Added squid.|Removed Mobs.}} | |{{MC/HistoryLine||1.2|Added squid.|Removed Mobs.}} | ||
|{{HistoryLine||1.4|Added wolves.}} | |{{MC/HistoryLine||1.4|Added wolves.}} | ||
|{{HistoryLine||1.6.2|Removed pigmen texture.}} | |{{MC/HistoryLine||1.6.2|Removed pigmen texture.}} | ||
|{{HistoryLine||1.7|Added silverfish texture.}} | |{{MC/HistoryLine||1.7|Added silverfish texture.}} | ||
|{{HistoryLine||1.8|dev=Pre-release|Added cave spiders, endermen, and silverfish.|Removed Monsters.}} | |{{MC/HistoryLine||1.8|dev=Pre-release|Added cave spiders, endermen, and silverfish.|Removed Monsters.}} | ||
|{{HistoryLine|java}} | |{{MC/HistoryLine|java}} | ||
|{{HistoryLine||1.0.0|dev=Beta 1.9 Prerelease|Added blazes, magma cubes, mooshrooms, snow golems, and villagers.}} | |{{MC/HistoryLine||1.0.0|dev=Beta 1.9 Prerelease|Added blazes, magma cubes, mooshrooms, snow golems, and villagers.}} | ||
|{{HistoryLine|||dev=Beta 1.9 Prerelease 4|Added the ender dragon.}} | |{{MC/HistoryLine|||dev=Beta 1.9 Prerelease 4|Added the ender dragon.}} | ||
|{{HistoryLine||1.2.1|dev=12w04a|Added ocelots.|Cats were also added, but were a retexture of the ocelot and not an individual mob.}} | |{{MC/HistoryLine||1.2.1|dev=12w04a|Added ocelots.|Cats were also added, but were a retexture of the ocelot and not an individual mob.}} | ||
|{{HistoryLine|||dev=12w08a|Added iron golems.}} | |{{MC/HistoryLine|||dev=12w08a|Added iron golems.}} | ||
|{{HistoryLine||1.3.1|dev=12w15a|The appropriate spawn egg is now given when {{ | |{{HistoryLine||1.3.1|dev=12w15a|The appropriate spawn egg is now given when {{MC/Control|pick blocking}} a mob while in Creative mode.}} | ||
|{{HistoryLine|||dev=12w21a|Passive mobs can now be easily pushed around by simply walking, most likely intended to help the player navigate through animal farms more easily.}} | |{{MC/HistoryLine|||dev=12w21a|Passive mobs can now be easily pushed around by simply walking, most likely intended to help the player navigate through animal farms more easily.}} | ||
|{{HistoryLine||1.4.2|dev=12w32a|Added zombie villagers.}} | |{{MC/HistoryLine||1.4.2|dev=12w32a|Added zombie villagers.}} | ||
|{{HistoryLine|||dev=12w34a|Added the wither.}} | |{{MC/HistoryLine|||dev=12w34a|Added the wither.}} | ||
|{{HistoryLine|||dev=12w36a|Added wither skeletons.}} | |{{MC/HistoryLine|||dev=12w36a|Added wither skeletons.}} | ||
|{{HistoryLine|||dev=12w38a|Added bats and witches.}} | |{{MC/HistoryLine|||dev=12w38a|Added bats and witches.}} | ||
|{{HistoryLine||1.6.1|dev=13w16a|Added horses, donkeys, mules, skeleton horses, and zombie horses.}} | |{{MC/HistoryLine||1.6.1|dev=13w16a|Added horses, donkeys, mules, skeleton horses, and zombie horses.}} | ||
|{{HistoryLine||1.8|dev=14w11a|Added endermites.}} | |{{MC/HistoryLine||1.8|dev=14w11a|Added endermites.}} | ||
|{{HistoryLine|||dev=14w25a|Added guardians and elder guardians.}} | |{{MC/HistoryLine|||dev=14w25a|Added guardians and elder guardians.}} | ||
|{{HistoryLine|||dev=14w27a|Added rabbits.}} | |{{MC/HistoryLine|||dev=14w27a|Added rabbits.}} | ||
|{{HistoryLine||1.9|dev=15w31a|Added shulkers.}} | |{{MC/HistoryLine||1.9|dev=15w31a|Added shulkers.}} | ||
|{{HistoryLine||1.10|dev=16w20a|Added husks, polar bears, and strays.}} | |{{MC/HistoryLine||1.10|dev=16w20a|Added husks, polar bears, and strays.}} | ||
|{{HistoryLine||1.11|dev=16w39a|Added llamas, vindicators, evokers, and vexes.}} | |{{MC/HistoryLine||1.11|dev=16w39a|Added llamas, vindicators, evokers, and vexes.}} | ||
|{{HistoryLine||1.12|dev=17w13a|Added parrots.}} | |{{MC/HistoryLine||1.12|dev=17w13a|Added parrots.}} | ||
|{{HistoryLine|||dev=17w16a|Added illusioners.}} | |{{MC/HistoryLine|||dev=17w16a|Added illusioners.}} | ||
|{{HistoryLine||1.13|dev=18w07a|Added phantoms and turtles.}} | |{{MC/HistoryLine||1.13|dev=18w07a|Added phantoms and turtles.}} | ||
|{{HistoryLine|||dev=18w08b|Added cod, salmon, and pufferfish.}} | |{{MC/HistoryLine|||dev=18w08b|Added cod, salmon, and pufferfish.}} | ||
|{{HistoryLine|||dev=18w10a|Added tropical fish.}} | |{{MC/HistoryLine|||dev=18w10a|Added tropical fish.}} | ||
|{{HistoryLine|||dev=18w11a|Added drowned.}} | |{{MC/HistoryLine|||dev=18w11a|Added drowned.}} | ||
|{{HistoryLine|||dev=18w15a|Added dolphins.}} | |{{MC/HistoryLine|||dev=18w15a|Added dolphins.}} | ||
|{{HistoryLine||1.14|dev=18w43a|Added pandas, pillagers, and ravagers.}} | |{{MC/HistoryLine||1.14|dev=18w43a|Added pandas, pillagers, and ravagers.}} | ||
|{{HistoryLine|||dev=18w44a|Added cats as a separate mob from ocelots.}} | |{{MC/HistoryLine|||dev=18w44a|Added cats as a separate mob from ocelots.}} | ||
|{{HistoryLine|||dev=19w05a|Added trader llamas and wandering traders.}} | |{{MC/HistoryLine|||dev=19w05a|Added trader llamas and wandering traders.}} | ||
|{{HistoryLine|||dev=19w07a|Added foxes.}} | |{{MC/HistoryLine|||dev=19w07a|Added foxes.}} | ||
|{{HistoryLine||1.15|dev=19w34a|Added bees.}} | |{{MC/HistoryLine||1.15|dev=19w34a|Added bees.}} | ||
|{{HistoryLine||1.16|dev=20w06a|Added hoglins.}} | |{{MC/HistoryLine||1.16|dev=20w06a|Added hoglins.}} | ||
|{{HistoryLine|||dev=20w07a|Added piglins.}} | |{{MC/HistoryLine|||dev=20w07a|Added piglins.}} | ||
|{{HistoryLine|||dev=20w09a|Zombie pigmen have been renamed to "zombified piglins".}} | |{{MC/HistoryLine|||dev=20w09a|Zombie pigmen have been renamed to "zombified piglins".}} | ||
|{{HistoryLine|||dev=20w13a|Added striders.}} | |{{MC/HistoryLine|||dev=20w13a|Added striders.}} | ||
|{{HistoryLine|||dev=20w14a|Added zoglins.}} | |{{MC/HistoryLine|||dev=20w14a|Added zoglins.}} | ||
|{{HistoryLine||1.16.2|dev=20w27a|Added piglin brutes.}} | |{{MC/HistoryLine||1.16.2|dev=20w27a|Added piglin brutes.}} | ||
|{{HistoryLine||1.17|dev=20w51a|Added axolotls.}} | |{{MC/HistoryLine||1.17|dev=20w51a|Added axolotls.}} | ||
|{{HistoryLine|||dev=21w03a|Added glow squid.}} | |{{MC/HistoryLine|||dev=21w03a|Added glow squid.}} | ||
|{{HistoryLine|||dev=21w13a|Added goats.}} | |{{MC/HistoryLine|||dev=21w13a|Added goats.}} | ||
|{{HistoryLine||1.19|dev=Deep Dark Experimental Snapshot 1|Added wardens.}} | |{{MC/HistoryLine||1.19|dev=Deep Dark Experimental Snapshot 1|Added wardens.}} | ||
|{{HistoryLine|||dev=22w11a|Added frogs and tadpoles.}} | |{{MC/HistoryLine|||dev=22w11a|Added frogs and tadpoles.}} | ||
|{{HistoryLine|||dev=22w13a|Added allays.}} | |{{MC/HistoryLine|||dev=22w13a|Added allays.}} | ||
|{{HistoryLine||1.19.3|exp=Update 1.20|dev=22w42a|Added camels.}} | |{{MC/HistoryLine||1.19.3|exp=Update 1.20|dev=22w42a|Added camels.}} | ||
|{{HistoryLine||1.19.4|exp=Update 1.20|dev=23w07a|Added sniffers.}} | |{{MC/HistoryLine||1.19.4|exp=Update 1.20|dev=23w07a|Added sniffers.}} | ||
|{{HistoryLine||1.20.3|exp=Update 1.21|dev=23w45a|Added breezes.}} | |{{MC/HistoryLine||1.20.3|exp=Update 1.21|dev=23w45a|Added breezes.}} | ||
|{{HistoryLine||1.20.5|dev=23w51a|Added armadillos.}} | |{{MC/HistoryLine||1.20.5|dev=23w51a|Added armadillos.}} | ||
|{{HistoryLine||1.20.5|exp=Update 1.21|dev=24w07a|Added bogged.}} | |{{MC/HistoryLine||1.20.5|exp=Update 1.21|dev=24w07a|Added bogged.}} | ||
|{{HistoryLine||1.21.2|exp=Winter Drop|dev=24w40a|Added creakings.}} | |{{MC/HistoryLine||1.21.2|exp=Winter Drop|dev=24w40a|Added creakings.}} | ||
|{{HistoryLine||1.21.6|dev=25w15a|Added happy ghasts.}} | |{{MC/HistoryLine||1.21.6|dev=25w15a|Added happy ghasts.}} | ||
|{{HistoryLine||1.21.9|dev=25w31a|Added copper golems.}} | |{{MC/HistoryLine||1.21.9|dev=25w31a|Added copper golems.}} | ||
|{{HistoryLine||1.21.11|dev=25w41a|Added nautiluses and zombie nautiluses.}} | |{{MC/HistoryLine||1.21.11|dev=25w41a|Added nautiluses and zombie nautiluses.}} | ||
|{{HistoryLine|||dev=25w44a|Added camel husks and parched.}} | |{{MC/HistoryLine|||dev=25w44a|Added camel husks and parched.}} | ||
|{{HistoryLine|java upcoming}}|{{HistoryLine||26.2|dev=snap1|Added sulfur cubes.}}}} | |{{MC/HistoryLine|java upcoming}}|{{MC/HistoryLine||26.2|dev=snap1|Added sulfur cubes.}}}} | ||
=== ''Bedrock Edition'' === | === ''Bedrock Edition'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|pocket alpha}} | |{{MC/HistoryLine|pocket alpha}} | ||
|{{HistoryLine||v0.2.0|Added sheep, pigs, and zombies.}} | |{{MC/HistoryLine||v0.2.0|Added sheep, pigs, and zombies.}} | ||
|{{HistoryLine||v0.3.0|Added chickens and cows.}} | |{{MC/HistoryLine||v0.3.0|Added chickens and cows.}} | ||
|{{HistoryLine||v0.3.3|Added creepers, skeletons, and spiders.}} | |{{MC/HistoryLine||v0.3.3|Added creepers, skeletons, and spiders.}} | ||
|{{HistoryLine||v0.5.0|Added zombie pigmen.}} | |{{MC/HistoryLine||v0.5.0|Added zombie pigmen.}} | ||
|{{HistoryLine||v0.9.0|dev=build 1|Added endermen, mooshrooms, silverfish, and villagers.}} | |{{MC/HistoryLine||v0.9.0|dev=build 1|Added endermen, mooshrooms, silverfish, and villagers.}} | ||
|{{HistoryLine||v0.11.0|dev=build 1|Added bats, cave spiders, ghasts, and magma cubes.}} | |{{MC/HistoryLine||v0.11.0|dev=build 1|Added bats, cave spiders, ghasts, and magma cubes.}} | ||
|{{HistoryLine||v0.12.1|dev=build 1|Added blazes, iron golems, ocelots, snow golems, wither skeletons, and zombie villagers. | |{{MC/HistoryLine||v0.12.1|dev=build 1|Added blazes, iron golems, ocelots, snow golems, wither skeletons, and zombie villagers. | ||
|Cats were also added but not as an individual mob.}} | |Cats were also added but not as an individual mob.}} | ||
|{{HistoryLine||v0.13.0|dev=build 1|Added rabbits.}} | |{{MC/HistoryLine||v0.13.0|dev=build 1|Added rabbits.}} | ||
|{{HistoryLine||v0.14.0|dev=build 1|Added witches.}} | |{{MC/HistoryLine||v0.14.0|dev=build 1|Added witches.}} | ||
|{{HistoryLine||v0.15.0|dev=build 1|Added husks, strays, horses, donkeys, mules, skeleton horses, and zombie horses.}} | |{{MC/HistoryLine||v0.15.0|dev=build 1|Added husks, strays, horses, donkeys, mules, skeleton horses, and zombie horses.}} | ||
|{{HistoryLine||v0.16.0|dev=build 1|Added agents, NPCs, guardians, and elder guardians.}} | |{{MC/HistoryLine||v0.16.0|dev=build 1|Added agents, NPCs, guardians, and elder guardians.}} | ||
|{{HistoryLine|||dev=build 2|Removed NPCs and agents.}} | |{{MC/HistoryLine|||dev=build 2|Removed NPCs and agents.}} | ||
|{{HistoryLine|||dev=build 4|Added the wither.}} | |{{MC/HistoryLine|||dev=build 4|Added the wither.}} | ||
|{{HistoryLine|pocket}} | |{{MC/HistoryLine|pocket}} | ||
|{{HistoryLine||1.0.0|dev=alpha 0.17.0.1|Added endermites, polar bears, shulkers, and the ender dragon.}} | |{{MC/HistoryLine||1.0.0|dev=alpha 0.17.0.1|Added endermites, polar bears, shulkers, and the ender dragon.}} | ||
|{{HistoryLine||1.1.0|dev=alpha 0.17.0.1|Readded agents and NPCs.}} | |{{MC/HistoryLine||1.1.0|dev=alpha 0.17.0.1|Readded agents and NPCs.}} | ||
|{{HistoryLine|||dev=alpha 1.1.0.0|Added evokers, llamas, vexes, and vindicators.}} | |{{MC/HistoryLine|||dev=alpha 1.1.0.0|Added evokers, llamas, vexes, and vindicators.}} | ||
|{{HistoryLine|bedrock}} | |{{MC/HistoryLine|bedrock}} | ||
|{{HistoryLine||1.2.0|dev=beta 1.2.0.2|Added parrots.}} | |{{MC/HistoryLine||1.2.0|dev=beta 1.2.0.2|Added parrots.}} | ||
|{{HistoryLine||1.2.13|exp=Experimental Gameplay|dev=beta 1.2.13.8|Added drowned.}} | |{{MC/HistoryLine||1.2.13|exp=Experimental Gameplay|dev=beta 1.2.13.8|Added drowned.}} | ||
|{{HistoryLine||1.4.0|dev=beta 1.2.14.2|Added cod, salmon, pufferfish, and tropical fish.}} | |{{MC/HistoryLine||1.4.0|dev=beta 1.2.14.2|Added cod, salmon, pufferfish, and tropical fish.}} | ||
|{{HistoryLine|||dev=beta 1.2.20.1|Added dolphins.}} | |{{MC/HistoryLine|||dev=beta 1.2.20.1|Added dolphins.}} | ||
|{{HistoryLine||1.5.0|dev=beta 1.5.0.4|Added turtles.}} | |{{MC/HistoryLine||1.5.0|dev=beta 1.5.0.4|Added turtles.}} | ||
|{{HistoryLine||1.6.0|dev=beta 1.6.0.1|Added phantoms.}} | |{{MC/HistoryLine||1.6.0|dev=beta 1.6.0.1|Added phantoms.}} | ||
|{{HistoryLine||1.8.0|dev=beta 1.8.0.8|Added pandas. | |{{MC/HistoryLine||1.8.0|dev=beta 1.8.0.8|Added pandas. | ||
|Added cats as a separate mob from ocelots.}} | |Added cats as a separate mob from ocelots.}} | ||
|{{HistoryLine||1.9.0|exp=Experimental Gameplay|dev=beta 1.9.0.0|Added pillagers.}} | |{{MC/HistoryLine||1.9.0|exp=Experimental Gameplay|dev=beta 1.9.0.0|Added pillagers.}} | ||
|{{HistoryLine||1.10.0|exp=Experimental Gameplay|dev=beta 1.10.0.3|Added wandering traders, trader llamas, and ravagers.}} | |{{MC/HistoryLine||1.10.0|exp=Experimental Gameplay|dev=beta 1.10.0.3|Added wandering traders, trader llamas, and ravagers.}} | ||
|{{HistoryLine||1.13.0|dev=beta 1.13.0.1|Added foxes.}} | |{{MC/HistoryLine||1.13.0|dev=beta 1.13.0.1|Added foxes.}} | ||
|{{HistoryLine|||dev=beta 1.13.0.4|Added the elder guardian ghost.}} | |{{MC/HistoryLine|||dev=beta 1.13.0.4|Added the elder guardian ghost.}} | ||
|{{HistoryLine||1.14.0|dev=beta 1.14.0.1|Added bees.}} | |{{MC/HistoryLine||1.14.0|dev=beta 1.14.0.1|Added bees.}} | ||
|{{HistoryLine||1.16.0|dev=beta 1.16.0.51|Added hoglins and piglins. | |{{MC/HistoryLine||1.16.0|dev=beta 1.16.0.51|Added hoglins and piglins. | ||
|Zombie pigmen have been renamed to “zombified piglins”.}} | |Zombie pigmen have been renamed to “zombified piglins”.}} | ||
|{{HistoryLine|||dev=beta 1.16.0.57|Added zoglins and striders.}} | |{{MC/HistoryLine|||dev=beta 1.16.0.57|Added zoglins and striders.}} | ||
|{{HistoryLine||1.16.20|dev=beta 1.16.20.50|Added piglin brutes.}} | |{{MC/HistoryLine||1.16.20|dev=beta 1.16.20.50|Added piglin brutes.}} | ||
|{{HistoryLine||1.16.200|exp=Caves and Cliffs|dev=beta 1.16.200.52|Added goats.}} | |{{MC/HistoryLine||1.16.200|exp=Caves and Cliffs|dev=beta 1.16.200.52|Added goats.}} | ||
|{{HistoryLine||1.16.210|exp=Caves and Cliffs|dev=beta 1.16.210.59|Added glow squid.}} | |{{MC/HistoryLine||1.16.210|exp=Caves and Cliffs|dev=beta 1.16.210.59|Added glow squid.}} | ||
|{{HistoryLine|||dev=beta 1.16.210.60|Removed glow squid.}} | |{{MC/HistoryLine|||dev=beta 1.16.210.60|Removed glow squid.}} | ||
|{{HistoryLine||1.16.220|exp=Caves and Cliffs|dev=beta 1.16.220.50|Re-added glow squid.}} | |{{MC/HistoryLine||1.16.220|exp=Caves and Cliffs|dev=beta 1.16.220.50|Re-added glow squid.}} | ||
|{{HistoryLine||1.17.0|exp=Caves and Cliffs|dev=beta 1.16.230.52|Added axolotls.}} | |{{MC/HistoryLine||1.17.0|exp=Caves and Cliffs|dev=beta 1.16.230.52|Added axolotls.}} | ||
|{{HistoryLine||1.18.10|exp=Wild Update|dev=beta 1.18.10.24|Added frogs and tadpoles.}} | |{{MC/HistoryLine||1.18.10|exp=Wild Update|dev=beta 1.18.10.24|Added frogs and tadpoles.}} | ||
|{{HistoryLine||1.18.30|exp=Wild Update|dev=beta 1.18.30.22|Added allays.}} | |{{MC/HistoryLine||1.18.30|exp=Wild Update|dev=beta 1.18.30.22|Added allays.}} | ||
|{{HistoryLine|||dev=beta 1.18.30.32|Added wardens.}} | |{{MC/HistoryLine|||dev=beta 1.18.30.32|Added wardens.}} | ||
|{{HistoryLine||1.19.50|exp=Next Major Update|dev=Preview 1.19.50.21|Added camels.}} | |{{MC/HistoryLine||1.19.50|exp=Next Major Update|dev=Preview 1.19.50.21|Added camels.}} | ||
|{{HistoryLine||1.19.70|exp=Sniffer|dev=Preview 1.19.70.23|Added sniffers.}} | |{{MC/HistoryLine||1.19.70|exp=Sniffer|dev=Preview 1.19.70.23|Added sniffers.}} | ||
|{{HistoryLine||1.20.60|exp=Update 1.21|dev=Preview 1.20.60.20|Added breezes.}} | |{{MC/HistoryLine||1.20.60|exp=Update 1.21|dev=Preview 1.20.60.20|Added breezes.}} | ||
|{{HistoryLine||1.20.60|exp=Armadillo and Wolf Armor|dev=Preview 1.20.60.23|Added armadillos.}} | |{{MC/HistoryLine||1.20.60|exp=Armadillo and Wolf Armor|dev=Preview 1.20.60.23|Added armadillos.}} | ||
|{{HistoryLine||1.20.70|exp=Update 1.21|dev=Preview 1.20.70.24|Added bogged.}} | |{{MC/HistoryLine||1.20.70|exp=Update 1.21|dev=Preview 1.20.70.24|Added bogged.}} | ||
|{{HistoryLine||1.21.50|dev=Preview 1.21.50.20|Added creakings.}} | |{{MC/HistoryLine||1.21.50|dev=Preview 1.21.50.20|Added creakings.}} | ||
|{{HistoryLine||1.21.80|exp=Drop 2 2025|dev=Preview 1.21.80.25|Added happy ghasts.}} | |{{MC/HistoryLine||1.21.80|exp=Drop 2 2025|dev=Preview 1.21.80.25|Added happy ghasts.}} | ||
|{{HistoryLine||1.21.100|exp=Drop 3 2025|dev=Preview 1.21.100.23|Added copper golems.}} | |{{MC/HistoryLine||1.21.100|exp=Drop 3 2025|dev=Preview 1.21.100.23|Added copper golems.}} | ||
|{{HistoryLine||1.21.130|dev=Preview 1.21.130.20|Added nautiluses and zombie nautiluses.}} | |{{MC/HistoryLine||1.21.130|dev=Preview 1.21.130.20|Added nautiluses and zombie nautiluses.}} | ||
|{{HistoryLine|||dev=Preview 1.21.130.24|Added camel husks and parched.}} | |{{MC/HistoryLine|||dev=Preview 1.21.130.24|Added camel husks and parched.}} | ||
|{{HistoryLine|bedrock upcoming}}|{{HistoryLine||26.20|exp=Drop 2 of 2026|dev=Preview 26.20.23|Added sulfur cubes.}}}} | |{{MC/HistoryLine|bedrock upcoming}}|{{MC/HistoryLine||26.20|exp=Drop 2 of 2026|dev=Preview 26.20.23|Added sulfur cubes.}}}} | ||
=== Legacy Console Edition === | === Legacy Console Edition === | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|console}} | |{{MC/HistoryLine|console}} | ||
|{{HistoryLine||xbox=TU1|xbone=CU1|ps3=1.00|psvita=1.00|ps4=1.00|wiiu=Patch 1|switch=1.0.1|Added all mobs from and prior to Java Edition Beta 1.4.}} | |{{MC/HistoryLine||xbox=TU1|xbone=CU1|ps3=1.00|psvita=1.00|ps4=1.00|wiiu=Patch 1|switch=1.0.1|Added all mobs from and prior to Java Edition Beta 1.4.}} | ||
|{{HistoryLine||xbox=TU5|Added cave spiders, endermen, and silverfish.|Passive mobs will now flee when hit.}} | |{{MC/HistoryLine||xbox=TU5|Added cave spiders, endermen, and silverfish.|Passive mobs will now flee when hit.}} | ||
|{{HistoryLine||xbox=TU7|Added blazes, magma cubes, mooshrooms, and snow golems.|In creative mode, hostile mobs don't go after the player, unless attacked.}} | |{{MC/HistoryLine||xbox=TU7|Added blazes, magma cubes, mooshrooms, and snow golems.|In creative mode, hostile mobs don't go after the player, unless attacked.}} | ||
|{{HistoryLine||xbox=TU9|Added the ender dragon.}} | |{{MC/HistoryLine||xbox=TU9|Added the ender dragon.}} | ||
|{{HistoryLine||xbox=TU12|Added ocelots and iron golems.|Tamed ocelots become cats.}} | |{{MC/HistoryLine||xbox=TU12|Added ocelots and iron golems.|Tamed ocelots become cats.}} | ||
|{{HistoryLine||xbox=TU14|ps3=1.04|psvita=1.00|ps4=1.00|Added zombie villagers.}} | |{{MC/HistoryLine||xbox=TU14|ps3=1.04|psvita=1.00|ps4=1.00|Added zombie villagers.}} | ||
|{{HistoryLine||xbox=TU19|xbone=CU7|ps3=1.12|psvita=1.12|ps4=1.12|Added bats, [[Minecraft:horse]]s, donkeys, mules, skeleton horses, and zombie horses. Skeleton and zombie horses can only be summoned by world editing, etc.}} | |{{MC/HistoryLine||xbox=TU19|xbone=CU7|ps3=1.12|psvita=1.12|ps4=1.12|Added bats, [[Minecraft:horse]]s, donkeys, mules, skeleton horses, and zombie horses. Skeleton and zombie horses can only be summoned by world editing, etc.}} | ||
|{{HistoryLine||xbox=TU31|xbone=CU19|ps3=1.22|psvita=1.22|ps4=1.22|wiiu=Patch 3|Added endermites, rabbits, guardians, and elder guardians.}} | |{{MC/HistoryLine||xbox=TU31|xbone=CU19|ps3=1.22|psvita=1.22|ps4=1.22|wiiu=Patch 3|Added endermites, rabbits, guardians, and elder guardians.}} | ||
|{{HistoryLine||xbox=TU43|xbone=CU33|ps3=1.36|psvita=1.36|ps4=1.36|wiiu=Patch 13|Added polar bears.}} | |{{MC/HistoryLine||xbox=TU43|xbone=CU33|ps3=1.36|psvita=1.36|ps4=1.36|wiiu=Patch 13|Added polar bears.}} | ||
|{{HistoryLine||xbox=TU46|xbone=CU36|ps3=1.38|psvita=1.38|ps4=1.38|wiiu=Patch 15|Added shulkers, strays, and [[Minecraft:husk]]s. Skeleton horses are now available without world editing etc. due to the addition of skeleton trap horses.}} | |{{MC/HistoryLine||xbox=TU46|xbone=CU36|ps3=1.38|psvita=1.38|ps4=1.38|wiiu=Patch 15|Added shulkers, strays, and [[Minecraft:husk]]s. Skeleton horses are now available without world editing etc. due to the addition of skeleton trap horses.}} | ||
|{{HistoryLine||xbox=TU54|xbone=CU44|ps3=1.52|psvita=1.52|ps4=1.52|wiiu=Patch 24|switch=1.0.4|Added evokers, llamas, parrots, vexes, vindicators and illusioners. Zombie horses are now available without world editing, etc. due to the addition of the spawn egg. Illusioners are can only be summened by world editing, etc.}} | |{{MC/HistoryLine||xbox=TU54|xbone=CU44|ps3=1.52|psvita=1.52|ps4=1.52|wiiu=Patch 24|switch=1.0.4|Added evokers, llamas, parrots, vexes, vindicators and illusioners. Zombie horses are now available without world editing, etc. due to the addition of the spawn egg. Illusioners are can only be summened by world editing, etc.}} | ||
|{{HistoryLine||xbox=TU69|xbone=none|ps3=1.76|psvita=1.76|ps4=1.76|wiiu=Patch 38|switch=none|Added cod, dolphins, drowned, phantoms, pufferfish, salmon, and tropical fish.}} | |{{MC/HistoryLine||xbox=TU69|xbone=none|ps3=1.76|psvita=1.76|ps4=1.76|wiiu=Patch 38|switch=none|Added cod, dolphins, drowned, phantoms, pufferfish, salmon, and tropical fish.}} | ||
|{{HistoryLine||xbox=none|ps3=none|psvita=none|ps4=1.83|wiiu=none|Added pandas.|Cats are added as a separate mob from ocelots.}} | |{{MC/HistoryLine||xbox=none|ps3=none|psvita=none|ps4=1.83|wiiu=none|Added pandas.|Cats are added as a separate mob from ocelots.}} | ||
|{{HistoryLine||ps3=none|psvita=none|ps4=1.90|Added pillagers.}} | |{{MC/HistoryLine||ps3=none|psvita=none|ps4=1.90|Added pillagers.}} | ||
|{{HistoryLine||ps3=none|psvita=none|ps4=1.91|Added ravagers, trader llamas, and wandering traders.}} | |{{MC/HistoryLine||ps3=none|psvita=none|ps4=1.91|Added ravagers, trader llamas, and wandering traders.}} | ||
}} | }} | ||
=== ''New Nintendo 3DS Edition'' === | === ''New Nintendo 3DS Edition'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|3ds}} | |{{MC/HistoryLine|3ds}} | ||
|{{HistoryLine||0.1.0|Added all mobs from and prior to Pocket Edition Alpha 0.15.0.}} | |{{MC/HistoryLine||0.1.0|Added all mobs from and prior to Pocket Edition Alpha 0.15.0.}} | ||
|{{HistoryLine||1.3.12|Added guardians, elder guardians, and the wither.}} | |{{MC/HistoryLine||1.3.12|Added guardians, elder guardians, and the wither.}} | ||
|{{HistoryLine||1.7.10|Added endermites, polar bears, shulkers, and the ender dragon.}} | |{{MC/HistoryLine||1.7.10|Added endermites, polar bears, shulkers, and the ender dragon.}} | ||
|{{HistoryLine||1.9.19|Added evokers, llamas, vexes, and vindicators.}} | |{{MC/HistoryLine||1.9.19|Added evokers, llamas, vexes, and vindicators.}} | ||
}} | }} | ||
=== ''Minecraft Education'' === | === ''Minecraft Education'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|education}} | |{{MC/HistoryLine|education}} | ||
|{{HistoryLine||1.0.0|Added all mobs from and prior to Pocket Edition Alpha 0.16.0, including NPCs.}} | |{{MC/HistoryLine||1.0.0|Added all mobs from and prior to Pocket Edition Alpha 0.16.0, including NPCs.}} | ||
|{{HistoryLine||1.0.1|Added endermites, polar bears, shulkers, ender dragons, evokers, llamas, vexes, vindicators, and agents.}} | |{{MC/HistoryLine||1.0.1|Added endermites, polar bears, shulkers, ender dragons, evokers, llamas, vexes, vindicators, and agents.}} | ||
|{{HistoryLine||1.0.2|Added parrots.}} | |{{MC/HistoryLine||1.0.2|Added parrots.}} | ||
|{{HistoryLine||1.4|Added dolphins, cod, pufferfish, salmon, and tropical fish.}} | |{{MC/HistoryLine||1.4|Added dolphins, cod, pufferfish, salmon, and tropical fish.}} | ||
|{{HistoryLine||1.7|Added drowned, turtles, and phantoms.}} | |{{MC/HistoryLine||1.7|Added drowned, turtles, and phantoms.}} | ||
|{{HistoryLine||1.9|dev=1.8.0|Added pandas.|Cats are now a separate mob from ocelots.}} | |{{MC/HistoryLine||1.9|dev=1.8.0|Added pandas.|Cats are now a separate mob from ocelots.}} | ||
|{{HistoryLine||1.12.0|Added pillagers and wandering traders.}} | |{{MC/HistoryLine||1.12.0|Added pillagers and wandering traders.}} | ||
|{{HistoryLine||1.14.31|dev=1.14.30|Added foxes, brown mooshrooms, and bees.}} | |{{MC/HistoryLine||1.14.31|dev=1.14.30|Added foxes, brown mooshrooms, and bees.}} | ||
|{{HistoryLine||1.17.30|dev=1.17.30.2|Added hoglins, piglins, zoglins, striders, piglin brutes, goats, glow squid, and axolotls.|Zombie pigmen have been renamed to zombified piglin.}} | |{{MC/HistoryLine||1.17.30|dev=1.17.30.2|Added hoglins, piglins, zoglins, striders, piglin brutes, goats, glow squid, and axolotls.|Zombie pigmen have been renamed to zombified piglin.}} | ||
|{{HistoryLine||1.19.52|dev=1.19.50.0|Added frogs, tadpoles, allay and warden.}} | |{{MC/HistoryLine||1.19.52|dev=1.19.50.0|Added frogs, tadpoles, allay and warden.}} | ||
|{{HistoryLine||1.20.12|dev=1.20.10.0|Added camels and sniffers.}} | |{{MC/HistoryLine||1.20.12|dev=1.20.10.0|Added camels and sniffers.}} | ||
|{{HistoryLine||1.21.03|dev=Preview 1.21.01.0|Added armadillos, breeze and bogged.}} | |{{MC/HistoryLine||1.21.03|dev=Preview 1.21.01.0|Added armadillos, breeze and bogged.}} | ||
}} | }} | ||
== Issues == | == Issues == | ||
:''For issues unique to specific mobs, see that mob's issues section.'' | :''For issues unique to specific mobs, see that mob's issues section.'' | ||
{{ | {{MC/Issue list|Mob}} | ||
== Trivia == | == Trivia == | ||
* {{ | * {{MC/In|je}}, the rarest mob is a zombie villager chicken jockey wearing full enchanted diamond armor and holding an enchanted iron sword in its left hand. | ||
* There are many blocks in the game that do not take up a full block, such as trapdoors, and mobs actually see many of these as full blocks. | * There are many blocks in the game that do not take up a full block, such as trapdoors, and mobs actually see many of these as full blocks. | ||
** Mobs mistake some blocks for [[Minecraft:air]], such as [[Minecraft:carpet]]s, [[Minecraft:snow]], and [[Minecraft:string]]. | ** Mobs mistake some blocks for [[Minecraft:air]], such as [[Minecraft:carpet]]s, [[Minecraft:snow]], and [[Minecraft:string]]. | ||
* Despite the term mob being derived from mobile entity, supplementary material consistently uses it within the ''Minecraft'' universe. Characters from {{MCSM}} begin calling monsters mobs starting in ''Order Up'', whereas {{MCL|Farnum}} refers to himself as a “mobologist.” | * Despite the term mob being derived from mobile entity, supplementary material consistently uses it within the ''Minecraft'' universe. Characters from {{MC/MCSM}} begin calling monsters mobs starting in ''Order Up'', whereas {{MC/MCL|Farnum}} refers to himself as a “mobologist.” | ||
* {{ | * {{MC/In|bedrock}}, due to the lack of a "living entity" class of entities, armor stands, [[Minecraft:camera]]s, and even players are internally represented as "mobs". This has no direct effect on how these entities behave. However, {{MC/In|java}}, the advancements and statistics classify them as mobs. | ||
== Gallery == | == Gallery == | ||
| Line 560: | Line 560: | ||
=== Screenshots === | === Screenshots === | ||
<gallery> | <gallery> | ||
All Mobs BE.png|An overview image of all mobs {{ | All Mobs BE.png|An overview image of all mobs {{MC/In|be}} as of [[Minecraft:Bedrock Edition 1.21.114|1.21.114]]. The mobs cannot be summoned with no AI, so they start interacting with each other.{{note|An armor stand is here because they are internally mobs in ''Bedrock Edition''.}} | ||
</gallery> | </gallery> | ||
| Line 586: | Line 586: | ||
== References == | == References == | ||
{{ | {{MC/Reflist}} | ||
== External links == | == External links == | ||
| Line 592: | Line 592: | ||
== Navigation == | == Navigation == | ||
{{Navbox entities|mobs}} | {{MC/Navbox entities|mobs}} | ||
{{Navbox environment}} | {{MC/Navbox environment}} | ||
[[Category:Mobs| ]] | [[Category:Mobs| ]] | ||
Latest revision as of 20:38, 9 April 2026
Upstream Update Available — The source wiki has a newer version of this page.
View upstream version
Dismiss this banner by removing {{Upstream update available}} from the page after reviewing.
<upcoming: Template:Version link & Template:Version link></upcoming: Template:Version link & Template:Version link>A mob (short for mobile, mobile entity, or mobile object)<ref>
- REDIRECT Template:Wikipedia
Template:Redr or a single entity in a group when referring to Minecraft.</ref> is an AI-driven game entity. All mobs can be attacked or hurt (from falling, attacked by a player or another mob, falling into the void, hit by an Minecraft:arrow, etc. with the exception of natural creakings), and have some form of voluntary movement. Different types of mobs often have unique AI and loot.
Spawning
{{#vardefine:params|0 }}Template:Hatnote
Mobs spawn in various ways. Most mobs spawn naturally, depending on the light level, Minecraft:biome, and their surroundings. For example, most animals are found in bright areas on the surface, while hostile monsters are commonly found in the dark (whether it's a Minecraft:cave, monster room, mansion, or at night). Animals usually spawn upon chunk generation, while hostile monsters spawn and despawn in a certain radius around the player.
Some mobs, including passive and neutral animals, and even hoglins, have the ability to be bred by the player, creating offspring. Minecraft:Villagers cannot be directly bred by the player, instead randomly breeding depending on the time of day and the number of Minecraft:beds, which allows players to manipulate their likelihood of breeding.
Most mobs never spawn on transparent blocks, in water (except Minecraft:aquatic creatures), in lava (except for striders), on Minecraft:bedrock, or on blocks less than a full block tall (such as Minecraft:slabs placed on the bottom half). The exception is monster spawners, from which monsters can spawn naturally on any block including Minecraft:air.
Some mobs (like the snow golem and the Minecraft:wither) require that the player "construct" them before being able to spawn. The iron golem can spawn naturally and can also be constructed. The ender dragon can be respawned with four end crystals. A rare occurrence of spawning are the Minecraft:jockey mobs, which is a mob riding another mob.
Players can also spawn mobs easily by using spawn eggs in Creative mode or the
- REDIRECT Template:Command
Template:Redr command.
Despawning
{{#vardefine:params|0 }}Template:Hatnote Many mobs despawn (cease to exist) after a certain amount of time if far enough from the player. in Template:Editions, most passive mobs do not despawn, while most monsters do. in Template:Editions, almost all mobs despawn. Mobs can be prevented from despawning if they are named with a name tag, and in Java Edition{{
#vardefine: verifyedition |
}}<verify for {{#var:verifyedition}}></verify for {{#var:verifyedition}}>{{
#vardefine: verifyedition |
}}, also in a Minecraft:boat.
Behavior
Template:Hatnote {{#vardefine:params|2 }}Template:Hatnote
Mobs are affected by the environment in the same ways as the player; they are subject to physics, and they can be hurt by the same things that harm the player (catching on fire, falling, drowning, attacks from weapons, the /kill command, etc.). Some mobs may be resistant or immune to certain hazards, such as some Nether mobs, which are immune to fire. All Minecraft:aquatic mobs except dolphins are immune to drowning. Mobs can ride Minecraft:minecarts and other mobs can climb up Minecraft:ladders. When mobs are killed, they turn to smoke particles and drop items that may be useful resources.
Each type of mob in Minecraft has a certain AI (artificial intelligence) system with different behaviors and mechanics. Mobs ordinarily wander around at random if there is a player within 32 blocks and usually avoid walking off blocks high enough to cause falling damage. Many mobs have an advanced path-finding system that allows them to navigate through obstacles to get to a desired object or destination. Passive mobs flee in random directions after being hurt, while hostile mobs face and chase/attack the player as soon as the player comes close. Neutral mobs remain neutral until a player or mob provokes it (usually by attacking), at which point the neutral mob becomes hostile toward and attacks the entity that hit it. Most mobs are aware of players within (a Euclidian distance) 16 Minecraft:blocks of them, but some can see farther. Conversely, most mobs can be heard by players up to 16 blocks away. Mobs are harmless to players in Creative mode.
Most mobs cannot see through most solid blocks, including semi-transparent blocks such as Minecraft:ice, Minecraft:glass, tall grass, or glass panes. in Template:Editions, all mobs (except for Minecraft:wardens<ref>Template:Bug</ref>) try to avoid walking over Minecraft:rails unless pushed onto the rails by other mobs.
Using specific name tags on mobs can result in unusual behavior or rendering. See Name Tag § Easter eggs for details.
List of mobs
Mobs are listed and classified by their nature from the player's perspective. For more details on a particular mob, click on them to view their individual page.
Passive mobs
Passive mobs are harmless mobs that do not attack players, even when provoked or attacked, though some of them may attack other mobs. Most of them are Minecraft:animals and can be bred or tamed.
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Allay}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Allay}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Armadillo}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Armadillo}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Axolotl}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Axolotl}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Bat}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Bat}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Camel}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Camel}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Camel Husk}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Camel Husk}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Cat}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Cat}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Chicken}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Chicken}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Cod}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Cod}}{{#VARDEFINE:mob face image| CodBody.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Copper Golem}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Copper Golem}}{{#VARDEFINE:mob face image| CopperGolemFace.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Cow}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Cow}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Donkey}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Donkey}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Frog}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Frog}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Glow Squid}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Glow Squid}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Happy Ghast}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Happy Ghast}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Horse}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Horse}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Mooshroom}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Mooshroom}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Mule}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Mule}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Ocelot}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Ocelot}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Parrot}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Parrot}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Pig}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Pig}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Rabbit}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Rabbit}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Salmon}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Salmon}}{{#VARDEFINE:mob face image| SalmonBody.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Sheep}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Sheep}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Skeleton Horse}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Skeleton Horse}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Sniffer}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Sniffer}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Snow Golem}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Snow Golem}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Squid}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Squid}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Strider}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Strider}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Tadpole}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Tadpole}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Tropical Fish}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Tropical Fish}}{{#VARDEFINE:mob face image| TropicalFishBody.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Turtle}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Turtle}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Wandering Trader}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Wandering Trader}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Zombie Horse}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Zombie Horse}}{{#VARDEFINE:mob face image| ZombieHorseFace.png }}
Template:Mob icon list <references group="p">
</references>
Neutral mobs
Neutral mobs are sometimes passive and sometimes hostile toward the player. These mobs usually require provocation from the player in one way or another to attack or become hostile, while some can be naturally hostile and have a way to be pacified.
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Bee}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Bee}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Cave Spider}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Cave Spider}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Dolphin}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Dolphin}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Drowned}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Drowned}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Enderman}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Enderman}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Fox}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Fox}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Goat}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Goat}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Iron Golem}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Iron Golem}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Llama}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Llama}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Nautilus}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Nautilus}}{{#VARDEFINE:mob face image| NautilusBody.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Panda}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Panda}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Piglin}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Piglin}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Polar Bear}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Polar Bear}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Pufferfish}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Pufferfish}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Spider}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Spider}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Trader Llama}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Trader Llama}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Wolf}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Wolf}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Zombie Nautilus}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Zombie Nautilus}}{{#VARDEFINE:mob face image| ZombieNautilusBody.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Zombified Piglin}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Zombified Piglin}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
Template:Mob icon list <references group="n">
</references>
Hostile mobs
Hostile mobs are dangerous, aggressive monsters that always attack the player within their respective detection ranges. Monsters in general, whether passive or neutral, are involved in mechanics pertaining to hostile mobs regardless of behavior.
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Blaze}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Blaze}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Bogged}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Bogged}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Breeze}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Breeze}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Creaking}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Creaking}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Creeper}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Creeper}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Elder Guardian}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Elder Guardian}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Endermite}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Endermite}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Evoker}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Evoker}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Ghast}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Ghast}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Guardian}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Guardian}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Hoglin}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Hoglin}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Husk}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Husk}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Magma Cube}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Magma Cube}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Parched}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Parched}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Phantom}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Phantom}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Piglin Brute}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Piglin Brute}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Pillager}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Pillager}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Ravager}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Ravager}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Shulker}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Shulker}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Silverfish}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Silverfish}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Skeleton}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Skeleton}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Slime}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Slime}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Stray}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Stray}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Vex}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Vex}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Vindicator}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Vindicator}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Warden}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Warden}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Witch}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Witch}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Wither Skeleton}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Wither Skeleton}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Zoglin}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Zoglin}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Zombie}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Zombie}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Zombie Villager}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Zombie Villager}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
Template:Mob icon list <references group="h">
</references>
Boss mobs
|
For the {{{Description}}} of the same name, see [[{{{Destination}}}]]. |
Boss mobs are special hostile mobs that are tougher and more dangerous than other mobs. They do not spawn randomly and are confronted intentionally. All boss mobs have a bossbar featuring their name and health. Boss mobs provide unique challenges and equivalent rewards, such as XP or useful items.
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Ender Dragon}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Ender Dragon}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Wither}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Wither}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
Template:Mob icon list <references group="b">
</references>
Creators or education mobs
These passive mobs are designed primarily for Adventure maps and Minecraft:add-on creating, rather than regular gameplay. They are used in Minecraft Education for coding, education, or interactive learning. Both are only accessible with commands in Template:Editions.Template:Mob icon list
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Agent}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Agent}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|NPC}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|NPC}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
China exclusive
This passive mob is only exclusive to Minecraft:China Edition. Template:Mob icon list
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Pet (entity)}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Pet}}{{#VARDEFINE:mob face image| FoxFace.png }}
Unused mobs
{{#vardefine:params|2 }}Template:Hatnote
These mobs cannot spawn without the use of
- REDIRECT Template:Command
Template:Redr or spawn eggs. Old villagers and old zombie villagers cannot be spawned with /summon. Making it unattainable in vanilla. Template:Mob icon list Template:Mob icon Template:Mob icon
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Illusioner}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Illusioner}}{{#VARDEFINE:mob face image| Illusioner_Face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Old Villager}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Old Villager}}{{#VARDEFINE:mob face image| OldVillagerFace.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Old Zombie Villager}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Old Zombie Villager}}{{#VARDEFINE:mob face image| OldZombieVillagerFace.png }}
Template:Mob icon list <references group="u">
</references>
Similar entities
These entities are grouped within the "living entities" category in the game code. in Template:Editions, they are all under the mob class in the entity format. Mannequins and cameras are creative-only entities.
Template:Mob icon list
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Armor Stand}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Armor Stand}}{{#VARDEFINE:mob face image| ArmorStandFace.png }}
Template:Mob icon Template:Mob icon Template:Mob icon Template:Mob icon list
Removed mobs
{{#vardefine:params|2 }}Template:Hatnote
Removed mobs are mobs that no longer exist in current versions of the game.
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Builder}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Builder}}{{#VARDEFINE:mob face image| HumanFace.png }}
Template:Mob icon Template:Mob icon
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Monster (entity)}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Monster}}{{#VARDEFINE:mob face image| HumanFace.png }}
Template:Mob icon list <references group="r">
</references>
Joke mobs
{{#vardefine:params|0 }}Template:Hatnote
Mobs that were added as April Fools' Day jokes in Template:Editions, and cannot be found in the normal version.
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Angry Ghast}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Angry Ghast}}{{#VARDEFINE:mob face image| AngryGhastFace.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Batato}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Batato}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Diamond Chicken}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Diamond Chicken}}{{#VARDEFINE:mob face image| DiamondChicken Face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Living Block}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Living Block}}{{#VARDEFINE:mob face image| Dirt (texture).png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Love Golem}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Love Golem}}{{#VARDEFINE:mob face image| LoveGolem Face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Mega Spud}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Mega Spud}}{{#VARDEFINE:mob face image| Mega SpudFace.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Moon Cow}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Moon Cow}}{{#VARDEFINE:mob face image| MoonCowFace.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Nerd Creeper}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Nerd Creeper}}{{#VARDEFINE:mob face image| NerdCreeper Face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Pink Wither}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Pink Wither}}{{#VARDEFINE:mob face image| FriendlyWither Face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Poisonous Potato Zombie}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Poisonous Potato Zombie}}{{#VARDEFINE:mob face image| PoisonousPotatoZombieFace.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Ray Tracing (mob)}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Ray Tracing}}{{#VARDEFINE:mob face image| RayTracing Face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Redstone Bug}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Redstone Bug}}{{#VARDEFINE:mob face image| RedstoneBug Face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Spectator Villager}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Spectator Villager}}{{#VARDEFINE:mob face image| VillagerFace.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Spectator Witch}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Spectator Witch}}{{#VARDEFINE:mob face image| WitchFace.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Smiling Creeper}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Smiling Creeper}}{{#VARDEFINE:mob face image| SmilingCreeper Face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Toxifin Slab}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Toxifin Slab}}{{#VARDEFINE:mob face image| ToxifinSlabFace.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Traitor}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Traitor}}{{#VARDEFINE:mob face image| TraitorFace.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Warden (April Fools' joke)}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Warden (boss)}}{{#VARDEFINE:mob face image| WardenFace.png }}
Pet mobs
These mobs, although similar to their non-joke counterparts, are their own mobs.
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Pet Armadillo}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Pet Armadillo}}{{#VARDEFINE:mob face image| ArmadilloFace.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Pet Axolotl}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Pet Axolotl}}{{#VARDEFINE:mob face image| AxolotlFace.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Pet Bee}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Pet Bee}}{{#VARDEFINE:mob face image| BeeFace.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Pet Cat}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Pet Cat}}{{#VARDEFINE:mob face image| CatFace.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Pet Chicken}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Pet Chicken}}{{#VARDEFINE:mob face image| ChickenFace.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Pet Cow}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Pet Cow}}{{#VARDEFINE:mob face image| CowFace.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Pet Creeper}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Pet Creeper}}{{#VARDEFINE:mob face image| CreeperFace.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Pet Fox}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Pet Fox}}{{#VARDEFINE:mob face image| FoxFace.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Pet Frog}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Pet Frog}}{{#VARDEFINE:mob face image| FrogFace.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Pet Mooshroom}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Pet Mooshroom}}{{#VARDEFINE:mob face image| MooshroomFace.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Pet Polar Bear}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Pet Polar Bear}}{{#VARDEFINE:mob face image| PolarBearFace.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Pet Slime}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Pet Slime}}{{#VARDEFINE:mob face image| SlimeFace.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Pet Turtle}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Pet Turtle}}{{#VARDEFINE:mob face image| TurtleFace.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Pet Wolf}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Pet Wolf}}{{#VARDEFINE:mob face image| WolfFace.png }}
Unimplemented mobs
{{#vardefine:params|0 }}Template:Hatnote
Mobs that were announced by Mojang as potential additions to the game, but either got scrapped or shelved indefinitely.
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Alpaca}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Alpaca}}{{#VARDEFINE:mob face image| UnknownMobFaceIconThing.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Barnacle}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Barnacle}}{{#VARDEFINE:mob face image| MonsterOfTheOceanDepthsFace.jpg }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Crab}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Crab}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Firefly (mob)}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Firefly}}{{#VARDEFINE:mob face image| Firefly.gif }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Glare}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Glare}}{{#VARDEFINE:mob face image| EntitySprite glare.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Iceologer}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Iceologer}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Meerkat}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Meerkat}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Moobloom}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Moobloom}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Ostrich}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Ostrich}}{{#VARDEFINE:mob face image| EntitySprite ostrich.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Penguin}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Penguin}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Pigman Bodyguard}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Pigman Bodyguard}}{{#VARDEFINE:mob face image| PigmanFace.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Rascal}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Rascal}}{{#VARDEFINE:mob face image| EntitySprite rascal.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Red Dragon}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Red Dragon}}{{#VARDEFINE:mob face image| UnknownMobFaceIconThing.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Warden#Shade}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Shade}}{{#VARDEFINE:mob face image| UnknownMobFaceIconThing.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Termite}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Termite}}{{#VARDEFINE:mob face image| EntitySprite termite.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|The Great Hunger}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|The Great Hunger}}{{#VARDEFINE:mob face image| GreatHungerFace.jpg }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Tuff Golem}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Tuff Golem}}{{#VARDEFINE:mob face image| EntitySprite tuff-golem.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Vulture}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Vulture}}{{#VARDEFINE:mob face image| EntitySprite vulture.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Wildfire}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Wildfire}}{{#VARDEFINE:mob face image| {{#VAR:mob name}} face.png }}
Template:Mob icon list <references group="n">
</references>
Mentioned mobs
{{#vardefine:params|0 }}Template:Hatnote
Mobs that were briefly mentioned by Mojang Studios on social media and other platforms.
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Mentioned features#Brief mentions}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Beaver}}{{#VARDEFINE:mob face image| UnknownMobFaceIconThing.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Mentioned features#Brief mentions}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Glow Worm}}{{#VARDEFINE:mob face image| UnknownMobFaceIconThing.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Mentioned features#Brief mentions}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Goblin}}{{#VARDEFINE:mob face image| UnknownMobFaceIconThing.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Herobrine}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Herobrine}}{{#VARDEFINE:mob face image| HerobrineFace.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Mentioned features#Brief mentions}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Lava Zombie}}{{#VARDEFINE:mob face image| UnknownMobFaceIconThing.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Mentioned features#Brief mentions}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Musician}}{{#VARDEFINE:mob face image| UnknownMobFaceIconThing.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Mentioned features#Brief mentions}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Reindeer}}{{#VARDEFINE:mob face image| UnknownMobFaceIconThing.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Shark}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Shark}}{{#VARDEFINE:mob face image| UnknownMobFaceIconThing.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Mentioned features#Brief mentions}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Soul Fire Blaze}}{{#VARDEFINE:mob face image| UnknownMobFaceIconThing.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Mentioned features#Brief mentions}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Sloth}}{{#VARDEFINE:mob face image| UnknownMobFaceIconThing.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Mentioned features#Brief mentions}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Snail}}{{#VARDEFINE:mob face image| UnknownMobFaceIconThing.png }}
<templatestyles src="Mob icon/styles.css"/>{{#VARDEFINE:link|Mentioned features#Brief mentions}}{{#VARDEFINE:externallink|}}{{#VARDEFINE:mob name|Troll}}{{#VARDEFINE:mob face image| UnknownMobFaceIconThing.png }}
Template:Mob icon list <references group="n">
</references>
Classification
{{#vardefine:params|2 }}Template:Hatnote
Knockback resistance
{{#vardefine:params|0 }}Template:Hatnote Some non-boss mobs resist a certain percentage of knockback from attacks.
| Mob | Knockback resistance |
|---|---|
|
100% (are invulnerable) |
|
0%–5% (determined on spawn) |
|
85% |
|
60% |
|
100% |
|
70%Template:Only 50%Template:Only |
Damage dealt by mobs
{{#vardefine:params|0 }}Template:Hatnote
Achievements
Advancements
Script error: No such module "Advancement".
Videos
- REDIRECT Template:YouTube
- REDIRECT Template:YouTube
- REDIRECT Template:YouTube
- REDIRECT Template:YouTube
History
Java Edition
Bedrock Edition
Legacy Console Edition
New Nintendo 3DS Edition
Minecraft Education
Issues
- For issues unique to specific mobs, see that mob's issues section.
Script error: No such module "Issue list".
Trivia
- in Template:Editions, the rarest mob is a zombie villager chicken jockey wearing full enchanted diamond armor and holding an enchanted iron sword in its left hand.
- There are many blocks in the game that do not take up a full block, such as trapdoors, and mobs actually see many of these as full blocks.
- Mobs mistake some blocks for Minecraft:air, such as Minecraft:carpets, Minecraft:snow, and Minecraft:string.
- Despite the term mob being derived from mobile entity, supplementary material consistently uses it within the Minecraft universe. Characters from Minecraft: Story Mode begin calling monsters mobs starting in Order Up, whereas Farnum refers to himself as a “mobologist.”
- in Template:Editions, due to the lack of a "living entity" class of entities, armor stands, Minecraft:cameras, and even players are internally represented as "mobs". This has no direct effect on how these entities behave. However, in Template:Editions, the advancements and statistics classify them as mobs.
Gallery
Screenshots
-
An overview image of all mobs in Template:Editions as of 1.21.114. The mobs cannot be summoned with no AI, so they start interacting with each other.Template:Note
In other media
-
Official T-shirt artwork "Animal Totem" made by JINX.
-
Official T-shirt artwork "Creatures" made by JINX.
-
Official T-shirt artwork "Lineup" featuring hostile mobs as well as a chicken. Made by JINX.
-
Official T-shirt artwork featuring Steve and mobs. Made by Capy.
-
Official T-shirt artwork "Party" featuring Steve and mobs. Made by JINX.
-
Official T-shirt artwork "Tight Spot" featuring Steve and hostile mobs. Made by JINX.
-
An image of a mysterious mob posted on twitter to promote the first mob vote.
-
A slightly more detailed version of the previous image, posted later.
-
Concept art of mob gargoyles for A Minecraft Movie.
-
Artwork featuring various mobs, as well as players.
-
Art of players and mobs against a sunset.
See also
- Entity
- List of mobs by version
Notes
References
<references group="">
</references>
External links
- Everything you need to know about Minecraft mobs – Minecraft.net on September 22, 2023
| Geography | |||||||||
|---|---|---|---|---|---|---|---|---|---|
| Sky and fog | |||||||||
| Weather |
| ||||||||
| Dimensions | |||||||||
| World types |
| ||||||||
| Player constructions |
| ||||||||
| Matter | |||||||||
| Sound | |||||||||
| Joke |
| ||||||||
| Bugs |
| ||||||||
| Removed |
|
cs:Stvoření de:Kreatur es:Criatura fr:Créature hu:Teremtmény it:Mob ja:Mob ko:몹 lzh:生靈 nl:Wezen pl:Moby pt:Criatura ru:Моб th:ม็อบ uk:Моб zh:生物