Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Bedrock Edition level format/Entity format: Difference between revisions

From SAS Gaming Wiki
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
SyncBot (talk | contribs)
Sync: updated from Minecraft
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Upstream update available|Minecraft:Bedrock Edition level format/Entity format/Upstream}}
{{exclusive|bedrock}}
{{MC/Exclusive|bedrock}}
This page lists the entity NBT structures {{in|bedrock}}.
This page lists the entity NBT structures {{MC/In|bedrock}}.


__TOC__
__TOC__
Line 7: Line 6:
== Entity ==
== Entity ==
All entities share this base:
All entities share this base:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Nbt|byte|Chested}}: 1 or 0 (true/false) - true if this entity is chested. Used by donkey, llama, and mule.
<section begin="entity format" />
** {{MC/Nbt|byte|Color}}: The main color value of the entity. Used by sheep, llama, shulker, tropical fish, etc. Defaults to 0.
** {{nbt|byte|Chested}}: {{nbt boolean}} - {{cd|true}} if this entity is chested. Used by donkey, llama, and mule.
** {{MC/Nbt|byte|Color2}}: The entity's second color value. Used by tropical fish. Defaults to 0.
** {{nbt|byte|Color}}: The main color value of the entity. Used by sheep, llama, shulker, tropical fish, etc. Defaults to 0.
** {{MC/Nbt|string|CustomName}}: (May not exist) The custom name of this entity.
** {{nbt|byte|Color2}}: The entity's second color value. Used by tropical fish. Defaults to 0.
** {{MC/Nbt|byte|CustomNameVisible}}: 1 or 0 (true/false) - (may not exist) if true, and this entity has a custom name, the name always appears above the entity, regardless of where the cursor points. If the entity does not have a custom name, a default name is shown.
** {{nbt|string|CustomName}}: (May not exist) The custom name of this entity.
** {{MC/Nbt|list|definitions}}: (May not exist) The namespaced ID of this entity and its current and previous component groups.  
** {{nbt|byte|CustomNameVisible}}: {{nbt boolean}} - (may not exist) if {{cd|true}}, and this entity has a custom name, the name always appears above the entity, regardless of where the cursor points. If the entity does not have a custom name, a default name is shown.
*** {{MC/Nbt|string}}: Unknown
** {{nbt|list|definitions}}: (May not exist) The namespaced ID of this entity and its current and previous component groups.  
** {{MC/Nbt|float|FallDistance}}: Distance the entity has fallen. Larger values cause more damage when the entity lands.
*** {{nbt|string}}: Unknown
** {{MC/Nbt|short|Fire}}: Number of ticks until the fire is put out. Default 0 when not on fire.
** {{nbt|float|FallDistance}}: Distance the entity has fallen. Larger values cause more damage when the entity lands.
** {{MC/Nbt|string|identifier}}: The namespaced ID of this entity.
** {{nbt|short|Fire}}: Number of ticks until the fire is put out. Default 0 when not on fire.
** {{MC/Nbt|compound|internalComponents}}: Unknown.
** {{nbt|string|identifier}}: The namespaced ID of this entity.
*** {{MC/Nbt|compound|EntityStorageKeyComponent}}: Unknown.
** {{nbt|compound|internalComponents}}: Unknown.
**** {{MC/Nbt|string|StorageKey}}: Unknown.
*** {{nbt|compound|EntityStorageKeyComponent}}: Unknown.
** {{MC/Nbt|byte|Invulnerable}}: 1 or 0 (true/false) - true if the entity should not take damage. This applies to living and nonliving entities alike: mobs should not take damage from any source (including potion effects), and cannot be moved by fishing rods, attacks, explosions, or projectiles, and objects such as vehicles cannot be destroyed. Invulnerable player entities are also ignored by any hostile mobs. Note that these entities can be damaged by players in Creative mode.{{MC/Needs testing}}
**** {{nbt|string|StorageKey}}: Unknown.
** {{MC/Nbt|byte|IsAngry}}: 1 or 0 (true/false) - true if this entity is angry. Used by wolf and bee.
** {{nbt|byte|Invulnerable}}: {{nbt boolean}} - {{cd|true}} if the entity should not take damage. This applies to living and nonliving entities alike: mobs should not take damage from any source (including potion effects), and cannot be moved by fishing rods, attacks, explosions, or projectiles, and objects such as vehicles cannot be destroyed. Invulnerable player entities are also ignored by any hostile mobs. Note that these entities can be damaged by players in Creative mode.{{needs testing}}
** {{MC/Nbt|byte|IsAutonomous}}: 1 or 0 (true/false) - true if this entity is an autonomous entity.
** {{nbt|byte|IsAngry}}: {{nbt boolean}} - {{cd|true}} if this entity is angry. Used by wolf and bee.
** {{MC/Nbt|byte|IsBaby}}: 1 or 0 (true/false) - true if this entity is a baby.
** {{nbt|byte|IsAutonomous}}: {{nbt boolean}} - {{cd|true}} if this entity is an autonomous entity.
** {{MC/Nbt|byte|IsEating}}: 1 or 0 (true/false) - true if this entity is eating.
** {{nbt|byte|IsBaby}}: {{nbt boolean}} - {{cd|true}} if this entity is a baby.
** {{MC/Nbt|byte|IsGliding}}: 1 or 0 (true/false) - true if this entity is gliding.
** {{nbt|byte|IsEating}}: {{nbt boolean}} - {{cd|true}} if this entity is eating.
** {{MC/Nbt|byte|IsGlobal}}: 1 or 0 (true/false) - true if this entity is a global entity (e.g. lightning bolt, ender dragon, arrow).
** {{nbt|byte|IsGliding}}: {{nbt boolean}} - {{cd|true}} if this entity is gliding.
** {{MC/Nbt|byte|IsIllagerCaptain}}: 1 or 0 (true/false) - true if the entity is an illager captain. Used by pillager and vindicator.
** {{nbt|byte|IsGlobal}}: {{nbt boolean}} - {{cd|true}} if this entity is a global entity (e.g. lightning bolt, ender dragon, arrow).
** {{MC/Nbt|byte|IsOrphaned}}: 1 or 0 (true/false) - true if this entity is not spawn from its parents. Used by all the mobs that can breed.
** {{nbt|byte|IsIllagerCaptain}}: {{nbt boolean}} - {{cd|true}} if the entity is an illager captain. Used by pillager and vindicator.
** {{MC/Nbt|byte|IsOutOfControl}}: 1 or 0 (true/false) - true if the entity is out of control. Used by boat.
** {{nbt|byte|IsOrphaned}}: {{nbt boolean}} - {{cd|true}} if this entity is not spawn from its parents. Used by all the mobs that can breed.
** {{MC/Nbt|byte|IsRoaring}}: 1 or 0 (true/false) - true if this entity is roaring. Used by ravager.
** {{nbt|byte|IsOutOfControl}}: {{nbt boolean}} - {{cd|true}} if the entity is out of control. Used by boat.
** {{MC/Nbt|byte|IsScared}}: 1 or 0 (true/false) - true if this entity is scared.
** {{nbt|byte|IsRoaring}}: {{nbt boolean}} - {{cd|true}} if this entity is roaring. Used by ravager.
** {{MC/Nbt|byte|IsStunned}}: 1 or 0 (true/false) - true if this entity is stunned. Used by ravager.
** {{nbt|byte|IsScared}}: {{nbt boolean}} - {{cd|true}} if this entity is scared.
** {{MC/Nbt|byte|IsSwimming}}: 1 or 0 (true/false) - true if this entity is swimming.
** {{nbt|byte|IsStunned}}: {{nbt boolean}} - {{cd|true}} if this entity is stunned. Used by ravager.
** {{MC/Nbt|byte|IsTamed}}: 1 or 0 (true/false) - true if this entity is tamed.
** {{nbt|byte|IsSwimming}}: {{nbt boolean}} - {{cd|true}} if this entity is swimming.
** {{MC/Nbt|byte|IsTrusting}}: 1 or 0 (true/false) - true if this entity is trusting a player. Used by fox and ocelot.
** {{nbt|byte|IsTamed}}: {{nbt boolean}} - {{cd|true}} if this entity is tamed.
** {{MC/Nbt|int|LastDimensionId}}: (May not exist) Unknown.
** {{nbt|byte|IsTrusting}}: {{nbt boolean}} - {{cd|true}} if this entity is trusting a player. Used by fox and ocelot.
** {{MC/Nbt|compound|LinksTag}}: (May not exist) Unknown
** {{nbt|int|LastDimensionId}}: (May not exist) Unknown.
*** {{MC/Nbt|long|entityID}}: The Unique ID of an entity.
** {{nbt|compound|LinksTag}}: (May not exist) Unknown
*** {{MC/Nbt|int|LinkID}}: Unknown.
*** {{nbt|long|entityID}}: The Unique ID of an entity.
** {{MC/Nbt|byte|LootDropped}}: 1 or 0 (true/false) - true if this entity can drop loot when killed.
*** {{nbt|int|LinkID}}: Unknown.
** {{MC/Nbt|int|MarkVariant}}: The ID of the mark variant. Used by villager, horse, bee etc. Defaults to 0.
** {{nbt|byte|LootDropped}}: {{nbt boolean}} - {{cd|true}} if this entity can drop [[Minecraft:Drops#Mob_drops|loot]] when killed.
** {{MC/Nbt|list|Motion}}: (May not exist) Three TAG_Floats describing the current dX, dY and dZ velocity of the entity in meters per tick.
** {{nbt|int|MarkVariant}}: The ID of the mark variant. Used by villager, horse, bee etc. Defaults to 0.
*** {{MC/Nbt|float}}: dX
** {{nbt|list|Motion}}: (May not exist) Three TAG_Floats describing the current dX, dY and dZ velocity of the entity in meters per tick.
*** {{MC/Nbt|float}}: dY
*** {{nbt|float}}: dX
*** {{MC/Nbt|float}}: dZ
*** {{nbt|float}}: dY
** {{MC/Nbt|byte|OnGround}}: 1 or 0 (true/false) - true if the entity is touching the ground.
*** {{nbt|float}}: dZ
** {{MC/Nbt|long|OwnerNew}}: Unknown. Defaults to -1.
** {{nbt|byte|OnGround}}: {{nbt boolean}} - {{cd|true}} if the entity is touching the ground.
** {{MC/Nbt|byte|Persistent}}: 1 or 0 (true/false) - true if an entity should be persistent in the world.
** {{nbt|long|OwnerNew}}: Unknown. Defaults to -1.
** {{MC/Nbt|int|PortalCooldown}}: The number of ticks before which the entity may be teleported back through a nether portal. Initially starts at 300 ticks (15 seconds) after teleportation and counts down to 0.
** {{nbt|byte|Persistent}}: {{nbt boolean}} - {{cd|true}} if an entity should be [[Minecraft:Mob spawning#Despawning|persistent]] in the world.
** {{MC/Nbt|list|Pos}}: Three TAG_Floats describing the current X, Y and Z position of the entity.
** {{nbt|int|PortalCooldown}}: The number of ticks before which the entity may be teleported back through a nether portal. Initially starts at 300 ticks (15 seconds) after teleportation and counts down to 0.
*** {{MC/Nbt|float}}: X
** {{nbt|list|Pos}}: Three TAG_Floats describing the current X, Y and Z position of the entity.
*** {{MC/Nbt|float}}: Y
*** {{nbt|float}}: X
*** {{MC/Nbt|float}}: Z
*** {{nbt|float}}: Y
** {{MC/Nbt|list|Rotation}}: Two TAG_Floats representing rotation in degrees.
*** {{nbt|float}}: Z
*** {{MC/Nbt|float}}: The entity's rotation clockwise around the Y axis (called yaw). Due south is 0. Does not exceed 360 degrees.
** {{nbt|list|Rotation}}: Two TAG_Floats representing rotation in degrees.
*** {{MC/Nbt|float}}: The entity's declination from the horizon (called pitch). Horizontal is 0. Positive values look downward. Does not exceed positive or negative 90 degrees.
*** {{nbt|float}}: The entity's rotation clockwise around the Y axis (called yaw). Due south is 0. Does not exceed 360 degrees.
** {{MC/Nbt|byte|Saddled}}: 1 or 0 (true/false) - true if this entity is saddled.
*** {{nbt|float}}: The entity's declination from the horizon (called pitch). Horizontal is 0. Positive values look downward. Does not exceed positive or negative 90 degrees.
** {{MC/Nbt|byte|Sheared}}: 1 or 0 (true/false) - true if this entity is sheared. Used by sheep and snow golem.
** {{nbt|byte|Saddled}}: {{nbt boolean}} - {{cd|true}} if this entity is saddled.
** {{MC/Nbt|byte|ShowBottom}}: 1 or 0 (true/false) - true if the End Crystal shows the bedrock slate underneath.{{MC/Needs testing}}
** {{nbt|byte|Sheared}}: {{nbt boolean}} - {{cd|true}} if this entity is sheared. Used by sheep and snow golem.
** {{MC/Nbt|byte|Sitting}}: 1 or 0 (true/false) - true if this entity is sitting.
** {{nbt|byte|ShowBottom}}: {{nbt boolean}} - {{cd|true}} if the End Crystal shows the bedrock slate underneath.{{Needs testing}}
** {{MC/Nbt|int|SkinID}}: The entity's Skin ID value. Used by villager and zombified villager. Defaults to 0.
** {{nbt|byte|Sitting}}: {{nbt boolean}} - {{cd|true}} if this entity is sitting.
** {{MC/Nbt|int|Strength}}: Determines the number of items the entity can carry (items = 3 × strength). Used by llama. Defaults to 0.
** {{nbt|int|SkinID}}: The entity's Skin ID value. Used by villager and zombified villager. Defaults to 0.
** {{MC/Nbt|int|StrengthMax}}: Determines the maximum number of items the entity can carry (items = 3 × strength). Defaults to 0.
** {{nbt|int|Strength}}: Determines the number of items the entity can carry (items = 3 × strength). Used by llama. Defaults to 0.
** {{MC/Nbt|list|Tags}}: (May not exist) List of scoreboard tags of this entity.
** {{nbt|int|StrengthMax}}: Determines the maximum number of items the entity can carry (items = 3 × strength). Defaults to 0.
*** {{MC/Nbt|string}}: A tag.
** {{nbt|list|Tags}}: (May not exist) List of [[Minecraft:Scoreboard|scoreboard tags]] of this entity.
** {{MC/Nbt|long|UniqueID}}: The Unique ID of this entity.
*** {{nbt|string}}: A tag.
** {{MC/Nbt|int|Variant}}: The ID of the variant. Used by cat, villager, horse, etc. Defaults to 0.
** {{nbt|long|UniqueID}}: The Unique ID of this entity.
** {{nbt|int|Variant}}: The ID of the variant. Used by cat, villager, horse, etc. Defaults to 0.<section end="entity format" />


== Additional fields for entity categories ==
== Additional fields for entity categories ==
=== Minecart ===
=== Minecart ===
Minecart entities include:
Minecart entities include:
** {{MC/Entitylink|Minecart}}
** {{EntityLink|Minecart}}
*** {{MC/Entitylink|Minecart with Chest}}
*** {{EntityLink|Minecart with Chest}}
*** {{MC/Entitylink|Minecart with Command Block}}
*** {{EntityLink|Minecart with Command Block}}
*** {{MC/Entitylink|Minecart with Hopper}}
*** {{EntityLink|Minecart with Hopper}}
*** {{MC/Entitylink|Minecart with TNT}}
*** {{EntityLink|Minecart with TNT}}
Additional fields for minecart entities:
Additional fields for minecart entities:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Nbt|byte|CustomDisplayTile}}: 1 or 0 (true/false) - (may not exist) if is displayed the custom tile in this minecart.
** {{nbt|byte|CustomDisplayTile}}: 1 or 0 (true/false) - (may not exist) if is displayed the custom tile in this minecart.
** {{MC/Nbt|compound|DisplayBlock}}: (May not exist) The custom block in the minecart.
** {{nbt|compound|DisplayBlock}}: (May not exist) The custom block in the minecart.
*** {{MC/Bedrock nbt|block}}
*** {{bedrock nbt|block}}
** {{MC/Nbt|int|DisplayOffset}}: (May not exist) The offset of the block displayed in the Minecart in pixels. Positive values move the block upwards, while negative values move it downwards. A value of 16 moves the block up by exactly one multiple of its height.{{MC/Needs testing}}
** {{nbt|int|DisplayOffset}}: (May not exist) The offset of the block displayed in the Minecart in pixels. Positive values move the block upwards, while negative values move it downwards. A value of 16 moves the block up by exactly one multiple of its height.{{Needs testing}}


=== Villagers ===
=== Villagers ===
Villager entities include:
Villager entities include:
** {{MC/Entitylink|Old Villager|Villager}}
** {{EntityLink|Old Villager|Villager}}
** {{MC/Entitylink|Villager|Villager V2}}
** {{EntityLink|Villager|Villager V2}}
Additional fields for village entities:
Additional fields for village entities:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Nbt|byte|Willing}}: 1 or 0 (true/false) - true if the villager is willing to mate. Becomes true after certain trades (those that would cause offers to be refreshed), and false after mating.
** {{nbt|byte|Willing}}: 1 or 0 (true/false) - true if the villager is willing to mate. Becomes true after certain trades (those that would cause offers to be refreshed), and false after mating.


