Difference between revisions of "Entity metadata"

From wiki.vg
Jump to navigation Jump to search
m (Added missing cat type (jellie), and fixed mislabeled all_black type)
(Add goat metadata)
(19 intermediate revisions by 8 users not shown)
Line 1: Line 1:
 
Various '''Entities''' have different metadata fields and [[Entity statuses|status codes]].  
 
Various '''Entities''' have different metadata fields and [[Entity statuses|status codes]].  
  
These are the valid codes for Minecraft Java Edition 1.16.5; for upcoming changes for 1.17 snapshots, see [[Pre-release protocol#Entity Metadata]].
+
These are the valid codes for Minecraft Java Edition 1.17; for upcoming snapshots, see [[Pre-release protocol#Entity Metadata]].
  
Because this is always updated late, only valid for the latest version and not computer parseable, Bixilon wrote a generator and wrote the mappings for 1.8.9 by hand. See [https://gitlab.bixilon.de/bixilon/minosoft/-/tree/master/util Mappings Generator]. Also [https://github.com/Pokechu22/Burger/tree/master burger] might help.
+
Because this is always updated late, only valid for the latest version and not computer parseable, Bixilon wrote [https://gitlab.bixilon.de/bixilon/pixlyzer PixLyzer]. Burger [https://github.com/Pokechu22/Burger/tree/master burger] might help.
  
 
== Mobs ==
 
== Mobs ==
  
Mobs are spawned via [[Protocol#Spawn_Mob|Spawn Mob]].
+
Most entities are spawned via [[Protocol#Spawn_Living_Entity|Spawn Living Entity]].
  
{{Warning2|Some entities (marked in yellow) should only be spawned using [[Protocol#Spawn_Object|Spawn Object]] and their [[#Objects|Object ID]].  While they also have an entity ID, this ID is only used internally. Servers should not attempt to spawn these entities using [[Protocol#Spawn Mob|Spawn Mob]] with that entity ID, although clients should accept such packets if they appear.
+
{{Warning2|Some entities (marked in yellow) should only be spawned using [[Protocol#Spawn_Entity|Spawn Entity]]. Servers should not attempt to spawn these entities using [[Protocol#Spawn_Living_Entity|Spawn Living Entity]] with that entity ID, although clients should accept such packets if they appear.
  
 
Additionally, a few other entities (marked in blue) must be spawned in their own special ways:
 
Additionally, a few other entities (marked in blue) must be spawned in their own special ways:
 
* {{Minecraft Wiki|Painting}}s should be spawned using [[Protocol#Spawn_Painting|Spawn Painting]]
 
* {{Minecraft Wiki|Painting}}s should be spawned using [[Protocol#Spawn_Painting|Spawn Painting]]
* XP orbs should be spawned using [[Protocol#Spawn_Experience_Orb|Spawn Experience Orb]].}}
+
* XP orbs should be spawned using [[Protocol#Spawn_Experience_Orb|Spawn Experience Orb]].
  
{{Warning2|These entity IDs are up to date for 1.16.5. Use [[Data Generators]] or [https://pokechu22.github.io/Burger/1.15.2.html Burger] to get older IDs. If using Burger just replace the version number to what you want to see.}}
+
Furthermore, the marker entity (marked in red) must not be spawned, as it is server-side only. Find out more about the marker [https://minecraft.fandom.com/wiki/Marker here].}}
 +
 
 +
{{Warning2|These entity IDs are up to date for 1.17. Use [[Data Generators]] or [https://pokechu22.github.io/Burger/1.15.2.html Burger] to get older IDs. If using Burger just replace the version number to what you want to see.}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 30: Line 32:
 
| 0.5
 
| 0.5
 
| <code>minecraft:area_effect_cloud</code>
 
| <code>minecraft:area_effect_cloud</code>
|- style="background: #ffff88;"
+
|-
 
| 1
 
| 1
 
| Armor Stand
 
| Armor Stand
Line 44: Line 46:
 
|-
 
|-
 
| 3
 
| 3
 +
| Axolotl
 +
| 1.3
 +
| 0.6
 +
| <code>minecraft:axolotl</code>
 +
|-
 +
| 4
 
| Bat
 
| Bat
 
| 0.5
 
| 0.5
Line 49: Line 57:
 
| <code>minecraft:bat</code>
 
| <code>minecraft:bat</code>
 
|-
 
|-
| 4
+
| 5
 
| Bee
 
| Bee
 
| 0.7
 
| 0.7
Line 55: Line 63:
 
| <code>minecraft:bee</code>
 
| <code>minecraft:bee</code>
 
|-
 
|-
| 5
+
| 6
 
| Blaze
 
| Blaze
 
| 0.6
 
| 0.6
Line 61: Line 69:
 
| <code>minecraft:blaze</code>
 
| <code>minecraft:blaze</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 6
+
| 7
 
| Boat
 
| Boat
 
| 1.375
 
| 1.375
Line 67: Line 75:
 
| <code>minecraft:boat</code>
 
| <code>minecraft:boat</code>
 
|-
 
|-
| 7
+
| 8
 
| Cat
 
| Cat
 
| 0.6
 
| 0.6
Line 73: Line 81:
 
| <code>minecraft:cat</code>
 
| <code>minecraft:cat</code>
 
|-
 
|-
| 8
+
| 9
 
| Cave Spider
 
| Cave Spider
 
| 0.7
 
| 0.7
Line 79: Line 87:
 
| <code>minecraft:cave_spider</code>
 
| <code>minecraft:cave_spider</code>
 
|-
 
|-
| 9
+
| 10
 
| Chicken
 
| Chicken
 
| 0.4
 
| 0.4
Line 85: Line 93:
 
| <code>minecraft:chicken</code>
 
| <code>minecraft:chicken</code>
 
|-
 
|-
| 10
+
| 11
 
| Cod
 
| Cod
 
| 0.5
 
| 0.5
Line 91: Line 99:
 
| <code>minecraft:cod</code>
 
| <code>minecraft:cod</code>
 
|-
 
|-
| 11
+
| 12
 
| Cow
 
| Cow
 
| 0.9
 
| 0.9
Line 97: Line 105:
 
| <code>minecraft:cow</code>
 
| <code>minecraft:cow</code>
 
|-
 
|-
| 12
+
| 13
 
| Creeper
 
| Creeper
 
| 0.6
 
| 0.6
Line 103: Line 111:
 
| <code>minecraft:creeper</code>
 
| <code>minecraft:creeper</code>
 
|-
 
|-
| 13
+
| 14
 
| Dolphin
 
| Dolphin
 
| 0.9
 
| 0.9
Line 109: Line 117:
 
| <code>minecraft:dolphin</code>
 
| <code>minecraft:dolphin</code>
 
|-
 
|-
| 14
+
| 15
 
| Donkey
 
| Donkey
 
| 1.5
 
| 1.5
Line 115: Line 123:
 
| <code>minecraft:donkey</code>
 
| <code>minecraft:donkey</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 15
+
| 16
 
| Dragon Fireball
 
| Dragon Fireball
 
| 1.0
 
| 1.0
Line 121: Line 129:
 
| <code>minecraft:dragon_fireball</code>
 
| <code>minecraft:dragon_fireball</code>
 
|-
 
|-
| 16
+
| 17
 
| Drowned
 
| Drowned
 
| 0.6
 
| 0.6
Line 127: Line 135:
 
| <code>minecraft:drowned</code>
 
| <code>minecraft:drowned</code>
 
|-
 
|-
| 17
+
| 18
 
| Elder Guardian
 
| Elder Guardian
 
| 1.9975 (2.35 * guardian)
 
| 1.9975 (2.35 * guardian)
Line 133: Line 141:
 
| <code>minecraft:elder_guardian</code>
 
| <code>minecraft:elder_guardian</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 18
+
| 19
 
| End Crystal
 
| End Crystal
 
| 2.0
 
| 2.0
Line 139: Line 147:
 
| <code>minecraft:end_crystal</code>
 
| <code>minecraft:end_crystal</code>
 
|-
 
|-
| 19
+
| 20
 
| Ender Dragon
 
| Ender Dragon
 
| 16.0
 
| 16.0
Line 145: Line 153:
 
| <code>minecraft:ender_dragon</code>
 
| <code>minecraft:ender_dragon</code>
 
|-
 
|-
| 20
+
| 21
 
| Enderman
 
| Enderman
 
| 0.6
 
| 0.6
Line 151: Line 159:
 
| <code>minecraft:enderman</code>
 
| <code>minecraft:enderman</code>
 
|-
 
|-
| 21
+
| 22
 
| Endermite
 
| Endermite
 
| 0.4
 
| 0.4
 
| 0.3
 
| 0.3
 
| <code>minecraft:endermite</code>
 
| <code>minecraft:endermite</code>
|- style="background: #ffff88;"
+
|-
| 22
+
| 23
 
| Evoker
 
| Evoker
 
| 0.6
 
| 0.6
 
| 1.95
 
| 1.95
 
| <code>minecraft:evoker</code>
 
| <code>minecraft:evoker</code>
|-
+
|- style="background: #ffff88;"
| 23
+
| 24
 
| Evoker Fangs
 
| Evoker Fangs
 
| 0.5
 
| 0.5
Line 169: Line 177:
 
| <code>minecraft:evoker_fangs</code>
 
| <code>minecraft:evoker_fangs</code>
 
|- style="background: #aaaaff;"
 
|- style="background: #aaaaff;"
| 24
+
| 25
 
| Experience Orb
 
| Experience Orb
 
| 0.5
 
| 0.5
Line 175: Line 183:
 
| <code>minecraft:experience_orb</code>
 
| <code>minecraft:experience_orb</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 24
+
| 26
 
| Eye of Ender
 
| Eye of Ender
 
| 0.25
 
| 0.25
Line 181: Line 189:
 
| <code>minecraft:eye_of_ender</code>
 
| <code>minecraft:eye_of_ender</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 26
+
| 27
 
| Falling Block
 
| Falling Block
 
| 0.98
 
| 0.98
Line 187: Line 195:
 
| <code>minecraft:falling_block</code>
 
| <code>minecraft:falling_block</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 27
+
| 28
 
| Firework Rocket Entity
 
| Firework Rocket Entity
 
| 0.25
 
| 0.25
Line 193: Line 201:
 
| <code>minecraft:firework_rocket</code>
 
| <code>minecraft:firework_rocket</code>
 
|-
 
|-
| 28
+
| 29
 
| Fox
 
| Fox
 
| 0.6
 
| 0.6
Line 199: Line 207:
 
| <code>minecraft:fox</code>
 
| <code>minecraft:fox</code>
 
|-
 
|-
| 29
+
| 30
 
| Ghast
 
| Ghast
 
| 4.0
 
| 4.0
Line 205: Line 213:
 
| <code>minecraft:ghast</code>
 
| <code>minecraft:ghast</code>
 
|-
 
|-
| 30
+
| 31
 
| Giant
 
| Giant
 
| 3.6
 
| 3.6
 
| 12.0
 
| 12.0
 
| <code>minecraft:giant</code>
 
| <code>minecraft:giant</code>
 +
|- style="background: #ffff88;"
 +
| 32
 +
| Glow Item Frame
 +
| 0.75 or 0.0625 (depth)
 +
| 0.75
 +
| <code>minecraft:glow_item_frame</code>
 
|-
 
|-
| 31
+
| 33
 +
| Glow Squid
 +
| 0.8
 +
| 0.8
 +
| <code>minecraft:glow_squid</code>
 +
|-
 +
| 34
 +
| Goat
 +
| 1.3 (adult), 0.65 (baby)
 +
| 0.9 (adult), 0.45 (baby)
 +
| <code>minecraft:goat</code>
 +
|-
 +
| 35
 
| Guardian
 
| Guardian
 
| 0.85
 
| 0.85
Line 217: Line 243:
 
| <code>minecraft:guardian</code>
 
| <code>minecraft:guardian</code>
 
|-
 
|-
| 32
+
| 36
 
| Hoglin
 
| Hoglin
 
| 1.39648
 
| 1.39648
Line 223: Line 249:
 
| <code>minecraft:hoglin</code>
 
| <code>minecraft:hoglin</code>
 
|-
 
|-
| 33
+
| 37
 
| Horse
 
| Horse
 
| 1.39648
 
| 1.39648
Line 229: Line 255:
 
| <code>minecraft:horse</code>
 
| <code>minecraft:horse</code>
 
|-
 
|-
| 34
+
| 38
 
| Husk
 
| Husk
 
| 0.6
 
| 0.6
Line 235: Line 261:
 
| <code>minecraft:husk</code>
 
| <code>minecraft:husk</code>
 
|-
 
|-
| 35
+
| 39
 
| Illusioner
 
| Illusioner
 
| 0.6
 
| 0.6
 
| 1.95
 
| 1.95
 
| <code>minecraft:illusioner</code>
 
| <code>minecraft:illusioner</code>
|- style="background: #ffff88;"
+
|-
| 36
+
| 40
 
| Iron Golem
 
| Iron Golem
 
| 1.4
 
| 1.4
 
| 2.7
 
| 2.7
 
| <code>minecraft:iron_golem</code>
 
| <code>minecraft:iron_golem</code>
|-
+
|- style="background: #ffff88;"
| 37
+
| 41
 
| Item
 
| Item
 
| 0.25
 
| 0.25
Line 253: Line 279:
 
| <code>minecraft:item</code>
 
| <code>minecraft:item</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 38
+
| 42
 
| Item Frame
 
| Item Frame
 
| 0.75 or 0.0625 (depth)
 
| 0.75 or 0.0625 (depth)
Line 259: Line 285:
 
| <code>minecraft:item_frame</code>
 
| <code>minecraft:item_frame</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 39
+
| 43
 
| Fireball
 
| Fireball
 
| 1.0
 
| 1.0
Line 265: Line 291:
 
| <code>minecraft:fireball</code>
 
| <code>minecraft:fireball</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 40
+
| 44
 
| Leash Knot
 
| Leash Knot
 
| 0.375
 
| 0.375
Line 271: Line 297:
 
| <code>minecraft:leash_knot</code>
 
| <code>minecraft:leash_knot</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 41
+
| 45
 
| Lightning Bolt
 
| Lightning Bolt
 
| 0.0
 
| 0.0
Line 277: Line 303:
 
| <code>minecraft:lightning_bolt</code>
 
| <code>minecraft:lightning_bolt</code>
 
|-
 
|-
| 42
+
| 46
 
| Llama
 
| Llama
 
| 0.9
 
| 0.9
Line 283: Line 309:
 
| <code>minecraft:llama</code>
 
| <code>minecraft:llama</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 43
+
| 47
 
| Llama Spit
 
| Llama Spit
 
| 0.25
 
| 0.25
Line 289: Line 315:
 
| <code>minecraft:llama_spit</code>
 
| <code>minecraft:llama_spit</code>
 
|-  
 
|-  
| 44
+
| 48
 
| Magma Cube
 
| Magma Cube
 
| 0.51000005 * size
 
| 0.51000005 * size
 
| 0.51000005 * size
 
| 0.51000005 * size
 
| <code>minecraft:magma_cube</code>
 
| <code>minecraft:magma_cube</code>
 +
|- style="background: #f74134;"
 +
| 49
 +
| Marker
 +
| 0.0
 +
| 0.0
 +
| <code>minecraft:marker</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 45
+
| 50
 
| Minecart
 
| Minecart
 
| 0.98
 
| 0.98
Line 301: Line 333:
 
| <code>minecraft:minecart</code>
 
| <code>minecraft:minecart</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 46
+
| 51
 
| Minecart Chest
 
| Minecart Chest
 
| 0.98
 
| 0.98
Line 307: Line 339:
 
| <code>minecraft:chest_minecart</code>
 
| <code>minecraft:chest_minecart</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 47
+
| 52
 
| Minecart Command Block
 
| Minecart Command Block
 
| 0.98
 
| 0.98
Line 313: Line 345:
 
| <code>minecraft:commandblock_minecart</code>
 
| <code>minecraft:commandblock_minecart</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 48
+
| 53
 
| Minecart Furnace
 
| Minecart Furnace
 
| 0.98
 
| 0.98
Line 319: Line 351:
 
| <code>minecraft:furnace_minecart</code>
 
| <code>minecraft:furnace_minecart</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 49
+
| 54
 
| Minecart Hopper
 
| Minecart Hopper
 
| 0.98
 
| 0.98
Line 325: Line 357:
 
| <code>minecraft:hopper_minecart</code>
 
| <code>minecraft:hopper_minecart</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 50
+
| 55
 
| Minecart Spawner
 
| Minecart Spawner
 
| 0.98
 
| 0.98
Line 331: Line 363:
 
| <code>minecraft:spawner_minecart</code>
 
| <code>minecraft:spawner_minecart</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 51
+
| 56
 
| Minecart TNT
 
| Minecart TNT
 
| 0.98
 
| 0.98
Line 337: Line 369:
 
| <code>minecraft:tnt_minecart</code>
 
| <code>minecraft:tnt_minecart</code>
 
|-
 
|-
| 52
+
| 57
 
| Mule
 
| Mule
 
| 1.39648
 
| 1.39648
Line 343: Line 375:
 
| <code>minecraft:mule</code>
 
| <code>minecraft:mule</code>
 
|-
 
|-
| 53
+
| 58
| Mushroom
+
| Mooshroom
 
| 0.9
 
| 0.9
 
| 1.4
 
| 1.4
 
| <code>minecraft:mooshroom</code>
 
| <code>minecraft:mooshroom</code>
 
|-
 
|-
| 54
+
| 59
 
| Ocelot
 
| Ocelot
 
| 0.6
 
| 0.6
Line 355: Line 387:
 
| <code>minecraft:ocelot</code>
 
| <code>minecraft:ocelot</code>
 
|- style="background: #aaaaff;"
 
|- style="background: #aaaaff;"
| 55
+
| 60
 
| Painting
 
| Painting
 
| type width or 0.0625 (depth)
 
| type width or 0.0625 (depth)
Line 361: Line 393:
 
| <code>minecraft:painting</code>
 
| <code>minecraft:painting</code>
 
|-
 
|-
| 56
+
| 61
 
| Panda
 
| Panda
 
| 1.3
 
| 1.3
Line 367: Line 399:
 
| <code>minecraft:panda</code>
 
| <code>minecraft:panda</code>
 
|-
 
|-
| 57
+
| 62
 
| Parrot
 
| Parrot
 
| 0.5
 
| 0.5
Line 373: Line 405:
 
| <code>minecraft:parrot</code>
 
| <code>minecraft:parrot</code>
 
|-  
 
|-  
| 58
+
| 63
 
| Phantom
 
| Phantom
 
| 0.9
 
| 0.9
Line 379: Line 411:
 
| <code>minecraft:phantom</code>
 
| <code>minecraft:phantom</code>
 
|-
 
|-
| 59
+
| 64
 
| Pig
 
| Pig
 
| 0.9
 
| 0.9
Line 385: Line 417:
 
| <code>minecraft:pig</code>
 
| <code>minecraft:pig</code>
 
|-
 
|-
| 60
+
| 65
 
| Piglin
 
| Piglin
 
| 0.6
 
| 0.6
Line 391: Line 423:
 
| <code>minecraft:piglin</code>
 
| <code>minecraft:piglin</code>
 
|-
 
|-
| 61
+
| 66
 
| Piglin Brute
 
| Piglin Brute
 
| 0.6
 
| 0.6
Line 397: Line 429:
 
| <code>minecraft:piglin_brute</code>
 
| <code>minecraft:piglin_brute</code>
 
|-
 
|-
| 62
+
| 67
 
| Pillager
 
| Pillager
 
| 0.6
 
| 0.6
Line 403: Line 435:
 
| <code>minecraft:pillager</code>
 
| <code>minecraft:pillager</code>
 
|-
 
|-
| 63
+
| 68
 
| Polar Bear
 
| Polar Bear
 
| 1.4
 
| 1.4
 
| 1.4
 
| 1.4
 
| <code>minecraft:polar_bear</code>
 
| <code>minecraft:polar_bear</code>
|- style="background: #aaaaff;"
+
|- style="background: #ffff88;"
| 64
+
| 69
 
| Primed TNT
 
| Primed TNT
 
| 0.98
 
| 0.98
Line 415: Line 447:
 
| <code>minecraft:tnt</code>
 
| <code>minecraft:tnt</code>
 
|-
 
|-
| 65
+
| 70
 
| Pufferfish
 
| Pufferfish
 
| 0.7
 
| 0.7
Line 421: Line 453:
 
| <code>minecraft:pufferfish</code>
 
| <code>minecraft:pufferfish</code>
 
|-
 
|-
| 66
+
| 71
 
| Rabbit
 
| Rabbit
 
| 0.4
 
| 0.4
Line 427: Line 459:
 
| <code>minecraft:rabbit</code>
 
| <code>minecraft:rabbit</code>
 
|-
 
|-
| 67
+
| 72
 
| Ravager
 
| Ravager
 
| 1.95
 
| 1.95
Line 433: Line 465:
 
| <code>minecraft:ravager</code>
 
| <code>minecraft:ravager</code>
 
|-
 
|-
| 68
+
| 73
 
| Salmon
 
| Salmon
 
| 0.7
 
| 0.7
Line 439: Line 471:
 
| <code>minecraft:salmon</code>
 
| <code>minecraft:salmon</code>
 
|-
 
|-
| 69
+
| 74
 
| Sheep
 
| Sheep
 
| 0.9
 
| 0.9
Line 445: Line 477:
 
| <code>minecraft:sheep</code>
 
| <code>minecraft:sheep</code>
 
|-
 
|-
| 70
+
| 75
 
| Shulker
 
| Shulker
 
| 1.0
 
| 1.0
Line 451: Line 483:
 
| <code>minecraft:shulker</code>
 
| <code>minecraft:shulker</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 71
+
| 76
 
| Shulker Bullet
 
| Shulker Bullet
 
| 0.3125
 
| 0.3125
Line 457: Line 489:
 
| <code>minecraft:shulker_bullet</code>
 
| <code>minecraft:shulker_bullet</code>
 
|-
 
|-
| 72
+
| 77
 
| Silverfish
 
| Silverfish
 
| 0.4
 
| 0.4
Line 463: Line 495:
 
| <code>minecraft:silverfish</code>
 
| <code>minecraft:silverfish</code>
 
|-
 
|-
| 73
+
| 78
 
| Skeleton
 
| Skeleton
 
| 0.6
 
| 0.6
Line 469: Line 501:
 
| <code>minecraft:skeleton</code>
 
| <code>minecraft:skeleton</code>
 
|-
 
|-
| 74
+
| 79
 
| Skeleton Horse
 
| Skeleton Horse
 
| 1.39648
 
| 1.39648
Line 475: Line 507:
 
| <code>minecraft:skeleton_horse</code>
 
| <code>minecraft:skeleton_horse</code>
 
|-
 
|-
| 75
+
| 80
 
| Slime
 
| Slime
 
| 0.51000005 * size
 
| 0.51000005 * size
Line 481: Line 513:
 
| <code>minecraft:slime</code>
 
| <code>minecraft:slime</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 76
+
| 81
 
| Small Fireball
 
| Small Fireball
 
| 0.3125
 
| 0.3125
Line 487: Line 519:
 
| <code>minecraft:small_fireball</code>
 
| <code>minecraft:small_fireball</code>
 
|-
 
|-
| 77
+
| 82
 
| Snow Golem
 
| Snow Golem
 
| 0.7
 
| 0.7
Line 493: Line 525:
 
| <code>minecraft:snow_golem</code>
 
| <code>minecraft:snow_golem</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 78
+
| 83
 
| Snowball
 
| Snowball
 
| 0.25
 
| 0.25
Line 499: Line 531:
 
| <code>minecraft:snowball</code>
 
| <code>minecraft:snowball</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 79
+
| 84
 
| Spectral Arrow
 
| Spectral Arrow
 
| 0.5
 
| 0.5
Line 505: Line 537:
 
| <code>minecraft:spectral_arrow</code>
 
| <code>minecraft:spectral_arrow</code>
 
|-
 
|-
| 80
+
| 85
 
| Spider
 
| Spider
 
| 1.4
 
| 1.4
Line 511: Line 543:
 
| <code>minecraft:spider</code>
 
| <code>minecraft:spider</code>
 
|-
 
|-
| 81
+
| 86
 
| Squid
 
| Squid
 
| 0.8
 
| 0.8
Line 517: Line 549:
 
| <code>minecraft:squid</code>
 
| <code>minecraft:squid</code>
 
|-
 
|-
| 82
+
| 87
 
| Stray
 
| Stray
 
| 0.6
 
| 0.6
Line 523: Line 555:
 
| <code>minecraft:stray</code>
 
| <code>minecraft:stray</code>
 
|-
 
|-
| 83
+
| 88
 
| Strider
 
| Strider
 
| 0.9
 
| 0.9
Line 529: Line 561:
 
| <code>minecraft:strider</code>
 
| <code>minecraft:strider</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 84
+
| 89
 
| Thrown Egg
 
| Thrown Egg
 
| 0.25
 
| 0.25
Line 535: Line 567:
 
| <code>minecraft:egg</code>
 
| <code>minecraft:egg</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 85
+
| 90
 
| Thrown Ender Pearl
 
| Thrown Ender Pearl
 
| 0.25
 
| 0.25
Line 541: Line 573:
 
| <code>minecraft:ender_pearl</code>
 
| <code>minecraft:ender_pearl</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 86
+
| 91
 
| Thrown Expierience Bottle
 
| Thrown Expierience Bottle
 
| 0.25
 
| 0.25
Line 547: Line 579:
 
| <code>minecraft:experience_bottle</code>
 
| <code>minecraft:experience_bottle</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 87
+
| 92
 
| Thrown Potion
 
| Thrown Potion
 
| 0.25
 
| 0.25
Line 553: Line 585:
 
| <code>minecraft:potion</code>
 
| <code>minecraft:potion</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 88
+
| 93
 
| Thrown Trident
 
| Thrown Trident
 
| 0.5
 
| 0.5
Line 559: Line 591:
 
| <code>minecraft:trident</code>
 
| <code>minecraft:trident</code>
 
|-
 
|-
| 89
+
| 94
 
| Trader Llama
 
| Trader Llama
 
| 0.9
 
| 0.9
Line 565: Line 597:
 
| <code>minecraft:trader_llama</code>
 
| <code>minecraft:trader_llama</code>
 
|-
 
|-
| 90
+
| 95
 
| Tropical Fish
 
| Tropical Fish
 
| 0.5
 
| 0.5
Line 571: Line 603:
 
| <code>minecraft:tropical_fish</code>
 
| <code>minecraft:tropical_fish</code>
 
|-
 
|-
| 91
+
| 96
 
| Turtle
 
| Turtle
 
| 1.2
 
| 1.2
Line 577: Line 609:
 
| <code>minecraft:turtle</code>
 
| <code>minecraft:turtle</code>
 
|-
 
|-
| 92
+
| 97
 
| Vex
 
| Vex
 
| 0.4
 
| 0.4
Line 583: Line 615:
 
| <code>minecraft:vex</code>
 
| <code>minecraft:vex</code>
 
|-
 
|-
| 93
+
| 98
 
| Villager
 
| Villager
 
| 0.6
 
| 0.6
Line 589: Line 621:
 
| <code>minecraft:villager</code>
 
| <code>minecraft:villager</code>
 
|-
 
|-
| 94
+
| 99
 
| Vindicator
 
| Vindicator
 
| 0.6
 
| 0.6
Line 595: Line 627:
 
| <code>minecraft:vindicator</code>
 
| <code>minecraft:vindicator</code>
 
|-
 
|-
| 95
+
| 100
 
| Wandering Trader
 
| Wandering Trader
 
| 0.6
 
| 0.6
Line 601: Line 633:
 
| <code>minecraft:wandering_trader</code>
 
| <code>minecraft:wandering_trader</code>
 
|-
 
|-
| 96
+
| 101
 
| Witch
 
| Witch
 
| 0.6
 
| 0.6
Line 607: Line 639:
 
| <code>minecraft:witch</code>
 
| <code>minecraft:witch</code>
 
|-
 
|-
| 97
+
| 102
 
| Wither
 
| Wither
 
| 0.9
 
| 0.9
Line 613: Line 645:
 
| <code>minecraft:wither</code>
 
| <code>minecraft:wither</code>
 
|-
 
|-
| 98
+
| 103
 
| Wither Skeleton
 
| Wither Skeleton
 
| 0.7
 
| 0.7
Line 619: Line 651:
 
| <code>minecraft:wither_skeleton</code>
 
| <code>minecraft:wither_skeleton</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 99
+
| 104
 
| Wither Skull
 
| Wither Skull
 
| 0.3125
 
| 0.3125
Line 625: Line 657:
 
| <code>minecraft:wither_skull</code>
 
| <code>minecraft:wither_skull</code>
 
|-
 
|-
| 100
+
| 105
 
| Wolf
 
| Wolf
 
| 0.6
 
| 0.6
Line 631: Line 663:
 
| <code>minecraft:wolf</code>
 
| <code>minecraft:wolf</code>
 
|-
 
|-
| 101
+
| 106
 
| Zoglin
 
| Zoglin
 
| 1.39648
 
| 1.39648
Line 637: Line 669:
 
| <code>minecraft:zoglin</code>
 
| <code>minecraft:zoglin</code>
 
|-
 
|-
| 102
+
| 107
 
| Zombie
 
| Zombie
 
| 0.6
 
| 0.6
Line 643: Line 675:
 
| <code>minecraft:zombie</code>
 
| <code>minecraft:zombie</code>
 
|-
 
|-
| 103
+
| 108
 
| Zombie Horse
 
| Zombie Horse
 
| 1.39648
 
| 1.39648
Line 649: Line 681:
 
| <code>minecraft:zombie_horse</code>
 
| <code>minecraft:zombie_horse</code>
 
|-
 
|-
| 104
+
| 109
 
| Zombie Villager
 
| Zombie Villager
 
| 0.6
 
| 0.6
Line 655: Line 687:
 
| <code>minecraft:zombie_villager</code>
 
| <code>minecraft:zombie_villager</code>
 
|-
 
|-
| 105
+
| 110
 
| Zombified Piglin
 
| Zombified Piglin
 
| 0.6
 
| 0.6
Line 661: Line 693:
 
| <code>minecraft:zombified_piglin</code>
 
| <code>minecraft:zombified_piglin</code>
 
|- style="background: #aaaaff;"
 
|- style="background: #aaaaff;"
| 106
+
| 111
 
| Player
 
| Player
 
| 0.6
 
| 0.6
Line 667: Line 699:
 
| <code>minecraft:player</code>
 
| <code>minecraft:player</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 107
+
| 112
 
| Fishing Hook
 
| Fishing Hook
 
| 0.25
 
| 0.25
Line 674: Line 706:
 
|}
 
|}
  
== Objects ==
+
== Entity Metadata Format ==
  
Objects are spawned via [[Protocol#Spawn_Object|Spawn Object]]. See [[Object Data]] for more details.
+
Note that entity metadata is a totally distinct concept from block metadata. It is not required to send all metadata fields, or even any metadata fields, so long as the terminating entry is correctly sent.
  
{{Note|Object IDs and Entity IDs are different.  Most objects also have an entity ID, but should only ever be spawned via [[Protocol#Spawn_Object|Spawn Object]].}}
+
Entity Metadata is an array of entries, each of which looks like the following:
  
 
{| class="wikitable"
 
{| class="wikitable"
|-
+
! Name
! ID
+
! Type
! Name
+
! Meaning
! bounding box x and z
+
|-
! bounding box y
+
| Index
|-  
+
| Unsigned Byte
| 1
+
| Unique index key determining the meaning of the following value, see the table below. If this is <code>0xff</code> then the it is the end of the Entity Metadata array and no more is read.
| Boat
+
|-
| 1.375
+
| Type
| 0.5625
+
| Optional VarInt Enum
|-  
+
| Only if Index is not <code>0xff</code>; the type of the index, see the table below
| 2
+
|-
| Item Stack ([[Slot]])
+
| Value
| 0.25
+
| Optional ''value of Type''
| 0.25
+
| Only if Index is not <code>0xff</code>: the value of the metadata field
|-  
+
|}
| 3
+
 
| Area Effect Cloud
+
{| class="wikitable"
| 2.0 * Radius
+
! Value of Type field
| 0.5
+
! [[Data types|Type]] of Value field
|-
+
! Notes
| 10
+
|-
| Minecart
+
| 0
| 0.98
+
| Byte
| 0.7
+
|
|-  
+
|-
| 50
+
| 1
| Primed TNT
+
| VarInt
| 0.98
+
|
| 0.98
+
|-
|-  
+
| 2
| 51
+
| Float
| End Crystal
+
|
| 2.0
+
|-
| 2.0
+
| 3
|-  
+
| String
| 60
+
|
| Tipped arrow (projectile; also used for regular arrows)
+
|-
| 0.5
+
| 4
| 0.5
+
| [[Chat]]
|-  
+
|
| 61
+
|-
| Snowball (projectile)
+
| 5
| 0.25
+
| OptChat (Boolean + Optional [[Chat]])
| 0.25
+
| [[Chat]] is present if the Boolean is set to true
|-  
+
|-
| 62
+
| 6
| Egg (projectile)
+
| [[Slot]]
| 0.25
+
|
| 0.25
+
|-
|-  
+
| 7
| 63
+
| Boolean
| Fireball (Ghast projectile)
+
|
| 1.0
+
|-
| 1.0
+
| 8
|-  
+
| Rotation
| 64
+
| 3 floats: rotation on x, rotation on y, rotation on z
| Small Fireball (Blaze projectile)
+
|-
| 0.3125
+
| 9
| 0.3125
+
| [[Data Types#Position|Position]]
|-  
+
|
| 65
+
|-
| Thrown Ender Pearl
+
| 10
| 0.25
+
| OptPosition (Boolean + Optional Position)
| 0.25
+
| Position is present if the Boolean is set to true
|-  
+
|-
| 66
+
| 11
| Wither Skull (Wither projectile)
+
| Direction (VarInt)
| 0.3125
+
| (Down = 0, Up = 1, North = 2, South = 3, West = 4, East = 5)
| 0.3125
+
|-
|-  
+
| 12
| 67
+
| OptUUID (Boolean + Optional UUID)
| Shulker Bullet
+
| UUID is present if the Boolean is set to true
| 0.3125
+
|-
| 0.3125
+
| 13
|-  
+
| OptBlockID (VarInt)
| 68
+
| 0 for absent (implies air); otherwise, a block state ID as per the global palette
| Llama spit
+
|-
| 0.25
+
| 14
| 0.25
+
| [[NBT]]
|-  
+
|
| 70
+
|-
| Falling Block
+
| 15
| 0.98
+
| [[Data Types#Particle|Particle]]
| 0.98
+
|
|-  
+
|-
| 71
+
| 16
| Item Frame
+
| Villager Data
| 0.75 or 0.0625
+
| 3 VarInts: villager type, villager profession, level
| 0.75
+
|-
|-  
+
| 17
| 72
+
| OptVarInt
| Eye of Ender
+
| 0 for absent; 1 + actual value otherwise. Used for entity IDs.
| 0.25
+
|-
| 0.25
+
| 18
|-  
+
| Pose
| 73
+
| A VarInt enum: 0: STANDING, 1: FALL_FLYING, 2: SLEEPING, 3: SWIMMING, 4: SPIN_ATTACK, 5: SNEAKING, 6: LONG_JUMPING, 7: DYING
| Thrown Potion
+
|}
| 0.25
+
 
| 0.25
+
Villager type (<code>minecraft:villager_type</code> registry):
|-  
+
 
| 75
+
{| class="wikitable"
| Thrown Exp Bottle
+
! Name !! ID
| 0.25
+
|-
| 0.25
+
| <code>minecraft:desert</code> || 0
|-  
+
|-
| 76
+
| <code>minecraft:jungle</code> || 1
| Firework Rocket Entity
+
|-
| 0.25
+
| <code>minecraft:plains</code> || 2
| 0.25
+
|-
|-  
+
| <code>minecraft:savanna</code> || 3
| 77
+
|-
| Leash Knot
+
| <code>minecraft:snow</code> || 4
| 0.375
+
|-
| 0.5
+
| <code>minecraft:swamp</code> || 5
|-
+
|-
| 78
+
| <code>minecraft:taiga</code> || 6
| Armor Stand
+
  |}
| normal: 0.5 marker: 0.0 small: 0.25
+
 
| normal: 1.975 marker: 0.0 small: 0.9875
+
Villager professions (<code>minecraft:villager_profession</code> registry):
|-
+
 
| 79
+
{| class="wikitable"
| Evoker Fangs Fangs
+
  ! Name !! ID
| 0.5
+
  |-
| 0.8
+
  | <code>minecraft:none</code> || 0
|-  
 
| 90
 
| Fishing Hook
 
| 0.25
 
| 0.25
 
|-  
 
| 91
 
| Spectral Arrow
 
| 0.5
 
| 0.5
 
|-  
 
| 93
 
| Dragon Fireball
 
| 1.0
 
| 1.0
 
|-
 
| 94
 
| Trident
 
| 0.5
 
| 0.5
 
|}
 
 
 
Since release {{Minecraft Wiki|1.6}}, all minecarts are spawned with object type 10 and their functionality is then specified in the [[Object Data#Minecarts (id 10)|Data field]] within the packet. Also, their visual appearance may be sent via the [[Protocol#Entity Metadata|Entity Metadata]] packet.
 
 
 
== Entity Metadata Format ==
 
 
 
Note that entity metadata is a totally distinct concept from block metadata. It is not required to send all metadata fields, or even any metadata fields, so long as the terminating entry is correctly sent.
 
 
 
Entity Metadata is an array of entries, each of which looks like the following:
 
 
 
{| class="wikitable"
 
  ! Name
 
  ! Type
 
  ! Meaning
 
 
  |-
 
  |-
  | Index
+
  | <code>minecraft:armorer</code> || 1
| Unsigned Byte
 
| Unique index key determining the meaning of the following value, see the table below. If this is <code>0xff</code> then the it is the end of the Entity Metadata array and no more is read.
 
 
  |-
 
  |-
  | Type
+
  | <code>minecraft:butcher</code> || 2
| Optional VarInt Enum
 
| Only if Index is not <code>0xff</code>; the type of the index, see the table below
 
 
  |-
 
  |-
  | Value
+
  | <code>minecraft:cartographer</code> || 3
| Optional ''value of Type''
 
| Only if Index is not <code>0xff</code>: the value of the metadata field
 
|}
 
 
 
{| class="wikitable"
 
! Value of Type field
 
! [[Data types|Type]] of Value field
 
! Notes
 
 
  |-
 
  |-
  | 0
+
  | <code>minecraft:cleric</code> || 4
| Byte
 
|
 
 
  |-
 
  |-
  | 1
+
  | <code>minecraft:farmer</code> || 5
| VarInt
 
|
 
 
  |-
 
  |-
  | 2
+
  | <code>minecraft:fisherman</code> || 6
| Float
 
|
 
 
  |-
 
  |-
  | 3
+
  | <code>minecraft:fletcher</code> || 7
| String
 
|
 
 
  |-
 
  |-
  | 4
+
  | <code>minecraft:leatherworker</code> || 8
| [[Chat]]
 
|
 
 
  |-
 
  |-
  | 5
+
  | <code>minecraft:librarian</code> || 9
| OptChat (Boolean + Optional [[Chat]])
 
| [[Chat]] is present if the Boolean is set to true
 
 
  |-
 
  |-
  | 6
+
  | <code>minecraft:mason</code> || 10
| [[Slot]]
 
|
 
 
  |-
 
  |-
  | 7
+
  | <code>minecraft:nitwit</code> || 11
| Boolean
 
|
 
 
  |-
 
  |-
  | 8
+
  | <code>minecraft:shepherd</code> || 12
| Rotation
 
| 3 floats: rotation on x, rotation on y, rotation on z
 
 
  |-
 
  |-
  | 9
+
  | <code>minecraft:toolsmith</code> || 13
| [[Data Types#Position|Position]]
 
|
 
 
  |-
 
  |-
  | 10
+
  | <code>minecraft:weaponsmith</code> || 14
  | OptPosition (Boolean + Optional Position)
+
  |}
| Position is present if the Boolean is set to true
+
 
|-
+
Entity classes also recursively inherit fields from classes they extend.
  | 11
+
 
  | Direction (VarInt)
+
=== Entity ===
  | (Down = 0, Up = 1, North = 2, South = 3, West = 4, East = 5)
+
 
 +
{{metadata inherit|Entity}}
 +
 
 +
{| class="wikitable"
 +
  ! Index
 +
  ! Type
 +
  !style="width: 250px;" colspan="2"| Meaning
 +
! Default
 
  |-
 
  |-
  | 12
+
  |rowspan="9"| {{Metadata id|}}
  | OptUUID (Boolean + Optional UUID)
+
  |rowspan="9"| Byte
  | UUID is present if the Boolean is set to true
+
! Bit mask
 +
! Meaning
 +
  |rowspan="9"| 0
 
  |-
 
  |-
  | 13
+
  | 0x01
  | OptBlockID (VarInt)
+
  | Is on fire
| 0 for absent (implies air); otherwise, a block state ID as per the global palette
 
 
  |-
 
  |-
  | 14
+
  | 0x02
| [[NBT]]
+
  | Is crouching
  |
 
 
  |-
 
  |-
  | 15
+
  | 0x04
| [[Data Types#Particle|Particle]]
+
  | Unused (previously riding)
  |
 
 
  |-
 
  |-
  | 16
+
  | 0x08
  | Villager Data
+
  | Is sprinting
| 3 VarInts: villager type, villager profession, level
 
 
  |-
 
  |-
  | 17
+
  | 0x10
  | OptVarInt
+
  | Is swimming
| 0 for absent; 1 + actual value otherwise.  Used for entity IDs.
 
 
  |-
 
  |-
  | 18
+
  | 0x20
  | Pose
+
  | Is invisible
| A VarInt enum: 0: STANDING, 1: FALL_FLYING, 2: SLEEPING, 3: SWIMMING, 4: SPIN_ATTACK, 5: SNEAKING, 6: DYING
 
|}
 
 
 
Villager type (<code>minecraft:villager_type</code> registry):
 
 
 
{| class="wikitable"
 
! Name !! ID
 
 
  |-
 
  |-
  | <code>minecraft:desert</code> || 0
+
  | 0x40
 +
| has glowing effect
 
  |-
 
  |-
  | <code>minecraft:jungle</code> || 1
+
  | 0x80
 +
| Is flying with an {{Minecraft Wiki|elytra}}
 
  |-
 
  |-
  | <code>minecraft:plains</code> || 2
+
  | {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Air ticks
 +
| 300
 
  |-
 
  |-
  | <code>minecraft:savanna</code> || 3
+
  | {{Metadata id|}}
 +
| OptChat
 +
|colspan="2"| Custom name
 +
| empty
 
  |-
 
  |-
  | <code>minecraft:snow</code> || 4
+
  | {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Is custom name visible
 +
| false
 
  |-
 
  |-
  | <code>minecraft:swamp</code> || 5
+
  | {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Is silent
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Has no gravity
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| Pose
 +
|colspan="2"| Pose
 +
| STANDING
 
  |-
 
  |-
  | <code>minecraft:taiga</code> || 6
+
  | {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Ticks frozen in powdered snow
 +
| 0
 
  |}
 
  |}
  
Villager professions (<code>minecraft:villager_profession</code> registry):
+
 
 +
Freezing ticks cap at 140 in the client for the player's snow overlay when stuck in powder snow. If the entity extends LivingEntity and freezing ticks reaches the cap, the mob will start shaking (this excludes the skeleton, which has its own indicator).
 +
 
 +
=== Thrown Egg ===
 +
 
 +
{{Metadata inherit|Thrown Egg|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
  ! Name !! ID
+
  ! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 
  |-
 
  |-
  | <code>minecraft:none</code> || 0
+
  | {{Metadata id|}}
  |-
+
  | [[Slot]]
  | <code>minecraft:armorer</code> || 1
+
  |colspan="2"| Item
|-
+
  | Empty (which behaves as if it were a <code>minecraft:egg</code>)
| <code>minecraft:butcher</code> || 2
 
|-
 
  | <code>minecraft:cartographer</code> || 3
 
|-
 
| <code>minecraft:cleric</code> || 4
 
|-
 
| <code>minecraft:farmer</code> || 5
 
|-
 
| <code>minecraft:fisherman</code> || 6
 
|-
 
| <code>minecraft:fletcher</code> || 7
 
|-
 
| <code>minecraft:leatherworker</code> || 8
 
|-
 
| <code>minecraft:librarian</code> || 9
 
|-
 
| <code>minecraft:mason</code> || 10
 
|-
 
| <code>minecraft:nitwit</code> || 11
 
|-
 
| <code>minecraft:shepherd</code> || 12
 
|-
 
| <code>minecraft:toolsmith</code> || 13
 
|-
 
| <code>minecraft:weaponsmith</code> || 14
 
 
  |}
 
  |}
  
Entity classes also recursively inherit fields from classes they extend.
+
=== Thrown Ender Pearl ===
  
=== Entity ===
+
{{Metadata inherit|Thrown Ender Pearl|inherits=Entity}}
 +
 
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| [[Slot]]
 +
|colspan="2"| Item
 +
| Empty (which behaves as if it were a <code>minecraft:ender_pearl</code>)
 +
|}
 +
 
 +
=== Thrown Experience Bottle===
  
{{metadata inherit|Entity}}
+
{{Metadata inherit|Thrown Experience Bottle|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,004: Line 991:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="9"| {{Metadata id|}}
+
  | {{Metadata id|}}
  |rowspan="9"| Byte
+
  | [[Slot]]
  ! Bit mask
+
|colspan="2"| Item
  ! Meaning
+
  | Empty (which behaves as if it were a <code>minecraft:experience_bottle</code>)
|rowspan="9"| 0
+
  |}
|-
+
 
| 0x01
+
=== Thrown Potion ===
  | Is on fire
+
 
  |-
+
{{Metadata inherit|Thrown Potion|inherits=Entity}}
  | 0x02
+
 
  | Is crouching
+
{| class="wikitable"
 +
  ! Index
 +
  ! Type
 +
  !style="width: 250px;" colspan="2"| Meaning
 +
  ! Default
 
  |-
 
  |-
  | 0x04
+
  | {{Metadata id|}}
  | Unused (previously riding)
+
  | [[Slot]]
  |-
+
  |colspan="2"| Potion which is thrown
| 0x08
+
  | Empty
  | Is sprinting
+
  |}
  |-
+
 
| 0x10
+
=== Snowball ===
| Is swimming
+
 
|-
+
{{Metadata inherit|Snowball|inherits=Entity}}
| 0x20
+
 
| Is invisible
+
{| class="wikitable"
|-
+
  ! Index
| 0x40
+
  ! Type
  | has glowing effect
+
  !style="width: 250px;" colspan="2"| Meaning
  |-
+
  ! Default
  | 0x80
 
  | Is flying with an {{Minecraft Wiki|elytra}}
 
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | [[Slot]]
  |colspan="2"| Air ticks
+
  |colspan="2"| Item
  | 300
+
  | Empty (which behaves as if it were a <code>minecraft:snowball</code>)
 +
|}
 +
 
 +
=== Eye of Ender ===
 +
 
 +
{{Metadata inherit|Eye of Ender|inherits=Entity}}
 +
 
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | OptChat
+
  | [[Slot]]
  |colspan="2"| Custom name
+
  |colspan="2"| Item
  | empty
+
  | Empty (which behaves as if it were a <code>minecraft:ender_eye</code>)
  |-
+
  |}
| {{Metadata id|}}
+
 
| Boolean
+
=== Falling Block ===
|colspan="2"| Is custom name visible
 
| false
 
|-
 
| {{Metadata id|}}
 
| Boolean
 
|colspan="2"| Is silent
 
| false
 
|-
 
| {{Metadata id|}}
 
| Boolean
 
|colspan="2"| Has no gravity
 
| false
 
|-
 
| {{Metadata id|}}
 
| Pose
 
|colspan="2"| Pose
 
| STANDING
 
|}
 
  
=== Thrown Egg ===
+
{{Metadata inherit|Falling Block|inherits=Entity}}
 
 
{{Metadata inherit|Thrown Egg|inherits=Entity}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,076: Line 1,056:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | [[Slot]]
+
  | [[Data Types#Position|BlockPos]]
  |colspan="2"| Item
+
  |colspan="2"| spawn position
  | Empty (which behaves as if it were a <code>minecraft:egg</code>)
+
  | (0, 0, 0)
 
  |}
 
  |}
  
=== Thrown Ender Pearl ===
+
=== Area Effect Cloud ===
  
{{Metadata inherit|Thrown Ender Pearl|inherits=Entity}}
+
{{Metadata inherit|Area Effect Cloud|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,092: Line 1,072:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | [[Slot]]
+
  | Float
  |colspan="2"| Item
+
  |colspan="2"| Radius
  | Empty (which behaves as if it were a <code>minecraft:ender_pearl</code>)
+
| 0.5
 +
  |-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Color (only for mob spell particle)
 +
| 0
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Ignore radius and show effect as single point, not area
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| Particle
 +
| colspan="2"| The [[#Particle]]
 +
| <code>effect</code>
 
  |}
 
  |}
  
=== Thrown Experience Bottle===
+
=== Fishing Hook ===
  
{{Metadata inherit|Thrown Experience Bottle|inherits=Entity}}
+
{{Metadata inherit|Fishing Hook|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,108: Line 1,103:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | [[Slot]]
+
  | VarInt
  |colspan="2"| Item
+
  |colspan="2"| Hooked entity id + 1, or 0 if there is no hooked entity
  | Empty (which behaves as if it were a <code>minecraft:experience_bottle</code>)
+
| 0
  |}
+
  |-
 +
| {{Metadata id|}}
 +
  | Boolean
 +
|colspan="2"| Is catchable
 +
| False
 +
  |}
  
=== Thrown Potion ===
+
=== Abstract Arrow ===
  
{{Metadata inherit|Thrown Potion|inherits=Entity}}
+
{{Metadata inherit|Abstract Arrow|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,122: Line 1,122:
 
  !style="width: 250px;" colspan="2"| Meaning
 
  !style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
  ! Default
 +
|-
 +
| rowspan="3" | {{Metadata id|}}
 +
| rowspan="3" | Byte
 +
! Bit mask
 +
! Meaning
 +
| rowspan="3" | 0
 +
|-
 +
| 0x01
 +
| Is critical
 +
|-
 +
| 0x02
 +
| Is noclip (used by loyalty tridents when returning)
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | [[Slot]]
+
  | Byte
  |colspan="2"| Potion which is thrown
+
  |colspan="2"| Piercing level
  | Empty
+
  | 0
 
  |}
 
  |}
  
=== Snowball ===
+
=== Arrow ===
 +
 
 +
{{Metadata inherit|Arrow|inherits=Abstract Arrow}}
  
{{Metadata inherit|Snowball|inherits=Entity}}
+
Used for both tipped and regular arrows.  If not tipped, then color is set to -1 and no tipped arrow particles are used.
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,140: Line 1,154:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | [[Slot]]
+
  | VarInt
  |colspan="2"| Item
+
  |colspan="2"| Color (-1 for no particles)
  | Empty (which behaves as if it were a <code>minecraft:snowball</code>)
+
  | -1
 
  |}
 
  |}
  
=== Eye of Ender ===
+
=== Spectral Arrow ===
 +
 
 +
{{Metadata inherit|Spectral Arrow|inherits=Abstract Arrow}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Thrown Trident ===
  
{{Metadata inherit|Eye of Ender|inherits=Entity}}
+
{{Metadata inherit|Thrown Trident|inherits=Abstract Arrow}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,156: Line 1,176:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | [[Slot]]
+
  | VarInt
  |colspan="2"| Item
+
  |colspan="2"| Loyalty level (enchantment)
  | Empty (which behaves as if it were a <code>minecraft:ender_eye</code>)
+
| 0
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
  |colspan="2"| Has enchantment glint
 +
| False
 
  |}
 
  |}
  
=== Falling Block ===
+
=== Boat ===
  
{{Metadata inherit|Falling Block|inherits=Entity}}
+
{{Metadata inherit|Boat|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,172: Line 1,197:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | [[Data Types#Position|BlockPos]]
+
  | VarInt
  |colspan="2"| spawn position
+
  |colspan="2"| Time since last hit
  | (0, 0, 0)
+
  | 0
  |}
+
  |-
 
+
| {{Metadata id|}}
=== Area Effect Cloud ===
+
| VarInt
 
+
  |colspan="2"| Forward direction
{{Metadata inherit|Area Effect Cloud|inherits=Entity}}
+
  | 1
 
 
{| class="wikitable"
 
  ! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | Float
 
  | Float
  |colspan="2"| Radius
+
  |colspan="2"| Damage taken
  | 0.5
+
  | 0.0
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | VarInt
 
  | VarInt
  |colspan="2"| Color (only for mob spell particle)
+
  |colspan="2"| Type (0=oak, 1=spruce, 2=birch, 3=jungle, 4=acacia, 5=dark oak)
 
  | 0
 
  | 0
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | Boolean
 
  | Boolean
  |colspan="2"| Ignore radius and show effect as single point, not area
+
  |colspan="2"| Is left paddle turning
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Is right paddle turning
 
  | false
 
  | false
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Particle
+
  | VarInt
  | colspan="2"| The [[#Particle]]
+
  |colspan="2"| Splash timer
  | <code>effect</code>
+
  | 0
  |}
+
  |}
  
=== Fishing Hook ===
+
=== End Crystal ===
  
{{Metadata inherit|Fishing Hook|inherits=Entity}}
+
{{Metadata inherit|End Crystal|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,219: Line 1,243:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | OptBlockPos
  |colspan="2"| Hooked entity id + 1, or 0 if there is no hooked entity
+
  |colspan="2"| Beam target
  | 0
+
  | Empty
  |-
+
|-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | Boolean
 
  | Boolean
  |colspan="2"| Is catchable
+
  |colspan="2"| Show bottom
  | False
+
  | true
 
  |}
 
  |}
  
=== Abstract Arrow ===
+
=== Dragon Fireball ===
 +
 
 +
{{Metadata inherit|Dragon Fireball|inherits=Entity}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Small Fireball ===
 +
 
 +
{{Metadata inherit|Small Fireball|inherits=Entity}}
  
{{Metadata inherit|Abstract Arrow|inherits=Entity}}
+
This is the fireball shot by blazes and dispensers with fire charges.
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,239: Line 1,271:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | rowspan="3" | {{Metadata id|}}
+
  | {{Metadata id|}}
  | rowspan="3" | Byte
+
  | [[Slot]]
! Bit mask
+
  |colspan="2"| Item
! Meaning
+
  | Empty (which behaves as if it were a <code>minecraft:fire_charge</code>)
  | rowspan="3" | 0
 
  |-
 
| 0x01
 
| Is critical
 
|-
 
| 0x02
 
| Is noclip (used by loyalty tridents when returning)
 
|-
 
| {{Metadata id|}}
 
| Byte
 
|colspan="2"| Piercing level
 
| 0
 
 
  |}
 
  |}
  
=== Arrow ===
+
=== Fireball ===
  
{{Metadata inherit|Arrow|inherits=Abstract Arrow}}
+
{{Metadata inherit|Fireball|inherits=Entity}}
  
Used for both tipped and regular arrows.  If not tipped, then color is set to -1 and no tipped arrow particles are used.
+
This is the large fireball shot by ghasts.
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,270: Line 1,290:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | [[Slot]]
  |colspan="2"| Color (-1 for no particles)
+
  |colspan="2"| Item
  | -1
+
  | Empty
 
  |}
 
  |}
  
=== Spectral Arrow ===
+
=== Wither Skull ===
  
{{Metadata inherit|Spectral Arrow|inherits=Abstract Arrow}}
+
{{Metadata inherit|Wither Skull|inherits=Entity}}
 
 
No additional metadata.
 
 
 
=== Thrown Trident ===
 
 
 
{{Metadata inherit|Thrown Trident|inherits=Abstract Arrow}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,290: Line 1,304:
 
  !style="width: 250px;" colspan="2"| Meaning
 
  !style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
  ! Default
|-
 
| {{Metadata id|}}
 
| VarInt
 
|colspan="2"| Loyalty level (enchantment)
 
| 0
 
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | Boolean
 
  | Boolean
  |colspan="2"| Has enchantment glint
+
  |colspan="2"| Is invulnerable
  | False
+
  | false
 
  |}
 
  |}
  
=== Boat ===
+
=== Firework Rocket Entity ===
  
{{Metadata inherit|Boat|inherits=Entity}}
+
{{Metadata inherit|Firework Rocket Entity|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,313: Line 1,322:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | [[Slot]]
  |colspan="2"| Time since last hit
+
  |colspan="2"| Firework info
  | 0
+
  | Empty
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | OptVarInt
  |colspan="2"| Forward direction
+
  |colspan="2"| Entity ID of entity which used firework (for elytra boosting)
  | 1
+
  | Empty
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Float
+
  | Boolean
  |colspan="2"| Damage taken
+
  |colspan="2"| Is shot at angle (from a crossbow)
| 0.0
 
|-
 
| {{Metadata id|}}
 
| VarInt
 
|colspan="2"| Type (0=oak, 1=spruce, 2=birch, 3=jungle, 4=acacia, 5=dark oak)
 
| 0
 
|-
 
| {{Metadata id|}}
 
| Boolean
 
|colspan="2"| Is left paddle turning
 
 
  | false
 
  | false
 +
|}
 +
 +
=== Item Frame ===
 +
 +
{{Metadata inherit|Item Frame|inherits=Entity}}
 +
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | [[Slot]]
  |colspan="2"| Is right paddle turning
+
  |colspan="2"| Item
  | false
+
  | Empty
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | VarInt
 
  | VarInt
  |colspan="2"| Splash timer
+
  |colspan="2"| Rotation
 
  | 0
 
  | 0
 
  |}
 
  |}
  
=== End Crystal ===
+
=== Item Entity ===
  
{{Metadata inherit|End Crystal|inherits=Entity}}
+
{{Metadata inherit|Item Entity|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,359: Line 1,369:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | OptBlockPos
+
  | [[Slot]]
  |colspan="2"| Beam target
+
  |colspan="2"| Item
 
  | Empty
 
  | Empty
|-
 
| {{Metadata id|}}
 
| Boolean
 
|colspan="2"| Show bottom
 
| true
 
 
  |}
 
  |}
  
=== Dragon Fireball ===
+
=== Living Entity ===
  
{{Metadata inherit|Dragon Fireball|inherits=Entity}}
+
{{Metadata inherit|Living Entity|inherits=Entity}}
 
 
No additional metadata.
 
 
 
=== Small Fireball ===
 
 
 
{{Metadata inherit|Small Fireball|inherits=Entity}}
 
 
 
This is the fireball shot by blazes and dispensers with fire charges.
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,387: Line 1,384:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | {{Metadata id|}}
+
  |rowspan="5"| {{Metadata id|}}
  | [[Slot]]
+
  |rowspan="5"| Byte
  |colspan="2"| Item
+
  |colspan="2"| Hand states, used to trigger blocking/eating/drinking animation.
  | Empty (which behaves as if it were a <code>minecraft:fire_charge</code>)
+
  |rowspan="5"| 0
  |}
+
  |-
 
+
! Bit mask
=== Fireball ===
+
! Meaning
 
+
|-
{{Metadata inherit|Fireball|inherits=Entity}}
+
| 0x01
 
+
| Is hand active
This is the large fireball shot by ghasts.
+
  |-
 
+
  | 0x02
{| class="wikitable"
+
  | Active hand (0 = main hand, 1 = offhand)
  ! Index
 
  ! Type
 
  !style="width: 250px;" colspan="2"| Meaning
 
! Default
 
 
  |-
 
  |-
  | {{Metadata id|}}
+
| 0x04
  | [[Slot]]
+
| Is in riptide spin attack
  |colspan="2"| Item
+
|-
  | Empty
+
  | {{Metadata id|}}
  |}
+
  | Float
 
+
  |colspan="2"| Health
=== Wither Skull ===
+
  | 1.0
 
+
  |-
{{Metadata inherit|Wither Skull|inherits=Entity}}
+
| {{Metadata id|}}
 
+
| VarInt
{| class="wikitable"
+
  |colspan="2"| Potion effect color (or 0 if there is no effect)
  ! Index
+
  | 0
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | Boolean
 
  | Boolean
  |colspan="2"| Is invulnerable
+
  |colspan="2"| Is potion effect ambient: reduces the number of particles generated by potions to 1/5 the normal amount
 
  | false
 
  | false
 +
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Number of arrows in entity
 +
| 0
 +
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Number of bee stingers in entity
 +
| 0
 +
|-
 +
| {{Metadata id|}}
 +
| OptBlockPos
 +
|colspan="2"| Location of the bed that the entity is currently sleeping in (Empty if it isn't sleeping)
 +
| Empty
 
  |}
 
  |}
  
=== Firework Rocket Entity ===
+
=== Player ===
  
{{Metadata inherit|Firework Rocket Entity|inherits=Entity}}
+
{{Metadata inherit|Player|inherits=Living Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,438: Line 1,443:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | [[Slot]]
+
  | Float
  |colspan="2"| Firework info
+
  |colspan="2"| Additional Hearts
  | Empty
+
  | 0.0
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | OptVarInt
+
  | VarInt
  |colspan="2"| Entity ID of entity which used firework (for elytra boosting)
+
  |colspan="2"| Score
  | Empty
+
  | 0
 
  |-
 
  |-
  | {{Metadata id|}}
+
  |rowspan="10"| {{Metadata id|}}
  | Boolean
+
  |rowspan="10"| Byte
  |colspan="2"| Is shot at angle (from a crossbow)
+
  |colspan="2"| The Displayed Skin Parts bit mask that is sent in [[Protocol#Client Settings|Client Settings]]
| false
+
  |rowspan="10"| 0
  |}
 
 
 
=== Item Frame ===
 
 
 
{{Metadata inherit|Item Frame|inherits=Entity}}
 
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
 
  |-
 
  |-
  | {{Metadata id|}}
+
  ! Bit mask !! Meaning
| [[Slot]]
 
|colspan="2"| Item
 
| Empty
 
 
  |-
 
  |-
  | {{Metadata id|}}
+
| 0x01 || Cape enabled
  | VarInt
+
|-
  |colspan="2"| Rotation
+
| 0x02 || Jacket enabled
  | 0
+
|-
 +
| 0x04 || Left sleeve enabled
 +
|-
 +
| 0x08 || Right sleeve enabled
 +
|-
 +
| 0x10 || Left pants leg enabled
 +
|-
 +
| 0x20 || Right pants leg enabled
 +
|-
 +
| 0x40 || Hat enabled
 +
|-
 +
| 0x80 || ''Unused''
 +
|-
 +
  | {{Metadata id|}}
 +
  | Byte
 +
  |colspan="2"| Main hand (0 : Left, 1 : Right)
 +
| 1
 +
|-
 +
  | {{Metadata id|}}
 +
| [[NBT]]
 +
|colspan="2"| Left shoulder entity data (for occupying parrot)
 +
| Empty
 +
|-
 +
| {{Metadata id|}}
 +
| [[NBT]]
 +
|colspan="2"| Right shoulder entity data (for occupying parrot)
 +
| Empty
 
  |}
 
  |}
  
=== Item Entity ===
+
=== Armor Stand ===
  
{{Metadata inherit|Item Entity|inherits=Entity}}
+
{{Metadata inherit|Armor Stand|inherits=Living Entity}}
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| {{Metadata id|}}
 
| [[Slot]]
 
|colspan="2"| Item
 
| Empty
 
|}
 
 
 
=== Living Entity ===
 
 
 
{{Metadata inherit|Living Entity|inherits=Entity}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,502: Line 1,503:
 
  |rowspan="5"| {{Metadata id|}}
 
  |rowspan="5"| {{Metadata id|}}
 
  |rowspan="5"| Byte
 
  |rowspan="5"| Byte
|colspan="2"| Hand states, used to trigger blocking/eating/drinking animation.
 
|rowspan="5"| 0
 
|-
 
 
  ! Bit mask
 
  ! Bit mask
 
  ! Meaning
 
  ! Meaning
 +
|rowspan="5"| 0
 
  |-
 
  |-
 
  | 0x01
 
  | 0x01
  | Is hand active
+
  | Is Small
 
  |-
 
  |-
  | 0x02
+
  | 0x04
  | Active hand (0 = main hand, 1 = offhand)
+
  | Has Arms
 
  |-
 
  |-
  | 0x04
+
  | 0x08
  | Is in riptide spin attack
+
  | Has no BasePlate
 
  |-
 
  |-
  | {{Metadata id|}}
+
  | 0x10
| Float
+
  | Is Marker
|colspan="2"| Health
 
  | 1.0
 
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | Rotations
  |colspan="2"| Potion effect color (or 0 if there is no effect)
+
  |colspan="2"| Head rotation
  | 0
+
  | (0.0, 0.0, 0.0)
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | Rotations
  |colspan="2"| Is potion effect ambient: reduces the number of particles generated by potions to 1/5 the normal amount
+
  |colspan="2"| Body rotation
  | false
+
  | (0.0, 0.0, 0.0)
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | Rotations
  |colspan="2"| Number of arrows in entity
+
  |colspan="2"| Left arm rotation
  | 0
+
  | (-10.0, 0.0, -10.0)
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | Rotations
  |colspan="2"| Health added by absorption (based on the AbsorptionAmount tag)
+
  |colspan="2"| Right arm rotation
  | 0
+
  | (-15.0, 0.0, 10.0)
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | OptBlockPos
+
  | Rotations
  |colspan="2"| Location of the bed that the entity is currently sleeping in (Empty if it isn't sleeping)
+
  |colspan="2"| Left leg rotation
  | Empty
+
| (-1.0, 0.0, -1.0)
 +
  |-
 +
| {{Metadata id|}}
 +
| Rotations
 +
|colspan="2"| Right leg rotation
 +
| (1.0, 0.0, 1.0)
 
  |}
 
  |}
  
=== Player ===
+
Note that armor stands with the [[#Entity|invisible flag from the base entity class]] set also cannot be attacked or damaged, except for by the void.
 +
 
 +
=== Mob ===
  
{{Metadata inherit|Player|inherits=Living Entity}}
+
{{Metadata inherit|Mob|inherits=Living Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,558: Line 1,562:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | {{Metadata id|}}
+
  |rowspan="4"| {{Metadata id|}}
  | Float
+
  |rowspan="4"| Byte
  |colspan="2"| Additional Hearts
+
! Bit mask
| 0.0
+
! Meaning
 +
  |rowspan="4"| 0
 
  |-
 
  |-
  | {{Metadata id|}}
+
  | 0x01
| VarInt
+
  | NoAI
|colspan="2"| Score
 
  | 0
 
 
  |-
 
  |-
  |rowspan="10"| {{Metadata id|}}
+
  | 0x02
|rowspan="10"| Byte
+
  | Is left handed
|colspan="2"| The Displayed Skin Parts bit mask that is sent in [[Protocol#Client Settings|Client Settings]]
 
  |rowspan="10"| 0
 
 
  |-
 
  |-
  ! Bit mask !! Meaning
+
  | 0x04
 +
| Is aggressive
 
  |-
 
  |-
  | 0x01 || Cape enabled
+
  |}
 +
 
 +
=== Ambient Creature ===
 +
 
 +
{{Metadata inherit|Ambient Creature|inherits=Mob}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Bat ===
 +
 
 +
{{Metadata inherit|Bat|inherits=Ambient Creature}}
 +
 
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 
  |-
 
  |-
  | 0x02 || Jacket enabled
+
  | rowspan="2"| {{Metadata id|}}
 +
| rowspan="2"| Byte
 +
! Bit mask
 +
! Meaning
 +
| rowspan="2"| 0
 
  |-
 
  |-
  | 0x04 || Left sleeve enabled
+
  | 0x01
  |-
+
  | Is hanging
  | 0x08 || Right sleeve enabled
+
  |}
|-
+
 
| 0x10 || Left pants leg enabled
+
=== Pathfinder Mob ===
|-
+
 
| 0x20 || Right pants leg enabled
+
{{Metadata inherit|Pathfinder Mob|inherits=Mob}}
|-
+
 
| 0x40 || Hat enabled
+
No additional metadata.
|-
 
| 0x80 || ''Unused''
 
|-
 
| {{Metadata id|}}
 
| Byte
 
|colspan="2"| Main hand (0 : Left, 1 : Right)
 
| 1
 
|-
 
| {{Metadata id|}}
 
| [[NBT]]
 
|colspan="2"| Left shoulder entity data (for occupying parrot)
 
| Empty
 
|-
 
| {{Metadata id|}}
 
| [[NBT]]
 
|colspan="2"| Right shoulder entity data (for occupying parrot)
 
| Empty
 
|}
 
  
=== Armor Stand ===
+
=== Water Animal ===
  
{{Metadata inherit|Armor Stand|inherits=Living Entity}}
+
{{Metadata inherit|Water Animal|inherits=Pathfinder Mob}}
  
{| class="wikitable"
+
No additional metadata.
  ! Index
+
 
  ! Type
+
=== Squid ===
  !style="width: 250px;" colspan="2"| Meaning
+
 
 +
{{Metadata inherit|Squid|inherits=Water Animal}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Dolphin ===
 +
 
 +
{{Metadata inherit|Dolphin|inherits=Water Animal}}
 +
 
 +
{| class="wikitable"
 +
  ! Index
 +
  ! Type
 +
  !style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="5"| {{Metadata id|}}
+
  | {{Metadata id|}}
  |rowspan="5"| Byte
+
  | Position
! Bit mask
+
|colspan="2"| Treasure position
! Meaning
+
  | (0, 0, 0)
  |rowspan="5"| 0
 
 
  |-
 
  |-
  | 0x01
+
  | {{Metadata id|}}
  | Is Small
+
| Boolean
 +
|colspan="2"| Has fish
 +
  | false
 
  |-
 
  |-
  | 0x04
+
  | {{Metadata id|}}
  | Has Arms
+
  | VarInt
  |-
+
  |colspan="2"| Moisture level
  | 0x08
+
  | 2400
  | Has no BasePlate
+
  |}
  |-
+
 
  | 0x10
+
=== Abstract fish ===
  | Is Marker
+
 
 +
{{Metadata inherit|Abstract fish|inherits=Water Animal}}
 +
 
 +
{| class="wikitable"
 +
  ! Index
 +
! Type
 +
  !style="width: 250px;" colspan="2"| Meaning
 +
  ! Default
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Rotations
+
  | Boolean
  |colspan="2"| Head rotation
+
  |colspan="2"| From bucket
  | (0.0, 0.0, 0.0)
+
  | False
  |-
+
  |}
| {{Metadata id|}}
+
 
| Rotations
+
=== Cod ===
|colspan="2"| Body rotation
+
 
| (0.0, 0.0, 0.0)
+
{{Metadata inherit|Cod|inherits=Abstract fish}}
|-
+
 
| {{Metadata id|}}
+
No additional metadata.
| Rotations
 
|colspan="2"| Left arm rotation
 
| (-10.0, 0.0, -10.0)
 
|-
 
| {{Metadata id|}}
 
| Rotations
 
|colspan="2"| Right arm rotation
 
| (-15.0, 0.0, 10.0)
 
|-
 
| {{Metadata id|}}
 
| Rotations
 
|colspan="2"| Left leg rotation
 
| (-1.0, 0.0, -1.0)
 
|-
 
| {{Metadata id|}}
 
| Rotations
 
|colspan="2"| Right leg rotation
 
| (1.0, 0.0, 1.0)
 
|}
 
  
Note that armor stands with the [[#Entity|invisible flag from the base entity class]] set also cannot be attacked or damaged, except for by the void.
+
=== Puffer fish ===
  
=== Mob ===
+
{{Metadata inherit|Puffer fish|inherits=Abstract fish}}
 
 
{{Metadata inherit|Mob|inherits=Living Entity}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,678: Line 1,681:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="4"| {{Metadata id|}}
+
  | {{Metadata id|}}
  |rowspan="4"| Byte
+
  | VarInt
! Bit mask
+
  |colspan="2"| PuffState (varies from 0 to 2)
! Meaning
+
  | 0
  |rowspan="4"| 0
 
  |-
 
| 0x01
 
| NoAI
 
|-
 
| 0x02
 
| Is left handed
 
|-
 
| 0x04
 
| Is agressive
 
|-
 
 
  |}
 
  |}
  
=== Ambient Creature ===
+
=== Salmon ===
  
{{Metadata inherit|Ambient Creature|inherits=Mob}}
+
{{Metadata inherit|Salmon|inherits=Abstract fish}}
  
 
No additional metadata.
 
No additional metadata.
  
=== Bat ===
+
=== Tropical fish ===
  
{{Metadata inherit|Bat|inherits=Ambient Creature}}
+
{{Metadata inherit|Tropical fish|inherits=Abstract fish}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,711: Line 1,703:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | rowspan="2"| {{Metadata id|}}
+
  | {{Metadata id|}}
  | rowspan="2"| Byte
+
  | VarInt
! Bit mask
+
  |colspan="2"| Variant
! Meaning
+
  | 0
  | rowspan="2"| 0
 
  |-
 
| 0x01
 
| Is hanging
 
 
  |}
 
  |}
  
=== Pathfinder Mob ===
+
=== Ageable Mob ===
  
{{Metadata inherit|Pathfinder Mob|inherits=Mob}}
+
{{Metadata inherit|Ageable Mob|inherits=Pathfinder Mob}}
  
No additional metadata.
+
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Is baby
 +
| false
 +
|}
  
=== Water Animal ===
+
=== Animal ===
  
{{Metadata inherit|Water Animal|inherits=Pathfinder Mob}}
+
{{Metadata inherit|Animal|inherits=Ageable Mob}}
  
 
No additional metadata.
 
No additional metadata.
  
=== Squid ===
+
=== Abstract Horse ===
  
{{Metadata inherit|Squid|inherits=Water Animal}}
+
{{Metadata inherit|Abstract Horse|inherits=Animal}}
 
 
No additional metadata.
 
 
 
=== Dolphin ===
 
 
 
{{Metadata inherit|Dolphin|inherits=Water Animal}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,749: Line 1,741:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | {{Metadata id|}}
+
  |rowspan="9"| {{Metadata id|}}
  | Position
+
  |rowspan="9"| Byte
  |colspan="2"| Treasure position
+
! Bit mask
  | (0, 0, 0)
+
! Meaning
 +
  |rowspan="9"| 0
 +
|-
 +
  | 0x01
 +
| ''Unused''
 +
|-
 +
| 0x02
 +
| Is Tame
 
  |-
 
  |-
  | {{Metadata id|}}
+
  | 0x04
| Boolean
+
  | Is saddled
|colspan="2"| Can find treasure
 
  | false
 
 
  |-
 
  |-
  | {{Metadata id|}}
+
  | 0x08
| Boolean
+
  | Has bred
  |colspan="2"| Has fish
 
| false
 
|}
 
 
 
=== Abstract fish ===
 
 
 
{{Metadata inherit|Abstract fish|inherits=Water Animal}}
 
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
 
  |-
 
  |-
  | {{Metadata id|}}
+
| 0x10
  | Boolean
+
| Is eating
  |colspan="2"| From bucket
+
|-
  | False
+
| 0x20
 +
| Is rearing (on hind legs)
 +
|-
 +
| 0x40
 +
| Is mouth open
 +
|-
 +
| 0x80
 +
| ''Unused''
 +
|-
 +
  | {{Metadata id|}}
 +
  | OptUUID
 +
  |colspan="2"| Owner
 +
  | Absent
 
  |}
 
  |}
  
=== Cod ===
 
  
{{Metadata inherit|Cod|inherits=Abstract fish}}
 
  
No additional metadata.
+
=== Horse ===
  
=== Puffer fish ===
+
{{Metadata inherit|Horse|inherits=Abstract Horse}}
  
{{Metadata inherit|Puffer fish|inherits=Abstract fish}}
+
{| class="wikitable"  
 
 
{| class="wikitable"
 
 
  ! Index
 
  ! Index
 
  ! Type
 
  ! Type
Line 1,799: Line 1,791:
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | VarInt
 
  | VarInt
  |colspan="2"| PuffState (varies from 0 to 2)
+
  |colspan="2"| Variant (Color & Style)
 
  | 0
 
  | 0
 
  |}
 
  |}
  
=== Salmon ===
+
=== Zombie Horse ===
  
{{Metadata inherit|Salmon|inherits=Abstract fish}}
+
{{Metadata inherit|Zombie Horse|inherits=Abstract Horse}}
  
No additional metadata.
+
=== Skeleton Horse ===
 +
 
 +
{{Metadata inherit|Skeleton Horse|inherits=Abstract Horse}}
  
=== Tropical fish ===
+
=== Chested Horse ===
  
{{Metadata inherit|Tropical fish|inherits=Abstract fish}}
+
{{Metadata inherit|Chested Horse|inherits=Abstract Horse}}
  
{| class="wikitable"
+
{| class="wikitable"  
 
  ! Index
 
  ! Index
 
  ! Type
 
  ! Type
Line 1,820: Line 1,814:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | Boolean
  |colspan="2"| Variant
+
  |colspan="2"| Has Chest
  | 0
+
  | false
 
  |}
 
  |}
  
=== Ageable Mob ===
+
=== Donkey ===
 +
 
 +
{{Metadata inherit|Donkey|inherits=Chested Horse}}
 +
 
 +
=== Llama ===
  
{{Metadata inherit|Ageable Mob|inherits=Pathfinder Mob}}
+
{{Metadata inherit|Llama|inherits=Chested Horse}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,836: Line 1,834:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | VarInt
  |colspan="2"| Is baby
+
  | colspan="2"| Strength (number of columns of 3 slots in the llama's inventory once a chest is equipped)
  | false
+
  | 0
  |}
+
|-
 
+
| {{Metadata id|}}
=== Animal ===
+
| VarInt
 +
| colspan="2"| Carpet color (a dye color, or -1 if no carpet equipped)
 +
| -1
 +
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
| colspan="2"| Variant (0: <code>llama_creamy.png</code>, 1: <code>llama_white.png</code>, 2: <code>llama_brown.png</code>, 3: <code>llama_gray.png</code>)
 +
| 0
 +
  |}
 +
 
 +
=== Trader Llama ===
  
{{Metadata inherit|Animal|inherits=Ageable Mob}}
+
{{Metadata inherit|Trader Llama|Llama}}
  
 
No additional metadata.
 
No additional metadata.
  
=== Abstract Horse ===
+
=== Mule ===
 +
 
 +
{{Metadata inherit|Mule|inherits=Chested Horse}}
 +
 
 +
 
 +
 
 +
=== Axolotl ===
  
{{Metadata inherit|Abstract Horse|inherits=Animal}}
+
{{Metadata inherit|Axolotl|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,857: Line 1,871:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="9"| {{Metadata id|}}
+
  | {{Metadata id|}}
  |rowspan="9"| Byte
+
  | VarInt
! Bit mask
+
|colspan="2"| Variant (0 = lucy, 1 = wild, 2 = gold, 3 = cyan, 4 = blue)
! Meaning
+
  | 0 (lucy)
  |rowspan="9"| 0
 
 
  |-
 
  |-
  | 0x01
+
  | {{Metadata id|}}
  | ''Unused''
+
| Boolean
 +
|colspan="2"| If it is currently playing dead.
 +
  | false
 
  |-
 
  |-
| 0x02
+
  | {{Metadata id|}}
| Is Tame
+
  | Boolean
|-
+
  |colspan="2"| If it was spawned from a bucket.
| 0x04
+
  | false
| Is saddled
 
|-
 
| 0x08
 
| Has bred
 
|-
 
| 0x10
 
| Is eating
 
|-
 
| 0x20
 
| Is rearing (on hind legs)
 
|-
 
| 0x40
 
| Is mouth open
 
|-
 
| 0x80
 
| ''Unused''
 
|-
 
  | {{Metadata id|}}
 
  | OptUUID
 
  |colspan="2"| Owner
 
  | Absent
 
 
  |}
 
  |}
  
=== Horse ===
+
=== Bee ===
  
{{Metadata inherit|Horse|inherits=Abstract Horse}}
+
{{Metadata inherit|Bee|inherits=Animal}}
  
{| class="wikitable"  
+
{| class="wikitable"
 
  ! Index
 
  ! Index
 
  ! Type
 
  ! Type
 
  !style="width: 250px;" colspan="2"| Meaning
 
  !style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
  ! Default
 +
|-
 +
|rowspan="5"| {{Metadata id|}}
 +
|rowspan="5"| Byte
 +
|colspan="2"| Flags
 +
|rowspan="5"| 0
 +
|-
 +
| 0x01 || ''Unused''
 +
|-
 +
| 0x02 || Is angry
 +
|-
 +
| 0x04 || Has stung
 +
|-
 +
| 0x08 || Has nectar
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | VarInt
 
  | VarInt
  |colspan="2"| Variant (Color & Style)
+
  | colspan="2"| Anger time in ticks
  | 0
+
  | 0 (Not angry)
 
  |}
 
  |}
  
=== Zombie Horse ===
+
=== Fox ===
  
{{Metadata inherit|Zombie Horse|inherits=Abstract Horse}}
+
{{Metadata inherit|Fox|inherits=Animal}}
  
=== Skeleton Horse ===
+
{| class="wikitable"
 
 
{{Metadata inherit|Skeleton Horse|inherits=Abstract Horse}}
 
 
 
=== Chested Horse ===
 
 
 
{{Metadata inherit|Chested Horse|inherits=Abstract Horse}}
 
 
 
{| class="wikitable"  
 
 
  ! Index
 
  ! Index
 
  ! Type
 
  ! Type
Line 1,928: Line 1,927:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | VarInt
  |colspan="2"| Has Chest
+
  | colspan="2" | Type (0: red, 1: snow)
  | false
+
  | 0 (red)
  |}
+
  |-
 
+
| rowspan="9" | {{Metadata id|}}
=== Donkey ===
+
| rowspan="9" | Byte
 
+
  ! Bit mask
{{Metadata inherit|Donkey|inherits=Chested Horse}}
+
  ! Meaning
 
+
  | rowspan="9" | 0
=== Llama ===
 
 
 
{{Metadata inherit|Llama|inherits=Chested Horse}}
 
 
 
{| class="wikitable"
 
  ! Index
 
  ! Type
 
  !style="width: 250px;" colspan="2"| Meaning
 
! Default
 
 
  |-
 
  |-
  | {{Metadata id|}}
+
  | 0x01 || Is sitting
| VarInt
 
| colspan="2"| Strength (number of columns of 3 slots in the llama's inventory once a chest is equipped)
 
| 0
 
 
  |-
 
  |-
  | {{Metadata id|}}
+
  | 0x02 || ''Unused''
| VarInt
 
| colspan="2"| Carpet color (a dye color, or -1 if no carpet equipped)
 
| -1
 
 
  |-
 
  |-
  | {{Metadata id|}}
+
| 0x04 || Is crouching
  | VarInt
+
|-
  | colspan="2"| Variant (0: <code>llama_creamy.png</code>, 1: <code>llama_white.png</code>, 2: <code>llama_brown.png</code>, 3: <code>llama_gray.png</code>)
+
| 0x08 || Is interested
  | 0
+
|-
 +
| 0x10 || Is pouncing
 +
|-
 +
| 0x20 || Is sleeping
 +
|-
 +
| 0x40 || Is faceplanted
 +
|-
 +
| 0x80 || Is defending
 +
|-
 +
  | {{Metadata id|}}
 +
  | OptUUID
 +
  | colspan="2" | First UUID (in <code>UUIDs</code> NBT)?
 +
| Absent
 +
|-
 +
| {{Metadata id|}}
 +
| OptUUID
 +
| colspan="2" | Second UUID (in <code>UUIDs</code> NBT)?
 +
  | Absent
 
  |}
 
  |}
  
=== Trader Llama ===
+
=== Ocelot ===
  
{{Metadata inherit|Trader Llama|Llama}}
+
{{Metadata inherit|Ocelot|inherits=Animal}}
  
No additional metadata.
+
{| class="wikitable"
 
+
  ! Index
=== Mule ===
+
  ! Type
 
 
{{Metadata inherit|Mule|inherits=Chested Horse}}
 
 
 
=== Bee ===
 
 
 
{{Metadata inherit|Bee|inherits=Animal}}
 
 
 
{| class="wikitable"
 
  ! Index
 
  ! Type
 
 
  !style="width: 250px;" colspan="2"| Meaning
 
  !style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
  ! Default
|-
 
|rowspan="5"| {{Metadata id|}}
 
|rowspan="5"| Byte
 
|colspan="2"| Flags
 
|rowspan="5"| 0
 
|-
 
| 0x01 || ''Unused''
 
|-
 
| 0x02 || Is angry
 
|-
 
| 0x04 || Has stung
 
|-
 
| 0x08 || Has nectar
 
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | Boolean
  | colspan="2"| Anger time in ticks
+
  |colspan="2"| Is trusting
  | 0 (Not angry)
+
  | false
 
  |}
 
  |}
  
=== Fox ===
+
=== Panda ===
  
{{Metadata inherit|Fox|inherits=Animal}}
+
{{Metadata inherit|Panda|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,013: Line 1,991:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | Integer
  | colspan="2" | Type (0: red, 1: snow)
+
  |colspan="2"| Breed timer?  Set to 32 when something happens, and then counts down to 0 again.  At 29 and 14 (before counting down), will play the <code>entity.panda.cant_breed</code> sound event.
  | 0 (red)
+
  | 0
 
  |-
 
  |-
  | rowspan="9" | {{Metadata id|}}
+
  | {{Metadata id|}}
  | rowspan="9" | Byte
+
  | Integer
! Bit mask
+
|colspan="2"| Sneeze timer. Counts up from 0; when it hits 1 the <code>entity.panda.pre_sneeze</code> event plays and when it hits 21 the <code>entity.panda.sneeze</code> event plays (and it is set back to 0 and the sneeze flag is cleared).
  ! Meaning
+
  | 0
  | rowspan="9" | 0
 
 
  |-
 
  |-
  | 0x01 || Is sitting
+
  | {{Metadata id|}}
 +
| Integer
 +
|colspan="2"| Eat timer.  If nonzero, counts upwards.
 +
| 0
 
  |-
 
  |-
  | 0x02 || ''Unused''
+
  | {{Metadata id|}}
 +
| Byte
 +
|colspan="2"| Main Gene
 +
| 0
 
  |-
 
  |-
  | 0x04 || Is crouching
+
  | {{Metadata id|}}
 +
| Byte
 +
|colspan="2"| Hidden Gene
 +
| 0
 
  |-
 
  |-
  | 0x08 || Is interested
+
  |rowspan="6"| {{Metadata id|}}
  |-
+
|rowspan="6"| Byte
  | 0x10 || Is pouncing
+
! Bit mask
 +
! Meaning
 +
|rowspan="6"| 0
 +
  |-
 +
  | 0x01
 +
| Unused
 
  |-
 
  |-
  | 0x20 || Is sleeping
+
  | 0x02
|-
+
  | Is sneezing
  | 0x40 || Is faceplanted
 
 
  |-
 
  |-
  | 0x80 || Is defending
+
  | 0x04
 +
| Is rolling
 
  |-
 
  |-
  | {{Metadata id|}}
+
  | 0x08
| OptUUID
+
  | Is sitting
| colspan="2" | First UUID (in <code>UUIDs</code> NBT)?
 
  | Absent
 
 
  |-
 
  |-
  | {{Metadata id|}}
+
  | 0x10
| OptUUID
+
  | Is on back
| colspan="2" | Second UUID (in <code>UUIDs</code> NBT)?
 
  | Absent
 
 
  |}
 
  |}
  
=== Ocelot ===
+
=== Pig ===
  
{{Metadata inherit|Ocelot|inherits=Animal}}
+
{{Metadata inherit|Pig|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,062: Line 2,049:
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | Boolean
 
  | Boolean
  |colspan="2"| Is trusting
+
  |colspan="2"| Has saddle
 
  | false
 
  | false
  |}
+
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Total time to "boost" with a carrot on a stick for
 +
| 0
 +
  |}
  
=== Panda ===
+
Whenever a carrot on a stick is used, if the pig is not currently boosting it will start to boost for 140 to 980 (inclusive) ticks.  When boost time is changed, a counter is reset which counts up to the boost time, after which boosting will stop.  The value remains set at its modified value even after boosting is stopped.
 +
 
 +
=== Rabbit ===
  
{{Metadata inherit|Panda|inherits=Animal}}
+
{{Metadata inherit|Rabbit|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,077: Line 2,071:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Integer
+
  | VarInt
  |colspan="2"| Breed timer?  Set to 32 when something happens, and then counts down to 0 again.  At 29 and 14 (before counting down), will play the <code>entity.panda.cant_breed</code> sound event.
+
  |colspan="2"| Type
 
  | 0
 
  | 0
 +
|}
 +
 +
=== Turtle ===
 +
 +
{{Metadata inherit|Turtle|inherits=Animal}}
 +
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Integer
+
  | BlockPos
  |colspan="2"| Sneeze timer. Counts up from 0; when it hits 1 the <code>entity.panda.pre_sneeze</code> event plays and when it hits 21 the <code>entity.panda.sneeze</code> event plays (and it is set back to 0 and the sneeze flag is cleared).
+
  |colspan="2"| Home pos
| 0
+
  | (0, 0, 0)
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Integer
+
  | Boolean
  |colspan="2"| Eat timer.  If nonzero, counts upwards.
+
  |colspan="2"| Has egg
  | 0
+
  | false
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Byte
+
  | Boolean
  |colspan="2"| Main Gene
+
  |colspan="2"| Is laying egg
  | 0
+
  | false
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Byte
+
  | BlockPos
  |colspan="2"| Hidden Gene
+
  |colspan="2"| Travel pos
  | 0
+
  | (0, 0, 0)
 
  |-
 
  |-
  |rowspan="6"| {{Metadata id|}}
+
  | {{Metadata id|}}
  |rowspan="6"| Byte
+
  | Boolean
  ! Bit mask
+
|colspan="2"| Is going home
! Meaning
+
  | false
|rowspan="6"| 0
 
 
  |-
 
  |-
  | 0x01
+
  | {{Metadata id|}}
| Unused
+
  | Boolean
|-
+
  |colspan="2"| Is traveling
| 0x02
+
  | false
| Is sneezing
+
  |}
  |-
 
  | 0x04
 
| Is rolling
 
  |-
 
| 0x08
 
| Is sitting
 
|-
 
| 0x10
 
| Is on back
 
  |}
 
  
=== Pig ===
+
=== Polar Bear ===
  
{{Metadata inherit|Pig|inherits=Animal}}
+
{{Metadata inherit|Polar Bear|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,135: Line 2,129:
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | Boolean
 
  | Boolean
  |colspan="2"| Has saddle
+
  |colspan="2"| Is standing up
 
  | false
 
  | false
|-
 
| {{Metadata id|}}
 
| VarInt
 
|colspan="2"| Total time to "boost" with a carrot on a stick for
 
| 0
 
 
  |}
 
  |}
  
Whenever a carrot on a stick is used, if the pig is not currently boosting it will start to boost for 140 to 980 (inclusive) ticks.  When boost time is changed, a counter is reset which counts up to the boost time, after which boosting will stop.  The value remains set at its modified value even after boosting is stopped.
+
=== Chicken ===
 +
 
 +
{{Metadata inherit|Chicken|inherits=Animal}}
  
=== Rabbit ===
+
No additional metadata.
  
{{Metadata inherit|Rabbit|inherits=Animal}}
+
=== Cow ===
  
{| class="wikitable"
+
{{Metadata inherit|Cow|inherits=Animal}}
  ! Index
+
 
  ! Type
+
No additional metadata.
 +
 
 +
=== Hoglin ===
 +
 
 +
{{Metadata inherit|Hoglin|inherits=Animal}}
 +
 
 +
{| class="wikitable"
 +
  ! Index
 +
  ! Type
 
  !style="width: 250px;" colspan="2"| Meaning
 
  !style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
  ! Default
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | Boolean
  |colspan="2"| Type
+
  |colspan="2"| Is immune to zombification
  | 0
+
  | false
 
  |}
 
  |}
 +
 +
=== Mooshroom ===
  
=== Turtle ===
+
{{Metadata inherit|Mooshroom|inherits=Cow}}
 
 
{{Metadata inherit|Turtle|inherits=Animal}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,173: Line 2,172:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | BlockPos
+
  | String
  |colspan="2"| Home pos
+
  | colspan="2"| Variant ("red" or "brown")
| (0, 0, 0)
+
  | red
|-
+
  |}
| {{Metadata id|}}
+
 
| Boolean
+
=== Sheep ===
|colspan="2"| Has egg
 
| false
 
|-
 
| {{Metadata id|}}
 
| Boolean
 
|colspan="2"| Is laying egg
 
| false
 
  |-
 
  | {{Metadata id|}}
 
| BlockPos
 
|colspan="2"| Travel pos
 
| (0, 0, 0)
 
|-
 
| {{Metadata id|}}
 
| Boolean
 
|colspan="2"| Is going home
 
| false
 
|-
 
| {{Metadata id|}}
 
| Boolean
 
|colspan="2"| Is traveling
 
| false
 
|}
 
  
=== Polar Bear ===
+
{{Metadata inherit|Sheep|inherits=Animal}}
 
 
{{Metadata inherit|Polar Bear|inherits=Animal}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,213: Line 2,187:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | {{Metadata id|}}
+
  |rowspan="3"| {{Metadata id|}}
  | Boolean
+
  |rowspan="3"| Byte
  |colspan="2"| Is standing up
+
! Bit mask
  | false
+
! Meaning
 +
  |rowspan="3"| 0
 +
|-
 +
| 0x0F
 +
| Color ID
 +
|-
 +
| 0x10
 +
  | Is sheared
 
  |}
 
  |}
 +
 +
=== Strider ===
  
=== Chicken ===
+
{{Metadata inherit|Strider|inherits=Animal}}
 
 
{{Metadata inherit|Chicken|inherits=Animal}}
 
 
 
No additional metadata.
 
 
 
=== Cow ===
 
 
 
{{Metadata inherit|Cow|inherits=Animal}}
 
 
 
No additional metadata.
 
 
 
=== Hoglin ===
 
 
 
{{Metadata inherit|Hoglin|inherits=Animal}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,240: Line 2,209:
 
  !style="width: 250px;" colspan="2"| Meaning
 
  !style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
  ! Default
 +
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Total time to "boost" with warped fungus on a stick for
 +
| 0
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | Boolean
 
  | Boolean
  |colspan="2"| Is immune to zombification
+
  |colspan="2"| Is shaking (true unless riding a vehicle or on or in a block tagged with strider_warm_blocks (default: lava))
 
  | false
 
  | false
|}
+
  |-
 
=== Mooshroom ===
 
 
 
{{Metadata inherit|Mooshroom|inherits=Cow}}
 
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
  |-
 
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | String
+
  | Boolean
  | colspan="2"| Variant ("red" or "brown")
+
  |colspan="2"| Has saddle
  | red
+
  | false
 
  |}
 
  |}
  
=== Sheep ===
+
=== Tameable Animal ===
  
{{Metadata inherit|Sheep|inherits=Animal}}
+
{{Metadata inherit|Tameable Animal|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,273: Line 2,236:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="3"| {{Metadata id|}}
+
  |rowspan="4"| {{Metadata id|}}
  |rowspan="3"| Byte
+
  |rowspan="4"| Byte
 
  ! Bit mask
 
  ! Bit mask
 
  ! Meaning
 
  ! Meaning
  |rowspan="3"| 0
+
  |rowspan="4"| 0
 
  |-
 
  |-
  | 0x0F
+
  | 0x01
  | Color ID
+
  | Is sitting
 
  |-
 
  |-
  | 0x10
+
  | 0x02
  | Is sheared
+
| ''Unused''
 +
|-
 +
| 0x04
 +
  | Is tamed
 +
|-
 +
| {{Metadata id|}}
 +
| OptUUID
 +
|colspan="2"| Owner
 +
| Absent
 
  |}
 
  |}
 
=== Strider ===
 
  
{{Metadata inherit|Strider|inherits=Animal}}
+
=== Cat ===
 +
 
 +
{{Metadata inherit|Cat|inherits=Tameable Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,298: Line 2,269:
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | VarInt
 
  | VarInt
  |colspan="2"| Total time to "boost" with warped fungus on a stick for
+
  |colspan="2"| Type (0 = tabby, 1 = black, 2 = red, 3 = siamese, 4 = british_shorthair, 5 = calico, 6 = persian, 7 = ragdoll, 8 = white, 9 = jellie, 10 = all_black)
  | 0
+
  | 1
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | Boolean
 
  | Boolean
  |colspan="2"| Is shaking (true unless riding a vehicle or on or in a block tagged with strider_warm_blocks (default: lava))
+
  |colspan="2"| Is lying
 
  | false
 
  | false
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | Boolean
 
  | Boolean
  |colspan="2"| Has saddle
+
  |colspan="2"| Is relaxed? (This makes their head go slightly upwards, unknown when used)
 
  | false
 
  | false
 +
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Collar color (values are those {{Minecraft Wiki|Data_values#Dyes|used with dyes}})
 +
| 14 (Red)
 
  |}
 
  |}
  
=== Tameable Animal ===
+
=== Wolf ===
  
{{Metadata inherit|Tameable Animal|inherits=Animal}}
+
{{Metadata inherit|Wolf|inherits=Tameable Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,322: Line 2,298:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="4"| {{Metadata id|}}
+
  | {{Metadata id|}}
  |rowspan="4"| Byte
+
  | Boolean
  ! Bit mask
+
|colspan="2"| Is begging
! Meaning
+
  | false
|rowspan="4"| 0
 
 
  |-
 
  |-
  | 0x01
+
  | {{Metadata id|}}
| Is sitting
+
  | VarInt
  |-
+
  |colspan="2"| Collar color (values are those {{Minecraft Wiki|Data_values#Dyes|used with dyes}})
  | 0x02
+
  | 14 (Red)
| ''Unused''
 
|-
 
| 0x04
 
  | Is tamed
 
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | OptUUID
+
  | VarInt
  |colspan="2"| Owner
+
  |colspan="2"| Anger time
  | Absent
+
  | 0
 
  |}
 
  |}
  
=== Cat ===
+
=== Parrot ===
  
{{Metadata inherit|Cat|inherits=Tameable Animal}}
+
{{Metadata inherit|Parrot|inherits=Tameable Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,355: Line 2,326:
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | VarInt
 
  | VarInt
  |colspan="2"| Type (0 = tabby, 1 = black, 2 = red, 3 = siamese, 4 = british_shorthair, 5 = calico, 6 = persian, 7 = ragdoll, 8 = white, 9 = jellie, 10 = all_black)
+
  |colspan="2"| Variant (0: red/blue, 1: blue, 2: green, 3: yellow/blue, 4: grey)
  | 1
+
  | 0
|-
 
| {{Metadata id|}}
 
| Boolean
 
|colspan="2"| Is lying
 
| false
 
|-
 
| {{Metadata id|}}
 
| Boolean
 
|colspan="2"| Is relaxed? (This makes their head go slightly upwards, unknown when used)
 
| false
 
|-
 
| {{Metadata id|}}
 
| VarInt
 
|colspan="2"| Collar color (values are those {{Minecraft Wiki|Data_values#Dyes|used with dyes}})
 
| 14 (Red)
 
 
  |}
 
  |}
  
=== Wolf ===
+
=== Abstract Villager ===
  
{{Metadata inherit|Wolf|inherits=Tameable Animal}}
+
{{Metadata inherit|Abstract Villager|inherits=Ageable Mob}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,383: Line 2,339:
 
  !style="width: 250px;" colspan="2"| Meaning
 
  !style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
  ! Default
|-
 
| {{Metadata id|}}
 
| Boolean
 
|colspan="2"| Is begging
 
| false
 
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | VarInt
 
  | VarInt
  |colspan="2"| Collar color (values are those {{Minecraft Wiki|Data_values#Dyes|used with dyes}})
+
  |colspan="2"| Head shake timer (starts at 40, decrements each tick)
| 14 (Red)
 
|-
 
| {{Metadata id|}}
 
| VarInt
 
|colspan="2"| Anger time
 
 
  | 0
 
  | 0
 
  |}
 
  |}
  
=== Parrot ===
+
=== Villager ===
  
{{Metadata inherit|Parrot|inherits=Tameable Animal}}
+
{{Metadata inherit|Villager|inherits=Abstract Villager}}
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| {{Metadata id|}}
 
| VarInt
 
|colspan="2"| Variant (0: red/blue, 1: blue, 2: green, 3: yellow/blue, 4: grey)
 
| 0
 
|}
 
 
 
=== Abstract Villager ===
 
 
 
{{Metadata inherit|Abstract Villager|inherits=Ageable Mob}}
 
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| {{Metadata id|}}
 
| VarInt
 
|colspan="2"| Head shake timer (starts at 40, decrements each tick)
 
| 0
 
|}
 
 
 
=== Villager ===
 
 
 
{{Metadata inherit|Villager|inherits=Abstract Villager}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,596: Line 2,510:
 
  ! Index
 
  ! Index
 
  ! Type
 
  ! Type
  !style="width: 250px;" colspan="2"| Meaning
+
  !style="width: 250px;" colspan="2"| Meaning
  ! Default
+
  ! Default
  |-
+
  |-
  |rowspan="2"| {{Metadata id|}}
+
  |rowspan="2"| {{Metadata id|}}
  |rowspan="2"| Byte
+
  |rowspan="2"| Byte
  ! Bit mask
+
  ! Bit mask
  ! Meaning
+
  ! Meaning
  |rowspan="2"| 0
+
  |rowspan="2"| 0
  |-
+
  |-
  | 0x01
+
  | 0x01
  | Is on fire
+
  | Is on fire
  |}
+
  |}
 
+
 
=== Creeper ===
+
=== Creeper ===
 
+
 
{{Metadata inherit|Creeper|inherits=Monster}}
+
{{Metadata inherit|Creeper|inherits=Monster}}
 +
 
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| State (-1 = idle, 1 = fuse)
 +
| -1
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Is {{Minecraft Wiki|Creeper#Charged Creeper|charged}}
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Is ignited
 +
| false
 +
|}
 +
 
 +
=== Endermite ===
 +
 
 +
{{Metadata inherit|Endermite|inherits=Monster}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Giant ===
 +
 
 +
{{Metadata inherit|Giant|inherits=Monster}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Goat ===
 +
 
 +
{{Metadata inherit|Goat|inherits=Animal}}
 +
 
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Is Screaming Goat
 +
| false
 +
|}
 +
 
 +
=== Guardian ===
 +
 
 +
{{Metadata inherit|Guardian|inherits=Monster}}
 +
 
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Is retracting spikes
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Target EID
 +
| 0
 +
|}
 +
 
 +
=== Elder Guardian ===
 +
 
 +
{{Metadata inherit|Elder Guardian|inherits=Guardian}}
 +
 
 +
=== Silverfish ===
 +
 
 +
{{Metadata inherit|Silverfish|inherits=Monster}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Raider ===
 +
 
 +
{{Metadata inherit|Raider|inherits=Monster}}
 +
 
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| boolean
 +
| colspan="2"| Is celebrating
 +
| false
 +
|}
 +
 
 +
"Is celebrating" appears to control the pose for vindicators and does not appear to be used by other types.
 +
 
 +
=== Abstract Illager ===
 +
 
 +
{{Metadata inherit|Abstract Illager|inherits=Raider}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Vindicator ===
 +
 
 +
{{Metadata inherit|Vindicator|inherits=Abstract Illager}}
 +
 
 +
=== Pillager ===
 +
 
 +
{{Metadata inherit|Pillager|inherits=Abstract Illager}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,619: Line 2,646:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
| {{Metadata id|}}
 
| VarInt
 
|colspan="2"| State (-1 = idle, 1 = fuse)
 
| -1
 
|-
 
| {{Metadata id|}}
 
| Boolean
 
|colspan="2"| Is {{Minecraft Wiki|Creeper#Charged Creeper|charged}}
 
| false
 
|-
 
| {{Metadata id|}}
 
| Boolean
 
|colspan="2"| Is ignited
 
| false
 
|}
 
 
=== Endermite ===
 
 
{{Metadata inherit|Endermite|inherits=Monster}}
 
 
No additional metadata.
 
 
=== Giant ===
 
 
{{Metadata inherit|Giant|inherits=Monster}}
 
 
No additional metadata.
 
 
=== Guardian ===
 
 
{{Metadata inherit|Guardian|inherits=Monster}}
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | Boolean
 
  | Boolean
  |colspan="2"| Is retracting spikes
+
  |colspan="2"| Is charging
| false
 
|-
 
| {{Metadata id|}}
 
| VarInt
 
|colspan="2"| Target EID
 
| 0
 
|}
 
 
 
=== Elder Guardian ===
 
 
 
{{Metadata inherit|Elder Guardian|inherits=Guardian}}
 
 
 
=== Silverfish ===
 
 
 
{{Metadata inherit|Silverfish|inherits=Monster}}
 
 
 
No additional metadata.
 
 
 
=== Raider ===
 
 
 
{{Metadata inherit|Raider|inherits=Monster}}
 
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| {{Metadata id|}}
 
| boolean
 
| colspan="2"| Is celebrating
 
 
  | false
 
  | false
 
  |}
 
  |}
 
"Is celebrating" appears to control the pose for vindicators and does not appear to be used by other types.
 
 
=== Abstract Illager ===
 
 
{{Metadata inherit|Abstract Illager|inherits=Raider}}
 
 
No additional metadata.
 
 
=== Vindicator ===
 
 
{{Metadata inherit|Vindicator|inherits=Abstract Illager}}
 
 
=== Pillager ===
 
 
{{Metadata inherit|Pillager|inherits=Abstract Illager}}
 
  
 
=== Spellcaster Illager ===
 
=== Spellcaster Illager ===

Revision as of 01:33, 2 May 2022

Various Entities have different metadata fields and status codes.

These are the valid codes for Minecraft Java Edition 1.17; for upcoming snapshots, see Pre-release protocol#Entity Metadata.

Because this is always updated late, only valid for the latest version and not computer parseable, Bixilon wrote PixLyzer. Burger burger might help.

Contents

Mobs

Most entities are spawned via Spawn Living Entity.

Warning.png Some entities (marked in yellow) should only be spawned using Spawn Entity. Servers should not attempt to spawn these entities using Spawn Living Entity with that entity ID, although clients should accept such packets if they appear.

Additionally, a few other entities (marked in blue) must be spawned in their own special ways:

Furthermore, the marker entity (marked in red) must not be spawned, as it is server-side only. Find out more about the marker here.

Warning.png These entity IDs are up to date for 1.17. Use Data Generators or Burger to get older IDs. If using Burger just replace the version number to what you want to see.

Type Name bounding box x and z bounding box y ID
0 Area Effect Cloud 2.0 * Radius 0.5 minecraft:area_effect_cloud
1 Armor Stand normal: 0.5 marker: 0.0 small: 0.25 normal: 1.975 marker: 0.0 small: 0.9875 minecraft:armor_stand
2 Arrow 0.5 0.5 minecraft:arrow
3 Axolotl 1.3 0.6 minecraft:axolotl
4 Bat 0.5 0.9 minecraft:bat
5 Bee 0.7 0.6 minecraft:bee
6 Blaze 0.6 1.8 minecraft:blaze
7 Boat 1.375 0.5625 minecraft:boat
8 Cat 0.6 0.7 minecraft:cat
9 Cave Spider 0.7 0.5 minecraft:cave_spider
10 Chicken 0.4 0.7 minecraft:chicken
11 Cod 0.5 0.3 minecraft:cod
12 Cow 0.9 1.4 minecraft:cow
13 Creeper 0.6 1.7 minecraft:creeper
14 Dolphin 0.9 0.6 minecraft:dolphin
15 Donkey 1.5 1.39648 minecraft:donkey
16 Dragon Fireball 1.0 1.0 minecraft:dragon_fireball
17 Drowned 0.6 1.95 minecraft:drowned
18 Elder Guardian 1.9975 (2.35 * guardian) 1.9975 (2.35 * guardian) minecraft:elder_guardian
19 End Crystal 2.0 2.0 minecraft:end_crystal
20 Ender Dragon 16.0 8.0 minecraft:ender_dragon
21 Enderman 0.6 2.9 minecraft:enderman
22 Endermite 0.4 0.3 minecraft:endermite
23 Evoker 0.6 1.95 minecraft:evoker
24 Evoker Fangs 0.5 0.8 minecraft:evoker_fangs
25 Experience Orb 0.5 0.5 minecraft:experience_orb
26 Eye of Ender 0.25 0.25 minecraft:eye_of_ender
27 Falling Block 0.98 0.98 minecraft:falling_block
28 Firework Rocket Entity 0.25 0.25 minecraft:firework_rocket
29 Fox 0.6 0.7 minecraft:fox
30 Ghast 4.0 4.0 minecraft:ghast
31 Giant 3.6 12.0 minecraft:giant
32 Glow Item Frame 0.75 or 0.0625 (depth) 0.75 minecraft:glow_item_frame
33 Glow Squid 0.8 0.8 minecraft:glow_squid
34 Goat 1.3 (adult), 0.65 (baby) 0.9 (adult), 0.45 (baby) minecraft:goat
35 Guardian 0.85 0.85 minecraft:guardian
36 Hoglin 1.39648 1.4 minecraft:hoglin
37 Horse 1.39648 1.6 minecraft:horse
38 Husk 0.6 1.95 minecraft:husk
39 Illusioner 0.6 1.95 minecraft:illusioner
40 Iron Golem 1.4 2.7 minecraft:iron_golem
41 Item 0.25 0.25 minecraft:item
42 Item Frame 0.75 or 0.0625 (depth) 0.75 minecraft:item_frame
43 Fireball 1.0 1.0 minecraft:fireball
44 Leash Knot 0.375 0.5 minecraft:leash_knot
45 Lightning Bolt 0.0 0.0 minecraft:lightning_bolt
46 Llama 0.9 1.87 minecraft:llama
47 Llama Spit 0.25 0.25 minecraft:llama_spit
48 Magma Cube 0.51000005 * size 0.51000005 * size minecraft:magma_cube
49 Marker 0.0 0.0 minecraft:marker
50 Minecart 0.98 0.7 minecraft:minecart
51 Minecart Chest 0.98 0.7 minecraft:chest_minecart
52 Minecart Command Block 0.98 0.7 minecraft:commandblock_minecart
53 Minecart Furnace 0.98 0.7 minecraft:furnace_minecart
54 Minecart Hopper 0.98 0.7 minecraft:hopper_minecart
55 Minecart Spawner 0.98 0.7 minecraft:spawner_minecart
56 Minecart TNT 0.98 0.7 minecraft:tnt_minecart
57 Mule 1.39648 1.6 minecraft:mule
58 Mooshroom 0.9 1.4 minecraft:mooshroom
59 Ocelot 0.6 0.7 minecraft:ocelot
60 Painting type width or 0.0625 (depth) type height minecraft:painting
61 Panda 1.3 1.25 minecraft:panda
62 Parrot 0.5 0.9 minecraft:parrot
63 Phantom 0.9 0.5 minecraft:phantom
64 Pig 0.9 0.9 minecraft:pig
65 Piglin 0.6 1.95 minecraft:piglin
66 Piglin Brute 0.6 1.95 minecraft:piglin_brute
67 Pillager 0.6 1.95 minecraft:pillager
68 Polar Bear 1.4 1.4 minecraft:polar_bear
69 Primed TNT 0.98 0.98 minecraft:tnt
70 Pufferfish 0.7 0.7 minecraft:pufferfish
71 Rabbit 0.4 0.5 minecraft:rabbit
72 Ravager 1.95 2.2 minecraft:ravager
73 Salmon 0.7 0.4 minecraft:salmon
74 Sheep 0.9 1.3 minecraft:sheep
75 Shulker 1.0 1.0-2.0 (depending on peek) minecraft:shulker
76 Shulker Bullet 0.3125 0.3125 minecraft:shulker_bullet
77 Silverfish 0.4 0.3 minecraft:silverfish
78 Skeleton 0.6 1.99 minecraft:skeleton
79 Skeleton Horse 1.39648 1.6 minecraft:skeleton_horse
80 Slime 0.51000005 * size 0.51000005 * size minecraft:slime
81 Small Fireball 0.3125 0.3125 minecraft:small_fireball
82 Snow Golem 0.7 1.9 minecraft:snow_golem
83 Snowball 0.25 0.25 minecraft:snowball
84 Spectral Arrow 0.5 0.5 minecraft:spectral_arrow
85 Spider 1.4 0.9 minecraft:spider
86 Squid 0.8 0.8 minecraft:squid
87 Stray 0.6 1.99 minecraft:stray
88 Strider 0.9 1.7 minecraft:strider
89 Thrown Egg 0.25 0.25 minecraft:egg
90 Thrown Ender Pearl 0.25 0.25 minecraft:ender_pearl
91 Thrown Expierience Bottle 0.25 0.25 minecraft:experience_bottle
92 Thrown Potion 0.25 0.25 minecraft:potion
93 Thrown Trident 0.5 0.5 minecraft:trident
94 Trader Llama 0.9 1.87 minecraft:trader_llama
95 Tropical Fish 0.5 0.4 minecraft:tropical_fish
96 Turtle 1.2 0.4 minecraft:turtle
97 Vex 0.4 0.8 minecraft:vex
98 Villager 0.6 1.95 minecraft:villager
99 Vindicator 0.6 1.95 minecraft:vindicator
100 Wandering Trader 0.6 1.95 minecraft:wandering_trader
101 Witch 0.6 1.95 minecraft:witch
102 Wither 0.9 3.5 minecraft:wither
103 Wither Skeleton 0.7 2.4 minecraft:wither_skeleton
104 Wither Skull 0.3125 0.3125 minecraft:wither_skull
105 Wolf 0.6 0.85 minecraft:wolf
106 Zoglin 1.39648 1.4 minecraft:zoglin
107 Zombie 0.6 1.95 minecraft:zombie
108 Zombie Horse 1.39648 1.6 minecraft:zombie_horse
109 Zombie Villager 0.6 1.95 minecraft:zombie_villager
110 Zombified Piglin 0.6 1.95 minecraft:zombified_piglin
111 Player 0.6 1.8 minecraft:player
112 Fishing Hook 0.25 0.25 minecraft:fishing_bobber

Entity Metadata Format

Note that entity metadata is a totally distinct concept from block metadata. It is not required to send all metadata fields, or even any metadata fields, so long as the terminating entry is correctly sent.

Entity Metadata is an array of entries, each of which looks like the following:

Name Type Meaning
Index Unsigned Byte Unique index key determining the meaning of the following value, see the table below. If this is 0xff then the it is the end of the Entity Metadata array and no more is read.
Type Optional VarInt Enum Only if Index is not 0xff; the type of the index, see the table below
Value Optional value of Type Only if Index is not 0xff: the value of the metadata field
Value of Type field Type of Value field Notes
0 Byte
1 VarInt
2 Float
3 String
4 Chat
5 OptChat (Boolean + Optional Chat) Chat is present if the Boolean is set to true
6 Slot
7 Boolean
8 Rotation 3 floats: rotation on x, rotation on y, rotation on z
9 Position
10 OptPosition (Boolean + Optional Position) Position is present if the Boolean is set to true
11 Direction (VarInt) (Down = 0, Up = 1, North = 2, South = 3, West = 4, East = 5)
12 OptUUID (Boolean + Optional UUID) UUID is present if the Boolean is set to true
13 OptBlockID (VarInt) 0 for absent (implies air); otherwise, a block state ID as per the global palette
14 NBT
15 Particle
16 Villager Data 3 VarInts: villager type, villager profession, level
17 OptVarInt 0 for absent; 1 + actual value otherwise. Used for entity IDs.
18 Pose A VarInt enum: 0: STANDING, 1: FALL_FLYING, 2: SLEEPING, 3: SWIMMING, 4: SPIN_ATTACK, 5: SNEAKING, 6: LONG_JUMPING, 7: DYING

Villager type (minecraft:villager_type registry):

Name ID
minecraft:desert 0
minecraft:jungle 1
minecraft:plains 2
minecraft:savanna 3
minecraft:snow 4
minecraft:swamp 5
minecraft:taiga 6

Villager professions (minecraft:villager_profession registry):

Name ID
minecraft:none 0
minecraft:armorer 1
minecraft:butcher 2
minecraft:cartographer 3
minecraft:cleric 4
minecraft:farmer 5
minecraft:fisherman 6
minecraft:fletcher 7
minecraft:leatherworker 8
minecraft:librarian 9
minecraft:mason 10
minecraft:nitwit 11
minecraft:shepherd 12
minecraft:toolsmith 13
minecraft:weaponsmith 14

Entity classes also recursively inherit fields from classes they extend.

Entity

The base class.

Index Type Meaning Default
0 Byte Bit mask Meaning 0
0x01 Is on fire
0x02 Is crouching
0x04 Unused (previously riding)
0x08 Is sprinting
0x10 Is swimming
0x20 Is invisible
0x40 has glowing effect
0x80 Is flying with an elytra
1 VarInt Air ticks 300
2 OptChat Custom name empty
3 Boolean Is custom name visible false
4 Boolean Is silent false
5 Boolean Has no gravity false
6 Pose Pose STANDING
7 VarInt Ticks frozen in powdered snow 0


Freezing ticks cap at 140 in the client for the player's snow overlay when stuck in powder snow. If the entity extends LivingEntity and freezing ticks reaches the cap, the mob will start shaking (this excludes the skeleton, which has its own indicator).

Thrown Egg

Extends Entity.

Index Type Meaning Default
8 Slot Item Empty (which behaves as if it were a minecraft:egg)

Thrown Ender Pearl

Extends Entity.

Index Type Meaning Default
8 Slot Item Empty (which behaves as if it were a minecraft:ender_pearl)

Thrown Experience Bottle

Extends Entity.

Index Type Meaning Default
8 Slot Item Empty (which behaves as if it were a minecraft:experience_bottle)

Thrown Potion

Extends Entity.

Index Type Meaning Default
8 Slot Potion which is thrown Empty

Snowball

Extends Entity.

Index Type Meaning Default
8 Slot Item Empty (which behaves as if it were a minecraft:snowball)

Eye of Ender

Extends Entity.

Index Type Meaning Default
8 Slot Item Empty (which behaves as if it were a minecraft:ender_eye)

Falling Block

Extends Entity.

Index Type Meaning Default
8 BlockPos spawn position (0, 0, 0)

Area Effect Cloud

Extends Entity.

Index Type Meaning Default
8 Float Radius 0.5
9 VarInt Color (only for mob spell particle) 0
10 Boolean Ignore radius and show effect as single point, not area false
11 Particle The #Particle effect

Fishing Hook

Extends Entity.

Index Type Meaning Default
8 VarInt Hooked entity id + 1, or 0 if there is no hooked entity 0
9 Boolean Is catchable False

Abstract Arrow

Extends Entity.

Index Type Meaning Default
8 Byte Bit mask Meaning 0
0x01 Is critical
0x02 Is noclip (used by loyalty tridents when returning)
9 Byte Piercing level 0

Arrow

Extends Abstract Arrow.

Used for both tipped and regular arrows. If not tipped, then color is set to -1 and no tipped arrow particles are used.

Index Type Meaning Default
10 VarInt Color (-1 for no particles) -1

Spectral Arrow

Extends Abstract Arrow.

No additional metadata.

Thrown Trident

Extends Abstract Arrow.

Index Type Meaning Default
10 VarInt Loyalty level (enchantment) 0
11 Boolean Has enchantment glint False

Boat

Extends Entity.

Index Type Meaning Default
8 VarInt Time since last hit 0
9 VarInt Forward direction 1
10 Float Damage taken 0.0
11 VarInt Type (0=oak, 1=spruce, 2=birch, 3=jungle, 4=acacia, 5=dark oak) 0
12 Boolean Is left paddle turning false
13 Boolean Is right paddle turning false
14 VarInt Splash timer 0

End Crystal

Extends Entity.

Index Type Meaning Default
8 OptBlockPos Beam target Empty
9 Boolean Show bottom true

Dragon Fireball

Extends Entity.

No additional metadata.

Small Fireball

Extends Entity.

This is the fireball shot by blazes and dispensers with fire charges.

Index Type Meaning Default
8 Slot Item Empty (which behaves as if it were a minecraft:fire_charge)

Fireball

Extends Entity.

This is the large fireball shot by ghasts.

Index Type Meaning Default
8 Slot Item Empty

Wither Skull

Extends Entity.

Index Type Meaning Default
8 Boolean Is invulnerable false

Firework Rocket Entity

Extends Entity.

Index Type Meaning Default
8 Slot Firework info Empty
9 OptVarInt Entity ID of entity which used firework (for elytra boosting) Empty
10 Boolean Is shot at angle (from a crossbow) false

Item Frame

Extends Entity.

Index Type Meaning Default
8 Slot Item Empty
9 VarInt Rotation 0

Item Entity

Extends Entity.

Index Type Meaning Default
8 Slot Item Empty

Living Entity

Extends Entity.

Index Type Meaning Default
8 Byte Hand states, used to trigger blocking/eating/drinking animation. 0
Bit mask Meaning
0x01 Is hand active
0x02 Active hand (0 = main hand, 1 = offhand)
0x04 Is in riptide spin attack
9 Float Health 1.0
10 VarInt Potion effect color (or 0 if there is no effect) 0
11 Boolean Is potion effect ambient: reduces the number of particles generated by potions to 1/5 the normal amount false
12 VarInt Number of arrows in entity 0
13 VarInt Number of bee stingers in entity 0
14 OptBlockPos Location of the bed that the entity is currently sleeping in (Empty if it isn't sleeping) Empty

Player

Extends Living Entity.

Index Type Meaning Default
15 Float Additional Hearts 0.0
16 VarInt Score 0
17 Byte The Displayed Skin Parts bit mask that is sent in Client Settings 0
Bit mask Meaning
0x01 Cape enabled
0x02 Jacket enabled
0x04 Left sleeve enabled
0x08 Right sleeve enabled
0x10 Left pants leg enabled
0x20 Right pants leg enabled
0x40 Hat enabled
0x80 Unused
18 Byte Main hand (0 : Left, 1 : Right) 1
19 NBT Left shoulder entity data (for occupying parrot) Empty
20 NBT Right shoulder entity data (for occupying parrot) Empty

Armor Stand

Extends Living Entity.

Index Type Meaning Default
15 Byte Bit mask Meaning 0
0x01 Is Small
0x04 Has Arms
0x08 Has no BasePlate
0x10 Is Marker
16 Rotations Head rotation (0.0, 0.0, 0.0)
17 Rotations Body rotation (0.0, 0.0, 0.0)
18 Rotations Left arm rotation (-10.0, 0.0, -10.0)
19 Rotations Right arm rotation (-15.0, 0.0, 10.0)
20 Rotations Left leg rotation (-1.0, 0.0, -1.0)
21 Rotations Right leg rotation (1.0, 0.0, 1.0)

Note that armor stands with the invisible flag from the base entity class set also cannot be attacked or damaged, except for by the void.

Mob

Extends Living Entity.

Index Type Meaning Default
15 Byte Bit mask Meaning 0
0x01 NoAI
0x02 Is left handed
0x04 Is aggressive

Ambient Creature

Extends Mob.

No additional metadata.

Bat

Extends Ambient Creature.

Index Type Meaning Default
16 Byte Bit mask Meaning 0
0x01 Is hanging

Pathfinder Mob

Extends Mob.

No additional metadata.

Water Animal

Extends Pathfinder Mob.

No additional metadata.

Squid

Extends Water Animal.

No additional metadata.

Dolphin

Extends Water Animal.

Index Type Meaning Default
16 Position Treasure position (0, 0, 0)
17 Boolean Has fish false
18 VarInt Moisture level 2400

Abstract fish

Extends Water Animal.

Index Type Meaning Default
16 Boolean From bucket False

Cod

Extends Abstract fish.

No additional metadata.

Puffer fish

Extends Abstract fish.

Index Type Meaning Default
17 VarInt PuffState (varies from 0 to 2) 0

Salmon

Extends Abstract fish.

No additional metadata.

Tropical fish

Extends Abstract fish.

Index Type Meaning Default
17 VarInt Variant 0

Ageable Mob

Extends Pathfinder Mob.

Index Type Meaning Default
16 Boolean Is baby false

Animal

Extends Ageable Mob.

No additional metadata.

Abstract Horse

Extends Animal.

Index Type Meaning Default
17 Byte Bit mask Meaning 0
0x01 Unused
0x02 Is Tame
0x04 Is saddled
0x08 Has bred
0x10 Is eating
0x20 Is rearing (on hind legs)
0x40 Is mouth open
0x80 Unused
18 OptUUID Owner Absent


Horse

Extends Abstract Horse.

Index Type Meaning Default
19 VarInt Variant (Color & Style) 0

Zombie Horse

Extends Abstract Horse.

Skeleton Horse

Extends Abstract Horse.

Chested Horse

Extends Abstract Horse.

Index Type Meaning Default
19 Boolean Has Chest false

Donkey

Extends Chested Horse.

Llama

Extends Chested Horse.

Index Type Meaning Default
20 VarInt Strength (number of columns of 3 slots in the llama's inventory once a chest is equipped) 0
21 VarInt Carpet color (a dye color, or -1 if no carpet equipped) -1
22 VarInt Variant (0: llama_creamy.png, 1: llama_white.png, 2: llama_brown.png, 3: llama_gray.png) 0

Trader Llama

The base class.

No additional metadata.

Mule

Extends Chested Horse.


Axolotl

Extends Animal.

Index Type Meaning Default
17 VarInt Variant (0 = lucy, 1 = wild, 2 = gold, 3 = cyan, 4 = blue) 0 (lucy)
18 Boolean If it is currently playing dead. false
19 Boolean If it was spawned from a bucket. false

Bee

Extends Animal.

Index Type Meaning Default
17 Byte Flags 0
0x01 Unused
0x02 Is angry
0x04 Has stung
0x08 Has nectar
18 VarInt Anger time in ticks 0 (Not angry)

Fox

Extends Animal.

Index Type Meaning Default
17 VarInt Type (0: red, 1: snow) 0 (red)
18 Byte Bit mask Meaning 0
0x01 Is sitting
0x02 Unused
0x04 Is crouching
0x08 Is interested
0x10 Is pouncing
0x20 Is sleeping
0x40 Is faceplanted
0x80 Is defending
19 OptUUID First UUID (in UUIDs NBT)? Absent
20 OptUUID Second UUID (in UUIDs NBT)? Absent

Ocelot

Extends Animal.

Index Type Meaning Default
17 Boolean Is trusting false

Panda

Extends Animal.

Index Type Meaning Default
17 Integer Breed timer? Set to 32 when something happens, and then counts down to 0 again. At 29 and 14 (before counting down), will play the entity.panda.cant_breed sound event. 0
18 Integer Sneeze timer. Counts up from 0; when it hits 1 the entity.panda.pre_sneeze event plays and when it hits 21 the entity.panda.sneeze event plays (and it is set back to 0 and the sneeze flag is cleared). 0
19 Integer Eat timer. If nonzero, counts upwards. 0
20 Byte Main Gene 0
21 Byte Hidden Gene 0
22 Byte Bit mask Meaning 0
0x01 Unused
0x02 Is sneezing
0x04 Is rolling
0x08 Is sitting
0x10 Is on back

Pig

Extends Animal.

Index Type Meaning Default
17 Boolean Has saddle false
18 VarInt Total time to "boost" with a carrot on a stick for 0

Whenever a carrot on a stick is used, if the pig is not currently boosting it will start to boost for 140 to 980 (inclusive) ticks. When boost time is changed, a counter is reset which counts up to the boost time, after which boosting will stop. The value remains set at its modified value even after boosting is stopped.

Rabbit

Extends Animal.

Index Type Meaning Default
17 VarInt Type 0

Turtle

Extends Animal.

Index Type Meaning Default
17 BlockPos Home pos (0, 0, 0)
18 Boolean Has egg false
19 Boolean Is laying egg false
20 BlockPos Travel pos (0, 0, 0)
21 Boolean Is going home false
22 Boolean Is traveling false

Polar Bear

Extends Animal.

Index Type Meaning Default
17 Boolean Is standing up false

Chicken

Extends Animal.

No additional metadata.

Cow

Extends Animal.

No additional metadata.

Hoglin

Extends Animal.

Index Type Meaning Default
17 Boolean Is immune to zombification false

Mooshroom

Extends Cow.

Index Type Meaning Default
17 String Variant ("red" or "brown") red

Sheep

Extends Animal.

Index Type Meaning Default
17 Byte Bit mask Meaning 0
0x0F Color ID
0x10 Is sheared

Strider

Extends Animal.

Index Type Meaning Default
17 VarInt Total time to "boost" with warped fungus on a stick for 0
18 Boolean Is shaking (true unless riding a vehicle or on or in a block tagged with strider_warm_blocks (default: lava)) false
19 Boolean Has saddle false

Tameable Animal

Extends Animal.

Index Type Meaning Default
17 Byte Bit mask Meaning 0
0x01 Is sitting
0x02 Unused
0x04 Is tamed
18 OptUUID Owner Absent

Cat

Extends Tameable Animal.

Index Type Meaning Default
19 VarInt Type (0 = tabby, 1 = black, 2 = red, 3 = siamese, 4 = british_shorthair, 5 = calico, 6 = persian, 7 = ragdoll, 8 = white, 9 = jellie, 10 = all_black) 1
20 Boolean Is lying false
21 Boolean Is relaxed? (This makes their head go slightly upwards, unknown when used) false
22 VarInt Collar color (values are those used with dyes) 14 (Red)

Wolf

Extends Tameable Animal.

Index Type Meaning Default
19 Boolean Is begging false
20 VarInt Collar color (values are those used with dyes) 14 (Red)
21 VarInt Anger time 0

Parrot

Extends Tameable Animal.

Index Type Meaning Default
19 VarInt Variant (0: red/blue, 1: blue, 2: green, 3: yellow/blue, 4: grey) 0

Abstract Villager

Extends Ageable Mob.

Index Type Meaning Default
17 VarInt Head shake timer (starts at 40, decrements each tick) 0

Villager

Extends Abstract Villager.

Index Type Meaning Default
18 Villager Data Villager Data Plains/None/1

Wandering Trader

Extends Abstract Villager.

No additional metadata.

Abstract Golem

Extends Pathfinder Mob.

No additional metadata.

Iron Golem

Extends Abstract Golem.

Index Type Meaning Default
16 Byte Bit mask Meaning 0
0x01 Is player-created

Snow Golem

Extends Abstract Golem.

Index Type Meaning Default
16 Byte Bit mask Meaning 0x10
0x00 Has no pumpkin hat
0x10 Has pumpkin hat

Shulker

Extends Abstract Golem.

Index Type Meaning Default
16 Direction Attach face Down (0)
17 OptPosition Attachment position Absent
18 Byte Shield height 0
19 Byte Color (dye color) 10 (purple)

Monster

Extends Pathfinder Mob.

No additional metadata.

Base Piglin

Extends Monster.

Index Type Meaning Default
16 Boolean Is immune to zombification false

Piglin

Extends Base Piglin.

Index Type Meaning Default
17 Boolean Is baby false
18 Boolean Is charging crossbow false
19 Boolean Is dancing false

Piglin Brute

Extends Base Piglin.

No additional metadata.


Blaze

Extends Monster.

Index Type Meaning Default
16 Byte Bit mask Meaning 0
0x01 Is on fire

Creeper

Extends Monster.

Index Type Meaning Default
16 VarInt State (-1 = idle, 1 = fuse) -1
17 Boolean Is charged false
18 Boolean Is ignited false

Endermite

Extends Monster.

No additional metadata.

Giant

Extends Monster.

No additional metadata.

Goat

Extends Animal.

Index Type Meaning Default
17 Boolean Is Screaming Goat false

Guardian

Extends Monster.

Index Type Meaning Default
16 Boolean Is retracting spikes false
17 VarInt Target EID 0

Elder Guardian

Extends Guardian.

Silverfish

Extends Monster.

No additional metadata.

Raider

Extends Monster.

Index Type Meaning Default
16 boolean Is celebrating false

"Is celebrating" appears to control the pose for vindicators and does not appear to be used by other types.

Abstract Illager

Extends Raider.

No additional metadata.

Vindicator

Extends Abstract Illager.

Pillager

Extends Abstract Illager.

Index Type Meaning Default
17 Boolean Is charging false

Spellcaster Illager

Extends Abstract Illager.

Index Type Meaning Default
17 Byte Spell (0: none, 1: summon vex, 2: attack, 3: wololo, 4: disappear, 5: blindness) 0

Evoker

Extends Spellcaster Illager.

Illusioner

Extends Spellcaster Illager.

Ravager

Extends Raider.

No additional metadata.

Witch

Extends Raider.

Index Type Meaning Default
17 Boolean Is drinking potion false

Evoker Fangs

Extends Entity.

No additional metadata.

Vex

Extends Monster.

Index Type Meaning Default
16 Byte Bit mask Meaning 0
0x01 Is attacking

Abstract Skeleton

Extends Monster.

No additional metadata.

Skeleton

Extends Abstract Skeleton.

Wither Skeleton

Extends Abstract Skeleton.

Stray

Extends Abstract Skeleton.

Spider

Extends Monster.

Index Type Meaning Default
16 Byte Bit mask Meaning 0
0x01 Is climbing

Wither

Extends Monster.

Index Type Meaning Default
16 VarInt Center head's target (entity ID, or 0 if no target) 0
17 VarInt Left head's target (entity ID, or 0 if no target) 0
18 VarInt Right head's target (entity ID, or 0 if no target) 0
19 VarInt Invulnerable time 0

Zoglin

Extends Monster.

Index Type Meaning Default
16 Boolean Is baby false

Zombie

Extends Monster.

Index Type Meaning Default
16 Boolean Is baby false
17 VarInt Unused (previously type) 0
18 Boolean Is becoming a drowned false

Zombie Villager

Extends Zombie.

Index Type Meaning Default
19 Boolean Is converting false
20 Villager Data Villager Data Plains/None/1

Husk

Extends Zombie.

No additional metadata.

Drowned

Extends Zombie.

No additional metadata.

Zombified Piglin

Extends Zombie.

No additional metadata.

Enderman

Extends Monster.

Index Type Meaning Default
16 Opt BlockID Carried block Absent
17 Boolean Is screaming false
18 Boolean Is staring false

Ender Dragon

Extends Mob.

Index Type Meaning Default
16 VarInt Dragon phase 10 (hover)

Phases (according to the wiki page on dragon data values) are:

  • 0: circling
  • 1: strafing (preparing to shoot a fireball)
  • 2: flying to the portal to land (part of transition to landed state)
  • 3: landing on the portal (part of transition to landed state)
  • 4: taking off from the portal (part of transition out of landed state)
  • 5: landed, performing breath attack
  • 6: landed, looking for a player for breath attack
  • 7: landed, roar before beginning breath attack
  • 8: charging player
  • 9: flying to portal to die
  • 10: hovering with no AI (default when using the /summon command).

Flying

Extends Mob.

No additional metadata.

Ghast

Extends Flying.

Index Type Meaning Default
16 Boolean Is attacking false

Phantom

Extends Flying.

Index Type Meaning Default
16 VarInt Size 0

Hitbox size is determined by horizontal=0.9 + 0.2*size and vertical=0.5 + 0.1 * i

Slime

Extends Mob.

Index Type Meaning Default
16 VarInt Size 1

Llama Spit

Extends Entity.

Abstract Minecart

Extends Entity.

Index Type Meaning Default
8 VarInt Shaking power 0
9 VarInt Shaking direction 1
10 Float Shaking multiplier 0.0
11 VarInt Custom block ID and damage 0
12 VarInt Custom block Y position (in 16ths of a block) 6
13 Boolean Show custom block false

If show custom block is false, then each type of Minecart will render its own type of block with its own properties. Note that one does not need to send these values for the metadata fields, as the client will automatically select them if show custom block is false. They are only provided for reference to help with swapping out other blocks.

  • Rideable Minecarts contain air (0:0) and have a y position of 6
  • Chest Minecarts contain chests facing north (54:0) and have a y position of 8
  • Furnace Minecarts contain a normal furnace facing north when unpowered (61:0) and a lit furnace facing north when powered (62:0) and have a y position of 6 in both cases
  • Hopper Minecarts contain a hopper (154:0) and have a y position of 1
  • TNT Minecarts contain TNT (46:0) and have a y position of 6
  • Command block minecarts contain a Command Block (137:0) and have a y position of 6
  • Spawner Minecarts contain a spawner (52:0) and have a y position of 6

Minecart

Extends Abstract Minecart.

No additional metadata.

Abstract Minecart Container

Extends Abstract Minecart.

No additional metadata.

Minecart Hopper

Extends Abstract Minecart Container.

No additional metadata.

Minecart Chest

Extends Abstract Minecart Container.

No additional metadata.

Minecart Furnace

Extends Abstract Minecart.

Index Type Meaning Default
14 Boolean Has fuel false

Minecart TNT

Extends Abstract Minecart.

No additional metadata.

Minecart Spawner

Extends Abstract Minecart.

No additional metadata.

Minecart Command Block

Extends Abstract Minecart.

Index Type Meaning Default
14 String Command
15 Chat Last output {"text":""}

Primed Tnt

Extends Entity.

Index Type Meaning Default
8 VarInt Fuse time 80