Minecraft:Family: Difference between revisions
From SAS Gaming Wiki
More actions
Remove broken links to missing pages |
Fix template calls: add MC/ prefix |
||
| Line 1: | Line 1: | ||
{{about|the list of families|the target selector argument <code>family</code>|Target selectors#Selecting targets by family}} | {{about|the list of families|the target selector argument <code>family</code>|Target selectors#Selecting targets by family}} | ||
{{ | {{MC/Exclusive|bedrock}} | ||
A '''family''', or '''entity family''', is a unique technical label for {{ | A '''family''', or '''entity family''', is a unique technical label for {{MC/El|be}}, which specifies the family to which an entity belongs. Families are defined by the [https://learn.microsoft.com/en-us/minecraft/creator/reference/content/entityreference/examples/entitycomponents/minecraftcomponent_type_family <code>minecraft:type_family</code>] component in the entities' behavior files. These labels are used for target selection in commands and entity behaviors. <!-- Do not link the Target selector page to the term ‘target selection,’ because that page only covers usage in commands. --> | ||
== List of families == | == List of families == | ||
| Line 13: | Line 13: | ||
| style="text-align:center;" | – | | style="text-align:center;" | – | ||
| | | | ||
* {{ | * {{MC/Entitylink|Piglin Brute}} | ||
|- | |- | ||
| <code>allay</code> | | <code>allay</code> | ||
| A tag applied to allays. | | A tag applied to allays. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Allay}} | ||
|- | |- | ||
| <code>animal</code> | | <code>animal</code> | ||
| A tag applied to animal mobs. Due to a bug, this family tag is only applied to goats.<ref>{{bug|MCPE-233650||"animal" family entity type is missing all animals but goats}}</ref> | | A tag applied to animal mobs. Due to a bug, this family tag is only applied to goats.<ref>{{bug|MCPE-233650||"animal" family entity type is missing all animals but goats}}</ref> | ||
| | | | ||
* {{ | * {{MC/Entitylink|Goat}} | ||
|- | |- | ||
| <code>armadillo</code> | | <code>armadillo</code> | ||
| A tag applied to armadillos. | | A tag applied to armadillos. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Armadillo}} | ||
|- | |- | ||
| <code>armor_stand</code> | | <code>armor_stand</code> | ||
| A tag applied to armor stands. | | A tag applied to armor stands. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Armor Stand}} | ||
|- | |- | ||
| <code>armorer</code> | | <code>armorer</code> | ||
| A tag applied to villagers and zombie villagers that have the armorer profession. | | A tag applied to villagers and zombie villagers that have the armorer profession. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Old Villager}} | ||
* {{ | * {{MC/Entitylink|Old Zombie Villager}} | ||
* {{ | * {{MC/Entitylink|Villager}} | ||
* {{ | * {{MC/Entitylink|Zombie Villager}} | ||
|- | |- | ||
| <code>arthropod</code> | | <code>arthropod</code> | ||
| A tag applied to mobs that are affected by the Bane of Arthropods enchantment. | | A tag applied to mobs that are affected by the Bane of Arthropods enchantment. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Bee}} | ||
* {{ | * {{MC/Entitylink|Cave Spider}} | ||
* {{ | * {{MC/Entitylink|Endermite}} | ||
* {{ | * {{MC/Entitylink|Silverfish}} | ||
* {{ | * {{MC/Entitylink|Spider}} | ||
|- | |- | ||
| <code>artisan</code> | | <code>artisan</code> | ||
| A tag applied to villagers with the butcher, leatherworker, or mason profession. | | A tag applied to villagers with the butcher, leatherworker, or mason profession. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Old Villager}} | ||
* {{ | * {{MC/Entitylink|Villager}} | ||
|- | |- | ||
| <code>aquatic</code> | | <code>aquatic</code> | ||
| A tag applied to [[Minecraft:aquatic]]-themed mobs. | | A tag applied to [[Minecraft:aquatic]]-themed mobs. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Axolotl}} | ||
* {{ | * {{MC/Entitylink|Cod}} | ||
* {{ | * {{MC/Entitylink|Dolphin}} | ||
* {{ | * {{MC/Entitylink|Elder Guardian}} | ||
* {{ | * {{MC/Entitylink|Glow Squid}} | ||
* {{ | * {{MC/Entitylink|Guardian}} | ||
* {{ | * {{MC/Entitylink|Nautilus}} | ||
* {{ | * {{MC/Entitylink|Pufferfish}} | ||
* {{ | * {{MC/Entitylink|Salmon}} | ||
* {{ | * {{MC/Entitylink|Squid}} | ||
* {{ | * {{MC/Entitylink|Tadpole}} | ||
* {{ | * {{MC/Entitylink|Tropical Fish}} | ||
* {{ | * {{MC/Entitylink|Turtle}} | ||
* {{ | * {{MC/Entitylink|Zombie Nautilus}} | ||
|- | |- | ||
| <code>axolotl</code> | | <code>axolotl</code> | ||
| A tag applied to axolotls. | | A tag applied to axolotls. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Axolotl}} | ||
|- | |- | ||
| <code>baby_piglin</code> | | <code>baby_piglin</code> | ||
| A tag applied to baby piglins. | | A tag applied to baby piglins. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Piglin}} | ||
|- | |- | ||
| <code>baby_turtle</code> | | <code>baby_turtle</code> | ||
| A tag applied to baby turtles. | | A tag applied to baby turtles. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Turtle}} | ||
|- | |- | ||
| <code>baby_undead</code> | | <code>baby_undead</code> | ||
| A tag applied to baby zombie variants. | | A tag applied to baby zombie variants. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Drowned}} | ||
* {{ | * {{MC/Entitylink|Husk}} | ||
* {{ | * {{MC/Entitylink|Zombie}} | ||
* {{ | * {{MC/Entitylink|Zombie Villager}}<ref>Note: {{MC/Cd|baby_undead}} only applies to baby zombie villagers transformed from baby villagers, or when spawned using the {{MC/Cd|minecraft:entity_born}} or {{MC/Cd|minecraft:as_baby}} [[Minecraft:spawn event]]s, not ones that have naturally spawned. See {{bug|MCPE-234690}} and {{bug|MCPE-234691}}.</ref> | ||
* {{ | * {{MC/Entitylink|Zombified Piglin}} | ||
|- | |- | ||
| <code>bat</code> | | <code>bat</code> | ||
| A tag applied to bats. | | A tag applied to bats. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Bat}} | ||
|- | |- | ||
| <code>bee</code> | | <code>bee</code> | ||
| A tag applied to bees. | | A tag applied to bees. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Bee}} | ||
|- | |- | ||
| <code>blacksmith</code> | | <code>blacksmith</code> | ||
| A tag applied to villagers with the armorer, toolsmith, and weaponsmith profession. | | A tag applied to villagers with the armorer, toolsmith, and weaponsmith profession. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Old Villager}} | ||
* {{ | * {{MC/Entitylink|Villager}} | ||
|- | |- | ||
| <code>blaze</code> | | <code>blaze</code> | ||
| A tag applied to blazes. | | A tag applied to blazes. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Blaze}} | ||
|- | |- | ||
| <code>boat</code> | | <code>boat</code> | ||
| A tag applied to boats and boats with chests. | | A tag applied to boats and boats with chests. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Boat}} | ||
* {{ | * {{MC/Entitylink|id=boat-with-chest|Chest Boat}} | ||
|- | |- | ||
| <code>bogged</code> | | <code>bogged</code> | ||
| A tag applied to bogged. | | A tag applied to bogged. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Bogged}} | ||
|- | |- | ||
| <code>breeze</code> | | <code>breeze</code> | ||
| A tag applied to breezes. | | A tag applied to breezes. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Breeze}} | ||
|- | |- | ||
| <code>butcher</code> | | <code>butcher</code> | ||
| A tag applied to villagers and zombie villagers with the butcher profession. | | A tag applied to villagers and zombie villagers with the butcher profession. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Old Villager}} | ||
* {{ | * {{MC/Entitylink|Old Zombie Villager}} | ||
* {{ | * {{MC/Entitylink|Villager}} | ||
* {{ | * {{MC/Entitylink|Zombie Villager}} | ||
|- | |- | ||
| <code>camel</code> | | <code>camel</code> | ||
| A tag applied to camels. | | A tag applied to camels. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Camel}} | ||
|- | |- | ||
| <code>camel_husk</code> | | <code>camel_husk</code> | ||
| A tag applied to camel husks. | | A tag applied to camel husks. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Camel Husk}} | ||
|- | |- | ||
| <code>cartographer</code> | | <code>cartographer</code> | ||
| A tag applied to villagers and zombie villagers with the cartographer profession. | | A tag applied to villagers and zombie villagers with the cartographer profession. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Old Villager}} | ||
* {{ | * {{MC/Entitylink|Old Zombie Villager}} | ||
* {{ | * {{MC/Entitylink|Villager}} | ||
* {{ | * {{MC/Entitylink|Zombie Villager}} | ||
|- | |- | ||
| <code>cat</code> | | <code>cat</code> | ||
| A tag applied to cats. | | A tag applied to cats. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Cat}} | ||
|- | |- | ||
| <code>cavespider</code> | | <code>cavespider</code> | ||
| A tag applied to cave spiders. | | A tag applied to cave spiders. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Cave Spider}} | ||
|- | |- | ||
| <code>chicken</code> | | <code>chicken</code> | ||
| A tag applied to chickens. | | A tag applied to chickens. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Chicken}} | ||
|- | |- | ||
| <code>cleric</code> | | <code>cleric</code> | ||
| A tag applied to villagers and zombie villagers with the cleric profession. | | A tag applied to villagers and zombie villagers with the cleric profession. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Old Villager}} | ||
* {{ | * {{MC/Entitylink|Old Zombie Villager}} | ||
* {{ | * {{MC/Entitylink|Villager}} | ||
* {{ | * {{MC/Entitylink|Zombie Villager}} | ||
|- | |- | ||
| <code>cod</code> | | <code>cod</code> | ||
| A tag applied to cod. | | A tag applied to cod. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Cod}} | ||
|- | |- | ||
| <code>copper_golem</code> | | <code>copper_golem</code> | ||
| A tag applied to copper golems. | | A tag applied to copper golems. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Copper Golem}} | ||
|- | |- | ||
| <code>cow</code> | | <code>cow</code> | ||
| A tag applied to cows. | | A tag applied to cows. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Cow}} | ||
|- | |- | ||
| <code>creaking</code> | | <code>creaking</code> | ||
| A tag applied to creakings. | | A tag applied to creakings. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Creaking}} | ||
|- | |- | ||
| <code>creeper</code> | | <code>creeper</code> | ||
| A tag applied to creepers. | | A tag applied to creepers. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Creeper}} | ||
|- | |- | ||
| <code>dolphin</code> | | <code>dolphin</code> | ||
| A tag applied to dolphins. | | A tag applied to dolphins. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Dolphin}} | ||
|- | |- | ||
| <code>donkey</code> | | <code>donkey</code> | ||
| A tag applied to donkeys. | | A tag applied to donkeys. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Donkey}} | ||
|- | |- | ||
| <code>dragon</code> | | <code>dragon</code> | ||
| A tag applied to the ender dragon. | | A tag applied to the ender dragon. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Ender Dragon}} | ||
|- | |- | ||
| <code>drowned</code> | | <code>drowned</code> | ||
| A tag applied to drowned. | | A tag applied to drowned. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Drowned}} | ||
|- | |- | ||
| <code>enderman</code> | | <code>enderman</code> | ||
| A tag applied to endermen. | | A tag applied to endermen. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Enderman}} | ||
|- | |- | ||
| <code>endermite</code> | | <code>endermite</code> | ||
| A tag applied to endermites. | | A tag applied to endermites. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Endermite}} | ||
|- | |- | ||
| <code>evocation_illager</code> | | <code>evocation_illager</code> | ||
| A tag applied to evokers. | | A tag applied to evokers. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Evoker}} | ||
|- | |- | ||
| <code>farmer</code> | | <code>farmer</code> | ||
| A tag applied to villagers and zombie villagers with the farmer profession. | | A tag applied to villagers and zombie villagers with the farmer profession. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Old Villager}} | ||
* {{ | * {{MC/Entitylink|Old Zombie Villager}} | ||
* {{ | * {{MC/Entitylink|Villager}} | ||
* {{ | * {{MC/Entitylink|Zombie Villager}} | ||
|- | |- | ||
| <code>fish</code> | | <code>fish</code> | ||
| A tag applied to fish-related mobs. | | A tag applied to fish-related mobs. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Cod}} | ||
* {{ | * {{MC/Entitylink|Pufferfish}} | ||
* {{ | * {{MC/Entitylink|Salmon}} | ||
* {{ | * {{MC/Entitylink|Tropical Fish}} | ||
|- | |- | ||
| <code>fisherman</code> | | <code>fisherman</code> | ||
| A tag applied to villagers and zombie villagers with the fisherman profession. | | A tag applied to villagers and zombie villagers with the fisherman profession. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Old Villager}} | ||
* {{ | * {{MC/Entitylink|Old Zombie Villager}} | ||
* {{ | * {{MC/Entitylink|Villager}} | ||
* {{ | * {{MC/Entitylink|Zombie Villager}} | ||
|- | |- | ||
| <code>fletcher</code> | | <code>fletcher</code> | ||
| A tag applied to villagers and zombie villagers with the fletcher profession. | | A tag applied to villagers and zombie villagers with the fletcher profession. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Old Villager}} | ||
* {{ | * {{MC/Entitylink|Old Zombie Villager}} | ||
* {{ | * {{MC/Entitylink|Villager}} | ||
* {{ | * {{MC/Entitylink|Zombie Villager}} | ||
|- | |- | ||
| <code>fox</code> | | <code>fox</code> | ||
| A tag applied to foxes. | | A tag applied to foxes. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Fox}} | ||
|- | |- | ||
| <code>frog</code> | | <code>frog</code> | ||
| A tag applied to frogs. | | A tag applied to frogs. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Frog}} | ||
|- | |- | ||
| <code>ghast</code> | | <code>ghast</code> | ||
| A tag applied to ghasts. | | A tag applied to ghasts. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Ghast}} | ||
|- | |- | ||
| <code>goat</code> | | <code>goat</code> | ||
| A tag applied to goats. | | A tag applied to goats. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Goat}} | ||
|- | |- | ||
| <code>guardian</code> | | <code>guardian</code> | ||
| A tag applied to guardians. | | A tag applied to guardians. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Guardian}} | ||
|- | |- | ||
| <code>guardian_elder</code> | | <code>guardian_elder</code> | ||
| A tag applied to elder guardians. | | A tag applied to elder guardians. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Elder Guardian}} | ||
|- | |- | ||
| <code>happy_ghast</code> | | <code>happy_ghast</code> | ||
| A tag applied to happy ghasts. | | A tag applied to happy ghasts. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Happy Ghast}} | ||
|- | |- | ||
| <code>hoglin</code> | | <code>hoglin</code> | ||
| A tag applied to hoglins. | | A tag applied to hoglins. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Hoglin}} | ||
|- | |- | ||
| <code>hoglin_adult</code> | | <code>hoglin_adult</code> | ||
| A tag applied to adult hoglins. | | A tag applied to adult hoglins. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Hoglin}} | ||
|- | |- | ||
| <code>hoglin_baby</code> | | <code>hoglin_baby</code> | ||
| A tag applied to baby hoglins. | | A tag applied to baby hoglins. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Hoglin}} | ||
|- | |- | ||
| <code>hoglin_huntable</code> | | <code>hoglin_huntable</code> | ||
| A tag applied to hoglins that can be hunted by piglins. | | A tag applied to hoglins that can be hunted by piglins. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Hoglin}} | ||
|- | |- | ||
| <code>horse</code> | | <code>horse</code> | ||
| A tag applied to horses. | | A tag applied to horses. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Horse}} | ||
|- | |- | ||
| <code>husk</code> | | <code>husk</code> | ||
| A tag applied to husks. | | A tag applied to husks. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Husk}} | ||
|- | |- | ||
| <code>husk_rider</code> | | <code>husk_rider</code> | ||
| A tag applied to husks that have spawned from a camel husk jockey. | | A tag applied to husks that have spawned from a camel husk jockey. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Husk}} | ||
|- | |- | ||
| <code>illager</code> | | <code>illager</code> | ||
| A tag applied to illagers. | | A tag applied to illagers. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Evoker}} | ||
* {{ | * {{MC/Entitylink|Pillager}} | ||
* {{ | * {{MC/Entitylink|Vindicator}} | ||
|- | |- | ||
| <code>inanimate</code> | | <code>inanimate</code> | ||
| A tag applied to most non-mob entities. | | A tag applied to most non-mob entities. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Armor Stand}} | ||
* {{ | * {{MC/Entitylink|Boat}} | ||
* {{ | * {{MC/Entitylink|id=boat-with-chest|Chest Boat}} | ||
* {{ | * {{MC/Entitylink|Minecart}} | ||
* {{ | * {{MC/Entitylink|Minecart with Chest}} | ||
* {{ | * {{MC/Entitylink|Minecart with Command Block}} | ||
* {{ | * {{MC/Entitylink|Minecart with Hopper}} | ||
* {{ | * {{MC/Entitylink|Minecart with TNT}} | ||
* {{ | * {{MC/Entitylink|TNT}} | ||
* {{ | * {{MC/Entitylink|Tripod Camera}} | ||
|- | |- | ||
| <code>irongolem</code> | | <code>irongolem</code> | ||
| A tag applied to iron golems. | | A tag applied to iron golems. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Iron Golem}} | ||
|- | |- | ||
| <code>leatherworker</code> | | <code>leatherworker</code> | ||
| A tag applied to villagers and zombie villagers with the leatherworker profession. | | A tag applied to villagers and zombie villagers with the leatherworker profession. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Old Villager}} | ||
* {{ | * {{MC/Entitylink|Old Zombie Villager}} | ||
* {{ | * {{MC/Entitylink|Villager}} | ||
* {{ | * {{MC/Entitylink|Zombie Villager}} | ||
|- | |- | ||
| <code>librarian</code> | | <code>librarian</code> | ||
| A tag applied to villagers and zombie villagers with the librarian profession. | | A tag applied to villagers and zombie villagers with the librarian profession. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Old Villager}} | ||
* {{ | * {{MC/Entitylink|Old Zombie Villager}} | ||
* {{ | * {{MC/Entitylink|Villager}} | ||
* {{ | * {{MC/Entitylink|Zombie Villager}} | ||
|- | |- | ||
| <code>lightning</code> | | <code>lightning</code> | ||
| A tag applied to lightning entities. | | A tag applied to lightning entities. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Lightning Bolt}} | ||
|- | |- | ||
| <code>lightweight</code> | | <code>lightweight</code> | ||
| A tag applied to mobs that can stay on powder snow without sinking. | | A tag applied to mobs that can stay on powder snow without sinking. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Endermite}} | ||
* {{ | * {{MC/Entitylink|Fox}} | ||
* {{ | * {{MC/Entitylink|Rabbit}} | ||
* {{ | * {{MC/Entitylink|Silverfish}} | ||
|- | |- | ||
| <code>llama</code> | | <code>llama</code> | ||
| A tag applied to llama-related mobs. | | A tag applied to llama-related mobs. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Llama}} | ||
* {{ | * {{MC/Entitylink|Trader Llama}} | ||
|- | |- | ||
| <code>magmacube</code> | | <code>magmacube</code> | ||
| A tag applied to magma cubes. | | A tag applied to magma cubes. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Magma Cube}} | ||
|- | |- | ||
| <code>minecart</code> | | <code>minecart</code> | ||
| A tag applied to [[Minecraft:minecart]]-related entities. | | A tag applied to [[Minecraft:minecart]]-related entities. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Minecart}} | ||
* {{ | * {{MC/Entitylink|Minecart with Chest}} | ||
* {{ | * {{MC/Entitylink|Minecart with Command Block}} | ||
* {{ | * {{MC/Entitylink|Minecart with Hopper}} | ||
* {{ | * {{MC/Entitylink|Minecart with TNT}} | ||
|- | |- | ||
| <code>mob</code> | | <code>mob</code> | ||
| A tag applied to every single mob in the game. Due to a bug, piglin brutes, goats, non-aggressive pandas, salmon, cod, pufferfish, and tropical fish are not in this family.<ref>{{bug|MCPE-152628||Piglin, piglin brute, goat, panda, and fish are not assigned "mob" type_family}}</ref> | | A tag applied to every single mob in the game. Due to a bug, piglin brutes, goats, non-aggressive pandas, salmon, cod, pufferfish, and tropical fish are not in this family.<ref>{{bug|MCPE-152628||Piglin, piglin brute, goat, panda, and fish are not assigned "mob" type_family}}</ref> | ||
| | | | ||
* {{ | * {{MC/Entitylink|Allay}} | ||
* {{ | * {{MC/Entitylink|Armadillo}} | ||
* {{ | * {{MC/Entitylink|Armor Stand}} | ||
* {{ | * {{MC/Entitylink|Axolotl}} | ||
* {{ | * {{MC/Entitylink|Bat}} | ||
* {{ | * {{MC/Entitylink|Bee}} | ||
* {{ | * {{MC/Entitylink|Blaze}} | ||
* {{ | * {{MC/Entitylink|Bogged}} | ||
* {{ | * {{MC/Entitylink|Breeze}} | ||
* {{ | * {{MC/Entitylink|Camel}} | ||
* {{ | * {{MC/Entitylink|Camel Husk}} | ||
* {{ | * {{MC/Entitylink|Cat}} | ||
* {{ | * {{MC/Entitylink|Cave Spider}} | ||
* {{ | * {{MC/Entitylink|Chicken}} | ||
* {{ | * {{MC/Entitylink|Copper Golem}} | ||
* {{ | * {{MC/Entitylink|Cow}} | ||
* {{ | * {{MC/Entitylink|Creaking}} | ||
* {{ | * {{MC/Entitylink|Creeper}} | ||
* {{ | * {{MC/Entitylink|Dolphin}} | ||
* {{ | * {{MC/Entitylink|Donkey}} | ||
* {{ | * {{MC/Entitylink|Drowned}} | ||
* {{ | * {{MC/Entitylink|Elder Guardian}} | ||
* {{ | * {{MC/Entitylink|Ender Dragon}} | ||
* {{ | * {{MC/Entitylink|Enderman}} | ||
* {{ | * {{MC/Entitylink|Endermite}} | ||
* {{ | * {{MC/Entitylink|Evoker}} | ||
* {{ | * {{MC/Entitylink|Fox}} | ||
* {{ | * {{MC/Entitylink|Frog}} | ||
* {{ | * {{MC/Entitylink|Ghast}} | ||
* {{ | * {{MC/Entitylink|Glow Squid}} | ||
* {{ | * {{MC/Entitylink|Guardian}} | ||
* {{ | * {{MC/Entitylink|Happy Ghast}} | ||
* {{ | * {{MC/Entitylink|Hoglin}} | ||
* {{ | * {{MC/Entitylink|Horse}} | ||
* {{ | * {{MC/Entitylink|Husk}} | ||
* {{ | * {{MC/Entitylink|Iron Golem}} | ||
* {{ | * {{MC/Entitylink|Llama}} | ||
* {{ | * {{MC/Entitylink|Magma Cube}} | ||
* {{ | * {{MC/Entitylink|Mooshroom}} | ||
* {{ | * {{MC/Entitylink|Mule}} | ||
* {{ | * {{MC/Entitylink|Nautilus}} | ||
* {{ | * {{MC/Entitylink|NPC}} | ||
* {{ | * {{MC/Entitylink|Ocelot}} | ||
* {{ | * {{MC/Entitylink|Old Villager}} | ||
* {{ | * {{MC/Entitylink|Old Zombie Villager}} | ||
* {{ | * {{MC/Entitylink|Panda}} (Aggressive pandas only) | ||
* {{ | * {{MC/Entitylink|Parched}} | ||
* {{ | * {{MC/Entitylink|Parrot}} | ||
* {{ | * {{MC/Entitylink|Phantom}} | ||
* {{ | * {{MC/Entitylink|Pig}} | ||
* {{ | * {{MC/Entitylink|Piglin}} | ||
* {{ | * {{MC/Entitylink|Pillager}} | ||
* {{ | * {{MC/Entitylink|Polar Bear}} | ||
* {{ | * {{MC/Entitylink|Rabbit}} | ||
* {{ | * {{MC/Entitylink|Ravager}} | ||
* {{ | * {{MC/Entitylink|Sheep}} | ||
* {{ | * {{MC/Entitylink|Shulker}} | ||
* {{ | * {{MC/Entitylink|Silverfish}} | ||
* {{ | * {{MC/Entitylink|Skeleton}} | ||
* {{ | * {{MC/Entitylink|Skeleton Horse}} | ||
* {{ | * {{MC/Entitylink|Slime}} | ||
* {{ | * {{MC/Entitylink|Sniffer}} | ||
* {{ | * {{MC/Entitylink|Snow Golem}} | ||
* {{ | * {{MC/Entitylink|Spider}} | ||
* {{ | * {{MC/Entitylink|Squid}} | ||
* {{ | * {{MC/Entitylink|Stray}} | ||
* {{ | * {{MC/Entitylink|Strider}} | ||
* {{ | * {{MC/Entitylink|Tadpole}} | ||
* {{ | * {{MC/Entitylink|Trader Llama}} | ||
* {{ | * {{MC/Entitylink|Tripod Camera}} | ||
* {{ | * {{MC/Entitylink|Turtle}} | ||
* {{ | * {{MC/Entitylink|Vex}} | ||
* {{ | * {{MC/Entitylink|Villager}} | ||
* {{ | * {{MC/Entitylink|Vindicator}} | ||
* {{ | * {{MC/Entitylink|Wandering Trader}} | ||
* {{ | * {{MC/Entitylink|Warden}} | ||
* {{ | * {{MC/Entitylink|Witch}} | ||
* {{ | * {{MC/Entitylink|Wither}} | ||
* {{ | * {{MC/Entitylink|Wither Skeleton}} | ||
* {{ | * {{MC/Entitylink|Wolf}} | ||
* {{ | * {{MC/Entitylink|Zoglin}} | ||
* {{ | * {{MC/Entitylink|Zombie}} | ||
* {{ | * {{MC/Entitylink|Zombie Horse}} | ||
* {{ | * {{MC/Entitylink|Zombie Nautilus}} | ||
* {{ | * {{MC/Entitylink|Zombified Piglin}} | ||
* {{ | * {{MC/Entitylink|Zombie Villager}} | ||
|- | |- | ||
| <code>monster</code> | | <code>monster</code> | ||
| A tag applied to most [[Minecraft:monster]]s. Zombie horses, skeleton horses, and camel husks are excluded from this family type, despite being monsters.<ref>{{bug|MCPE-232884|||Invalid}}</ref> | | A tag applied to most [[Minecraft:monster]]s. Zombie horses, skeleton horses, and camel husks are excluded from this family type, despite being monsters.<ref>{{bug|MCPE-232884|||Invalid}}</ref> | ||
| | | | ||
* {{ | * {{MC/Entitylink|Blaze}} | ||
* {{ | * {{MC/Entitylink|Bogged}} | ||
* {{ | * {{MC/Entitylink|Breeze}} | ||
* {{ | * {{MC/Entitylink|Cave Spider}} | ||
* {{ | * {{MC/Entitylink|Creaking}} | ||
* {{ | * {{MC/Entitylink|Creeper}} | ||
* {{ | * {{MC/Entitylink|Drowned}} | ||
* {{ | * {{MC/Entitylink|Elder Guardian}} | ||
* {{ | * {{MC/Entitylink|Enderman}} | ||
* {{ | * {{MC/Entitylink|Endermite}} | ||
* {{ | * {{MC/Entitylink|Evoker}} | ||
* {{ | * {{MC/Entitylink|Ghast}} | ||
* {{ | * {{MC/Entitylink|Guardian}} | ||
* {{ | * {{MC/Entitylink|Husk}} | ||
* {{ | * {{MC/Entitylink|Magma Cube}} | ||
* {{ | * {{MC/Entitylink|Old Zombie Villager}} | ||
* {{ | * {{MC/Entitylink|Parched}} | ||
* {{ | * {{MC/Entitylink|Phantom}} | ||
* {{ | * {{MC/Entitylink|Piglin}} | ||
* {{ | * {{MC/Entitylink|Piglin Brute}} | ||
* {{ | * {{MC/Entitylink|Pillager}} | ||
* {{ | * {{MC/Entitylink|Ravager}} | ||
* {{ | * {{MC/Entitylink|Shulker}} | ||
* {{ | * {{MC/Entitylink|Silverfish}} | ||
* {{ | * {{MC/Entitylink|Skeleton}} | ||
* {{ | * {{MC/Entitylink|Slime}} | ||
* {{ | * {{MC/Entitylink|Spider}} | ||
* {{ | * {{MC/Entitylink|Stray}} | ||
* {{ | * {{MC/Entitylink|Vex}} | ||
* {{ | * {{MC/Entitylink|Vindicator}} | ||
* {{ | * {{MC/Entitylink|Warden}} | ||
* {{ | * {{MC/Entitylink|Witch}} | ||
* {{ | * {{MC/Entitylink|Wither}} | ||
* {{ | * {{MC/Entitylink|Wither Skeleton}} | ||
* {{ | * {{MC/Entitylink|Zoglin}} | ||
* {{ | * {{MC/Entitylink|Zombie}} | ||
* {{ | * {{MC/Entitylink|Zombie Nautilus}} | ||
* {{ | * {{MC/Entitylink|Zombified Piglin}} | ||
* {{ | * {{MC/Entitylink|Zombie Villager}} | ||
|- | |- | ||
| <code>mule</code> | | <code>mule</code> | ||
| A tag applied to mules. | | A tag applied to mules. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Mule}} | ||
|- | |- | ||
| <code>mushroomcow</code> | | <code>mushroomcow</code> | ||
| A tag applied to mooshrooms. | | A tag applied to mooshrooms. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Mooshroom}} | ||
|- | |- | ||
| <code>nautilus</code> | | <code>nautilus</code> | ||
| A tag applied to nautiluses. | | A tag applied to nautiluses. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Nautilus}} | ||
|- | |- | ||
| <code>nitwit</code> | | <code>nitwit</code> | ||
| A tag applied to villagers and zombie villagers that are nitwits. | | A tag applied to villagers and zombie villagers that are nitwits. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Villager}} | ||
* {{ | * {{MC/Entitylink|Zombie Villager}} | ||
|- | |- | ||
| <code>npc</code> | | <code>npc</code> | ||
| A tag applied to [[Minecraft:NPC]]s. | | A tag applied to [[Minecraft:NPC]]s. | ||
| | | | ||
* {{ | * {{MC/Entitylink|NPC}} | ||
|- | |- | ||
| <code>ocelot</code> | | <code>ocelot</code> | ||
| A tag applied to ocelots. | | A tag applied to ocelots. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Ocelot}} | ||
|- | |- | ||
| <code>pacified</code> | | <code>pacified</code> | ||
| A tag applied to bees that have lost their stingers. | | A tag applied to bees that have lost their stingers. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Bee}} | ||
|- | |- | ||
| <code>panda</code> | | <code>panda</code> | ||
| A tag applied to pandas. | | A tag applied to pandas. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Panda}} | ||
|- | |- | ||
| <code>panda_aggressive</code> | | <code>panda_aggressive</code> | ||
| A tag applied to pandas as the aggressive variant. | | A tag applied to pandas as the aggressive variant. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Panda}} | ||
|- | |- | ||
| <code>parched</code> | | <code>parched</code> | ||
| A tag applied to parched. | | A tag applied to parched. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Parched}} | ||
|- | |- | ||
| <code>parrot_tame</code> | | <code>parrot_tame</code> | ||
| A tag applied to tamed parrots. | | A tag applied to tamed parrots. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Parrot}} | ||
|- | |- | ||
| <code>parrot_wild</code> | | <code>parrot_wild</code> | ||
| A tag applied to wild parrots. | | A tag applied to wild parrots. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Parrot}} | ||
|- | |- | ||
| <code>peasant</code> | | <code>peasant</code> | ||
| A tag applied to unskilled, farmer, fisherman, shepherd, fletcher, and nitwit villagers. | | A tag applied to unskilled, farmer, fisherman, shepherd, fletcher, and nitwit villagers. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Villager}} | ||
|- | |- | ||
| <code>phantom</code> | | <code>phantom</code> | ||
| A tag applied to phantoms. | | A tag applied to phantoms. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Phantom}} | ||
|- | |- | ||
| <code>pig</code> | | <code>pig</code> | ||
| A tag applied to pigs. | | A tag applied to pigs. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Pig}} | ||
|- | |- | ||
| <code>piglin</code> | | <code>piglin</code> | ||
| A tag applied to piglins and their variants. | | A tag applied to piglins and their variants. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Piglin}} | ||
* {{ | * {{MC/Entitylink|Piglin Brute}} | ||
|- | |- | ||
| <code>piglin_brute</code> | | <code>piglin_brute</code> | ||
| A tag applied to piglin brutes. | | A tag applied to piglin brutes. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Piglin Brute}} | ||
|- | |- | ||
| <code>piglin_hunter</code> | | <code>piglin_hunter</code> | ||
| A tag applied to piglins that can start to hunt a hoglin. | | A tag applied to piglins that can start to hunt a hoglin. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Piglin}} | ||
|- | |- | ||
| <code>pillager</code> | | <code>pillager</code> | ||
| A tag applied to pillagers. | | A tag applied to pillagers. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Pillager}} | ||
|- | |- | ||
| <code>player</code> | | <code>player</code> | ||
| A tag applied to players. | | A tag applied to players. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Player}} | ||
|- | |- | ||
| <code>polarbear</code> | | <code>polarbear</code> | ||
| A tag applied to polar bears. | | A tag applied to polar bears. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Polar Bear}} | ||
|- | |- | ||
| <code>priest</code> | | <code>priest</code> | ||
| A tag applied to villagers with the cleric profession. | | A tag applied to villagers with the cleric profession. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Old Villager}} | ||
* {{ | * {{MC/Entitylink|Villager}} | ||
|- | |- | ||
| <code>pufferfish</code> | | <code>pufferfish</code> | ||
| A tag applied to pufferfish. | | A tag applied to pufferfish. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Pufferfish}} | ||
|- | |- | ||
| <code>rabbit</code> | | <code>rabbit</code> | ||
| A tag applied to rabbits. | | A tag applied to rabbits. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Rabbit}} | ||
|- | |- | ||
| <code>ravager</code> | | <code>ravager</code> | ||
| A tag applied to ravagers. | | A tag applied to ravagers. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Ravager}} | ||
|- | |- | ||
| <code>salmon</code> | | <code>salmon</code> | ||
| A tag applied to salmon. | | A tag applied to salmon. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Salmon}} | ||
|- | |- | ||
| <code>sheep</code> | | <code>sheep</code> | ||
| A tag applied to sheep. | | A tag applied to sheep. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Sheep}} | ||
|- | |- | ||
| <code>shepherd</code> | | <code>shepherd</code> | ||
| A tag applied to villagers and zombie villagers with the shepherd profession. | | A tag applied to villagers and zombie villagers with the shepherd profession. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Old Villager}} | ||
* {{ | * {{MC/Entitylink|Old Zombie Villager}} | ||
* {{ | * {{MC/Entitylink|Villager}} | ||
* {{ | * {{MC/Entitylink|Zombie Villager}} | ||
|- | |- | ||
| <code>shulker</code> | | <code>shulker</code> | ||
| A tag applied to wandering traders. | | A tag applied to wandering traders. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Shulker}} | ||
|- | |- | ||
| <code>silverfish</code> | | <code>silverfish</code> | ||
| A tag applied to silverfish. | | A tag applied to silverfish. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Silverfish}} | ||
|- | |- | ||
| <code>skeleton</code> | | <code>skeleton</code> | ||
| A tag applied to skeletons and their variants. | | A tag applied to skeletons and their variants. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Bogged}} | ||
* {{ | * {{MC/Entitylink|Parched}} | ||
* {{ | * {{MC/Entitylink|Skeleton}} | ||
* {{ | * {{MC/Entitylink|Stray}} | ||
* {{ | * {{MC/Entitylink|Wither}} | ||
* {{ | * {{MC/Entitylink|Wither Skeleton}} | ||
|- | |- | ||
| <code>skeletonhorse</code> | | <code>skeletonhorse</code> | ||
| A tag applied to skeleton horses. | | A tag applied to skeleton horses. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Skeleton Horse}} | ||
|- | |- | ||
| <code>slime</code> | | <code>slime</code> | ||
| A tag applied to slimes. | | A tag applied to slimes. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Slime}} | ||
|- | |- | ||
| <code>sniffer</code> | | <code>sniffer</code> | ||
| A tag applied to sniffers. | | A tag applied to sniffers. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Sniffer}} | ||
|- | |- | ||
| <code>snowgolem</code> | | <code>snowgolem</code> | ||
| A tag applied to snow golems. | | A tag applied to snow golems. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Snow Golem}} | ||
|- | |- | ||
| <code>spider</code> | | <code>spider</code> | ||
| A tag applied to spiders. | | A tag applied to spiders. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Spider}} | ||
|- | |- | ||
| <code>squid</code> | | <code>squid</code> | ||
| A tag applied to squid-related mobs. | | A tag applied to squid-related mobs. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Glow Squid}} | ||
* {{ | * {{MC/Entitylink|Squid}} | ||
|- | |- | ||
| <code>stone_mason</code> | | <code>stone_mason</code> | ||
| A tag applied to villagers and zombie villagers with the mason profession. | | A tag applied to villagers and zombie villagers with the mason profession. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Villager}} | ||
* {{ | * {{MC/Entitylink|Zombie Villager}} | ||
|- | |- | ||
| <code>stray</code> | | <code>stray</code> | ||
| A tag applied to strays. | | A tag applied to strays. | ||
| | | | ||
* {{ | * {{MC/Entitylink|stray}} | ||
|- | |- | ||
| <code>strider</code> | | <code>strider</code> | ||
| A tag applied to striders. | | A tag applied to striders. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Strider}} | ||
|- | |- | ||
| <code>strider_adult</code> | | <code>strider_adult</code> | ||
| A tag applied to adult striders. | | A tag applied to adult striders. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Strider}} | ||
|- | |- | ||
| <code>strider_baby</code> | | <code>strider_baby</code> | ||
| A tag applied to baby striders. | | A tag applied to baby striders. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Strider}} | ||
|- | |- | ||
| <code>tadpole</code> | | <code>tadpole</code> | ||
| A tag applied to tadpoles. | | A tag applied to tadpoles. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Tadpole}} | ||
|- | |- | ||
| <code>tnt</code> | | <code>tnt</code> | ||
| A tag applied to fused [[Minecraft:TNT]]. | | A tag applied to fused [[Minecraft:TNT]]. | ||
| | | | ||
* {{ | * {{MC/Entitylink|TNT}} | ||
|- | |- | ||
| <code>toolsmith</code> | | <code>toolsmith</code> | ||
| A tag applied to villagers and zombie villagers with the toolsmith profession. | | A tag applied to villagers and zombie villagers with the toolsmith profession. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Old Villager}} | ||
* {{ | * {{MC/Entitylink|Old Zombie Villager}} | ||
* {{ | * {{MC/Entitylink|Villager}} | ||
* {{ | * {{MC/Entitylink|Zombie Villager}} | ||
|- | |- | ||
| <code>trader_llama</code> | | <code>trader_llama</code> | ||
| A tag applied to trader llamas. | | A tag applied to trader llamas. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Trader Llama}} | ||
|- | |- | ||
| <code>tripodcamera</code> | | <code>tripodcamera</code> | ||
| A tag applied to [[Minecraft:camera|cameras]]. | | A tag applied to [[Minecraft:camera|cameras]]. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Tripod Camera}} | ||
|- | |- | ||
| <code>tropicalfish</code> | | <code>tropicalfish</code> | ||
| A tag applied to tropical fish. | | A tag applied to tropical fish. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Tropical Fish}} | ||
|- | |- | ||
| <code>turtle</code> | | <code>turtle</code> | ||
| A tag applied to turtles. | | A tag applied to turtles. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Turtle}} | ||
|- | |- | ||
| <code>undead</code> | | <code>undead</code> | ||
| A tag applied to mobs that can be affected by the Smite enchantment, it also makes the mob immune to Regeneration and Poison. | | A tag applied to mobs that can be affected by the Smite enchantment, it also makes the mob immune to Regeneration and Poison. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Bogged}} | ||
* {{ | * {{MC/Entitylink|Camel Husk}} | ||
* {{ | * {{MC/Entitylink|Drowned}} | ||
* {{ | * {{MC/Entitylink|Husk}} | ||
* {{ | * {{MC/Entitylink|Old Zombie Villager}} | ||
* {{ | * {{MC/Entitylink|Parched}} | ||
* {{ | * {{MC/Entitylink|Phantom}} | ||
* {{ | * {{MC/Entitylink|Skeleton}} | ||
* {{ | * {{MC/Entitylink|Skeleton Horse}} | ||
* {{ | * {{MC/Entitylink|Stray}} | ||
* {{ | * {{MC/Entitylink|Wither}} | ||
* {{ | * {{MC/Entitylink|Wither Skeleton}} | ||
* {{ | * {{MC/Entitylink|Zoglin}} | ||
* {{ | * {{MC/Entitylink|Zombie}} | ||
* {{ | * {{MC/Entitylink|Zombie Horse}} | ||
* {{ | * {{MC/Entitylink|Zombie Nautilus}} | ||
* {{ | * {{MC/Entitylink|Zombified Piglin}} | ||
* {{ | * {{MC/Entitylink|Zombie Villager}} | ||
|- | |- | ||
| <code>unskilled</code> | | <code>unskilled</code> | ||
| A tag applied to villagers and zombie villagers that have no profession. | | A tag applied to villagers and zombie villagers that have no profession. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Villager}} | ||
* {{ | * {{MC/Entitylink|Zombie Villager}} | ||
|- | |- | ||
| <code>vex</code> | | <code>vex</code> | ||
| A tag applied to vexes. | | A tag applied to vexes. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Vex}} | ||
|- | |- | ||
| <code>villager</code> | | <code>villager</code> | ||
| A tag applied to villagers. | | A tag applied to villagers. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Old Villager}} | ||
* {{ | * {{MC/Entitylink|Villager}} | ||
|- | |- | ||
| <code>vindicator</code> | | <code>vindicator</code> | ||
| A tag applied to vindicators. | | A tag applied to vindicators. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Vindicator}} | ||
|- | |- | ||
| <code>wandering_trader</code> | | <code>wandering_trader</code> | ||
| A tag applied to wandering traders. | | A tag applied to wandering traders. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Wandering Trader}} | ||
|- | |- | ||
| <code>wandering_trader_despawning</code> | | <code>wandering_trader_despawning</code> | ||
| This family tag is applied after enough time has passed since the mob spawned. The [https://learn.microsoft.com/en-us/minecraft/creator/reference/content/entityreference/examples/entitycomponents/minecraftcomponent_despawn?view=minecraft-bedrock-stable minecraft:despawn] component detects this to despawn the entity. | | This family tag is applied after enough time has passed since the mob spawned. The [https://learn.microsoft.com/en-us/minecraft/creator/reference/content/entityreference/examples/entitycomponents/minecraftcomponent_despawn?view=minecraft-bedrock-stable minecraft:despawn] component detects this to despawn the entity. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Wandering Trader}} | ||
|- | |- | ||
| <code>warden</code> | | <code>warden</code> | ||
| A tag applied to wardens. | | A tag applied to wardens. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Warden}} | ||
|- | |- | ||
| <code>weaponsmith</code> | | <code>weaponsmith</code> | ||
| A tag applied to villagers and zombie villagers with the weaponsmith profession. | | A tag applied to villagers and zombie villagers with the weaponsmith profession. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Old Villager}} | ||
* {{ | * {{MC/Entitylink|Old Zombie Villager}} | ||
* {{ | * {{MC/Entitylink|Villager}} | ||
* {{ | * {{MC/Entitylink|Zombie Villager}} | ||
|- | |- | ||
| <code>wind_charge</code> | | <code>wind_charge</code> | ||
| A tag applied to wind charge projectiles from breezes. | | A tag applied to wind charge projectiles from breezes. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Wind Charge|Breeze Wind Charge}} | ||
|- | |- | ||
| <code>wind_charge_projectile</code> | | <code>wind_charge_projectile</code> | ||
| A tag applied to wind charge projectiles from breezes. | | A tag applied to wind charge projectiles from breezes. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Wind Charge|Breeze Wind Charge}} | ||
|- | |- | ||
| <code>witch</code> | | <code>witch</code> | ||
| A tag applied to witches. | | A tag applied to witches. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Witch}} | ||
|- | |- | ||
| <code>wither</code> | | <code>wither</code> | ||
| A tag applied to [[Minecraft:wither]]-related mobs. | | A tag applied to [[Minecraft:wither]]-related mobs. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Wither}} | ||
* {{ | * {{MC/Entitylink|Wither Skeleton}} | ||
|- | |- | ||
| <code>wolf</code> | | <code>wolf</code> | ||
| A tag applied to wolves. | | A tag applied to wolves. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Wolf}} | ||
|- | |- | ||
| <code>zoglin</code> | | <code>zoglin</code> | ||
| A tag applied to zoglins. | | A tag applied to zoglins. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Zoglin}} | ||
|- | |- | ||
| <code>zoglin_adult</code> | | <code>zoglin_adult</code> | ||
| A tag applied to adult zoglins. | | A tag applied to adult zoglins. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Zoglin}} | ||
|- | |- | ||
| <code>zoglin_baby</code> | | <code>zoglin_baby</code> | ||
| A tag applied to baby zoglins. | | A tag applied to baby zoglins. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Zoglin}} | ||
|- | |- | ||
| <code>zombie</code> | | <code>zombie</code> | ||
| A tag applied to zombies and their variants. | | A tag applied to zombies and their variants. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Drowned}} | ||
* {{ | * {{MC/Entitylink|Husk}} | ||
* {{ | * {{MC/Entitylink|Old Zombie Villager}} | ||
* {{ | * {{MC/Entitylink|Zombie}} | ||
* {{ | * {{MC/Entitylink|Zombie Villager}} | ||
|- | |- | ||
| <code>zombie_nautilus</code> | | <code>zombie_nautilus</code> | ||
| A tag applied to zombie nautiluses. | | A tag applied to zombie nautiluses. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Zombie Nautilus}} | ||
|- | |- | ||
| <code>zombie_pigman</code> | | <code>zombie_pigman</code> | ||
| A tag applied to zombified piglins. | | A tag applied to zombified piglins. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Zombified Piglin}} | ||
|- | |- | ||
| <code>zombie_rider</code> | | <code>zombie_rider</code> | ||
| A tag applied to zombies that have spawned from a zombie horseman. | | A tag applied to zombies that have spawned from a zombie horseman. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Zombie}} | ||
|- | |- | ||
| <code>zombie_villager</code> | | <code>zombie_villager</code> | ||
| A tag applied to zombie villagers. | | A tag applied to zombie villagers. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Old Zombie Villager}} | ||
* {{ | * {{MC/Entitylink|Zombie Villager}} | ||
|- | |- | ||
| <code>zombiehorse</code> | | <code>zombiehorse</code> | ||
| A tag applied to zombie horses. | | A tag applied to zombie horses. | ||
| | | | ||
* {{ | * {{MC/Entitylink|Zombie Horse}} | ||
|} | |} | ||
| Line 971: | Line 971: | ||
== Navigation == | == Navigation == | ||
{{Navbox Bedrock Edition}} | {{MC/Navbox Bedrock Edition}} | ||
[[Category:Data driven id lists in Bedrock Edition]] | [[Category:Data driven id lists in Bedrock Edition]] | ||
Revision as of 20:23, 9 April 2026
|
For the {{{Description}}} of the same name, see [[{{{Destination}}}]]. |
Script error: No such module "Exclusive".
A family, or entity family, is a unique technical label for
- REDIRECT Template:Edition
Template:Rcat, which specifies the family to which an entity belongs. Families are defined by the minecraft:type_family component in the entities' behavior files. These labels are used for target selection in commands and entity behaviors.
List of families
| Family | Explanation | Entity in the family |
|---|---|---|
adult_piglin
|
– |
|
allay
|
A tag applied to allays. |
|
animal
|
A tag applied to animal mobs. Due to a bug, this family tag is only applied to goats.<ref>Template:Bug</ref> |
|
armadillo
|
A tag applied to armadillos. |
|
armor_stand
|
A tag applied to armor stands. |
|
armorer
|
A tag applied to villagers and zombie villagers that have the armorer profession. |
|
arthropod
|
A tag applied to mobs that are affected by the Bane of Arthropods enchantment. |
|
artisan
|
A tag applied to villagers with the butcher, leatherworker, or mason profession. |
|
aquatic
|
A tag applied to Minecraft:aquatic-themed mobs. |
|
axolotl
|
A tag applied to axolotls. |
|
baby_piglin
|
A tag applied to baby piglins. |
|
baby_turtle
|
A tag applied to baby turtles. |
|
baby_undead
|
A tag applied to baby zombie variants. |
Template:Redr only applies to baby zombie villagers transformed from baby villagers, or when spawned using the
Template:Redr Minecraft:spawn events, not ones that have naturally spawned. See Template:Bug and Template:Bug.</ref>
|
bat
|
A tag applied to bats. |
|
bee
|
A tag applied to bees. |
|
blacksmith
|
A tag applied to villagers with the armorer, toolsmith, and weaponsmith profession. |
|
blaze
|
A tag applied to blazes. |
|
boat
|
A tag applied to boats and boats with chests. |
|
bogged
|
A tag applied to bogged. |
|
breeze
|
A tag applied to breezes. |
|
butcher
|
A tag applied to villagers and zombie villagers with the butcher profession. |
|
camel
|
A tag applied to camels. |
|
camel_husk
|
A tag applied to camel husks. |
|
cartographer
|
A tag applied to villagers and zombie villagers with the cartographer profession. |
|
cat
|
A tag applied to cats. |
|
cavespider
|
A tag applied to cave spiders. |
|
chicken
|
A tag applied to chickens. |
|
cleric
|
A tag applied to villagers and zombie villagers with the cleric profession. |
|
cod
|
A tag applied to cod. |
|
copper_golem
|
A tag applied to copper golems. |
|
cow
|
A tag applied to cows. |
|
creaking
|
A tag applied to creakings. |
|
creeper
|
A tag applied to creepers. |
|
dolphin
|
A tag applied to dolphins. |
|
donkey
|
A tag applied to donkeys. |
|
dragon
|
A tag applied to the ender dragon. |
|
drowned
|
A tag applied to drowned. |
|
enderman
|
A tag applied to endermen. |
|
endermite
|
A tag applied to endermites. |
|
evocation_illager
|
A tag applied to evokers. |
|
farmer
|
A tag applied to villagers and zombie villagers with the farmer profession. |
|
fish
|
A tag applied to fish-related mobs. |
|
fisherman
|
A tag applied to villagers and zombie villagers with the fisherman profession. |
|
fletcher
|
A tag applied to villagers and zombie villagers with the fletcher profession. |
|
fox
|
A tag applied to foxes. |
|
frog
|
A tag applied to frogs. |
|
ghast
|
A tag applied to ghasts. |
|
goat
|
A tag applied to goats. |
|
guardian
|
A tag applied to guardians. |
|
guardian_elder
|
A tag applied to elder guardians. |
|
happy_ghast
|
A tag applied to happy ghasts. |
|
hoglin
|
A tag applied to hoglins. |
|
hoglin_adult
|
A tag applied to adult hoglins. |
|
hoglin_baby
|
A tag applied to baby hoglins. |
|
hoglin_huntable
|
A tag applied to hoglins that can be hunted by piglins. |
|
horse
|
A tag applied to horses. |
|
husk
|
A tag applied to husks. |
|
husk_rider
|
A tag applied to husks that have spawned from a camel husk jockey. |
|
illager
|
A tag applied to illagers. |
|
inanimate
|
A tag applied to most non-mob entities. |
|
irongolem
|
A tag applied to iron golems. |
|
leatherworker
|
A tag applied to villagers and zombie villagers with the leatherworker profession. |
|
librarian
|
A tag applied to villagers and zombie villagers with the librarian profession. |
|
lightning
|
A tag applied to lightning entities. |
|
lightweight
|
A tag applied to mobs that can stay on powder snow without sinking. |
|
llama
|
A tag applied to llama-related mobs. |
|
magmacube
|
A tag applied to magma cubes. |
|
minecart
|
A tag applied to Minecraft:minecart-related entities. |
|
mob
|
A tag applied to every single mob in the game. Due to a bug, piglin brutes, goats, non-aggressive pandas, salmon, cod, pufferfish, and tropical fish are not in this family.<ref>Template:Bug</ref> |
|
monster
|
A tag applied to most Minecraft:monsters. Zombie horses, skeleton horses, and camel husks are excluded from this family type, despite being monsters.<ref>Template:Bug</ref> |
|
mule
|
A tag applied to mules. |
|
mushroomcow
|
A tag applied to mooshrooms. |
|
nautilus
|
A tag applied to nautiluses. |
|
nitwit
|
A tag applied to villagers and zombie villagers that are nitwits. |
|
npc
|
A tag applied to Minecraft:NPCs. |
|
ocelot
|
A tag applied to ocelots. |
|
pacified
|
A tag applied to bees that have lost their stingers. |
|
panda
|
A tag applied to pandas. |
|
panda_aggressive
|
A tag applied to pandas as the aggressive variant. |
|
parched
|
A tag applied to parched. |
|
parrot_tame
|
A tag applied to tamed parrots. |
|
parrot_wild
|
A tag applied to wild parrots. |
|
peasant
|
A tag applied to unskilled, farmer, fisherman, shepherd, fletcher, and nitwit villagers. |
|
phantom
|
A tag applied to phantoms. |
|
pig
|
A tag applied to pigs. |
|
piglin
|
A tag applied to piglins and their variants. |
|
piglin_brute
|
A tag applied to piglin brutes. |
|
piglin_hunter
|
A tag applied to piglins that can start to hunt a hoglin. |
|
pillager
|
A tag applied to pillagers. |
|
player
|
A tag applied to players. |
|
polarbear
|
A tag applied to polar bears. |
|
priest
|
A tag applied to villagers with the cleric profession. |
|
pufferfish
|
A tag applied to pufferfish. |
|
rabbit
|
A tag applied to rabbits. |
|
ravager
|
A tag applied to ravagers. |
|
salmon
|
A tag applied to salmon. |
|
sheep
|
A tag applied to sheep. |
|
shepherd
|
A tag applied to villagers and zombie villagers with the shepherd profession. |
|
shulker
|
A tag applied to wandering traders. |
|
silverfish
|
A tag applied to silverfish. |
|
skeleton
|
A tag applied to skeletons and their variants. |
|
skeletonhorse
|
A tag applied to skeleton horses. |
|
slime
|
A tag applied to slimes. |
|
sniffer
|
A tag applied to sniffers. |
|
snowgolem
|
A tag applied to snow golems. |
|
spider
|
A tag applied to spiders. |
|
squid
|
A tag applied to squid-related mobs. |
|
stone_mason
|
A tag applied to villagers and zombie villagers with the mason profession. |
|
stray
|
A tag applied to strays. |
|
strider
|
A tag applied to striders. |
|
strider_adult
|
A tag applied to adult striders. |
|
strider_baby
|
A tag applied to baby striders. |
|
tadpole
|
A tag applied to tadpoles. |
|
tnt
|
A tag applied to fused Minecraft:TNT. |
|
toolsmith
|
A tag applied to villagers and zombie villagers with the toolsmith profession. |
|
trader_llama
|
A tag applied to trader llamas. |
|
tripodcamera
|
A tag applied to cameras. |
|
tropicalfish
|
A tag applied to tropical fish. |
|
turtle
|
A tag applied to turtles. |
|
undead
|
A tag applied to mobs that can be affected by the Smite enchantment, it also makes the mob immune to Regeneration and Poison. |
|
unskilled
|
A tag applied to villagers and zombie villagers that have no profession. |
|
vex
|
A tag applied to vexes. |
|
villager
|
A tag applied to villagers. |
|
vindicator
|
A tag applied to vindicators. |
|
wandering_trader
|
A tag applied to wandering traders. |
|
wandering_trader_despawning
|
This family tag is applied after enough time has passed since the mob spawned. The minecraft:despawn component detects this to despawn the entity. |
|
warden
|
A tag applied to wardens. |
|
weaponsmith
|
A tag applied to villagers and zombie villagers with the weaponsmith profession. |
|
wind_charge
|
A tag applied to wind charge projectiles from breezes. |
|
wind_charge_projectile
|
A tag applied to wind charge projectiles from breezes. |
|
witch
|
A tag applied to witches. |
|
wither
|
A tag applied to Minecraft:wither-related mobs. |
|
wolf
|
A tag applied to wolves. |
|
zoglin
|
A tag applied to zoglins. |
|
zoglin_adult
|
A tag applied to adult zoglins. |
|
zoglin_baby
|
A tag applied to baby zoglins. |
|
zombie
|
A tag applied to zombies and their variants. |
|
zombie_nautilus
|
A tag applied to zombie nautiluses. |
|
zombie_pigman
|
A tag applied to zombified piglins. |
|
zombie_rider
|
A tag applied to zombies that have spawned from a zombie horseman. |
|
zombie_villager
|
A tag applied to zombie villagers. |
|
zombiehorse
|
A tag applied to zombie horses. |
|
See also
References
<references/>
External links
ja:ファミリー pt:Família zh:族