=== Monster ===
=== Monster ===
Monster entities include:
Monster entities include:
** {{MC/Entitylink|Blaze}}
** {{EntityLink|Blaze}}
** {{MC/Entitylink|Breeze}}
** {{EntityLink|Breeze}}
** {{MC/Entitylink|Creeper}}
** {{EntityLink|Creeper}}
** {{MC/Entitylink|Ender Dragon}}
** {{EntityLink|Ender Dragon}}
** {{MC/Entitylink|Enderman}}
** {{EntityLink|Enderman}}
** {{MC/Entitylink|Endermite}}
** {{EntityLink|Endermite}}
** {{MC/Entitylink|Ghast}}
** {{EntityLink|Ghast}}
** {{MC/Entitylink|Guardian}}
** {{EntityLink|Guardian}}
*** {{MC/Entitylink|Elder Guardian}}
*** {{EntityLink|Elder Guardian}}
*** {{MC/Entitylink|Elder Guardian Ghost}}
*** {{EntityLink|Elder Guardian Ghost}}
** [[#Humanoid Monster|Humanoid Monster]]
** [[#Humanoid Monster|Humanoid Monster]]
** {{MC/Entitylink|Phantom}}
** {{EntityLink|Phantom}}
** {{MC/Entitylink|Ravager}}
** {{EntityLink|Ravager}}
** {{MC/Entitylink|Slime}}
** {{EntityLink|Slime}}
*** {{MC/Entitylink|Magma Cube}}
*** {{EntityLink|Magma Cube}}
** {{MC/Entitylink|Silverfish}}
** {{EntityLink|Silverfish}}
** {{MC/Entitylink|Spider}}
** {{EntityLink|Spider}}
*** {{MC/Entitylink|Cave Spider}}
*** {{EntityLink|Cave Spider}}
** {{MC/Entitylink|Sulfur Cube}}
** {{EntityLink|Sulfur Cube}}
** {{MC/Entitylink|Vex}}
** {{EntityLink|Vex}}
** {{MC/Entitylink|Warden}}
** {{EntityLink|Warden}}
** {{MC/Entitylink|Wither}}
** {{EntityLink|Wither}}
Additional fields for monsters:
Additional fields for monsters:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Nbt|byte|SpawnedByNight}}: 1 or 0 (true/false) - true if is spawned by night.{{MC/More info}}
** {{nbt|byte|SpawnedByNight}}: 1 or 0 (true/false) - true if is spawned by night.{{more info}}


=== Humanoid Monster ===
=== Humanoid Monster ===
Humanoid monster entities include:
Humanoid monster entities include:
** {{MC/Entitylink|Evoker|Evocation Illager}}
** {{EntityLink|Evoker|Evocation Illager}}
** {{MC/Entitylink|Piglin}}
** {{EntityLink|Piglin}}
*** {{MC/Entitylink|Piglin Brute}}
*** {{EntityLink|Piglin Brute}}
** {{MC/Entitylink|Pillager}}
** {{EntityLink|Pillager}}
** {{MC/Entitylink|Skeleton}}
** {{EntityLink|Skeleton}}
*** {{MC/Entitylink|Bogged}}
*** {{EntityLink|Bogged}}
*** {{MC/Entitylink|Stray}}
*** {{EntityLink|Stray}}
*** {{MC/Entitylink|Wither Skeleton}}
*** {{EntityLink|Wither Skeleton}}
** {{MC/Entitylink|Vindicator|Vindication Illager}}
** {{EntityLink|Vindicator|Vindication Illager}}
** {{MC/Entitylink|Witch}}
** {{EntityLink|Witch}}
** {{MC/Entitylink|Zombie}}
** {{EntityLink|Zombie}}
*** {{MC/Entitylink|Drowned}}
*** {{EntityLink|Drowned}}
*** {{MC/Entitylink|Husk}}
*** {{EntityLink|Husk}}
*** {{MC/Entitylink|Old Zombie Villager|Zombie Villager}}
*** {{EntityLink|Old Zombie Villager|Zombie Villager}}
*** {{MC/Entitylink|Zombie Villager|Zombie Villager V2}}
*** {{EntityLink|Zombie Villager|Zombie Villager V2}}
*** {{MC/Entitylink|Zombified Piglin}}
*** {{EntityLink|Zombified Piglin}}
Additional fields for humanoid monsters:
Additional fields for humanoid monsters:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Nbt|compound|ItemInHand}}: (May not exist) The items in the entity's hand.
** {{nbt|compound|ItemInHand}}: (May not exist) The items in the entity's hand.
*** {{MC/Bedrock nbt|Item Stack|item}}
*** {{bedrock nbt|Item Stack|item}}


