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)
Sync: updated from Minecraft
SyncBot (talk | contribs)
Sync: updated from Minecraft
 
Line 142: Line 142:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{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.
*** {{bedrock nbt|Item Stack|item}}
*** {{bedrock nbt/Item Stack|item}}


=== Mob ===
=== Mob ===
Line 275: Line 275:
Additional fields for [[Minecraft:allay]]:
Additional fields for [[Minecraft:allay]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|inventory|component}}
** {{bedrock nbt/inventory|component}}
** {{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.
** {{nbt|compound|VibrationListener}}: The vibration event listener of this allay.
** {{nbt|compound|VibrationListener}}: The vibration event listener of this allay.
Line 296: Line 296:
** {{nbt|float|InitialRadius}}: The field's initial radius.
** {{nbt|float|InitialRadius}}: The field's initial radius.
** {{nbt|list|mobEffects}}: A list of the applied [[Minecraft:effect]]s.
** {{nbt|list|mobEffects}}: A list of the applied [[Minecraft:effect]]s.
*** {{bedrock nbt|Mob Effect}}
*** {{bedrock nbt/Mob Effect}}
** {{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.
** {{nbt|int|ParticleColor}}: The color of the particles.
** {{nbt|int|ParticleColor}}: The color of the particles.
Line 312: Line 312:
Additional fields for [[Minecraft:armadillo]]:
Additional fields for [[Minecraft:armadillo]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|ageable|component}}
** {{bedrock nbt/ageable|component}}
** {{bedrock nbt|breedable|component}}
** {{bedrock nbt/breedable|component}}
** {{bedrock nbt|spawn_entity|component}}
** {{bedrock nbt/spawn_entity|component}}
** {{nbt|compound|properties}}: The armadillo <code>properties</code>.
** {{nbt|compound|properties}}: The armadillo <code>properties</code>.
*** {{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.
Line 330: Line 330:
Additional fields for [[Minecraft:arrow]]:
Additional fields for [[Minecraft:arrow]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|projectile|component}}
** {{bedrock nbt/projectile|component}}
** {{nbt|byte|auxValue}}: The metadata of this arrow. See [[Minecraft:Arrow#Metadata]].
** {{nbt|byte|auxValue}}: The metadata of this arrow. See [[Minecraft:Arrow#Metadata]].
** {{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.
** {{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.
Line 336: Line 336:
** {{nbt|list|mobEffects}}: Effects on a tipped arrow.
** {{nbt|list|mobEffects}}: Effects on a tipped arrow.
*** {{nbt|compound}}: An effect.
*** {{nbt|compound}}: An effect.
**** {{bedrock nbt|Mob Effect}}
**** {{bedrock nbt/Mob Effect}}
** {{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.
** {{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.
** {{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.
** {{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.
Line 343: Line 343:
Additional fields for [[Minecraft:axolotl]]:
Additional fields for [[Minecraft:axolotl]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|ageable|component}}
** {{bedrock nbt/ageable|component}}
** {{bedrock nbt|breedable|component}}
** {{bedrock nbt/breedable|component}}
** {{bedrock nbt|drying_out_timer|component}}
** {{bedrock nbt/drying_out_timer|component}}
** {{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.
** {{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.
Line 357: Line 357:
Additional fields for [[Minecraft:bee]]:
Additional fields for [[Minecraft:bee]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|ageable|component}}
** {{bedrock nbt/ageable|component}}
** {{bedrock nbt|breedable|component}}
** {{bedrock nbt/breedable|component}}
** {{bedrock nbt|home|component}}
** {{bedrock nbt/home|component}}
** {{bedrock nbt|timer|component}}
** {{bedrock nbt/timer|component}}
** {{nbt|compound|properties}}: The bee <code>properties</code>.
** {{nbt|compound|properties}}: The bee <code>properties</code>.
*** {{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.
Line 367: Line 367:
Additional fields for [[Minecraft:boat with chest]]:
Additional fields for [[Minecraft:boat with chest]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|inventory|component}}
** {{bedrock nbt/inventory|component}}


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


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


=== Chicken ===
=== Chicken ===
Additional fields for [[Minecraft:chicken]]:
Additional fields for [[Minecraft:chicken]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|ageable|component}}
** {{bedrock nbt/ageable|component}}
** {{bedrock nbt|breedable|component}}
** {{bedrock nbt/breedable|component}}
** {{nbt|list|entries}}
** {{nbt|list|entries}}
*** {{nbt|compound}}: An entry.
*** {{nbt|compound}}: An entry.
Line 408: Line 408:
Additional fields for [[Minecraft:creeper]]:
Additional fields for [[Minecraft:creeper]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|explode|component}}
** {{bedrock nbt/explode|component}}


=== Dolphin ===
=== Dolphin ===
Additional fields for [[Minecraft:dolphin]]:
Additional fields for [[Minecraft:dolphin]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|ageable|component}}
** {{bedrock nbt/ageable|component}}
** {{bedrock nbt|drying_out_timer|component}}
** {{bedrock nbt/drying_out_timer|component}}
** {{nbt|int|BribeTime}}: Unknown.
** {{nbt|int|BribeTime}}: Unknown.
** {{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.
Line 422: Line 422:
Additional fields for [[Minecraft:donkey]]:
Additional fields for [[Minecraft:donkey]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|ageable|component}}
** {{bedrock nbt/ageable|component}}
** {{bedrock nbt|breedable|component}}
** {{bedrock nbt/breedable|component}}
** {{bedrock nbt|inventory|component}}
** {{bedrock nbt/inventory|component}}
** {{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.


Line 430: Line 430:
Additional fields for [[Minecraft:egg]]:
Additional fields for [[Minecraft:egg]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|projectile|component}}
** {{bedrock nbt/projectile|component}}


=== End Crystal ===
=== End Crystal ===
Additional fields for [[Minecraft:end crystal]]:
Additional fields for [[Minecraft:end crystal]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|explode|component}}
** {{bedrock nbt/explode|component}}
** {{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.
** {{nbt|int|BlockTargetY}}: (May not exist) See above.
** {{nbt|int|BlockTargetY}}: (May not exist) See above.
Line 444: Line 444:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{nbt|compound|carriedBlock}}: The block carried by the enderman.
** {{nbt|compound|carriedBlock}}: The block carried by the enderman.
*** {{bedrock nbt|Block}}
*** {{bedrock nbt/block}}


=== Endermite ===
=== Endermite ===
Line 454: Line 454:
Additional fields for [[Minecraft:evoker]]:
Additional fields for [[Minecraft:evoker]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|dweller|component}}
** {{bedrock nbt/dweller|component}}


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


=== Falling Block ===
=== Falling Block ===
Line 471: Line 471:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{nbt|compound|FallingBlock}}
** {{nbt|compound|FallingBlock}}
*** {{bedrock nbt|Block}}
*** {{bedrock nbt/block}}
** {{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}}
** {{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}}


Line 477: Line 477:
Additional fields for [[Minecraft:fireball]]:
Additional fields for [[Minecraft:fireball]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|explode|component}}
** {{bedrock nbt/explode|component}}
** {{bedrock nbt|projectile|component}}
** {{bedrock nbt/projectile|component}}
** {{nbt|list|Direction}}: List of 3 doubles. Should be identical to Motion.{{needs testing}}
** {{nbt|list|Direction}}: List of 3 doubles. Should be identical to Motion.{{needs testing}}
*** {{nbt|float}}: X
*** {{nbt|float}}: X
Line 498: Line 498:
Additional fields for [[Minecraft:fishing bobber]]:
Additional fields for [[Minecraft:fishing bobber]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|projectile|component}}
** {{bedrock nbt/projectile|component}}


=== Fox ===
=== Fox ===
Additional fields for [[Minecraft:fox]]:
Additional fields for [[Minecraft:fox]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|ageable|component}}
** {{bedrock nbt/ageable|component}}
** {{bedrock nbt|breedable|component}}
** {{bedrock nbt/breedable|component}}
** {{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.
** {{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.
Line 511: Line 511:
Additional fields for [[Minecraft:frog]]:
Additional fields for [[Minecraft:frog]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|breedable|component}}
** {{bedrock nbt/breedable|component}}


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


Line 524: Line 524:
Additional fields for [[Minecraft:guardian]] and [[Minecraft:elder guardian]]:
Additional fields for [[Minecraft:guardian]] and [[Minecraft:elder guardian]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|home|component}}
** {{bedrock nbt/home|component}}
** {{bedrock nbt|timer|component}}
** {{bedrock nbt/timer|component}}
** {{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.


Line 531: Line 531:
Additional fields for [[Minecraft:hoglin]]:
Additional fields for [[Minecraft:hoglin]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|ageable|component}}
** {{bedrock nbt/ageable|component}}
** {{bedrock nbt|breedable|component}}
** {{bedrock nbt/breedable|component}}
** {{bedrock nbt|timer|component}}
** {{bedrock nbt/timer|component}}


=== Horse ===
=== Horse ===
Additional fields for [[Minecraft:horse]]:
Additional fields for [[Minecraft:horse]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|ageable|component}}
** {{bedrock nbt/ageable|component}}
** {{bedrock nbt|breedable|component}}
** {{bedrock nbt/breedable|component}}
** {{bedrock nbt|inventory|component}}
** {{bedrock nbt/inventory|component}}
** {{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.


Line 546: Line 546:
Additional fields for [[Minecraft:husk]]:
Additional fields for [[Minecraft:husk]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|timer|component}}
** {{bedrock nbt/timer|component}}


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


=== Item Entity ===
=== Item Entity ===
Line 559: Line 559:
** {{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}}
** {{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}}
** {{nbt|compound|Item}}: The item of this stack.
** {{nbt|compound|Item}}: The item of this stack.
*** {{bedrock nbt|Item Stack|item}}
*** {{bedrock nbt/Item Stack|item}}
** {{nbt|long|OwnerID}}: If present, only the player{{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.


Line 565: Line 565:
Additional fields for [[Minecraft:llama]]:
Additional fields for [[Minecraft:llama]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|ageable|component}}
** {{bedrock nbt/ageable|component}}
** {{bedrock nbt|breedable|component}}
** {{bedrock nbt/breedable|component}}
** {{bedrock nbt|inventory|component}}
** {{bedrock nbt/inventory|component}}
** {{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.


Line 573: Line 573:
Additional fields for [[Minecraft:Llama_Spit|llama spit]]:
Additional fields for [[Minecraft:Llama_Spit|llama spit]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|projectile|component}}
** {{bedrock nbt/projectile|component}}


=== Minecart with Chest ===
=== Minecart with Chest ===
Line 579: Line 579:
Additional fields for [[Minecraft:minecart with chest]]:
Additional fields for [[Minecraft:minecart with chest]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|inventory|component}}
** {{bedrock nbt/inventory|component}}


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


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


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


=== Mule ===
=== Mule ===
Additional fields for [[Minecraft:mule]]:
Additional fields for [[Minecraft:mule]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|ageable|component}}
** {{bedrock nbt/ageable|component}}
** {{bedrock nbt|inventory|component}}
** {{bedrock nbt/inventory|component}}
** {{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.


Line 626: Line 626:
Additional fields for [[Minecraft:ocelot]]:
Additional fields for [[Minecraft:ocelot]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|ageable|component}}
** {{bedrock nbt/ageable|component}}
** {{bedrock nbt|breedable|component}}
** {{bedrock nbt/breedable|component}}


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


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


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


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


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


=== Player ===
=== Player ===
Additional fields for [[Minecraft:player]]:
Additional fields for [[Minecraft:player]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|Abilities}}
** {{bedrock nbt/Abilities}}
** {{bedrock nbt|timer|component}}
** {{bedrock nbt/timer|component}}
** {{nbt|long|AgentID}}: The Unique ID of the player's agent.
** {{nbt|long|AgentID}}: The Unique ID of the player's agent.
** {{nbt|int|DimensionId}}: The ID of the dimension the player is in.
** {{nbt|int|DimensionId}}: The ID of the dimension the player is in.
Line 678: Line 678:
*** {{nbt|compound}}: An item in the inventory.
*** {{nbt|compound}}: An item in the inventory.
**** {{nbt|byte|Slot}}: The slot the item is in.
**** {{nbt|byte|Slot}}: The slot the item is in.
**** {{bedrock nbt|Item Stack|item}}
**** {{bedrock nbt/Item Stack|item}}
** {{nbt|list|fogCommandStack}}: Unknown.
** {{nbt|list|fogCommandStack}}: Unknown.
*** {{nbt|string}}: Unknown.
*** {{nbt|string}}: Unknown.
Line 686: Line 686:
*** {{nbt|compound}}: An item in the inventory, including the slot tag.
*** {{nbt|compound}}: An item in the inventory, including the slot tag.
**** {{nbt|byte|Slot}}: The slot the item is in.
**** {{nbt|byte|Slot}}: The slot the item is in.
**** {{bedrock nbt|Item Stack|item}}
**** {{bedrock nbt/Item Stack|item}}
** {{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.
** {{nbt|int|MapIndex}}: Unknown.
** {{nbt|int|MapIndex}}: Unknown.
Line 695: Line 695:
*** {{nbt|compound}}: An item in the UI, including the slot tag.
*** {{nbt|compound}}: An item in the UI, including the slot tag.
**** {{nbt|byte|Slot}}: The slot the item is in.
**** {{nbt|byte|Slot}}: The slot the item is in.
**** {{bedrock nbt|Item Stack|item}}
**** {{bedrock nbt/Item Stack|item}}
** {{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.
*** {{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.
Line 722: Line 722:
Additional fields for [[Minecraft:polar bear]]:
Additional fields for [[Minecraft:polar bear]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|ageable|component}}
** {{bedrock nbt/ageable|component}}


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


=== Rabbit ===
=== Rabbit ===
Additional fields for [[Minecraft:rabbit]]:
Additional fields for [[Minecraft:rabbit]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|ageable|component}}
** {{bedrock nbt/ageable|component}}
** {{bedrock nbt|breedable|component}}
** {{bedrock nbt/breedable|component}}
** {{nbt|int|CarrotsEaten}}: Unknown.
** {{nbt|int|CarrotsEaten}}: Unknown.
** {{nbt|int|MoreCarrotTicks}}: Set to 40 when a carrot crop is eaten, decreases by 0–2 every tick until it reaches 0.{{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}}
Line 740: Line 740:
Additional fields for [[Minecraft:ravager]]:
Additional fields for [[Minecraft:ravager]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|dweller|component}}
** {{bedrock nbt/dweller|component}}
** {{bedrock nbt|timer|component}}
** {{bedrock nbt/timer|component}}


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


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


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


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


=== Slime ===
=== Slime ===
Line 774: Line 774:
Additional fields for [[Minecraft:sniffer]]:
Additional fields for [[Minecraft:sniffer]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|ageable|component}}
** {{bedrock nbt/ageable|component}}
** {{bedrock nbt|breedable|component}}
** {{bedrock nbt/breedable|component}}


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


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


=== Sulfur cube ===
=== Sulfur cube ===
Line 803: Line 803:
Additional fields for [[Minecraft:tadpole]]:
Additional fields for [[Minecraft:tadpole]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|ageable|component}}
** {{bedrock nbt/ageable|component}}


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


=== Thrown Potion ===
=== Thrown Potion ===
Additional fields for thrown [[Minecraft:potion]]:
Additional fields for thrown [[Minecraft:potion]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|projectile|component}}
** {{bedrock nbt/projectile|component}}
** {{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]].


Line 819: Line 819:
Additional fields for thrown [[Minecraft:trident]]:
Additional fields for thrown [[Minecraft:trident]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|projectile|component}}
** {{bedrock nbt/projectile|component}}
** {{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.
** {{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.
** {{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.
*** {{bedrock nbt|Item Stack|item}}
*** {{bedrock nbt/Item Stack|item}}


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


=== Turtle ===
=== Turtle ===
Additional fields for [[Minecraft:turtle]]:
Additional fields for [[Minecraft:turtle]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|ageable|component}}
** {{bedrock nbt/ageable|component}}
** {{bedrock nbt|breedable|component}}
** {{bedrock nbt/breedable|component}}
** {{bedrock nbt|home|component}}
** {{bedrock nbt/home|component}}
** {{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.


Line 841: Line 841:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{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.
*** {{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):
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|ageable|component}}
** {{bedrock nbt/ageable|component}}
** {{bedrock nbt|dweller|component}}
** {{bedrock nbt/dweller|component}}
** {{bedrock nbt|economy_trade_table|component}}
** {{bedrock nbt/economy_trade_table|component}}
** {{bedrock nbt|inventory|component}}
** {{bedrock nbt/inventory|component}}
** {{bedrock nbt|trade_table|component}}
** {{bedrock nbt/trade_table|component}}
** {{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.
** {{nbt|byte|IsInRaid}}: Unknown.
** {{nbt|byte|IsInRaid}}: Unknown.
Line 858: Line 858:
Additional fields for [[Minecraft:vindicator]]:
Additional fields for [[Minecraft:vindicator]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|dweller|component}}
** {{bedrock nbt/dweller|component}}


=== Wandering Trader ===
=== Wandering Trader ===
Additional fields for [[Minecraft:wandering trader]]:
Additional fields for [[Minecraft:wandering trader]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|economy_trade_table|component}}
** {{bedrock nbt/economy_trade_table|component}}
** {{bedrock nbt|timer|component}}
** {{bedrock nbt/timer|component}}
** {{nbt|list|entries}}
** {{nbt|list|entries}}
*** {{nbt|compound}}: An entry.
*** {{nbt|compound}}: An entry.
Line 893: Line 893:
Additional fields for [[Minecraft:wind charge projectile]]:
Additional fields for [[Minecraft:wind charge projectile]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|projectile|component}}
** {{bedrock nbt/projectile|component}}


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


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


=== Wolf ===
=== Wolf ===
Additional fields for [[Minecraft:wolf]]:
Additional fields for [[Minecraft:wolf]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|ageable|component}}
** {{bedrock nbt/ageable|component}}
** {{bedrock nbt|breedable|component}}
** {{bedrock nbt/breedable|component}}
** {{nbt|compound|properties}}: The wolf <code>properties</code>.
** {{nbt|compound|properties}}: The wolf <code>properties</code>.
*** {{nbt|byte|minecraft:has_armor}}: 1 or 0 (true/false) - true if the wolf has [[Minecraft:wolf armor]].
*** {{nbt|byte|minecraft:has_armor}}: 1 or 0 (true/false) - true if the wolf has [[Minecraft:wolf armor]].
Line 935: Line 935:
Additional fields for [[Minecraft:zombie]]:
Additional fields for [[Minecraft:zombie]]:
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt|timer|component}}
** {{bedrock nbt/timer|component}}


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


=== Zombie Villager ===
=== Zombie Villager ===

Latest revision as of 11:29, 18 August 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