Minecraft:Family: Difference between revisions
From SAS Gaming Wiki
More actions
Sync: updated from Minecraft |
Sync: updated from Minecraft |
||
| Line 2: | Line 2: | ||
{{exclusive|bedrock}} | {{exclusive|bedrock}} | ||
A '''family''', or '''entity family''', is a unique technical label for {{el|be}}, which specifies the family to which an [[Minecraft: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 [[Minecraft:Target_selectors#Selecting_targets_by_family|commands]] and entity behaviors. <!-- Do not link the [[Minecraft:Target selector]] page to the term ‘target selection,’ because that page only covers usage in commands. --> | A '''family''', or '''entity family''', is a unique technical label for {{el|be}}, which specifies the family to which an [[Minecraft: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. This component is necessary to give the mob the ability to ride. These labels are used for target selection in [[Minecraft:Target_selectors#Selecting_targets_by_family|commands]] and entity behaviors. <!-- Do not link the [[Minecraft:Target selector]] page to the term ‘target selection,’ because that page only covers usage in commands. --> | ||
== List of families == | == List of families == | ||
| Line 11: | Line 11: | ||
|- | |- | ||
| <code>adult_piglin</code> | | <code>adult_piglin</code> | ||
| | | A tag applied to adult piglins, but is only applied to piglin brutes for an unknown reason. | ||
| | | | ||
* {{EntityLink|Piglin Brute}} | * {{EntityLink|Piglin Brute}} | ||
| Line 21: | Line 21: | ||
|- | |- | ||
| <code>animal</code> | | <code>animal</code> | ||
| A tag applied to animal mobs. Due to a bug, this family tag is only applied to goats and as well as | | A tag applied to animal mobs. Due to a bug, this family tag is only applied to goats and as well as sulfur cubes.<ref>{{bug|MCPE-233650||"animal" family entity type is missing all animals but goats}}</ref> | ||
| | | | ||
* {{EntityLink|Goat}} | * {{EntityLink|Goat}} | ||
| Line 248: | Line 248: | ||
|- | |- | ||
| <code>evocation_illager</code> | | <code>evocation_illager</code> | ||
| A tag applied to | | A tag applied to [[Minecraft:evoker]]s. | ||
| | | | ||
* {{EntityLink|Evoker}} | * {{EntityLink|Evoker}} | ||
| Line 499: | Line 499: | ||
* {{EntityLink|Stray}} | * {{EntityLink|Stray}} | ||
* {{EntityLink|Strider}} | * {{EntityLink|Strider}} | ||
* {{EntityLink|Sulfur Cube}} | |||
* {{EntityLink|Tadpole}} | * {{EntityLink|Tadpole}} | ||
* {{EntityLink|Trader Llama}} | * {{EntityLink|Trader Llama}} | ||
| Line 517: | Line 518: | ||
* {{EntityLink|Zombie Nautilus}} | * {{EntityLink|Zombie Nautilus}} | ||
* {{EntityLink|Zombie Villager}} | * {{EntityLink|Zombie Villager}} | ||
* {{EntityLink|Zombified Piglin}} | * 99.25% of {{EntityLink|Zombified Piglin|Zombified Piglins}}{{Note| See {{slink|Zombified Piglin|Mounting}}}} | ||
|- | |- | ||
| <code>monster</code> | | <code>monster</code> | ||
| Line 560: | Line 561: | ||
* {{EntityLink|Zombie Nautilus}} | * {{EntityLink|Zombie Nautilus}} | ||
* {{EntityLink|Zombie Villager}} | * {{EntityLink|Zombie Villager}} | ||
* {{EntityLink|Zombified Piglin}} | * 99.25% of {{EntityLink|Zombified Piglin|Zombified Piglins}}{{Note| See {{slink|Zombified Piglin|Mounting}}}} | ||
|- | |- | ||
| <code>mule</code> | | <code>mule</code> | ||
| Line 784: | Line 785: | ||
| | | | ||
* {{EntityLink|Baby Strider}} | * {{EntityLink|Baby Strider}} | ||
|- | |||
| <code>sulfur_cube</code> | |||
| A tag applied to [[Minecraft:sulfur cube]]s. | |||
| | |||
* {{EntityLink|Sulfur Cube}} | |||
|- | |- | ||
| <code>tadpole</code> | | <code>tadpole</code> | ||
| Line 824: | Line 830: | ||
|- | |- | ||
| <code>undead</code> | | <code>undead</code> | ||
| A tag applied to mobs | | A tag applied to undead mobs. This allows the mob to be affected by the [[Minecraft:Smite]] enchantment, it also makes the mob immune to [[Minecraft:Regeneration]] and [[Minecraft:Poison]]. | ||
| | | | ||
* {{EntityLink|Bogged}} | * {{EntityLink|Bogged}} | ||
| Line 843: | Line 849: | ||
* {{EntityLink|Zombie Nautilus}} | * {{EntityLink|Zombie Nautilus}} | ||
* {{EntityLink|Zombie Villager}} | * {{EntityLink|Zombie Villager}} | ||
* {{EntityLink|Zombified Piglin}} | * 99.25% of {{EntityLink|Zombified Piglin|Zombified Piglins}}{{Note| See {{slink|Zombified Piglin|Mounting}}}} | ||
|- | |- | ||
| <code>unskilled</code> | | <code>unskilled</code> | ||
| Line 932: | Line 938: | ||
|- | |- | ||
| <code>zombie</code> | | <code>zombie</code> | ||
| A tag applied to [[Minecraft:zombies]] and their variants. | | A tag applied to [[Minecraft:zombies]] and their variants. This family allows mobs to convert villagers to zombie villagers, be avoided by villagers, and make [[Minecraft:zombie horse]]s unleashable. | ||
| | | | ||
* {{EntityLink|Drowned}} | * {{EntityLink|Drowned}} | ||
| Line 946: | Line 952: | ||
|- | |- | ||
| <code>zombie_pigman</code> | | <code>zombie_pigman</code> | ||
| A tag applied to adult [[Minecraft:zombified piglins]]. | | A tag applied to adult unbroken [[Minecraft:zombified piglins]]. | ||
| | | | ||
* {{EntityLink|Zombified Piglin}} | * {{EntityLink|Zombified Piglin}} | ||
Revision as of 11:10, 29 June 2026
|
For the {{{Description}}} of the same name, see [[{{{Destination}}}]]. |
A family, or entity family, is a unique technical label for Template:El, which specifies the family to which an Minecraft:entity belongs. Families are defined by the minecraft:type_family component in the entities' behavior files. This component is necessary to give the mob the ability to ride. These labels are used for target selection in commands and entity behaviors.
List of families
See also
References
<references/>