=== Mob ===
=== Mob ===
Mob entities include:
Mob entities include:
** {{MC/Entitylink|Agent}}
** {{EntityLink|Agent}}
** {{MC/Entitylink|Allay}}
** {{EntityLink|Allay}}
** [[Minecraft:Animal]]
** [[Minecraft:Animal]]
*** {{MC/Entitylink|Armadillo}}
*** {{EntityLink|Armadillo}}
*** {{MC/Entitylink|Axolotl}}
*** {{EntityLink|Axolotl}}
*** {{MC/Entitylink|Bee}}
*** {{EntityLink|Bee}}
*** {{MC/Entitylink|Camel}}
*** {{EntityLink|Camel}}
*** {{MC/Entitylink|Cat}}
*** {{EntityLink|Cat}}
*** {{MC/Entitylink|Chicken}}
*** {{EntityLink|Chicken}}
*** {{MC/Entitylink|Cow}}
*** {{EntityLink|Cow}}
*** {{MC/Entitylink|Fox}}
*** {{EntityLink|Fox}}
*** {{MC/Entitylink|Frog}}
*** {{EntityLink|Frog}}
*** {{MC/Entitylink|Goat}}
*** {{EntityLink|Goat}}
*** {{MC/Entitylink|Horse}}
*** {{EntityLink|Horse}}
**** {{MC/Entitylink|Donkey}}
**** {{EntityLink|Donkey}}
**** {{MC/Entitylink|Mule}}
**** {{EntityLink|Mule}}
**** {{MC/Entitylink|Skeleton Horse}}
**** {{EntityLink|Skeleton Horse}}
**** {{MC/Entitylink|Zombie Horse}}
**** {{EntityLink|Zombie Horse}}
*** {{MC/Entitylink|Llama}}
*** {{EntityLink|Llama}}
**** {{MC/Entitylink|Trader Llama}}
**** {{EntityLink|Trader Llama}}
*** {{MC/Entitylink|Mooshroom|Mushroom Cow}}
*** {{EntityLink|Mooshroom|Mushroom Cow}}
*** {{MC/Entitylink|Ocelot}}
*** {{EntityLink|Ocelot}}
*** {{MC/Entitylink|Panda}}
*** {{EntityLink|Panda}}
*** {{MC/Entitylink|Parrot}}
*** {{EntityLink|Parrot}}
*** {{MC/Entitylink|Pig}}
*** {{EntityLink|Pig}}
*** {{MC/Entitylink|Polar Bear}}
*** {{EntityLink|Polar Bear}}
*** {{MC/Entitylink|Rabbit}}
*** {{EntityLink|Rabbit}}
*** {{MC/Entitylink|Sheep}}
*** {{EntityLink|Sheep}}
*** {{MC/Entitylink|Sniffer}}
*** {{EntityLink|Sniffer}}
*** {{MC/Entitylink|Strider}}
*** {{EntityLink|Strider}}
*** {{MC/Entitylink|Turtle}}
*** {{EntityLink|Turtle}}
*** {{MC/Entitylink|Wolf}}
*** {{EntityLink|Wolf}}
** {{MC/Entitylink|Armor Stand}}
** {{EntityLink|Armor Stand}}
** {{MC/Entitylink|Bat}}
** {{EntityLink|Bat}}
** {{MC/Entitylink|Iron Golem}}
** {{EntityLink|Iron Golem}}
** {{MC/Entitylink|Hoglin}}
** {{EntityLink|Hoglin}}
** [[#Monster|Monsters]]
** [[#Monster|Monsters]]
** {{MC/Entitylink|NPC}}
** {{EntityLink|NPC}}
** {{MC/Entitylink|Player}}
** {{EntityLink|Player}}
** {{MC/Entitylink|Shulker}}
** {{EntityLink|Shulker}}
** {{MC/Entitylink|Snow Golem}}
** {{EntityLink|Snow Golem}}
** {{MC/Entitylink|Squid}}
** {{EntityLink|Squid}}
*** {{MC/Entitylink|Glow Squid}}
*** {{EntityLink|Glow Squid}}
** {{MC/Entitylink|Tripod Camera}}
** {{EntityLink|Tripod Camera}}
**[[#Villagers|Villagers]]
**[[#Villagers|Villagers]]
** {{MC/Entitylink|Wandering Trader}}
** {{EntityLink|Wandering Trader}}
** [[Minecraft:Aquatic#Animals|Water Animal]]
** [[Minecraft:Aquatic#Animals|Water Animal]]
*** {{MC/Entitylink|Dolphin}}
*** {{EntityLink|Dolphin}}
*** Fish
*** [[Minecraft:Fish]]
**** {{MC/Entitylink|Cod}}
**** {{EntityLink|Cod}}
**** {{MC/Entitylink|Salmon}}
**** {{EntityLink|Salmon}}
**** {{MC/Entitylink|Pufferfish}}
**** {{EntityLink|Pufferfish}}
*** {{MC/Entitylink|Tadpole}}
*** {{EntityLink|Tadpole}}
*** {{MC/Entitylink|Tropical Fish}}
*** {{EntityLink|Tropical Fish}}
** {{MC/Entitylink|Zoglin}}
** {{EntityLink|Zoglin}}
Additional fields for mobs:
Additional fields for mobs:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Nbt|list|ActiveEffects}}: (May not exist) The list of potion effects on this mob.
<section begin="mob format" />
*** {{MC/Nbt|compound}}: An effect.
** {{nbt|list|ActiveEffects}}: (May not exist) The list of potion effects on this mob.
**** {{MC/Bedrock nbt|Mob Effect}}
*** {{nbt|compound}}: An effect.
** {{MC/Nbt|short|Air}}: How much air the living entity has, in ticks.
**** {{bedrock nbt/mob effect}}
** {{MC/Nbt|list|Armor}}: The list of items the mob is wearing as armor.
** {{nbt|short|Air}}: How much air the living entity has, in ticks.
*** {{MC/Nbt|compound}}: The item on the head.
** {{nbt|list|Armor}}: The list of items the mob is wearing as armor.
**** {{MC/Bedrock nbt|Item Stack|item}}
*** {{nbt|compound}}: The item on the head.
*** {{MC/Nbt|compound}}: The item on the chest.
*** {{nbt|compound}}: The item on the chest.
**** {{MC/Bedrock nbt|Item Stack|item}}
*** {{nbt|compound}}: The item on the legs.
*** {{MC/Nbt|compound}}: The item on the legs.
*** {{nbt|compound}}: The item on the feets.
**** {{MC/Bedrock nbt|Item Stack|item}}
**** {{bedrock nbt/itemnoslot|indent=****}}
*** {{MC/Nbt|compound}}: The item on the feets.
** {{nbt|short|AttackTime}}: Number of ticks the mob attacks for. 0 when not attacking.
**** {{MC/Bedrock nbt|Item Stack|item}}
** {{nbt|list|Attributes}}: A list of [[Minecraft:Attribute]]s for this mob. These are used for many purposes in internal calculations. Valid Attributes for a given mob are listed in the [[Minecraft:Attribute|main article]].
** {{MC/Nbt|short|AttackTime}}: Number of ticks the mob attacks for. 0 when not attacking.
*** {{nbt|compound}}: An Attribute.
** {{MC/Nbt|list|Attributes}}: A list of [[Minecraft:Attribute]]s for this mob. These are used for many purposes in internal calculations. Valid Attributes for a given mob are listed in the [[Minecraft:Attribute|main article]].
**** {{bedrock nbt/Attribute}}
*** {{MC/Nbt|compound}}: An Attribute.
** {{nbt|float|BodyRot}}: (May not exist) Unknown.
**** {{MC/Bedrock nbt|Attribute}}
** {{nbt|int|boundX}}: X of the bound origin.
** {{MC/Nbt|float|BodyRot}}: (May not exist) Unknown.
** {{nbt|int|boundY}}: Y of the bound origin.
** {{MC/Nbt|int|boundX}}: X of the bound origin.
** {{nbt|int|boundZ}}: Z of the bound origin.
** {{MC/Nbt|int|boundY}}: Y of the bound origin.
** {{nbt|byte|canPickupItems}}: {{nbt boolean}} - {{cd|true}} if this entity can pick up items.
** {{MC/Nbt|int|boundZ}}: Z of the bound origin.
** {{nbt|byte|Dead}}: {{nbt boolean}} - {{cd|true}} if dead.
** {{MC/Nbt|byte|canPickupItems}}: 1 or 0 (true/false) - true if this entity can pick up items.
** {{nbt|short|DeathTime}}: Number of ticks the mob has been dead for. Controls death animations. 0 when alive.
** {{MC/Nbt|byte|Dead}}: 1 or 0 (true/false) - true if dead.
** {{nbt|byte|expDropEnabled}}: (May not exist) {{nbt boolean}} - {{cd|true}} if this mob drops experience when killed.
** {{MC/Nbt|short|DeathTime}}: Number of ticks the mob has been dead for. Controls death animations. 0 when alive.
** {{nbt|byte|hasBoundOrigin}}: {{nbt boolean}} - {{cd|true}} if this mob has bound origin. Only{{needs testing}} effects [[Minecraft:Vex]]. When a vex is idle, it wanders, selecting air blocks from within a 15×11×15{{needs testing}} cuboid range centered at BoundX, BoundY, BoundZ. when it summoned the vex, this value is set to true, and the central spot is the location of the evoker. Or if an evoker was not involved, this value is false.
** {{MC/Nbt|byte|expDropEnabled}}: (May not exist) {{MC/Nbt boolean}} - {{MC/Cd|true}} if this mob drops experience when killed.
** {{nbt|byte|hasSetCanPickupItems}}: {{nbt boolean}} - {{cd|true}} if <code>canPickupItems</code> has been set by the game.
** {{MC/Nbt|byte|hasBoundOrigin}}: 1 or 0 (true/false) - if this mob has bound origin. Only{{MC/Needs testing}} effects Vex. When a vex is idle, it wanders, selecting air blocks from within a 15×11×15{{MC/Needs testing}} cuboid range centered at BoundX, BoundY, BoundZ. when it summoned the vex, this value is set to true, and the central spot is the location of the evoker. Or if an evoker was not involved, this value is false.
** {{nbt|short|HurtTime}}: Number of ticks the mob turns red for after being hit. 0 when not recently hit.
** {{MC/Nbt|byte|hasSetCanPickupItems}}: 1 or 0 (true/false) - true if <code>canPickupItems</code> has been set by the game.
** {{nbt|long|LeasherID}}: The Unique ID of an entity that is leashing it with a lead. Set to -1 if there's no leasher.
** {{MC/Nbt|short|HurtTime}}: Number of ticks the mob turns red for after being hit. 0 when not recently hit.
** {{nbt|long|limitedLife}}: The left time in ticks until this entity disapears. Only{{needs testing}} effects [[Minecraft:Evoker Fang]]s. For other entities, it is set to 0.
** {{MC/Nbt|long|LeasherID}}: The Unique ID of an entity that is leashing it with a lead. Set to -1 if there's no leasher.
** {{nbt|list|Mainhand}}: The item being held in the mob's main hand.
** {{MC/Nbt|long|limitedLife}}: The left time in ticks until this entity disapears. Only{{MC/Needs testing}} effects Evoker Fangs. For other entities, it is set to 0.
*** {{nbt|compound}}: The item.
** {{MC/Nbt|list|Mainhand}}: The item being held in the mob's main hand.
**** {{bedrock nbt/itemnoslot|indent=****}}
*** {{MC/Nbt|compound}}: The item.
** {{nbt|byte|NaturalSpawn}}: {{nbt boolean}} - {{cd|true}} if it is naturally spawned.
**** {{MC/Bedrock nbt|Item Stack|item}}
** {{nbt|list|Offhand}}: The item being held in the mob's off hand.
** {{MC/Nbt|byte|NaturalSpawn}}: 1 or 0 (true/false) - true if it is naturally spawned.
*** {{nbt|compound}}: The item.
** {{MC/Nbt|list|Offhand}}: The item being held in the mob's off hand.
**** {{bedrock nbt/itemnoslot|indent=****}}
*** {{MC/Nbt|compound}}: The item.
** {{nbt|compound|persistingOffers}}: (May not exist) Unknown.
**** {{MC/Bedrock nbt|Item Stack|item}}
** {{nbt|int|persistingRiches}}: (May not exist) Unknown.
** {{MC/Nbt|compound|persistingOffers}}: (May not exist) Unknown.
** {{nbt|byte|Surface}}: {{nbt boolean}} - {{cd|true}} if it is naturally spawned on the surface.
** {{MC/Nbt|int|persistingRiches}}: (May not exist) Unknown.
** {{nbt|long|TargetCaptainID}}: (May not exist) The Unique ID of a captain to follow. Used by pillager and vindicator.
** {{MC/Nbt|byte|Surface}}: 1 or 0 (true/false) - true if it is naturally spawned on the surface.
** {{nbt|long|TargetID}}: The Unique ID of an entity that this entity is angry at.
** {{MC/Nbt|long|TargetCaptainID}}: (May not exist) The Unique ID of a captain to follow. Used by pillager and vindicator.
** {{nbt|int|TradeExperience}}: (May not exist) Trade experiences of this trader entity.
** {{MC/Nbt|long|TargetID}}: The Unique ID of an entity that this entity is angry at.
** {{nbt|int|TradeTier}}: (May not exist) Trade tier of this trader entity.
** {{MC/Nbt|int|TradeExperience}}: (May not exist) Trade experiences of this trader entity.
** {{nbt|byte|WantsToBeJockey}}: (May not exist) unknown.<section end="mob format" />
** {{MC/Nbt|int|TradeTier}}: (May not exist) Trade tier of this trader entity.
** {{MC/Nbt|byte|WantsToBeJockey}}: (May not exist) unknown.


=== Abstract Arrow ===
=== Abstract Arrow ===
Abstract arrow entities include:
Abstract arrow entities include:
** {{MC/Entitylink|Arrow}}
** {{EntityLink|Arrow}}
** {{MC/Entitylink|Trident|Thrown Trident}}
** {{EntityLink|Trident|Thrown Trident}}
Additional fields for abstract arrow entities:
Additional fields for abstract arrow entities:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Nbt|byte|isCreative}}: 1 or 0 (true/false) - true if its owner is a player in Creative mode.
** {{nbt|byte|isCreative}}: 1 or 0 (true/false) - true if its owner is a player in Creative mode.
** {{MC/Nbt|long|OwnerID}}: The Unique ID of the entity this projectile was thrown by. Set to -1 if it has no owner.
** {{nbt|long|OwnerID}}: The Unique ID of the entity this projectile was thrown by. Set to -1 if it has no owner.
** {{MC/Nbt|byte|player}}: 1 or 0 (true/false) - true if its owner is a player.
** {{nbt|byte|player}}: 1 or 0 (true/false) - true if its owner is a player.


=== Throwable ===
=== Throwable ===
Throwable entities include:
Throwable entities include:
** {{MC/Entitylink|Bottle o' Enchanting|Experience Potion}}
** {{EntityLink|Bottle o' Enchanting|Experience Potion}}
** {{MC/Entitylink|Snowball}}
** {{EntityLink|Snowball}}
** {{MC/Entitylink|Ender Pearl|Thrown Ender Pearl}}
** {{EntityLink|Ender Pearl|Thrown Ender Pearl}}
** {{MC/Entitylink|Egg|Thrown Egg}}
** {{EntityLink|Egg|Thrown Egg}}
** {{MC/Entitylink|Ice Bomb|Thrown Ice Bomb}}
** {{EntityLink|Ice Bomb|Thrown Ice Bomb}}
** {{MC/Entitylink|Splash Potion|Thrown Potion}}
** {{EntityLink|Splash Potion|Thrown Potion}}
Additional fields for throwable entities:
Additional fields for throwable entities:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Nbt|byte|inGround}}: Unknown.
** {{nbt|byte|inGround}}: Unknown.
** {{MC/Nbt|long|OwnerID}}: The Unique ID of the entity this projectile was thrown by.
** {{nbt|long|OwnerID}}: The Unique ID of the entity this projectile was thrown by.
** {{MC/Nbt|byte|shake}}: Unknown.
** {{nbt|byte|shake}}: Unknown.


== Additional fields for entity types ==
== Additional fields for entity types ==
=== Allay ===
=== Allay ===
Additional fields for allay:
Additional fields for [[Minecraft:allay]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|inventory|component}}
** {{bedrock nbt|inventory|component}}
** {{MC/Nbt|long|AllayDuplicationCooldown}}: The allay's duplication cooldown in ticks. This is set to 6000 ticks (5 minutes) when the allay duplicates.
** {{nbt|long|AllayDuplicationCooldown}}: The allay's duplication cooldown in ticks. This is set to 6000 ticks (5 minutes) when the allay duplicates.
** {{MC/Nbt|compound|VibrationListener}}: The vibration event listener of this allay.
** {{nbt|compound|VibrationListener}}: The vibration event listener of this allay.
*** {{MC/Nbt|int|event}}: Unknown.
*** {{nbt|int|event}}: Unknown.
*** {{MC/Nbt|compound|pending}}: Unknown.
*** {{nbt|compound|pending}}: Unknown.
**** {{MC/Nbt|float|distance}}: Unknown.
**** {{nbt|float|distance}}: Unknown.
**** {{MC/Nbt|long|source}}: Unknown.
**** {{nbt|long|source}}: Unknown.
**** {{MC/Nbt|int|vibration}}: Unknown.
**** {{nbt|int|vibration}}: Unknown.
**** {{MC/Nbt|int|x}}: Unknown.
**** {{nbt|int|x}}: Unknown.
**** {{MC/Nbt|int|y}}: Unknown.
**** {{nbt|int|y}}: Unknown.
**** {{MC/Nbt|int|z}}: Unknown.
**** {{nbt|int|z}}: Unknown.
*** {{MC/Nbt|compound|selector}}: Unknown.
*** {{nbt|compound|selector}}: Unknown.
*** {{MC/Nbt|int|ticks}}: Unknown.
*** {{nbt|int|ticks}}: Unknown.


=== Area Effect Cloud ===
=== Area Effect Cloud ===
Additional fields for area effect cloud:
Additional fields for [[Minecraft:area effect cloud]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Nbt|int|Duration}}: The maximum age of the field.
** {{nbt|int|Duration}}: The maximum age of the field.
** {{MC/Nbt|int|DurationOnUse}}: The amount the duration of the field changes upon applying the effect.
** {{nbt|int|DurationOnUse}}: The amount the duration of the field changes upon applying the effect.
** {{MC/Nbt|float|InitialRadius}}: The field's initial radius.
** {{nbt|float|InitialRadius}}: The field's initial radius.
** {{MC/Nbt|list|mobEffects}}: A list of the applied effects.
** {{nbt|list|mobEffects}}: A list of the applied [[Minecraft:effect]]s.
*** {{MC/Bedrock nbt|Mob Effect}}
*** {{bedrock nbt|Mob Effect}}
** {{MC/Nbt|long|OwnerId}}: The Unique ID of the entity who created the cloud. If it has no owner, defaults to -1.
** {{nbt|long|OwnerId}}: The Unique ID of the entity who created the cloud. If it has no owner, defaults to -1.
** {{MC/Nbt|int|ParticleColor}}: The color of the particles.
** {{nbt|int|ParticleColor}}: The color of the particles.
** {{MC/Nbt|int|ParticleId}}: The particles displayed by the field.
** {{nbt|int|ParticleId}}: The particles displayed by the field.
** {{MC/Nbt|int|PickupCount}}: How many dragon's breath can be picked up.
** {{nbt|int|PickupCount}}: How many [[Minecraft:dragon's breath]] can be picked up.
** {{MC/Nbt|short|PotionId}}: The name of the default potion effect. See [[Minecraft:potion#Item data|potion data values]] for valid IDs.
** {{nbt|short|PotionId}}: The name of the default potion effect. See [[Minecraft:potion#Item data|potion data values]] for valid IDs.
** {{MC/Nbt|float|Radius}}: The field's current radius.
** {{nbt|float|Radius}}: The field's current radius.
** {{MC/Nbt|float|RadiusChangeOnPickup}}: The amount the radius changes when picked up by a glass bottle.
** {{nbt|float|RadiusChangeOnPickup}}: The amount the radius changes when picked up by a glass bottle.
** {{MC/Nbt|float|RadiusOnUse}}: The amount the radius changes upon applying the effect. Normally negative.
** {{nbt|float|RadiusOnUse}}: The amount the radius changes upon applying the effect. Normally negative.
** {{MC/Nbt|float|RadiusPerTick}}: The amount the radius changes per tick. Normally negative.
** {{nbt|float|RadiusPerTick}}: The amount the radius changes per tick. Normally negative.
** {{MC/Nbt|int|ReapplicationDelay}}: The number of ticks before reapplying the effect.
** {{nbt|int|ReapplicationDelay}}: The number of ticks before reapplying the effect.
** {{MC/Nbt|long|SpawnTick}}: The time when it was spawned.
** {{nbt|long|SpawnTick}}: The time when it was spawned.


=== Armadillo ===
=== Armadillo ===
Additional fields for armadillo:
Additional fields for [[Minecraft:armadillo]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|ageable|component}}
** {{bedrock nbt|ageable|component}}
** {{MC/Bedrock nbt|breedable|component}}
** {{bedrock nbt|breedable|component}}
** {{MC/Bedrock nbt|spawn_entity|component}}
** {{bedrock nbt|spawn_entity|component}}
** {{MC/Nbt|compound|properties}}: The armadillo <code>properties</code>.
** {{nbt|compound|properties}}: The armadillo <code>properties</code>.
*** {{MC/Nbt|byte|minecraft:is_rolled_up}}: 1 or 0 (true/false) - true if the armadillo is rolled up.
*** {{nbt|byte|minecraft:is_rolled_up}}: 1 or 0 (true/false) - true if the armadillo is rolled up.
*** {{MC/Nbt|byte|minecraft:is_threatened}}: 1 or 0 (true/false) - true if the armadillo was hit.
*** {{nbt|byte|minecraft:is_threatened}}: 1 or 0 (true/false) - true if the armadillo was hit.
*** {{MC/Nbt|byte|minecraft:is_trying_to_relax}}: 1 or 0 (true/false) - {{MC/Info needed}}.
*** {{nbt|byte|minecraft:is_trying_to_relax}}: 1 or 0 (true/false) - {{info needed}}.


=== Armor Stand ===
=== Armor Stand ===
Additional fields for armor stand:
Additional fields for [[Minecraft:armor stand]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Nbt|compound|Pose}}: The ArmorStand's pose.
** {{nbt|compound|Pose}}: The ArmorStand's pose.
*** {{MC/Nbt|int|LastSignal}}: The redstone signal level it received.
*** {{nbt|int|LastSignal}}: The redstone signal level it received.
*** {{MC/Nbt|int|PoseIndex}}: The index of current pose.
*** {{nbt|int|PoseIndex}}: The index of current pose.


=== Arrow ===
=== Arrow ===
Additional fields for [[Minecraft:arrow]]:
Additional fields for [[Minecraft:arrow]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|projectile|component}}
** {{bedrock nbt|projectile|component}}
** {{MC/Nbt|byte|auxValue}}: The metadata of this arrow. See [[Minecraft:Arrow#Metadata]].
** {{nbt|byte|auxValue}}: The metadata of this arrow. See [[Minecraft:Arrow#Metadata]].
** {{MC/Nbt|byte|enchantFlame}}: The level of Flame enchantment on the bow that shot this arrow, where 1 is level 1. 0 if no Flame enchantment.
** {{nbt|byte|enchantFlame}}: The level of [[Minecraft:Flame]] enchantment on the bow that shot this arrow, where 1 is level 1. 0 if no Flame enchantment.
** {{MC/Nbt|byte|enchantInfinity}}: The level of Infinity enchantment on the bow that shot this arrow, where 1 is level 1. 0 if no Infinity enchantment.
** {{nbt|byte|enchantInfinity}}: The level of [[Minecraft:Infinity]] enchantment on the bow that shot this arrow, where 1 is level 1. 0 if no Infinity enchantment.
** {{MC/Nbt|list|mobEffects}}: Effects on a tipped arrow.
** {{nbt|list|mobEffects}}: Effects on a tipped arrow.
*** {{MC/Nbt|compound}}: An effect.
*** {{nbt|compound}}: An effect.
**** {{MC/Bedrock nbt|Mob Effect}}
**** {{bedrock nbt|Mob Effect}}
** {{MC/Nbt|byte|enchantPower}}: The level of Power enchantment on the bow that shot this arrow, where 1 is level 1. 0 if no Power enchantment.
** {{nbt|byte|enchantPower}}: The level of [[Minecraft:Power]] enchantment on the bow that shot this arrow, where 1 is level 1. 0 if no Power enchantment.
** {{MC/Nbt|byte|enchantPunch}}: The level of Punch enchantment on the bow that shot this arrow, where 1 is level 1. 0 if no Punch enchantment.
** {{nbt|byte|enchantPunch}}: The level of [[Minecraft:Punch]] enchantment on the bow that shot this arrow, where 1 is level 1. 0 if no Punch enchantment.


=== Axolotl ===
=== Axolotl ===
Additional fields for axolotl:
Additional fields for [[Minecraft:axolotl]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|ageable|component}}
** {{bedrock nbt|ageable|component}}
** {{MC/Bedrock nbt|breedable|component}}
** {{bedrock nbt|breedable|component}}
** {{MC/Bedrock nbt|drying_out_timer|component}}
** {{bedrock nbt|drying_out_timer|component}}
** {{MC/Nbt|short|DamageTime}}: (May not exist) Applies a defined amount of damage to the axolotl at specified intervals.
** {{nbt|short|DamageTime}}: (May not exist) Applies a defined amount of damage to the axolotl at specified intervals.
** {{MC/Nbt|int|TicksRemainingUntilDryOut}}: Number of ticks until the axolotl dies when it is on the surface. Initially starts at 6000 ticks (5 minutes) and counts down to 0.
** {{nbt|int|TicksRemainingUntilDryOut}}: Number of ticks until the axolotl dies when it is on the surface. Initially starts at 6000 ticks (5 minutes) and counts down to 0.


=== Bat ===
=== Bat ===
Additional fields for bat:
Additional fields for [[Minecraft:bat]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Nbt|byte|BatFlags}}: 1 when hanging upside down and 0 when flying.{{MC/More info}}
** {{nbt|byte|BatFlags}}: 1 when hanging upside down and 0 when flying.{{More info}}


=== Bee ===
=== Bee ===
Additional fields for bee:
Additional fields for [[Minecraft:bee]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|ageable|component}}
** {{bedrock nbt|ageable|component}}
** {{MC/Bedrock nbt|breedable|component}}
** {{bedrock nbt|breedable|component}}
** {{MC/Bedrock nbt|home|component}}
** {{bedrock nbt|home|component}}
** {{MC/Bedrock nbt|timer|component}}
** {{bedrock nbt|timer|component}}
** {{MC/Nbt|compound|properties}}: The bee <code>properties</code>.
** {{nbt|compound|properties}}: The bee <code>properties</code>.
*** {{MC/Nbt|byte|minecraft:has_nectar}}: 1 or 0 (true/false) - true if the bee is carrying pollen.
*** {{nbt|byte|minecraft:has_nectar}}: 1 or 0 (true/false) - true if the bee is carrying pollen.


=== Boat with Chest ===
=== Boat with Chest ===
Additional fields for boat with chest:
Additional fields for [[Minecraft:boat with chest]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|inventory|component}}
** {{bedrock nbt|inventory|component}}


=== Breeze ===
=== Breeze ===
Additional fields for breeze:
Additional fields for [[Minecraft:breeze]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Nbt|compound|properties}}: The breeze <code>properties</code>.
** {{nbt|compound|properties}}: The breeze <code>properties</code>.
*** {{MC/Nbt|byte|minecraft:is_playing_idle_ground_sound}}: 1 or 0 (true/false) - true if the breeze is playing the <code>mob.breeze.idle_ground</code> sound.
*** {{nbt|byte|minecraft:is_playing_idle_ground_sound}}: 1 or 0 (true/false) - true if the breeze is playing the <code>mob.breeze.idle_ground</code> sound.


=== Camel ===
=== Camel ===
Additional fields for camel:
Additional fields for [[Minecraft:camel]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|ageable|component}}
** {{bedrock nbt|ageable|component}}
** {{MC/Bedrock nbt|breedable|component}}
** {{bedrock nbt|breedable|component}}
** {{MC/Bedrock nbt|inventory|component}}
** {{bedrock nbt|inventory|component}}


=== Cat ===
=== Cat ===
Additional fields for cat:
Additional fields for [[Minecraft:cat]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|ageable|component}}
** {{bedrock nbt|ageable|component}}
** {{MC/Bedrock nbt|breedable|component}}
** {{bedrock nbt|breedable|component}}
** {{MC/Bedrock nbt|dweller|component}}
** {{bedrock nbt|dweller|component}}


=== Chicken ===
=== Chicken ===
Additional fields for chicken:
Additional fields for [[Minecraft:chicken]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|ageable|component}}
** {{bedrock nbt|ageable|component}}
** {{MC/Bedrock nbt|breedable|component}}
** {{bedrock nbt|breedable|component}}
** {{MC/Nbt|list|entries}}
** {{nbt|list|entries}}
*** {{MC/Nbt|compound}}: An entry.
*** {{nbt|compound}}: An entry.
**** {{MC/Nbt|int|SpawnTimer}}: Unknown.
**** {{nbt|int|SpawnTimer}}: Unknown.
**** {{MC/Nbt|byte|StopSpawning}}: Unknown.
**** {{nbt|byte|StopSpawning}}: Unknown.


=== Cow ===
=== Cow ===
Additional fields for cow:
Additional fields for [[Minecraft:cow]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|ageable|component}}
** {{bedrock nbt|ageable|component}}
** {{MC/Bedrock nbt|breedable|component}}
** {{bedrock nbt|breedable|component}}


=== Creeper ===
=== Creeper ===
Additional fields for creeper:
Additional fields for [[Minecraft:creeper]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|explode|component}}
** {{bedrock nbt|explode|component}}


=== Dolphin ===
=== Dolphin ===
Additional fields for dolphin:
Additional fields for [[Minecraft:dolphin]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|ageable|component}}
** {{bedrock nbt|ageable|component}}
** {{MC/Bedrock nbt|drying_out_timer|component}}
** {{bedrock nbt|drying_out_timer|component}}
** {{MC/Nbt|int|BribeTime}}: Unknown.
** {{nbt|int|BribeTime}}: Unknown.
** {{MC/Nbt|short|DamageTime}}: (May not exist) Applies a defined amount of damage to the dolphin at specified intervals.
** {{nbt|short|DamageTime}}: (May not exist) Applies a defined amount of damage to the dolphin at specified intervals.
** {{MC/Nbt|int|TicksRemainingUntilDryOut}}: Number of ticks until the dolphin dies when it is on the surface. Initially starts at 2400 ticks (2 minutes) and counts down to 0.
** {{nbt|int|TicksRemainingUntilDryOut}}: Number of ticks until the dolphin dies when it is on the surface. Initially starts at 2400 ticks (2 minutes) and counts down to 0.


=== Donkey ===
=== Donkey ===
Additional fields for donkey:
Additional fields for [[Minecraft:donkey]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|ageable|component}}
** {{bedrock nbt|ageable|component}}
** {{MC/Bedrock nbt|breedable|component}}
** {{bedrock nbt|breedable|component}}
** {{MC/Bedrock nbt|inventory|component}}
** {{bedrock nbt|inventory|component}}
** {{MC/Nbt|int|Temper}}: Random number that ranges from 0 to 100; increases with feeding or trying to tame it. Higher values make the donkey easier to tame.
** {{nbt|int|Temper}}: Random number that ranges from 0 to 100; increases with feeding or trying to tame it. Higher values make the donkey easier to tame.


=== Egg ===
=== Egg ===
Additional fields for [[Minecraft:egg]]:
Additional fields for [[Minecraft:egg]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|projectile|component}}
** {{bedrock nbt|projectile|component}}


=== End Crystal ===
=== End Crystal ===
Additional fields for end crystal:
Additional fields for [[Minecraft:end crystal]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|explode|component}}
** {{bedrock nbt|explode|component}}
** {{MC/Nbt|int|BlockTargetX}}: (May not exist) The block location its beam points to.
** {{nbt|int|BlockTargetX}}: (May not exist) The block location its beam points to.
** {{MC/Nbt|int|BlockTargetY}}: (May not exist) See above.
** {{nbt|int|BlockTargetY}}: (May not exist) See above.
** {{MC/Nbt|int|BlockTargetZ}}: (May not exist) See above.
** {{nbt|int|BlockTargetZ}}: (May not exist) See above.


=== Enderman ===
=== Enderman ===
Additional fields for [[Minecraft:enderman]]:
Additional fields for [[Minecraft:enderman]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Nbt|compound|carriedBlock}}: The block carried by the enderman.
** {{nbt|compound|carriedBlock}}: The block carried by the enderman.
*** {{MC/Bedrock nbt|Block}}
*** {{bedrock nbt|Block}}


=== Endermite ===
=== Endermite ===
Additional fields for endermite:
Additional fields for [[Minecraft:endermite]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Nbt|int|Lifetime}}: How long the endermite has existed in ticks. Disappears when this reaches around 2400.
** {{nbt|int|Lifetime}}: How long the endermite has existed in ticks. Disappears when this reaches around 2400.


=== Evoker ===
=== Evoker ===
Additional fields for evoker:
Additional fields for [[Minecraft:evoker]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|dweller|component}}
** {{bedrock nbt|dweller|component}}


=== Experience Orb ===
=== Experience Orb ===
Additional fields for experience orb:
Additional fields for [[Minecraft:experience orb]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Nbt|short|Age}}: The number of ticks the XP orb has been "untouched". After 6000 ticks (5 minutes) the orb is destroyed.{{MC/Needs testing}}
** {{nbt|short|Age}}: The number of ticks the XP orb has been "untouched". After 6000 ticks (5 minutes) the orb is destroyed.{{Needs testing}}
** {{MC/Nbt|int|experience value}}: The amount of experience the orb gives when picked up.
** {{nbt|int|experience value}}: The amount of experience the orb gives when picked up.


=== Experience Potion ===
=== Experience Potion ===
Additional fields for experience potion:
Additional fields for [[Minecraft:experience potion]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|projectile|component}}
** {{bedrock nbt|projectile|component}}


=== Falling Block ===
=== Falling Block ===
Additional fields for falling block:
Additional fields for [[Minecraft:falling block]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Nbt|compound|FallingBlock}}
** {{nbt|compound|FallingBlock}}
*** {{MC/Bedrock nbt|Block}}
*** {{bedrock nbt|Block}}
** {{MC/Nbt|byte|Time}}: The number of ticks the entity has existed. If set to 0, the moment it ticks to 1, it vanishes if the block at its location has a different ID than the entity's <code>FallingBlock.Name</code>. If the block at its location has the same ID as its <code>FallingBlock.Name</code> when <code>Time</code> ticks from 0 to 1, the block is deleted, and the entity continues to fall, having overwritten it. When Time goes above 600, or above 100 while the block is below Y=1 or is outside building height, the entity is deleted. {{MC/Needs testing}}
** {{nbt|byte|Time}}: The number of ticks the entity has existed. If set to 0, the moment it ticks to 1, it vanishes if the block at its location has a different ID than the entity's <code>FallingBlock.Name</code>. If the block at its location has the same ID as its <code>FallingBlock.Name</code> when <code>Time</code> ticks from 0 to 1, the block is deleted, and the entity continues to fall, having overwritten it. When Time goes above 600, or above 100 while the block is below Y=1 or is outside building height, the entity is deleted. {{Needs testing}}


=== Fireball ===
=== Fireball ===
Additional fields for fireball:
Additional fields for [[Minecraft:fireball]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|explode|component}}
** {{bedrock nbt|explode|component}}
** {{MC/Bedrock nbt|projectile|component}}
** {{bedrock nbt|projectile|component}}
** {{MC/Nbt|list|Direction}}: List of 3 doubles. Should be identical to Motion.{{MC/Needs testing}}
** {{nbt|list|Direction}}: List of 3 doubles. Should be identical to Motion.{{needs testing}}
*** {{MC/Nbt|float}}: X
*** {{nbt|float}}: X
*** {{MC/Nbt|float}}: Y
*** {{nbt|float}}: Y
*** {{MC/Nbt|float}}: Z
*** {{nbt|float}}: Z
** {{MC/Nbt|byte|inGround}}: Unknown.
** {{nbt|byte|inGround}}: Unknown.
** {{MC/Nbt|list|power}}: List of 3 floats that adds to <code>Direction</code> every tick. Act as the acceleration.
** {{nbt|list|power}}: List of 3 floats that adds to <code>Direction</code> every tick. Act as the acceleration.
*** {{MC/Nbt|float}}: X
*** {{nbt|float}}: X
*** {{MC/Nbt|float}}: Y
*** {{nbt|float}}: Y
*** {{MC/Nbt|float}}: Z
*** {{nbt|float}}: Z


=== Fireworks Rocket ===
=== Fireworks Rocket ===
Additional fields for firework rocket:
Additional fields for [[Minecraft:firework|firework rocket]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Nbt|int|Life}}: The number of ticks this fireworks rocket has been flying for.
** {{nbt|int|Life}}: The number of ticks this fireworks rocket has been flying for.
** {{MC/Nbt|int|LifeTime}}: The number of ticks before this fireworks rocket explodes. This value is randomized when the firework is launched.{{MC/Needs testing}}
** {{nbt|int|LifeTime}}: The number of ticks before this fireworks rocket explodes. This value is randomized when the firework is launched.{{Needs testing}}


=== Fishing Bobber ===
=== Fishing Bobber ===
Additional fields for fishing bobber:
Additional fields for [[Minecraft:fishing bobber]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|projectile|component}}
** {{bedrock nbt|projectile|component}}


=== Fox ===
=== Fox ===
Additional fields for fox:
Additional fields for [[Minecraft:fox]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|ageable|component}}
** {{bedrock nbt|ageable|component}}
** {{MC/Bedrock nbt|breedable|component}}
** {{bedrock nbt|breedable|component}}
** {{MC/Nbt|int|TrustedPlayersAmount}}: The number of players who are trusted by the fox.
** {{nbt|int|TrustedPlayersAmount}}: The number of players who are trusted by the fox.
** {{MC/Nbt|long|TrustedPlayer<''num''>}}: A player's Unique ID. Note that <code><''num''></code> counts from 0.
** {{nbt|long|TrustedPlayer<''num''>}}: A player's Unique ID. Note that <code><''num''></code> counts from 0.


=== Frog ===
=== Frog ===
Additional fields for frog:
Additional fields for [[Minecraft:frog]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|breedable|component}}
** {{bedrock nbt|breedable|component}}


=== Goat ===
=== Goat ===
Additional fields for goat:
Additional fields for [[Minecraft:goat]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|ageable|component}}
** {{bedrock nbt|ageable|component}}
** {{MC/Bedrock nbt|breedable|component}}
** {{bedrock nbt|breedable|component}}
** {{MC/Bedrock nbt|genetics|component}}
** {{bedrock nbt|genetics|component}}
** {{MC/Nbt|int|GoatHornCount}}: Unknown.
** {{nbt|int|GoatHornCount}}: Unknown.


=== Guardian and Elder Guardian ===
=== Guardian and Elder Guardian ===
Additional fields for guardian and elder guardian:
Additional fields for [[Minecraft:guardian]] and [[Minecraft:elder guardian]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|home|component}}
** {{bedrock nbt|home|component}}
** {{MC/Bedrock nbt|timer|component}}
** {{bedrock nbt|timer|component}}
** {{MC/Nbt|byte|Elder}}: 1 or 0 (true/false) - true if it is an elder guardian.
** {{nbt|byte|Elder}}: 1 or 0 (true/false) - true if it is an elder guardian.


=== Hoglin ===
=== Hoglin ===
Additional fields for hoglin:
Additional fields for [[Minecraft:hoglin]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|ageable|component}}
** {{bedrock nbt|ageable|component}}
** {{MC/Bedrock nbt|breedable|component}}
** {{bedrock nbt|breedable|component}}
** {{MC/Bedrock nbt|timer|component}}
** {{bedrock nbt|timer|component}}


=== Horse ===
=== Horse ===
Additional fields for [[Minecraft:horse]]:
Additional fields for [[Minecraft:horse]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|ageable|component}}
** {{bedrock nbt|ageable|component}}
** {{MC/Bedrock nbt|breedable|component}}
** {{bedrock nbt|breedable|component}}
** {{MC/Bedrock nbt|inventory|component}}
** {{bedrock nbt|inventory|component}}
** {{MC/Nbt|int|Temper}}: Random number that ranges from 0 to 100; increases with feeding or trying to tame it. Higher values make the horse easier to tame.
** {{nbt|int|Temper}}: Random number that ranges from 0 to 100; increases with feeding or trying to tame it. Higher values make the horse easier to tame.


=== Husk ===
=== Husk ===
Additional fields for [[Minecraft:husk]]:
Additional fields for [[Minecraft:husk]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|timer|component}}
** {{bedrock nbt|timer|component}}


=== Iron Golem ===
=== Iron Golem ===
Additional fields for iron golem:
Additional fields for [[Minecraft:iron golem]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|dweller|component}}
** {{bedrock nbt|dweller|component}}


=== Item Entity ===
=== Item Entity ===
Additional fields for [[Minecraft:Item (entity)|item entity]]:
Additional fields for [[Minecraft:Item (entity)|item entity]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Nbt|short|Age}}: The number of ticks the item has been "untouched". After 6000 ticks (5 minutes) the item is destroyed.
** {{nbt|short|Age}}: The number of ticks the item has been "untouched". After 6000 ticks (5 minutes) the item is destroyed.
** {{MC/Nbt|short|Health}}: The health of the item, which starts at 5. Items take damage from fire, lava, and explosions. The item is destroyed when its health reaches 0.{{MC/Needs testing}}
** {{nbt|short|Health}}: The health of the item, which starts at 5. Items take damage from fire, lava, and explosions. The item is destroyed when its health reaches 0.{{Needs testing}}
** {{MC/Nbt|compound|Item}}: The item of this stack.
** {{nbt|compound|Item}}: The item of this stack.
*** {{MC/Bedrock nbt|Item Stack|item}}
*** {{bedrock nbt|Item Stack|item}}
** {{MC/Nbt|long|OwnerID}}: If present, only the player{{MC/Needs testing}} with this Unique ID can pick up the item.
** {{nbt|long|OwnerID}}: If present, only the player{{Needs testing}} with this Unique ID can pick up the item.


=== Llama ===
=== Llama ===
Additional fields for llama:
Additional fields for [[Minecraft:llama]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|ageable|component}}
** {{bedrock nbt|ageable|component}}
** {{MC/Bedrock nbt|breedable|component}}
** {{bedrock nbt|breedable|component}}
** {{MC/Bedrock nbt|inventory|component}}
** {{bedrock nbt|inventory|component}}
** {{MC/Nbt|int|Temper}}: Random number that ranges from 0 to 100; increases with feeding or trying to tame it. Higher values make the llama easier to tame.
** {{nbt|int|Temper}}: Random number that ranges from 0 to 100; increases with feeding or trying to tame it. Higher values make the llama easier to tame.


=== Llama Spit ===
=== Llama Spit ===
Additional fields for llama spit:
Additional fields for [[Minecraft:Llama_Spit|llama spit]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|projectile|component}}
** {{bedrock nbt|projectile|component}}


=== Minecart with Chest ===
=== Minecart with Chest ===


Additional fields for minecart with chest:
Additional fields for [[Minecraft:minecart with chest]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|inventory|component}}
** {{bedrock nbt|inventory|component}}


=== Minecart with Command Block ===
=== Minecart with Command Block ===
Additional fields for minecart with command block:
Additional fields for [[Minecraft:minecart with command block]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|Command Block|other}}
** {{bedrock nbt|Command Block|other}}
** {{MC/Bedrock nbt|inventory|component}}
** {{bedrock nbt|inventory|component}}
** {{MC/Nbt|int|CurrentTickCount}}: Number of ticks until it executes the command again.
** {{nbt|int|CurrentTickCount}}: Number of ticks until it executes the command again.
** {{MC/Nbt|byte|Ticking}}: Unknown.
** {{nbt|byte|Ticking}}: Unknown.


=== Minecart with Hopper ===
=== Minecart with Hopper ===
Additional fields for minecart with hopper:
Additional fields for [[Minecraft:minecart with hopper]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|inventory|component}}
** {{bedrock nbt|inventory|component}}


=== Minecart with TNT ===
=== Minecart with TNT ===
Additional fields for minecart with tnt:
Additional fields for [[Minecraft:minecart with tnt]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|explode|component}}
** {{bedrock nbt|explode|component}}


=== Mooshroom ===
=== Mooshroom ===
Additional fields for mooshroom:
Additional fields for [[Minecraft:mooshroom]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|ageable|component}}
** {{bedrock nbt|ageable|component}}
** {{MC/Bedrock nbt|breedable|component}}
** {{bedrock nbt|breedable|component}}


=== Mule ===
=== Mule ===
Additional fields for mule:
Additional fields for [[Minecraft:mule]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|ageable|component}}
** {{bedrock nbt|ageable|component}}
** {{MC/Bedrock nbt|inventory|component}}
** {{bedrock nbt|inventory|component}}
** {{MC/Nbt|int|Temper}}: Random number that ranges from 0 to 100; increases with feeding or trying to tame it. Higher values make the mule easier to tame.
** {{nbt|int|Temper}}: Random number that ranges from 0 to 100; increases with feeding or trying to tame it. Higher values make the mule easier to tame.


=== NPC ===
=== NPC ===
Additional fields for [[Minecraft:NPC]]:
Additional fields for [[Minecraft:NPC]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Nbt|string|Actions}}: (May not exist) The actions.{{MC/More info}}
** {{nbt|string|Actions}}: (May not exist) The actions.{{more info}}
** {{MC/Nbt|string|InterativeText}}: (May not exist) The interactive text.{{MC/More info}}
** {{nbt|string|InterativeText}}: (May not exist) The interactive text.{{more info}}
** {{MC/Nbt|list|PlayerSceneMapping}}: (May not exist) Unknown
** {{nbt|list|PlayerSceneMapping}}: (May not exist) Unknown
*** {{MC/Nbt|compound}}: A key-value pair.
*** {{nbt|compound}}: A key-value pair.
**** {{MC/Nbt|long|PlayerID}}: A player's Unique ID.
**** {{nbt|long|PlayerID}}: A player's Unique ID.
**** {{MC/Nbt|string|SceneName}}: Unknown
**** {{nbt|string|SceneName}}: Unknown
** {{MC/Nbt|string|RawtextName}}: (May not exist) The name.{{MC/More info}}
** {{nbt|string|RawtextName}}: (May not exist) The name.{{more info}}


=== Ocelot ===
=== Ocelot ===
Additional fields for ocelot:
Additional fields for [[Minecraft:ocelot]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|ageable|component}}
** {{bedrock nbt|ageable|component}}
** {{MC/Bedrock nbt|breedable|component}}
** {{bedrock nbt|breedable|component}}


=== Painting ===
=== Painting ===
Additional fields for [[Minecraft:painting]]:
Additional fields for [[Minecraft:painting]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Nbt|byte|Dir}}: The direction the painting faces: 0 is south, 1 is west, 2 is north, 3 is east.{{MC/Needs testing}}
** {{nbt|byte|Dir}}: The direction the painting faces: 0 is south, 1 is west, 2 is north, 3 is east.{{needs testing}}
** {{MC/Nbt|byte|Direction}}: Unknown.
** {{nbt|byte|Direction}}: Unknown.
** {{MC/Nbt|string|Motif}}: (May not exist) The ID of the painting's artwork.
** {{nbt|string|Motif}}: (May not exist) The ID of the painting's artwork.


=== Panda ===
=== Panda ===
Additional fields for panda:
Additional fields for [[Minecraft:panda]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|ageable|component}}
** {{bedrock nbt|ageable|component}}
** {{MC/Bedrock nbt|breedable|component}}
** {{bedrock nbt|breedable|component}}
** {{MC/Bedrock nbt|genetics|component}}
** {{bedrock nbt|genetics|component}}
** {{MC/Bedrock nbt|inventory|component}}
** {{bedrock nbt|inventory|component}}


=== Pig ===
=== Pig ===
Additional fields for [[Minecraft:pig]]:
Additional fields for [[Minecraft:pig]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|ageable|component}}
** {{bedrock nbt|ageable|component}}
** {{MC/Bedrock nbt|breedable|component}}
** {{bedrock nbt|breedable|component}}


=== Piglin ===
=== Piglin ===
Additional fields for [[Minecraft:piglin]]:
Additional fields for [[Minecraft:piglin]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|inventory|component}}
** {{bedrock nbt|inventory|component}}
** {{MC/Bedrock nbt|timer|component}}
** {{bedrock nbt|timer|component}}


=== Piglin Brute ===
=== Piglin Brute ===
Additional fields for piglin brute:
Additional fields for [[Minecraft:piglin brute]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|home|component}}
** {{bedrock nbt|home|component}}
** {{MC/Bedrock nbt|timer|component}}
** {{bedrock nbt|timer|component}}


=== Pillager ===
=== Pillager ===
Additional fields for pillager:
Additional fields for [[Minecraft:pillager]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|dweller|component}}
** {{bedrock nbt|dweller|component}}


=== Player ===
=== Player ===
Additional fields for player:
Additional fields for [[Minecraft:player]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|Abilities}}
** {{bedrock nbt|Abilities}}
** {{MC/Bedrock nbt|timer|component}}
** {{bedrock nbt|timer|component}}
** {{MC/Nbt|long|AgentID}}: The Unique ID of the player's agent.
** {{nbt|long|AgentID}}: The Unique ID of the player's agent.
** {{MC/Nbt|int|DimensionId}}: The ID of the dimension the player is in.
** {{nbt|int|DimensionId}}: The ID of the dimension the player is in.
** {{MC/Nbt|int|EnchantmentSeed}}: The seed used for the next enchantment in enchantment tables.
** {{nbt|int|EnchantmentSeed}}: The seed used for the next enchantment in [[Minecraft:enchantment table]]s.
** {{MC/Nbt|list|EnderChestInventory}}: Each compound tag in this list is an item in the player's 27-slot ender chest inventory.
** {{nbt|list|EnderChestInventory}}: Each compound tag in this list is an item in the player's 27-slot ender chest inventory.
*** {{MC/Nbt|compound}}: An item in the inventory.
*** {{nbt|compound}}: An item in the inventory.
**** {{MC/Nbt|byte|Slot}}: The slot the item is in.
**** {{nbt|byte|Slot}}: The slot the item is in.
**** {{MC/Bedrock nbt|Item Stack|item}}
**** {{bedrock nbt|Item Stack|item}}
** {{MC/Nbt|list|fogCommandStack}}: Unknown.
** {{nbt|list|fogCommandStack}}: Unknown.
*** {{MC/Nbt|string}}: Unknown.
*** {{nbt|string}}: Unknown.
** {{MC/Nbt|string|format_version}}: The format version of this NBT.
** {{nbt|string|format_version}}: The format version of this NBT.
** {{MC/Nbt|byte|HasSeenCredits}}: 1 or 0 (true/false) - true if the player has traveled to the [[Minecraft:Overworld]] via an [[Minecraft:End portal]].
** {{nbt|byte|HasSeenCredits}}: 1 or 0 (true/false) - true if the player has traveled to the [[Minecraft:Overworld]] via an [[Minecraft:End portal]].
** {{MC/Nbt|list|Inventory}}: Each compound tag in this list is an item in the player's inventory.
** {{nbt|list|Inventory}}: Each compound tag in this list is an item in the player's inventory.
*** {{MC/Nbt|compound}}: An item in the inventory, including the slot tag.
*** {{nbt|compound}}: An item in the inventory, including the slot tag.
**** {{MC/Nbt|byte|Slot}}: The slot the item is in.
**** {{nbt|byte|Slot}}: The slot the item is in.
**** {{MC/Bedrock nbt|Item Stack|item}}
**** {{bedrock nbt|Item Stack|item}}
** {{MC/Nbt|long|LeftShoulderRiderID}}: The Unique ID of the entity that is on the player's left shoulder.
** {{nbt|long|LeftShoulderRiderID}}: The Unique ID of the entity that is on the player's left shoulder.
** {{MC/Nbt|int|MapIndex}}: Unknown.
** {{nbt|int|MapIndex}}: Unknown.
** {{MC/Nbt|int|PlayerGameMode}}: The game mode of the player.
** {{nbt|int|PlayerGameMode}}: The game mode of the player.
** {{MC/Nbt|int|PlayerLevel}}: The level shown on the XP bar.
** {{nbt|int|PlayerLevel}}: The level shown on the [[Minecraft:XP]] bar.
** {{MC/Nbt|float|PlayerLevelProgress}}: The progress/percent across the XP bar to the next level.
** {{nbt|float|PlayerLevelProgress}}: The progress/percent across the XP bar to the next level.
** {{MC/Nbt|list|PlayerUIItems}}: Unknown
** {{nbt|list|PlayerUIItems}}: Unknown
*** {{MC/Nbt|compound}}: An item in the UI, including the slot tag.
*** {{nbt|compound}}: An item in the UI, including the slot tag.
**** {{MC/Nbt|byte|Slot}}: The slot the item is in.
**** {{nbt|byte|Slot}}: The slot the item is in.
**** {{MC/Bedrock nbt|Item Stack|item}}
**** {{bedrock nbt|Item Stack|item}}
** {{MC/Nbt|compound|recipe_unlocking}}: Contains information about the recipes that the player has unlocked.
** {{nbt|compound|recipe_unlocking}}: Contains information about the recipes that the player has unlocked.
*** {{MC/Nbt|list|unlocked_recipes}}: A list of all recipes the player has unlocked.
*** {{nbt|list|unlocked_recipes}}: A list of all recipes the player has unlocked.
**** {{MC/Nbt|string}}: The name of a recipe, for instance <code>minecraft:stick</code> or <code>minecraft:ladder</code>.
**** {{nbt|string}}: The name of a recipe, for instance <code>minecraft:stick</code> or <code>minecraft:ladder</code>.
*** {{MC/Nbt|int|used_contexts}}: Unknown. Defaults to 2.
*** {{nbt|int|used_contexts}}: Unknown. Defaults to 2.
** {{MC/Nbt|long|RideID}}: The Unique ID of the entity that the player is riding.
** {{nbt|long|RideID}}: The Unique ID of the entity that the player is riding.
** {{MC/Nbt|long|RightShoulderRiderID}}: The Unique ID of the entity that is on the player's right shoulder.
** {{nbt|long|RightShoulderRiderID}}: The Unique ID of the entity that is on the player's right shoulder.
** {{MC/Nbt|int|SelectedContainerId}}: The ID of the selected container.{{MC/Needs testing}}
** {{nbt|int|SelectedContainerId}}: The ID of the selected container.{{needs testing}}
** {{MC/Nbt|int|SelectedInventorySlot}}: The selected inventory slot of the player.
** {{nbt|int|SelectedInventorySlot}}: The selected inventory slot of the player.
** {{MC/Nbt|byte|Sleeping}}: 1 or 0 (true/false) - true if the player is sleeping.
** {{nbt|byte|Sleeping}}: 1 or 0 (true/false) - true if the player is sleeping.
** {{MC/Nbt|short|SleepTimer}}: The number of ticks the player had been in bed. 0 when the player is not sleeping. In bed, increases up to 100, then stops. Skips the night after all players in bed have reached 100. When getting out of bed, instantly changes to 100 and then increases for another 9 ticks (up to 109) before returning to 0.{{MC/Needs testing}}
** {{nbt|short|SleepTimer}}: The number of ticks the player had been in bed. 0 when the player is not sleeping. In bed, increases up to 100, then stops. Skips the night after all players in bed have reached 100. When getting out of bed, instantly changes to 100 and then increases for another 9 ticks (up to 109) before returning to 0.{{needs testing}}
** {{MC/Nbt|byte|Sneaking}}: 1 or 0 (true/false) - true if the player is sneaking.
** {{nbt|byte|Sneaking}}: 1 or 0 (true/false) - true if the player is sneaking.
** {{MC/Nbt|int|SpawnBlockPositionX}}: The X coordinate of the player's spawn block.
** {{nbt|int|SpawnBlockPositionX}}: The X coordinate of the player's spawn block.
** {{MC/Nbt|int|SpawnBlockPositionY}}: The Y coordinate of the player's spawn block.
** {{nbt|int|SpawnBlockPositionY}}: The Y coordinate of the player's spawn block.
** {{MC/Nbt|int|SpawnBlockPositionZ}}: The Z coordinate of the player's spawn block.
** {{nbt|int|SpawnBlockPositionZ}}: The Z coordinate of the player's spawn block.
** {{MC/Nbt|int|SpawnDimension}}: The dimension of the player's spawn point.
** {{nbt|int|SpawnDimension}}: The dimension of the player's spawn point.
** {{MC/Nbt|int|SpawnX}}: The X coordinate of the player's spawn point.
** {{nbt|int|SpawnX}}: The X coordinate of the player's spawn point.
** {{MC/Nbt|int|SpawnY}}: The Y coordinate of the player's spawn point.
** {{nbt|int|SpawnY}}: The Y coordinate of the player's spawn point.
** {{MC/Nbt|int|SpawnZ}}: The Z coordinate of the player's spawn point.
** {{nbt|int|SpawnZ}}: The Z coordinate of the player's spawn point.
** {{MC/Nbt|int|TimeSinceRest}}: The time in ticks since last rest.
** {{nbt|int|TimeSinceRest}}: The time in ticks since last rest.
** {{MC/Nbt|int|WardenThreatDecreaseTimer}}: The number of ticks since the player was threatened for warden spawning. Increases by 1 every tick. After 12000 ticks (10 minutes) it will be set back to 0, and the <code>WardenThreatLevel</code> will be decreased by 1.
** {{nbt|int|WardenThreatDecreaseTimer}}: The number of ticks since the player was threatened for warden spawning. Increases by 1 every tick. After 12000 ticks (10 minutes) it will be set back to 0, and the <code>WardenThreatLevel</code> will be decreased by 1.
** {{MC/Nbt|int|WardenThreatLevel}}: A threat level between 0 and 4 (inclusive). The warden will spawn at level 4.
** {{nbt|int|WardenThreatLevel}}: A threat level between 0 and 4 (inclusive). The warden will spawn at level 4.
** {{MC/Nbt|int|WardenThreatLevelIncreaseCooldown}}: The number of ticks before the <code>WardenThreatLevel</code> can be increased again. Decreases by 1 every tick. It is set 200 ticks (10 seconds) every time the threat level is increased.
** {{nbt|int|WardenThreatLevelIncreaseCooldown}}: The number of ticks before the <code>WardenThreatLevel</code> can be increased again. Decreases by 1 every tick. It is set 200 ticks (10 seconds) every time the threat level is increased.


=== Polar Bear ===
=== Polar Bear ===
Additional fields for polar bear:
Additional fields for [[Minecraft:polar bear]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|ageable|component}}
** {{bedrock nbt|ageable|component}}


=== Pufferfish ===
=== Pufferfish ===
Additional fields for pufferfish:
Additional fields for [[Minecraft:pufferfish]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|timer|component}}
** {{bedrock nbt|timer|component}}


=== Rabbit ===
=== Rabbit ===
Additional fields for rabbit:
Additional fields for [[Minecraft:rabbit]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|ageable|component}}
** {{bedrock nbt|ageable|component}}
** {{MC/Bedrock nbt|breedable|component}}
** {{bedrock nbt|breedable|component}}
** {{MC/Nbt|int|CarrotsEaten}}: Unknown.
** {{nbt|int|CarrotsEaten}}: Unknown.
** {{MC/Nbt|int|MoreCarrotTicks}}: Set to 40 when a carrot crop is eaten, decreases by 0–2 every tick until it reaches 0.{{MC/Needs testing}}
** {{nbt|int|MoreCarrotTicks}}: Set to 40 when a carrot crop is eaten, decreases by 0–2 every tick until it reaches 0.{{needs testing}}


=== Ravager ===
=== Ravager ===
Additional fields for ravager:
Additional fields for [[Minecraft:ravager]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|dweller|component}}
** {{bedrock nbt|dweller|component}}
** {{MC/Bedrock nbt|timer|component}}
** {{bedrock nbt|timer|component}}


=== Sheep ===
=== Sheep ===
Additional fields for sheep:
Additional fields for [[Minecraft:sheep]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|ageable|component}}
** {{bedrock nbt|ageable|component}}
** {{MC/Bedrock nbt|breedable|component}}
** {{bedrock nbt|breedable|component}}


=== Shulker Bullet ===
=== Shulker Bullet ===
Additional fields for shulker bullet:
Additional fields for [[Minecraft:shulker bullet]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|projectile|component}}
** {{bedrock nbt|projectile|component}}


=== Skeleton ===
=== Skeleton ===
Additional fields for skeleton:
Additional fields for [[Minecraft:skeleton]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|timer|component}}
** {{bedrock nbt|timer|component}}
** {{MC/Nbt|compound|ItemInHand}}: The item in its hand. Defaults to a bow.
** {{nbt|compound|ItemInHand}}: The item in its hand. Defaults to a bow.
*** {{MC/Bedrock nbt|Item Stack|item}}
*** {{bedrock nbt|Item Stack|item}}


=== Skeleton Horse ===
=== Skeleton Horse ===
Additional fields for skeleton horse:
Additional fields for [[Minecraft:skeleton horse]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|ageable|component}}
** {{bedrock nbt|ageable|component}}


=== Slime ===
=== Slime ===
Additional fields for slime:
Additional fields for [[Minecraft:slime]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Nbt|byte|Size}}: The size of the slime. Note that this value is zero-based, so 0 is the smallest slime, 1 is the next larger, etc.
** {{nbt|byte|Size}}: The size of the slime. Note that this value is zero-based, so 0 is the smallest slime, 1 is the next larger, etc.


=== Sniffer ===
=== Sniffer ===
Additional fields for sniffer:
Additional fields for [[Minecraft:sniffer]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|ageable|component}}
** {{bedrock nbt|ageable|component}}
** {{MC/Bedrock nbt|breedable|component}}
** {{bedrock nbt|breedable|component}}


=== Snowball ===
=== Snowball ===
Additional fields for [[Minecraft:snowball]]:
Additional fields for [[Minecraft:snowball]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|projectile|component}}
** {{bedrock nbt|projectile|component}}


=== Strider ===
=== Strider ===
Additional fields for strider:
Additional fields for [[Minecraft:strider]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|ageable|component}}
** {{bedrock nbt|ageable|component}}
** {{MC/Bedrock nbt|breedable|component}}
** {{bedrock nbt|breedable|component}}


=== Sulfur cube ===
=== Sulfur cube ===
Additional fields for sulfur cube:
Additional fields for [[Minecraft:sulfur cube]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|ageable|component}}
** {{bedrock nbt/ageable}}
** {{MC/Bedrock nbt|breedable|component}}
** {{nbt|byte|Size}}: The size of the sulfur cube. 1 is the smallest slime, 2 is the next larger.
** {{MC/Nbt|byte|Size}}: The size of the sulfur cube. 1 is the smallest slime, 2 is the next larger.
** {{nbt|list|SlotDropChances}}: List of equipment slots and the chance that the item in that slot drops when the sulfur cube dies.
** {{MC/Nbt|list|SlotDropChances}}: List of equipment slots and the chance that the item in that slot drops when the sulfur cube dies.
*** {{nbt|compound|}}: A slot entry.
*** {{MC/Nbt|compound|}}: A slot entry.
**** {{nbt|float|DropChance}}: The probability that the item in this slot will drop (0.0 to 1.0).
**** {{MC/Nbt|float|DropChance}}: The probability that the item in this slot will drop (0.0 to 1.0).
**** {{nbt|string|Slot}}: The name of the equipment slot. Can be {{cd|mainhand}}.
**** {{MC/Nbt|string|Slot}}: The name of the equipment slot. Can be {{MC/Cd|mainhand}}.
** {{nbt|compound|properties}}: The sulfur cube <code>properties</code>.
** {{MC/Nbt|compound|properties}}: The sulfur cube <code>properties</code>.
*** {{nbt|byte|minecraft:with_block}}{{until|be 26.30}}: {{nbt boolean}} - {{cd|true}} if the sulfur cube has a block.
*** {{MC/Nbt|byte|minecraft:with_block}}: {{MC/Nbt boolean}} - {{MC/Cd|true}} if the sulfur cube it has a block.
*** {{nbt|string|minecraft:sulfur_cube_archetype}}{{upcoming|be 26.30}}: If the sulfur cube has a block and behavior can be {{cd|none|bouncy|regular|slow_bouncy|slow_flat|fast_flat|light|fast_sliding|slow_sliding|sticky|high_resistance|explosive|hot|d=and}}.


=== Tadpole ===
=== Tadpole ===
Additional fields for tadpole:
Additional fields for [[Minecraft:tadpole]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|ageable|component}}
** {{bedrock nbt|ageable|component}}


=== Thrown Ender Pearl ===
=== Thrown Ender Pearl ===
Additional fields for thrown ender pearl:
Additional fields for thrown [[Minecraft:ender pearl]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|projectile|component}}
** {{bedrock nbt|projectile|component}}


=== Thrown Potion ===
=== Thrown Potion ===
Additional fields for thrown [[Minecraft:potion]]:
Additional fields for thrown [[Minecraft:potion]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|projectile|component}}
** {{bedrock nbt|projectile|component}}
** {{MC/Nbt|short|PotionId}}: The [[Minecraft:Potion#Item data|ID of the potion effect]].
** {{nbt|short|PotionId}}: The [[Minecraft:Potion#Item data|ID of the potion effect]].


=== Thrown Trident ===
=== Thrown Trident ===
Additional fields for thrown [[Minecraft:trident]]:
Additional fields for thrown [[Minecraft:trident]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|projectile|component}}
** {{bedrock nbt|projectile|component}}
** {{MC/Nbt|int|favoredSlot}}: The slot id when it is thrown out.This means thrown trident with Loyalty prefers to return to this slot when this slot is empty. Set to -1 when without Loyalty enchantment.
** {{nbt|int|favoredSlot}}: The slot id when it is thrown out.This means thrown trident with [[Minecraft:Loyalty]] prefers to return to this slot when this slot is empty. Set to -1 when without [[Minecraft:Loyalty]] enchantment.
** {{MC/Nbt|compound|Trident}}: The item that is given when the entity is picked up.
** {{nbt|compound|Trident}}: The item that is given when the entity is picked up.
*** {{MC/Bedrock nbt|Item Stack|item}}
*** {{bedrock nbt|Item Stack|item}}


=== TNT ===
=== TNT ===
Additional fields for tnt:
Additional fields for [[Minecraft:tnt]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|explode|component}}
** {{bedrock nbt|explode|component}}


=== Turtle ===
=== Turtle ===
Additional fields for [[Minecraft:turtle]]:
Additional fields for [[Minecraft:turtle]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|ageable|component}}
** {{bedrock nbt|ageable|component}}
** {{MC/Bedrock nbt|breedable|component}}
** {{bedrock nbt|breedable|component}}
** {{MC/Bedrock nbt|home|component}}
** {{bedrock nbt|home|component}}
** {{MC/Nbt|byte|IsPregnant}}: 1 or 0 (true/false) - true if the turtle has eggs.
** {{nbt|byte|IsPregnant}}: 1 or 0 (true/false) - true if the turtle has eggs.


=== Vex ===
=== Vex ===
Additional fields for vex:
Additional fields for [[Minecraft:vex]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Nbt|compound|ItemInHand}}: The item in its hand. Defaults to an iron sword.
** {{nbt|compound|ItemInHand}}: The item in its hand. Defaults to an iron sword.
*** {{MC/Bedrock nbt|Item Stack|item}}
*** {{bedrock nbt|Item Stack|item}}


=== Villager (V2) ===
=== Villager (V2) ===
Additional fields for [[Minecraft:villager]] (v2):
Additional fields for [[Minecraft:villager]] (v2):
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|ageable|component}}
** {{bedrock nbt|ageable|component}}
** {{MC/Bedrock nbt|dweller|component}}
** {{bedrock nbt|dweller|component}}
** {{MC/Bedrock nbt|economy_trade_table|component}}
** {{bedrock nbt|economy_trade_table|component}}
** {{MC/Bedrock nbt|inventory|component}}
** {{bedrock nbt|inventory|component}}
** {{MC/Bedrock nbt|trade_table|component}}
** {{bedrock nbt|trade_table|component}}
** {{MC/Nbt|byte|HasResupplied}}: 1 or 0 (true/false) - true if the villager's trade has been resupplied.
** {{nbt|byte|HasResupplied}}: 1 or 0 (true/false) - true if the villager's trade has been resupplied.
** {{MC/Nbt|byte|IsInRaid}}: Unknown.
** {{nbt|byte|IsInRaid}}: Unknown.
** {{MC/Nbt|byte|ReactToBell}}: Unknown.
** {{nbt|byte|ReactToBell}}: Unknown.


=== Vindicator ===
=== Vindicator ===
Additional fields for vindicator:
Additional fields for [[Minecraft:vindicator]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|dweller|component}}
** {{bedrock nbt|dweller|component}}


=== Wandering Trader ===
=== Wandering Trader ===
Additional fields for wandering trader:
Additional fields for [[Minecraft:wandering trader]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|economy_trade_table|component}}
** {{bedrock nbt|economy_trade_table|component}}
** {{MC/Bedrock nbt|timer|component}}
** {{bedrock nbt|timer|component}}
** {{MC/Nbt|list|entries}}
** {{nbt|list|entries}}
*** {{MC/Nbt|compound}}: An entry.
*** {{nbt|compound}}: An entry.
**** {{MC/Nbt|int|SpawnTimer}}: Unknown.
**** {{nbt|int|SpawnTimer}}: Unknown.
**** {{MC/Nbt|byte|StopSpawning}}: Unknown.
**** {{nbt|byte|StopSpawning}}: Unknown.


=== Warden ===
=== Warden ===
Additional fields for [[Minecraft:warden]]:
Additional fields for [[Minecraft:warden]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Nbt|list|Nuisances}}: List of nuisances that have angered the warden.
** {{nbt|list|Nuisances}}: List of nuisances that have angered the warden.
*** {{MC/Nbt|compound}}: A nuisance.
*** {{nbt|compound}}: A nuisance.
**** {{MC/Nbt|long|ActorId}}: The Unique ID of the entity that is associated with the anger.
**** {{nbt|long|ActorId}}: The Unique ID of the entity that is associated with the anger.
**** {{MC/Nbt|int|Anger}}: The level of anger. It has a maximum value of 150 and decreases by 1 every second.
**** {{nbt|int|Anger}}: The level of anger. It has a maximum value of 150 and decreases by 1 every second.
**** {{MC/Nbt|byte|Priority}}: 1 or 0 (true/false) - true if the nuisance is priority.
**** {{nbt|byte|Priority}}: 1 or 0 (true/false) - true if the nuisance is priority.
** {{MC/Nbt|compound|VibrationListener}}: The vibration event listener of the warden.
** {{nbt|compound|VibrationListener}}: The vibration event listener of the warden.
*** {{MC/Nbt|int|event}}: Unknown.
*** {{nbt|int|event}}: Unknown.
*** {{MC/Nbt|compound|pending}}: Unknown.
*** {{nbt|compound|pending}}: Unknown.
**** {{MC/Nbt|float|distance}}: Unknown.
**** {{nbt|float|distance}}: Unknown.
**** {{MC/Nbt|long|source}}: Unknown.
**** {{nbt|long|source}}: Unknown.
**** {{MC/Nbt|int|vibration}}: Unknown.
**** {{nbt|int|vibration}}: Unknown.
**** {{MC/Nbt|int|x}}: Unknown.
**** {{nbt|int|x}}: Unknown.
**** {{MC/Nbt|int|y}}: Unknown.
**** {{nbt|int|y}}: Unknown.
**** {{MC/Nbt|int|z}}: Unknown.
**** {{nbt|int|z}}: Unknown.
*** {{MC/Nbt|compound|selector}}: Unknown.
*** {{nbt|compound|selector}}: Unknown.
*** {{MC/Nbt|int|ticks}}: Unknown.
*** {{nbt|int|ticks}}: Unknown.


=== Wind Charge Projectile ===
=== Wind Charge Projectile ===
Additional fields for wind charge projectile:
Additional fields for [[Minecraft:wind charge projectile]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|projectile|component}}
** {{bedrock nbt|projectile|component}}


=== Witch ===
=== Witch ===
Additional fields for [[Minecraft:witch]]:
Additional fields for [[Minecraft:witch]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|dweller|component}}
** {{bedrock nbt|dweller|component}}


=== Wither ===
=== Wither ===
Additional fields for [[Minecraft:wither]]:
Additional fields for [[Minecraft:wither]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Nbt|byte|AirAttack}}: Whether the wither exhibits first or second phase behavior, as well as whether the shield effect is visible - 1 for first phase and shield invisible, 0 for second phase and shield visible.
** {{nbt|byte|AirAttack}}: Whether the wither exhibits first or second phase behavior, as well as whether the shield effect is visible - 1 for first phase and shield invisible, 0 for second phase and shield visible.
** {{MC/Nbt|int|dyingFrames}}: The number of ticks remaining before the wither explodes during its death animation.  
** {{nbt|int|dyingFrames}}: The number of ticks remaining before the wither explodes during its death animation.  
** {{MC/Nbt|int|firerate}}: The delay in ticks between wither skull shots. Does not affect the delay between volleys.
** {{nbt|int|firerate}}: The delay in ticks between wither skull shots. Does not affect the delay between volleys.
** {{MC/Nbt|int|Invul}}: The remaining number of ticks the wither will be invulnerable for. Updated to match SpawningFrames or dyingFrames every tick during spawn/death animation, otherwise remains static.
** {{nbt|int|Invul}}: The remaining number of ticks the wither will be invulnerable for. Updated to match SpawningFrames or dyingFrames every tick during spawn/death animation, otherwise remains static.
** {{MC/Nbt|int|lastHealthInterval}}: The greatest multiple of 75 that is fewer than the wither's lowest health. Does not increase if the wither is healed.  
** {{nbt|int|lastHealthInterval}}: The greatest multiple of 75 that is fewer than the wither's lowest health. Does not increase if the wither is healed.  
** {{MC/Nbt|int|maxHealth}}: Unknown.
** {{nbt|int|maxHealth}}: Unknown.
** {{MC/Nbt|float|oldSwellAmount}}: The swellAmount in the previous tick.
** {{nbt|float|oldSwellAmount}}: The swellAmount in the previous tick.
** {{MC/Nbt|float|overlayAlpha}}: The alpha/brightness of the wither texture overlay during its death animation. Has no effect outside the death animation.
** {{nbt|float|overlayAlpha}}: The alpha/brightness of the wither texture overlay during its death animation. Has no effect outside the death animation.
** {{MC/Nbt|int|Phase}}: Which phase the wither is in. Has no effect on wither behavior or shield visibility. Has a value of 1 during spawning and first phase and 0 during second phase and death.
** {{nbt|int|Phase}}: Which phase the wither is in. Has no effect on wither behavior or shield visibility. Has a value of 1 during spawning and first phase and 0 during second phase and death.
** {{MC/Nbt|int|ShieldHealth}}: Unknown.
** {{nbt|int|ShieldHealth}}: Unknown.
** {{MC/Nbt|int|SpawningFrames}}: The number of ticks remaining before the wither finishes its spawning animation and becomes vulnerable.
** {{nbt|int|SpawningFrames}}: The number of ticks remaining before the wither finishes its spawning animation and becomes vulnerable.
** {{MC/Nbt|float|swellAmount}}: How much the wither has swelled during its death animation. Has no effect outside the death animation.
** {{nbt|float|swellAmount}}: How much the wither has swelled during its death animation. Has no effect outside the death animation.


=== Wither Skull ===
=== Wither Skull ===
Additional fields for [[Minecraft:Wither|wither skull]]:
Additional fields for [[Minecraft:Wither|wither skull]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|explode|component}}
** {{bedrock nbt|explode|component}}
** {{MC/Bedrock nbt|projectile|component}}
** {{bedrock nbt|projectile|component}}


=== Wolf ===
=== Wolf ===
Additional fields for [[Minecraft:wolf]]:
Additional fields for [[Minecraft:wolf]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|ageable|component}}
** {{bedrock nbt|ageable|component}}
** {{MC/Bedrock nbt|breedable|component}}
** {{bedrock nbt|breedable|component}}
** {{MC/Nbt|compound|properties}}: The wolf <code>properties</code>.
** {{nbt|compound|properties}}: The wolf <code>properties</code>.
*** {{MC/Nbt|byte|minecraft:has_armor}}: 1 or 0 (true/false) - true if the wolf has wolf armor.
*** {{nbt|byte|minecraft:has_armor}}: 1 or 0 (true/false) - true if the wolf has [[Minecraft:wolf armor]].
*** {{MC/Nbt|byte|minecraft:has_increased_max_health}}: 1 or 0 (true/false) - true if the wolf's maximum health is {{hp|40}}.
*** {{nbt|byte|minecraft:has_increased_max_health}}: 1 or 0 (true/false) - true if the wolf's maximum health is {{hp|40}}.
*** {{MC/Nbt|byte|minecraft:is_armorable}}: 1 or 0 (true/false) - true if the wolf can be equipped with wolf armor.
*** {{nbt|byte|minecraft:is_armorable}}: 1 or 0 (true/false) - true if the wolf can be equipped with [[Minecraft:wolf armor]].


=== Zombie ===
=== Zombie ===
Additional fields for [[Minecraft:zombie]]:
Additional fields for [[Minecraft:zombie]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|timer|component}}
** {{bedrock nbt|timer|component}}


=== Zombie Horse ===
=== Zombie Horse ===
Additional fields for zombie horse:
Additional fields for [[Minecraft:zombie horse]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Bedrock nbt|ageable|component}}
** {{bedrock nbt|ageable|component}}


=== Zombie Villager ===
=== Zombie Villager ===
Additional fields for zombie villager:
Additional fields for [[Minecraft:zombie villager]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Nbt|byte|SpawnedFromVillage}}: 1 or 0 (true/false) - true if spawned from village.
** {{nbt|byte|SpawnedFromVillage}}: 1 or 0 (true/false) - true if spawned from village.


=== Zombified Piglin ===
=== Zombified Piglin ===


Additional fields for zombified piglin:
Additional fields for [[Minecraft:zombified piglin]]:
* {{MC/Nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{MC/Nbt|short|Anger}}: Unknown.
** {{nbt|short|Anger}}: Unknown.
</div>
</div>


pt:Formato de nível da Edição Bedrock/Formato de entidade
[[Minecraft:pt:Formato de nível da Edição Bedrock/Formato de entidade]]
zh:基岩版存档格式/实体格式
[[Minecraft:zh:基岩版存档格式/实体格式]]

Latest revision as of 11:02, 7 May 2026

Template:Exclusive This page lists the entity NBT structures Template:In.

Entity

All entities share this base:

<section begin="entity format" />

Additional fields for entity categories

Minecart

Minecart entities include:

Additional fields for minecart entities:

  • Template:Nbt: The entity's root tag.
    • Template:Nbt: 1 or 0 (true/false) - (may not exist) if is displayed the custom tile in this minecart.
    • Template:Nbt: (May not exist) The custom block in the minecart.
    • Template:Nbt: (May not exist) The offset of the block displayed in the Minecart in pixels. Positive values move the block upwards, while negative values move it downwards. A value of 16 moves the block up by exactly one multiple of its height.Template:Needs testing

Villagers

Villager entities include:

Additional fields for village entities:

  • Template:Nbt: The entity's root tag.
    • Template:Nbt: 1 or 0 (true/false) - true if the villager is willing to mate. Becomes true after certain trades (those that would cause offers to be refreshed), and false after mating.

Monster

Monster entities include:

Additional fields for monsters:

Humanoid Monster

Humanoid monster entities include:

Additional fields for humanoid monsters:

Mob

Mob entities include:

Additional fields for mobs:

<section begin="mob format" />

Abstract Arrow

Abstract arrow entities include:

Additional fields for abstract arrow entities:

  • Template:Nbt: The entity's root tag.
    • Template:Nbt: 1 or 0 (true/false) - true if its owner is a player in Creative mode.
    • Template:Nbt: The Unique ID of the entity this projectile was thrown by. Set to -1 if it has no owner.
    • Template:Nbt: 1 or 0 (true/false) - true if its owner is a player.

Throwable

Throwable entities include:

Additional fields for throwable entities:

Additional fields for entity types

Allay

Additional fields for Minecraft:allay:

Area Effect Cloud

Additional fields for Minecraft:area effect cloud:

Armadillo

Additional fields for Minecraft:armadillo:

Armor Stand

Additional fields for Minecraft:armor stand:

Arrow

Additional fields for Minecraft:arrow:

Axolotl

Additional fields for Minecraft:axolotl:

Bat

Additional fields for Minecraft:bat:

Bee

Additional fields for Minecraft:bee:

Boat with Chest

Additional fields for Minecraft:boat with chest:

Breeze

Additional fields for Minecraft:breeze:

Camel

Additional fields for Minecraft:camel:

Cat

Additional fields for Minecraft:cat:

Chicken

Additional fields for Minecraft:chicken:

Cow

Additional fields for Minecraft:cow:

Creeper

Additional fields for Minecraft:creeper:

Dolphin

Additional fields for Minecraft:dolphin:

Donkey

Additional fields for Minecraft:donkey:

Egg

Additional fields for Minecraft:egg:

End Crystal

Additional fields for Minecraft:end crystal:

Enderman

Additional fields for Minecraft:enderman:

Endermite

Additional fields for Minecraft:endermite:

  • Template:Nbt: The entity's root tag.
    • Template:Nbt: How long the endermite has existed in ticks. Disappears when this reaches around 2400.

Evoker

Additional fields for Minecraft:evoker:

Experience Orb

Additional fields for Minecraft:experience orb:

Experience Potion

Additional fields for Minecraft:experience potion:

Falling Block

Additional fields for Minecraft:falling block:

  • Template:Nbt: The entity's root tag.
    • Template:Nbt
    • Template:Nbt: The number of ticks the entity has existed. If set to 0, the moment it ticks to 1, it vanishes if the block at its location has a different ID than the entity's FallingBlock.Name. If the block at its location has the same ID as its FallingBlock.Name when Time ticks from 0 to 1, the block is deleted, and the entity continues to fall, having overwritten it. When Time goes above 600, or above 100 while the block is below Y=1 or is outside building height, the entity is deleted. Template:Needs testing

Fireball

Additional fields for Minecraft:fireball:

Fireworks Rocket

Additional fields for firework rocket:

Fishing Bobber

Additional fields for Minecraft:fishing bobber:

Fox

Additional fields for Minecraft:fox:

Frog

Additional fields for Minecraft:frog:

Goat

Additional fields for Minecraft:goat:

Guardian and Elder Guardian

Additional fields for Minecraft:guardian and Minecraft:elder guardian:

Hoglin

Additional fields for Minecraft:hoglin:

Horse

Additional fields for Minecraft:horse:

Husk

Additional fields for Minecraft:husk:

Iron Golem

Additional fields for Minecraft:iron golem:

Item Entity

Additional fields for item entity:

Llama

Additional fields for Minecraft:llama:

Llama Spit

Additional fields for llama spit:

Minecart with Chest

Additional fields for Minecraft:minecart with chest:

Minecart with Command Block

Additional fields for Minecraft:minecart with command block:

Minecart with Hopper

Additional fields for Minecraft:minecart with hopper:

Minecart with TNT

Additional fields for Minecraft:minecart with tnt:

Mooshroom

Additional fields for Minecraft:mooshroom:

Mule

Additional fields for Minecraft:mule:

NPC

Additional fields for Minecraft:NPC:

Ocelot

Additional fields for Minecraft:ocelot:

Painting

Additional fields for Minecraft:painting:

Panda

Additional fields for Minecraft:panda:

Pig

Additional fields for Minecraft:pig:

Piglin

Additional fields for Minecraft:piglin:

Piglin Brute

Additional fields for Minecraft:piglin brute:

Pillager

Additional fields for Minecraft:pillager:

Player

Additional fields for Minecraft:player:

Polar Bear

Additional fields for Minecraft:polar bear:

Pufferfish

Additional fields for Minecraft:pufferfish:

Rabbit

Additional fields for Minecraft:rabbit:

Ravager

Additional fields for Minecraft:ravager:

Sheep

Additional fields for Minecraft:sheep:

Shulker Bullet

Additional fields for Minecraft:shulker bullet:

Skeleton

Additional fields for Minecraft:skeleton:

Skeleton Horse

Additional fields for Minecraft:skeleton horse:

Slime

Additional fields for Minecraft:slime:

  • Template:Nbt: The entity's root tag.
    • Template:Nbt: The size of the slime. Note that this value is zero-based, so 0 is the smallest slime, 1 is the next larger, etc.

Sniffer

Additional fields for Minecraft:sniffer:

Snowball

Additional fields for Minecraft:snowball:

Strider

Additional fields for Minecraft:strider:

Sulfur cube

Additional fields for Minecraft:sulfur cube:

Tadpole

Additional fields for Minecraft:tadpole:

Thrown Ender Pearl

Additional fields for thrown Minecraft:ender pearl:

Thrown Potion

Additional fields for thrown Minecraft:potion:

Thrown Trident

Additional fields for thrown Minecraft:trident:

TNT

Additional fields for Minecraft:tnt:

Turtle

Additional fields for Minecraft:turtle:

Vex

Additional fields for Minecraft:vex:

Villager (V2)

Additional fields for Minecraft:villager (v2):

Vindicator

Additional fields for Minecraft:vindicator:

Wandering Trader

Additional fields for Minecraft:wandering trader:

Warden

Additional fields for Minecraft:warden:

Wind Charge Projectile

Additional fields for Minecraft:wind charge projectile:

Witch

Additional fields for Minecraft:witch:

Wither

Additional fields for Minecraft:wither:

  • Template:Nbt: The entity's root tag.
    • Template:Nbt: Whether the wither exhibits first or second phase behavior, as well as whether the shield effect is visible - 1 for first phase and shield invisible, 0 for second phase and shield visible.
    • Template:Nbt: The number of ticks remaining before the wither explodes during its death animation.
    • Template:Nbt: The delay in ticks between wither skull shots. Does not affect the delay between volleys.
    • Template:Nbt: The remaining number of ticks the wither will be invulnerable for. Updated to match SpawningFrames or dyingFrames every tick during spawn/death animation, otherwise remains static.
    • Template:Nbt: The greatest multiple of 75 that is fewer than the wither's lowest health. Does not increase if the wither is healed.
    • Template:Nbt: Unknown.
    • Template:Nbt: The swellAmount in the previous tick.
    • Template:Nbt: The alpha/brightness of the wither texture overlay during its death animation. Has no effect outside the death animation.
    • Template:Nbt: Which phase the wither is in. Has no effect on wither behavior or shield visibility. Has a value of 1 during spawning and first phase and 0 during second phase and death.
    • Template:Nbt: Unknown.
    • Template:Nbt: The number of ticks remaining before the wither finishes its spawning animation and becomes vulnerable.
    • Template:Nbt: How much the wither has swelled during its death animation. Has no effect outside the death animation.

Wither Skull

Additional fields for wither skull:

Wolf

Additional fields for Minecraft:wolf:

Zombie

Additional fields for Minecraft:zombie:

Zombie Horse

Additional fields for Minecraft:zombie horse:

Zombie Villager

Additional fields for Minecraft:zombie villager:

Zombified Piglin

Additional fields for Minecraft:zombified piglin:

Minecraft:pt:Formato de nível da Edição Bedrock/Formato de entidade Minecraft:zh:基岩版存档格式/实体格式

Contents