Difference between revisions of "Entity metadata"

From wiki.vg
Jump to navigation Jump to search
(Added tadpole to list of entities and set type number to start from 0)
 
(37 intermediate revisions by 13 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.19; for upcoming snapshots, see [[Pre-release protocol#Entity Metadata]].
+
These are the valid codes for Minecraft Java Edition 1.20.2; 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 [https://gitlab.bixilon.de/bixilon/pixlyzer PixLyzer]. Burger [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 ==
+
== Entities ==
  
Most entities are spawned via [[Protocol#Spawn Entity]].
+
{{Warning2|These entity IDs are up to date for 1.20.2. Use [[Data Generators]] or [https://pokechu22.github.io/Burger/ Burger] to get older IDs. If using Burger just replace the version number to what you want to see.}}
  
Additionally, a few other entities (marked in blue) must be spawned in their own special ways:
+
Most entities are spawned via [[Protocol#Spawn Entity]], however, care should be taken for the following cases:
* XP orbs should be spawned using [[Protocol#Spawn_Experience_Orb|Spawn Experience Orb]].
 
* Players should be spawned using [[Protocol#Spawn_Player|Spawn Player]].
 
  
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].
+
Entities marked in <span style="border: solid 1px black; background: #aaaaff; color: #aaaaff;">__</span> blue must be spawned in their own special ways:
 +
* <code>Experience Orb</code>, should be spawned using [[Protocol#Spawn_Experience_Orb|Spawn Experience Orb]]
  
{{Warning2|These entity IDs are up to date for 1.19. Use [[Data Generators]] or [https://pokechu22.github.io/Burger/ Burger] to get older IDs. If using Burger just replace the version number to what you want to see.}}
+
Entities marked in <span style="border: solid 1px black; background: #ffaaaa; color: #ffaaaa;">__</span> red must not be spawned at all, as they're server-side only:
 +
* <code>Marker</code>, more info can be found {{Minecraft Wiki|Marker|here}}.
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 27: Line 27:
 
| 0
 
| 0
 
| Allay
 
| Allay
 +
| 0.35
 
| 0.6
 
| 0.6
| 0.35
 
 
| <code>minecraft:allay</code>
 
| <code>minecraft:allay</code>
 
|-
 
|-
Line 51: Line 51:
 
| 4
 
| 4
 
| Axolotl
 
| Axolotl
| 1.3
+
| 0.75
| 0.6
+
| 0.42
 
| <code>minecraft:axolotl</code>
 
| <code>minecraft:axolotl</code>
 
|-
 
|-
Line 72: Line 72:
 
| 1.8
 
| 1.8
 
| <code>minecraft:blaze</code>
 
| <code>minecraft:blaze</code>
|-  
+
|-
 
| 8
 
| 8
 +
| Block Display
 +
| 0.0
 +
| 0.0
 +
| <code>minecraft:block_display</code>
 +
|-
 +
| 9
 
| Boat
 
| Boat
 
| 1.375
 
| 1.375
Line 79: Line 85:
 
| <code>minecraft:boat</code>
 
| <code>minecraft:boat</code>
 
|-
 
|-
| 9
+
| 10
| Chest Boat
+
| Camel
| 1.375
+
| 1.7
| 0.5625
+
| 2.375
| <code>minecraft:chest_boat</code>
+
| <code>minecraft:camel</code>
 
|-
 
|-
| 10
+
| 11
 
| Cat
 
| Cat
 
| 0.6
 
| 0.6
Line 91: Line 97:
 
| <code>minecraft:cat</code>
 
| <code>minecraft:cat</code>
 
|-
 
|-
| 11
+
| 12
 
| Cave Spider
 
| Cave Spider
 
| 0.7
 
| 0.7
Line 97: Line 103:
 
| <code>minecraft:cave_spider</code>
 
| <code>minecraft:cave_spider</code>
 
|-
 
|-
| 12
+
| 13
 +
| Chest Boat
 +
| 1.375
 +
| 0.5625
 +
| <code>minecraft:chest_boat</code>
 +
|-
 +
| 14
 +
| Chest Minecart
 +
| 0.98
 +
| 0.7
 +
| <code>minecraft:chest_minecart</code>
 +
|-
 +
| 15
 
| Chicken
 
| Chicken
 
| 0.4
 
| 0.4
Line 103: Line 121:
 
| <code>minecraft:chicken</code>
 
| <code>minecraft:chicken</code>
 
|-
 
|-
| 13
+
| 16
 
| Cod
 
| Cod
 
| 0.5
 
| 0.5
Line 109: Line 127:
 
| <code>minecraft:cod</code>
 
| <code>minecraft:cod</code>
 
|-
 
|-
| 14
+
| 17
 +
| Command Block Minecart
 +
| 0.98
 +
| 0.7
 +
| <code>minecraft:command_block_minecart</code>
 +
|-
 +
| 18
 
| Cow
 
| Cow
 
| 0.9
 
| 0.9
Line 115: Line 139:
 
| <code>minecraft:cow</code>
 
| <code>minecraft:cow</code>
 
|-
 
|-
| 15
+
| 19
 
| Creeper
 
| Creeper
 
| 0.6
 
| 0.6
Line 121: Line 145:
 
| <code>minecraft:creeper</code>
 
| <code>minecraft:creeper</code>
 
|-
 
|-
| 16
+
| 20
 
| Dolphin
 
| Dolphin
 
| 0.9
 
| 0.9
Line 127: Line 151:
 
| <code>minecraft:dolphin</code>
 
| <code>minecraft:dolphin</code>
 
|-
 
|-
| 17
+
| 21
 
| Donkey
 
| Donkey
 +
| 1.3964844
 
| 1.5
 
| 1.5
| 1.39648
 
 
| <code>minecraft:donkey</code>
 
| <code>minecraft:donkey</code>
|-  
+
|-
| 18
+
| 22
 
| Dragon Fireball
 
| Dragon Fireball
 
| 1.0
 
| 1.0
Line 139: Line 163:
 
| <code>minecraft:dragon_fireball</code>
 
| <code>minecraft:dragon_fireball</code>
 
|-
 
|-
| 19
+
| 23
 
| Drowned
 
| Drowned
 
| 0.6
 
| 0.6
Line 145: Line 169:
 
| <code>minecraft:drowned</code>
 
| <code>minecraft:drowned</code>
 
|-
 
|-
| 20
+
| 24
 +
| Egg
 +
| 0.25
 +
| 0.25
 +
| <code>minecraft:egg</code>
 +
|-
 +
| 25
 
| Elder Guardian
 
| Elder Guardian
| 1.9975 (2.35 * guardian)
+
| 1.9975 (2.35 * guardian)  
| 1.9975 (2.35 * guardian)
+
| 1.9975 (2.35 * guardian)  
 
| <code>minecraft:elder_guardian</code>
 
| <code>minecraft:elder_guardian</code>
|-  
+
|-
| 21
+
| 26
 
| End Crystal
 
| End Crystal
 
| 2.0
 
| 2.0
Line 157: Line 187:
 
| <code>minecraft:end_crystal</code>
 
| <code>minecraft:end_crystal</code>
 
|-
 
|-
| 22
+
| 27
 
| Ender Dragon
 
| Ender Dragon
 
| 16.0
 
| 16.0
Line 163: Line 193:
 
| <code>minecraft:ender_dragon</code>
 
| <code>minecraft:ender_dragon</code>
 
|-
 
|-
| 23
+
| 28
| Enderman
+
| Ender Pearl
 +
| 0.25
 +
| 0.25
 +
| <code>minecraft:ender_pearl</code>
 +
|-
 +
| 29
 +
| Enderman
 
| 0.6
 
| 0.6
 
| 2.9
 
| 2.9
 
| <code>minecraft:enderman</code>
 
| <code>minecraft:enderman</code>
 
|-
 
|-
| 24
+
| 30
 
| Endermite
 
| Endermite
 
| 0.4
 
| 0.4
Line 175: Line 211:
 
| <code>minecraft:endermite</code>
 
| <code>minecraft:endermite</code>
 
|-
 
|-
| 25
+
| 31
 
| Evoker
 
| Evoker
 
| 0.6
 
| 0.6
Line 181: Line 217:
 
| <code>minecraft:evoker</code>
 
| <code>minecraft:evoker</code>
 
|-
 
|-
| 26
+
| 32
 
| Evoker Fangs
 
| Evoker Fangs
 
| 0.5
 
| 0.5
 
| 0.8
 
| 0.8
 
| <code>minecraft:evoker_fangs</code>
 
| <code>minecraft:evoker_fangs</code>
 +
|-
 +
| 33
 +
| Experience Bottle
 +
| 0.25
 +
| 0.25
 +
| <code>minecraft:experience_bottle</code>
 
|- style="background: #aaaaff;"
 
|- style="background: #aaaaff;"
| 27
+
| 34
 
| Experience Orb
 
| Experience Orb
 
| 0.5
 
| 0.5
Line 193: Line 235:
 
| <code>minecraft:experience_orb</code>
 
| <code>minecraft:experience_orb</code>
 
|-
 
|-
| 28
+
| 35
| Eye of Ender
+
| Eye Of Ender
 
| 0.25
 
| 0.25
 
| 0.25
 
| 0.25
 
| <code>minecraft:eye_of_ender</code>
 
| <code>minecraft:eye_of_ender</code>
 
|-
 
|-
| 29
+
| 36
 
| Falling Block
 
| Falling Block
 
| 0.98
 
| 0.98
Line 205: Line 247:
 
| <code>minecraft:falling_block</code>
 
| <code>minecraft:falling_block</code>
 
|-
 
|-
| 30
+
| 37
| Firework Rocket Entity
+
| Firework Rocket
 
| 0.25
 
| 0.25
 
| 0.25
 
| 0.25
 
| <code>minecraft:firework_rocket</code>
 
| <code>minecraft:firework_rocket</code>
 
|-
 
|-
| 31
+
| 38
 
| Fox
 
| Fox
 
| 0.6
 
| 0.6
Line 217: Line 259:
 
| <code>minecraft:fox</code>
 
| <code>minecraft:fox</code>
 
|-
 
|-
| 32
+
| 39
 
| Frog
 
| Frog
 
| 0.5
 
| 0.5
Line 223: Line 265:
 
| <code>minecraft:frog</code>
 
| <code>minecraft:frog</code>
 
|-
 
|-
| 33
+
| 40
 +
| Furnace Minecart
 +
| 0.98
 +
| 0.7
 +
| <code>minecraft:furnace_minecart</code>
 +
|-
 +
| 41
 
| Ghast
 
| Ghast
 
| 4.0
 
| 4.0
Line 229: Line 277:
 
| <code>minecraft:ghast</code>
 
| <code>minecraft:ghast</code>
 
|-
 
|-
| 34
+
| 42
 
| Giant
 
| Giant
 
| 3.6
 
| 3.6
 
| 12.0
 
| 12.0
 
| <code>minecraft:giant</code>
 
| <code>minecraft:giant</code>
|-  
+
|-
| 35
+
| 43
 
| Glow Item Frame
 
| Glow Item Frame
 
| 0.75 or 0.0625 (depth)
 
| 0.75 or 0.0625 (depth)
Line 241: Line 289:
 
| <code>minecraft:glow_item_frame</code>
 
| <code>minecraft:glow_item_frame</code>
 
|-
 
|-
| 36
+
| 44
 
| Glow Squid
 
| Glow Squid
 
| 0.8
 
| 0.8
Line 247: Line 295:
 
| <code>minecraft:glow_squid</code>
 
| <code>minecraft:glow_squid</code>
 
|-
 
|-
| 37
+
| 45
 
| Goat
 
| Goat
| 1.3 (adult), 0.65 (baby)
+
| 1.3
| 0.9 (adult), 0.45 (baby)
+
| 0.9
 
| <code>minecraft:goat</code>
 
| <code>minecraft:goat</code>
 
|-
 
|-
| 38
+
| 46
 
| Guardian
 
| Guardian
 
| 0.85
 
| 0.85
Line 259: Line 307:
 
| <code>minecraft:guardian</code>
 
| <code>minecraft:guardian</code>
 
|-
 
|-
| 39
+
| 47
 
| Hoglin
 
| Hoglin
| 1.39648
+
| 1.3964844
 
| 1.4
 
| 1.4
 
| <code>minecraft:hoglin</code>
 
| <code>minecraft:hoglin</code>
 
|-
 
|-
| 40
+
| 48
 +
| Hopper Minecart
 +
| 0.98
 +
| 0.7
 +
| <code>minecraft:hopper_minecart</code>
 +
|-
 +
| 49
 
| Horse
 
| Horse
| 1.39648
+
| 1.3964844
 
| 1.6
 
| 1.6
 
| <code>minecraft:horse</code>
 
| <code>minecraft:horse</code>
 
|-
 
|-
| 41
+
| 50
 
| Husk
 
| Husk
 
| 0.6
 
| 0.6
Line 277: Line 331:
 
| <code>minecraft:husk</code>
 
| <code>minecraft:husk</code>
 
|-
 
|-
| 42
+
| 51
 
| Illusioner
 
| Illusioner
 
| 0.6
 
| 0.6
Line 283: Line 337:
 
| <code>minecraft:illusioner</code>
 
| <code>minecraft:illusioner</code>
 
|-
 
|-
| 43
+
| 52
 +
| Interaction
 +
| 0.0
 +
| 0.0
 +
| <code>minecraft:interaction</code>
 +
|-
 +
| 53
 
| Iron Golem
 
| Iron Golem
 
| 1.4
 
| 1.4
Line 289: Line 349:
 
| <code>minecraft:iron_golem</code>
 
| <code>minecraft:iron_golem</code>
 
|-
 
|-
| 44
+
| 54
 
| Item
 
| Item
 
| 0.25
 
| 0.25
 
| 0.25
 
| 0.25
 
| <code>minecraft:item</code>
 
| <code>minecraft:item</code>
|-  
+
|-
| 45
+
| 55
 +
| Item Display
 +
| 0.0
 +
| 0.0
 +
| <code>minecraft:item_display</code>
 +
|-
 +
| 56
 
| Item Frame
 
| Item Frame
 
| 0.75 or 0.0625 (depth)
 
| 0.75 or 0.0625 (depth)
 
| 0.75
 
| 0.75
 
| <code>minecraft:item_frame</code>
 
| <code>minecraft:item_frame</code>
|-  
+
|-
| 46
+
| 57
 
| Fireball
 
| Fireball
 
| 1.0
 
| 1.0
 
| 1.0
 
| 1.0
 
| <code>minecraft:fireball</code>
 
| <code>minecraft:fireball</code>
|-  
+
|-
| 47
+
| 58
 
| Leash Knot
 
| Leash Knot
 
| 0.375
 
| 0.375
 
| 0.5
 
| 0.5
 
| <code>minecraft:leash_knot</code>
 
| <code>minecraft:leash_knot</code>
|-  
+
|-
| 48
+
| 59
 
| Lightning Bolt
 
| Lightning Bolt
 
| 0.0
 
| 0.0
Line 319: Line 385:
 
| <code>minecraft:lightning_bolt</code>
 
| <code>minecraft:lightning_bolt</code>
 
|-
 
|-
| 49
+
| 60
 
| Llama
 
| Llama
 
| 0.9
 
| 0.9
Line 325: Line 391:
 
| <code>minecraft:llama</code>
 
| <code>minecraft:llama</code>
 
|-
 
|-
| 50
+
| 61
 
| Llama Spit
 
| Llama Spit
 
| 0.25
 
| 0.25
 
| 0.25
 
| 0.25
 
| <code>minecraft:llama_spit</code>
 
| <code>minecraft:llama_spit</code>
|-  
+
|-
| 51
+
| 62
 
| Magma Cube
 
| Magma Cube
| 0.51000005 * size
+
| 0.5202 * size
| 0.51000005 * size
+
| 0.5202 * size
 
| <code>minecraft:magma_cube</code>
 
| <code>minecraft:magma_cube</code>
|- style="background: #f74134;"
+
|- style="background: #ffaaaa;"
| 52
+
| 63
 
| Marker
 
| Marker
 
| 0.0
 
| 0.0
 
| 0.0
 
| 0.0
 
| <code>minecraft:marker</code>
 
| <code>minecraft:marker</code>
|-  
+
|-
| 53
+
| 64
 
| Minecart
 
| Minecart
 
| 0.98
 
| 0.98
 
| 0.7
 
| 0.7
 
| <code>minecraft:minecart</code>
 
| <code>minecraft:minecart</code>
|-
 
| 54
 
| Minecart Chest
 
| 0.98
 
| 0.7
 
| <code>minecraft:chest_minecart</code>
 
 
|-
 
|-
| 55
+
| 65
| Minecart Command Block
+
| Mooshroom
| 0.98
+
| 0.9
| 0.7
+
| 1.4
| <code>minecraft:commandblock_minecart</code>
+
| <code>minecraft:mooshroom</code>
|-
+
|-
| 56
+
| 66
| Minecart Furnace
 
| 0.98
 
| 0.7
 
| <code>minecraft:furnace_minecart</code>
 
|-
 
| 57
 
| Minecart Hopper
 
| 0.98
 
| 0.7
 
| <code>minecraft:hopper_minecart</code>
 
|-
 
| 58
 
| Minecart Spawner
 
| 0.98
 
| 0.7
 
| <code>minecraft:spawner_minecart</code>
 
|-
 
| 59
 
| Minecart TNT
 
| 0.98
 
| 0.7
 
| <code>minecraft:tnt_minecart</code>
 
|-
 
| 60
 
 
| Mule
 
| Mule
| 1.39648
+
| 1.3964844
 
| 1.6
 
| 1.6
 
| <code>minecraft:mule</code>
 
| <code>minecraft:mule</code>
 
|-
 
|-
| 61
+
| 67
| Mooshroom
 
| 0.9
 
| 1.4
 
| <code>minecraft:mooshroom</code>
 
|-
 
| 62
 
 
| Ocelot
 
| Ocelot
 
| 0.6
 
| 0.6
Line 403: Line 433:
 
| <code>minecraft:ocelot</code>
 
| <code>minecraft:ocelot</code>
 
|-
 
|-
| 63
+
| 68
 
| Painting
 
| Painting
 
| type width or 0.0625 (depth)
 
| type width or 0.0625 (depth)
Line 409: Line 439:
 
| <code>minecraft:painting</code>
 
| <code>minecraft:painting</code>
 
|-
 
|-
| 64
+
| 69
 
| Panda
 
| Panda
 
| 1.3
 
| 1.3
Line 415: Line 445:
 
| <code>minecraft:panda</code>
 
| <code>minecraft:panda</code>
 
|-
 
|-
| 65
+
| 70
 
| Parrot
 
| Parrot
 
| 0.5
 
| 0.5
 
| 0.9
 
| 0.9
 
| <code>minecraft:parrot</code>
 
| <code>minecraft:parrot</code>
|-  
+
|-
| 66
+
| 71
 
| Phantom
 
| Phantom
 
| 0.9
 
| 0.9
Line 427: Line 457:
 
| <code>minecraft:phantom</code>
 
| <code>minecraft:phantom</code>
 
|-
 
|-
| 67
+
| 72
 
| Pig
 
| Pig
 
| 0.9
 
| 0.9
Line 433: Line 463:
 
| <code>minecraft:pig</code>
 
| <code>minecraft:pig</code>
 
|-
 
|-
| 68
+
| 73
 
| Piglin
 
| Piglin
 
| 0.6
 
| 0.6
Line 439: Line 469:
 
| <code>minecraft:piglin</code>
 
| <code>minecraft:piglin</code>
 
|-
 
|-
| 69
+
| 74
 
| Piglin Brute
 
| Piglin Brute
 
| 0.6
 
| 0.6
Line 445: Line 475:
 
| <code>minecraft:piglin_brute</code>
 
| <code>minecraft:piglin_brute</code>
 
|-
 
|-
| 70
+
| 75
 
| Pillager
 
| Pillager
 
| 0.6
 
| 0.6
Line 451: Line 481:
 
| <code>minecraft:pillager</code>
 
| <code>minecraft:pillager</code>
 
|-
 
|-
| 71
+
| 76
 
| Polar Bear
 
| Polar Bear
 
| 1.4
 
| 1.4
Line 457: Line 487:
 
| <code>minecraft:polar_bear</code>
 
| <code>minecraft:polar_bear</code>
 
|-
 
|-
| 72
+
| 77
| Primed TNT
+
| Potion
| 0.98
+
| 0.25
| 0.98
+
| 0.25
| <code>minecraft:tnt</code>
+
| <code>minecraft:potion</code>
 
|-
 
|-
| 73
+
| 78
 
| Pufferfish
 
| Pufferfish
 
| 0.7
 
| 0.7
Line 469: Line 499:
 
| <code>minecraft:pufferfish</code>
 
| <code>minecraft:pufferfish</code>
 
|-
 
|-
| 74
+
| 79
 
| Rabbit
 
| Rabbit
 
| 0.4
 
| 0.4
Line 475: Line 505:
 
| <code>minecraft:rabbit</code>
 
| <code>minecraft:rabbit</code>
 
|-
 
|-
| 75
+
| 80
 
| Ravager
 
| Ravager
 
| 1.95
 
| 1.95
Line 481: Line 511:
 
| <code>minecraft:ravager</code>
 
| <code>minecraft:ravager</code>
 
|-
 
|-
| 76
+
| 81
 
| Salmon
 
| Salmon
 
| 0.7
 
| 0.7
Line 487: Line 517:
 
| <code>minecraft:salmon</code>
 
| <code>minecraft:salmon</code>
 
|-
 
|-
| 77
+
| 82
 
| Sheep
 
| Sheep
 
| 0.9
 
| 0.9
Line 493: Line 523:
 
| <code>minecraft:sheep</code>
 
| <code>minecraft:sheep</code>
 
|-
 
|-
| 78
+
| 83
 
| Shulker
 
| Shulker
 
| 1.0
 
| 1.0
Line 499: Line 529:
 
| <code>minecraft:shulker</code>
 
| <code>minecraft:shulker</code>
 
|-
 
|-
| 79
+
| 84
 
| Shulker Bullet
 
| Shulker Bullet
 
| 0.3125
 
| 0.3125
Line 505: Line 535:
 
| <code>minecraft:shulker_bullet</code>
 
| <code>minecraft:shulker_bullet</code>
 
|-
 
|-
| 80
+
| 85
 
| Silverfish
 
| Silverfish
 
| 0.4
 
| 0.4
Line 511: Line 541:
 
| <code>minecraft:silverfish</code>
 
| <code>minecraft:silverfish</code>
 
|-
 
|-
| 81
+
| 86
 
| Skeleton
 
| Skeleton
 
| 0.6
 
| 0.6
Line 517: Line 547:
 
| <code>minecraft:skeleton</code>
 
| <code>minecraft:skeleton</code>
 
|-
 
|-
| 82
+
| 87
 
| Skeleton Horse
 
| Skeleton Horse
| 1.39648
+
| 1.3964844
 
| 1.6
 
| 1.6
 
| <code>minecraft:skeleton_horse</code>
 
| <code>minecraft:skeleton_horse</code>
 
|-
 
|-
| 83
+
| 88
 
| Slime
 
| Slime
| 0.51000005 * size
+
| 0.5202 * size
| 0.51000005 * size
+
| 0.5202 * size
 
| <code>minecraft:slime</code>
 
| <code>minecraft:slime</code>
 
|-
 
|-
| 84
+
| 89
 
| Small Fireball
 
| Small Fireball
 
| 0.3125
 
| 0.3125
Line 535: Line 565:
 
| <code>minecraft:small_fireball</code>
 
| <code>minecraft:small_fireball</code>
 
|-
 
|-
| 85
+
| 90
 +
| Sniffer
 +
| 1.9
 +
| 1.75
 +
| <code>minecraft:sniffer</code>
 +
|-
 +
| 91
 
| Snow Golem
 
| Snow Golem
 
| 0.7
 
| 0.7
Line 541: Line 577:
 
| <code>minecraft:snow_golem</code>
 
| <code>minecraft:snow_golem</code>
 
|-
 
|-
| 86
+
| 92
 
| Snowball
 
| Snowball
 
| 0.25
 
| 0.25
 
| 0.25
 
| 0.25
 
| <code>minecraft:snowball</code>
 
| <code>minecraft:snowball</code>
|-
 
| 87
 
| Spectral Arrow
 
| 0.5
 
| 0.5
 
| <code>minecraft:spectral_arrow</code>
 
 
|-
 
|-
| 88
+
| 93
 +
| Spawner Minecart
 +
| 0.98
 +
| 0.7
 +
| <code>minecraft:spawner_minecart</code>
 +
|-
 +
| 94
 +
| Spectral Arrow
 +
| 0.5
 +
| 0.5
 +
| <code>minecraft:spectral_arrow</code>
 +
|-
 +
| 95
 
| Spider
 
| Spider
 
| 1.4
 
| 1.4
Line 559: Line 601:
 
| <code>minecraft:spider</code>
 
| <code>minecraft:spider</code>
 
|-
 
|-
| 89
+
| 96
 
| Squid
 
| Squid
 
| 0.8
 
| 0.8
Line 565: Line 607:
 
| <code>minecraft:squid</code>
 
| <code>minecraft:squid</code>
 
|-
 
|-
| 90
+
| 97
 
| Stray
 
| Stray
 
| 0.6
 
| 0.6
Line 571: Line 613:
 
| <code>minecraft:stray</code>
 
| <code>minecraft:stray</code>
 
|-
 
|-
| 91
+
| 98
 
| Strider
 
| Strider
 
| 0.9
 
| 0.9
Line 577: Line 619:
 
| <code>minecraft:strider</code>
 
| <code>minecraft:strider</code>
 
|-
 
|-
| 92
+
| 99
 
| Tadpole
 
| Tadpole
 
| 0.4
 
| 0.4
Line 583: Line 625:
 
| <code>minecraft:tadpole</code>
 
| <code>minecraft:tadpole</code>
 
|-
 
|-
| 93
+
| 100
| Thrown Egg
+
| Text Display
| 0.25
+
| 0.0
| 0.25
+
| 0.0
| <code>minecraft:egg</code>
+
| <code>minecraft:text_display</code>
|-
 
| 94
 
| Thrown Ender Pearl
 
| 0.25
 
| 0.25
 
| <code>minecraft:ender_pearl</code>
 
 
|-
 
|-
| 95
+
| 101
| Thrown Experience Bottle
+
| Tnt
| 0.25
+
| 0.98
| 0.25
+
| 0.98
| <code>minecraft:experience_bottle</code>
+
| <code>minecraft:tnt</code>
 
|-
 
|-
| 96
+
| 102
| Thrown Potion
+
| Tnt Minecart
| 0.25
+
| 0.98
| 0.25
+
| 0.7
| <code>minecraft:potion</code>
+
| <code>minecraft:tnt_minecart</code>
 
|-
 
|-
| 97
+
| 103
| Thrown Trident
 
| 0.5
 
| 0.5
 
| <code>minecraft:trident</code>
 
|-
 
| 98
 
 
| Trader Llama
 
| Trader Llama
 
| 0.9
 
| 0.9
Line 619: Line 649:
 
| <code>minecraft:trader_llama</code>
 
| <code>minecraft:trader_llama</code>
 
|-
 
|-
| 99
+
| 104
 +
| Trident
 +
| 0.5
 +
| 0.5
 +
| <code>minecraft:trident</code>
 +
|-
 +
| 105
 
| Tropical Fish
 
| Tropical Fish
 
| 0.5
 
| 0.5
Line 625: Line 661:
 
| <code>minecraft:tropical_fish</code>
 
| <code>minecraft:tropical_fish</code>
 
|-
 
|-
| 100
+
| 106
 
| Turtle
 
| Turtle
 
| 1.2
 
| 1.2
Line 631: Line 667:
 
| <code>minecraft:turtle</code>
 
| <code>minecraft:turtle</code>
 
|-
 
|-
| 101
+
| 107
 
| Vex
 
| Vex
 
| 0.4
 
| 0.4
Line 637: Line 673:
 
| <code>minecraft:vex</code>
 
| <code>minecraft:vex</code>
 
|-
 
|-
| 102
+
| 108
 
| Villager
 
| Villager
 
| 0.6
 
| 0.6
Line 643: Line 679:
 
| <code>minecraft:villager</code>
 
| <code>minecraft:villager</code>
 
|-
 
|-
| 103
+
| 109
 
| Vindicator
 
| Vindicator
 
| 0.6
 
| 0.6
Line 649: Line 685:
 
| <code>minecraft:vindicator</code>
 
| <code>minecraft:vindicator</code>
 
|-
 
|-
| 104
+
| 110
 
| Wandering Trader
 
| Wandering Trader
 
| 0.6
 
| 0.6
Line 655: Line 691:
 
| <code>minecraft:wandering_trader</code>
 
| <code>minecraft:wandering_trader</code>
 
|-
 
|-
| 105
+
| 111
 
| Warden
 
| Warden
 
| 0.9
 
| 0.9
Line 661: Line 697:
 
| <code>minecraft:warden</code>
 
| <code>minecraft:warden</code>
 
|-
 
|-
| 106
+
| 112
 
| Witch
 
| Witch
 
| 0.6
 
| 0.6
Line 667: Line 703:
 
| <code>minecraft:witch</code>
 
| <code>minecraft:witch</code>
 
|-
 
|-
| 107
+
| 113
 
| Wither
 
| Wither
 
| 0.9
 
| 0.9
Line 673: Line 709:
 
| <code>minecraft:wither</code>
 
| <code>minecraft:wither</code>
 
|-
 
|-
| 108
+
| 114
 
| Wither Skeleton
 
| Wither Skeleton
 
| 0.7
 
| 0.7
 
| 2.4
 
| 2.4
 
| <code>minecraft:wither_skeleton</code>
 
| <code>minecraft:wither_skeleton</code>
|-  
+
|-
| 109
+
| 115
 
| Wither Skull
 
| Wither Skull
 
| 0.3125
 
| 0.3125
Line 685: Line 721:
 
| <code>minecraft:wither_skull</code>
 
| <code>minecraft:wither_skull</code>
 
|-
 
|-
| 110
+
| 116
 
| Wolf
 
| Wolf
 
| 0.6
 
| 0.6
Line 691: Line 727:
 
| <code>minecraft:wolf</code>
 
| <code>minecraft:wolf</code>
 
|-
 
|-
| 111
+
| 117
 
| Zoglin
 
| Zoglin
| 1.39648
+
| 1.3964844
 
| 1.4
 
| 1.4
 
| <code>minecraft:zoglin</code>
 
| <code>minecraft:zoglin</code>
 
|-
 
|-
| 112
+
| 118
 
| Zombie
 
| Zombie
 
| 0.6
 
| 0.6
Line 703: Line 739:
 
| <code>minecraft:zombie</code>
 
| <code>minecraft:zombie</code>
 
|-
 
|-
| 113
+
| 119
 
| Zombie Horse
 
| Zombie Horse
| 1.39648
+
| 1.3964844
 
| 1.6
 
| 1.6
 
| <code>minecraft:zombie_horse</code>
 
| <code>minecraft:zombie_horse</code>
 
|-
 
|-
| 114
+
| 120
 
| Zombie Villager
 
| Zombie Villager
 
| 0.6
 
| 0.6
Line 715: Line 751:
 
| <code>minecraft:zombie_villager</code>
 
| <code>minecraft:zombie_villager</code>
 
|-
 
|-
| 115
+
| 121
 
| Zombified Piglin
 
| Zombified Piglin
 
| 0.6
 
| 0.6
 
| 1.95
 
| 1.95
 
| <code>minecraft:zombified_piglin</code>
 
| <code>minecraft:zombified_piglin</code>
|- style="background: #aaaaff;"
+
|-
| 116
+
| 122
 
| Player
 
| Player
 
| 0.6
 
| 0.6
Line 727: Line 763:
 
| <code>minecraft:player</code>
 
| <code>minecraft:player</code>
 
|-
 
|-
| 117
+
| 123
| Fishing Hook
+
| Fishing Bobber
 
| 0.25
 
| 0.25
 
| 0.25
 
| 0.25
Line 746: Line 782:
 
  |-
 
  |-
 
  | Index
 
  | Index
  | Unsigned Byte
+
  | {{Type|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.
 
  | 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
 
  | Type
  | Optional VarInt Enum
+
  | {{Type|VarInt}} {{Type|Enum}}
 
  | Only if Index is not <code>0xff</code>; the type of the index, see the table below
 
  | Only if Index is not <code>0xff</code>; the type of the index, see the table below
 
  |-
 
  |-
 
  | Value
 
  | Value
  | Optional ''value of Type''
+
  | Varies
  | Only if Index is not <code>0xff</code>: the value of the metadata field
+
  | Only if Index is not <code>0xff</code>: the value of the metadata field, see the table below
 
  |}
 
  |}
  
{| class="wikitable"
+
{{Metadata type definition/begin}}
  ! Value of Type field
+
  ! Value
! [[Data types|Type]] of Value field
 
 
  ! Notes
 
  ! Notes
  |-
+
{{Metadata type definition|Byte}}
  | 0
+
  | {{Type|Byte}}
  | Byte
+
  |
 +
{{Metadata type definition|VarInt}}
 +
  | {{Type|VarInt}}
 
  |
 
  |
|-
+
{{Metadata type definition|VarLong}}
  | 1
+
  | {{Type|VarLong}}
| VarInt
 
 
  |
 
  |
|-
+
{{Metadata type definition|Float}}
  | 2
+
  | {{Type|Float}}
| Float
 
 
  |
 
  |
|-
+
{{Metadata type definition|String}}
  | 3
+
  | {{Type|String}} (32767)
| String
 
 
  |
 
  |
|-
+
{{Metadata type definition|Text Component}}
  | 4
+
  | {{Type|Text Component}}
| [[Chat]]
 
 
  |
 
  |
|-
+
{{Metadata type definition|Optional Text Component}}
  | 5
+
  | ({{Type|Boolean}}, {{Type|Optional}} {{Type|Text Component}})
| OptChat (Boolean + Optional [[Chat]])
+
  | Text Component is present if the Boolean is set to true.
  | [[Chat]] is present if the Boolean is set to true
+
{{Metadata type definition|Slot}}
|-
+
  | {{Type|Slot}}
  | 6
 
| [[Slot]]
 
 
  |
 
  |
|-
+
{{Metadata type definition|Boolean}}
  | 7
+
  | {{Type|Boolean}}
| Boolean
 
 
  |
 
  |
|-
+
{{Metadata type definition|Rotations}}
  | 8
+
  | ({{Type|Float}}, {{Type|Float}}, {{Type|Float}})
| Rotation
+
  | rotation on x, rotation on y, rotation on z
  | 3 floats: rotation on x, rotation on y, rotation on z
+
{{Metadata type definition|Position}}
|-
+
  | {{Type|Position}}
| 9
 
  | [[Data Types#Position|Position]]
 
 
  |
 
  |
|-
+
{{Metadata type definition|Optional Position}}
  | 10
+
  | ({{Type|Boolean}}, {{Type|Optional}} {{Type|Position}})
| OptPosition (Boolean + Optional Position)
+
  | Position is present if the Boolean is set to true.
  | Position is present if the Boolean is set to true
+
{{Metadata type definition|Direction}}
|-
+
  | {{Type|VarInt}} {{Type|Enum}}
  | 11
+
  | Down = 0, Up = 1, North = 2, South = 3, West = 4, East = 5
| Direction (VarInt)
+
{{Metadata type definition|Optional UUID}}
  | (Down = 0, Up = 1, North = 2, South = 3, West = 4, East = 5)
+
  | ({{Type|Boolean}}, {{Type|Optional}} {{Type|UUID}})
|-
+
  | UUID is present if the Boolean is set to true.
  | 12
+
{{Metadata type definition|Block State}}
| OptUUID (Boolean + Optional UUID)
+
  | {{Type|VarInt}}
  | UUID is present if the Boolean is set to true
+
  | An ID in the block state registry.
  |-
+
{{Metadata type definition|Optional Block State}}
  | 13
+
  | {{Type|VarInt}}
  | OptBlockID (VarInt)
+
  | 0 for absent (air is unrepresentable); otherwise, an ID in the block state registry.
  | 0 for absent (implies air); otherwise, a block state ID as per the global palette
+
{{Metadata type definition|NBT}}
|-
+
  | {{Type|NBT}}
  | 14
 
| [[NBT]]
 
|
 
|-
 
| 15
 
| [[Data Types#Particle|Particle]]
 
 
  |
 
  |
  |-
+
{{Metadata type definition|Particle}}
  | 16
+
  | ({{Type|VarInt}}, Varies)
| Villager Data
+
  | particle type (an ID in the <code>minecraft:particle_type</code> registry), particle data (See [[Particles]].)
  | 3 VarInts: villager type, villager profession, level
+
{{Metadata type definition|Villager Data}}
|-
+
| ({{Type|VarInt}}, {{Type|VarInt}}, {{Type|VarInt}})
  | 17
+
  | villager type, villager profession, level (See below.)
| OptVarInt
+
{{Metadata type definition|Optional VarInt}}
  | 0 for absent; 1 + actual value otherwise. Used for entity IDs.
+
  | {{Type|VarInt}}
|-
+
  | 0 for absent; 1 + actual value otherwise. Used for entity IDs.
  | 18
+
{{Metadata type definition|Pose}}
| Pose
+
  | {{Type|VarInt}} {{Type|Enum}}
  | A VarInt enum: 0: STANDING, 1: FALL_FLYING, 2: SLEEPING, 3: SWIMMING, 4: SPIN_ATTACK, 5: SNEAKING, 6: LONG_JUMPING, 7: DYING:, 8: CROAKING: 9: USING_TONGUE: 10: ROARING: 11: SNIFFING: 12: EMERGING: 13: DIGGING
+
  | STANDING = 0, FALL_FLYING = 1, SLEEPING = 2, SWIMMING = 3, SPIN_ATTACK = 4, SNEAKING = 5, LONG_JUMPING = 6, DYING = 7, CROAKING = 8, USING_TONGUE = 9, SITTING = 10, ROARING = 11, SNIFFING = 12, EMERGING = 13, DIGGING = 14
  |-
+
{{Metadata type definition|Cat Variant}}
  | 19
+
  | {{Type|VarInt}}
| Cat Variant
+
  | An ID in the <code>minecraft:cat_variant</code> registry.
  | A VarInt that points towards the CAT_VARIANT registry.
+
{{Metadata type definition|Frog Variant}}
  |-
+
  | {{Type|VarInt}}
  | 20
+
| An ID in the <code>minecraft:frog_variant</code> registry.
  | Frog Varint
+
{{Metadata type definition|Optional Global Position}}
  | A VarInt that points towards the FROG_VARIANT registry.
+
  | ({{Type|Boolean}}, {{Type|Optional}} {{Type|Identifier}}, {{Type|Optional}} {{Type|Position}})
  |-
+
  | dimension identifier, position; only if the Boolean is set to true.
  | 21
+
{{Metadata type definition|Painting Variant}}
  | Painting Variant
+
  | {{Type|VarInt}}
  | A VarInt that points towards the PAINTING_VARIANT registry.
+
  | An ID in the <code>minecraft:painting_variant</code> registry.
  |-
+
{{Metadata type definition|Sniffer State}}
 +
| {{Type|VarInt}} {{Type|Enum}}
 +
  | IDLING = 0, FEELING_HAPPY = 1, SCENTING = 2, SNIFFING = 3, SEARCHING = 4, DIGGING = 5, RISING = 6
 +
{{Metadata type definition|Vector3}}
 +
  | ({{Type|Float}}, {{Type|Float}}, {{Type|Float}})
 +
  | x, y, z
 +
{{Metadata type definition|Quaternion}}
 +
  | ({{Type|Float}}, {{Type|Float}}, {{Type|Float}}, {{Type|Float}})
 +
  | x, y, z, w
 
  |}
 
  |}
  
Villager type (<code>minecraft:villager_type</code> registry):
+
Villager types (<code>minecraft:villager_type</code> registry):
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 910: Line 940:
  
 
Entity classes also recursively inherit fields from classes they extend.
 
Entity classes also recursively inherit fields from classes they extend.
 +
 +
== Entity Metadata ==
  
 
=== Entity ===
 
=== Entity ===
Line 922: Line 954:
 
  |-
 
  |-
 
  |rowspan="9"| {{Metadata id|}}
 
  |rowspan="9"| {{Metadata id|}}
  |rowspan="9"| Byte
+
  |rowspan="9"| {{Metadata type|Byte}}
 
  ! Bit mask
 
  ! Bit mask
 
  ! Meaning
 
  ! Meaning
Line 952: Line 984:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|VarInt}}
 
  |colspan="2"| Air ticks
 
  |colspan="2"| Air ticks
 
  | 300
 
  | 300
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | OptChat
+
  | {{Metadata type|Optional Text Component}}
 
  |colspan="2"| Custom name
 
  |colspan="2"| Custom name
 
  | empty
 
  | empty
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|Boolean}}
 
  |colspan="2"| Is custom name visible
 
  |colspan="2"| Is custom name visible
 
  | false
 
  | false
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|Boolean}}
 
  |colspan="2"| Is silent
 
  |colspan="2"| Is silent
 
  | false
 
  | false
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|Boolean}}
 
  |colspan="2"| Has no gravity
 
  |colspan="2"| Has no gravity
 
  | false
 
  | false
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Pose
+
  | {{Metadata type|Pose}}
 
  |colspan="2"| Pose
 
  |colspan="2"| Pose
 
  | STANDING
 
  | STANDING
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|VarInt}}
 
  |colspan="2"| Ticks frozen in powdered snow
 
  |colspan="2"| Ticks frozen in powdered snow
 
  | 0
 
  | 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).
 
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 ===
+
=== Interaction ===
  
{{Metadata inherit|Thrown Egg|inherits=Entity}}
+
{{Metadata inherit|Interaction |inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,001: Line 1,032:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | [[Slot]]
+
  | {{Metadata type|Float}}
  |colspan="2"| Item
+
  |colspan="2"| Width
  | Empty (which behaves as if it were a <code>minecraft:egg</code>)
+
| 1.0
 +
  |-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Float}}
 +
|colspan="2"| Height
 +
| 1.0
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
|colspan="2"| Responsive - can be attacked/interacted with if true
 +
| false
 
  |}
 
  |}
  
=== Thrown Ender Pearl ===
+
=== Display ===
  
{{Metadata inherit|Thrown Ender Pearl|inherits=Entity}}
+
{{Metadata inherit|Display|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,017: Line 1,058:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | [[Slot]]
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Item
+
  |colspan="2"| Interpolation delay
  | Empty (which behaves as if it were a <code>minecraft:ender_pearl</code>)
+
  | 0
  |}
+
|-
 
+
  | {{Metadata id|}}
=== Thrown Experience Bottle===
+
| {{Metadata type|VarInt}}
 
+
|colspan="2"| Transformation interpolation duration
{{Metadata inherit|Thrown Experience Bottle|inherits=Entity}}
+
| 0
 
+
  |-
{| class="wikitable"
+
| {{Metadata id|}}
  ! Index
+
  | {{Metadata type|VarInt}}
  ! Type
+
  |colspan="2"| Position/Rotation interpolation duration
  !style="width: 250px;" colspan="2"| Meaning
+
  | 0
  ! Default
 
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | [[Slot]]
+
  | {{Metadata type|Vector3}}
|colspan="2"| Item
+
|colspan="2"| Translation
| Empty (which behaves as if it were a <code>minecraft:experience_bottle</code>)
+
  | (0.0, 0.0, 0.0)
|}
 
 
 
=== Thrown Potion ===
 
 
 
{{Metadata inherit|Thrown Potion|inherits=Entity}}
 
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | [[Slot]]
+
  | {{Metadata type|Vector3}}
|colspan="2"| Potion which is thrown
+
|colspan="2"| Scale
| Empty
+
  | (1.0, 1.0, 1.0)
|}
 
 
 
=== Snowball ===
 
 
 
{{Metadata inherit|Snowball|inherits=Entity}}
 
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | [[Slot]]
+
  | {{Metadata type|Quaternion}}
  |colspan="2"| Item
+
|colspan="2"| Rotation left
  | Empty (which behaves as if it were a <code>minecraft:snowball</code>)
+
| (0.0, 0.0, 0.0, 1.0)
  |}
+
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Quaternion}}
 +
|colspan="2"| Rotation right
 +
| (0.0, 0.0, 0.0, 1.0)
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Byte}}
 +
  |colspan="2"| Billboard Constraints (0 = FIXED, 1 = VERTICAL, 2 = HORIZONTAL, 3 = CENTER)
 +
| 0
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|VarInt}}
 +
  |colspan="2"| Brightness override (<code>blockLight << 4 | skyLight << 20</code>)
 +
| -1
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Float}}
 +
|colspan="2"| View range
 +
| 1.0
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Float}}
 +
|colspan="2"| Shadow radius
 +
| 0.0
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Float}}
 +
|colspan="2"| Shadow strength
 +
| 1.0
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Float}}
 +
|colspan="2"| Width
 +
| 0.0
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Float}}
 +
|colspan="2"| Height
 +
| 0.0
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|VarInt}}
 +
|colspan="2"| Glow color override
 +
| -1
 +
  |}
  
=== Eye of Ender ===
+
=== Block Display ===
  
{{Metadata inherit|Eye of Ender|inherits=Entity}}
+
{{Metadata inherit|Block Display|inherits=Display}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,081: Line 1,144:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | [[Slot]]
+
  | {{Metadata type|Block State}}
  |colspan="2"| Item
+
  |colspan="2"| Displayed block state
  | Empty (which behaves as if it were a <code>minecraft:ender_eye</code>)
+
  | 0 (Air)
 
  |}
 
  |}
  
=== Falling Block ===
+
=== Item Display ===
  
{{Metadata inherit|Falling Block|inherits=Entity}}
+
{{Metadata inherit|Block Display|inherits=Display}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,097: Line 1,160:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | [[Data Types#Position|BlockPos]]
+
  | {{Metadata type|Slot}}
  |colspan="2"| spawn position
+
  |colspan="2"| Displayed item
  | (0, 0, 0)
+
  | Empty
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Byte}}
 +
|colspan="2"| Display type:
 +
* 0 = NONE
 +
* 1 = THIRD_PERSON_LEFT_HAND
 +
* 2 = THIRD_PERSON_RIGHT_HAND
 +
* 3 = FIRST_PERSON_LEFT_HAND
 +
* 4 = FIRST_PERSON_RIGHT_HAND
 +
* 5 = HEAD
 +
* 6 = GUI
 +
* 7 = GROUND
 +
* 8 = FIXED
 +
| 0 (NONE)
 
  |}
 
  |}
  
=== Area Effect Cloud ===
+
=== Text Display ===
  
{{Metadata inherit|Area Effect Cloud|inherits=Entity}}
+
{{Metadata inherit|Text Display|inherits=Display}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,113: Line 1,190:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Float
+
  | {{Metadata type|Text Component}}
  |colspan="2"| Radius
+
  |colspan="2"| Text
  | 0.5
+
  | Empty
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Color (only for mob spell particle)
+
  |colspan="2"| Line width
  | 0
+
  | 200
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Ignore radius and show effect as single point, not area
+
  |colspan="2"| Background color
  | false
+
  | 1073741824 (0x40000000)
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Particle
+
  | {{Metadata type|Byte}}
  | colspan="2"| The [[#Particle]]
+
  |colspan="2"| Text opacity
  | <code>effect</code>
+
| -1 (fully opaque)
 +
|-
 +
| rowspan="5" | {{Metadata id|}}
 +
| rowspan="5" | {{Metadata type|Byte}}
 +
! Bit mask
 +
! Meaning
 +
| rowspan="5" | 0
 +
|-
 +
| 0x01 || Has shadow
 +
|-
 +
  | 0x02 || Is see through
 +
|-
 +
| 0x04 || Use default background color
 +
|-
 +
| 0x08 || Alignment:
 +
* 0 = CENTER
 +
* 1 or 3 = LEFT
 +
* 2 = RIGHT
 
  |}
 
  |}
  
=== Fishing Hook ===
+
=== Thrown Item Projectile ===
  
{{Metadata inherit|Fishing Hook|inherits=Entity}}
+
{{Metadata inherit|Thrown Item Projectile|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,144: Line 1,238:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
| VarInt
+
  | {{Metadata type|Slot}}
|colspan="2"| Hooked entity id + 1, or 0 if there is no hooked entity
+
  |colspan="2"| Item
| 0
+
  | Empty (which behaves as the default)
  |-
 
  | {{Metadata id|}}
 
| Boolean
 
  |colspan="2"| Is catchable
 
  | False
 
 
  |}
 
  |}
  
=== Abstract Arrow ===
+
=== Thrown Egg ===
 +
 
 +
{{Metadata inherit|Thrown Egg|inherits=Thrown Item Projectile}}
 +
 
 +
Default item is <code>minecraft:egg</code>.
  
{{Metadata inherit|Abstract Arrow|inherits=Entity}}
+
No additional metadata.
  
{| class="wikitable"
+
=== Thrown Ender Pearl ===
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! 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|}}
 
| Byte
 
|colspan="2"| Piercing level
 
| 0
 
|}
 
  
=== Arrow ===
+
{{Metadata inherit|Thrown Ender Pearl|inherits=Thrown Item Projectile}}
  
{{Metadata inherit|Arrow|inherits=Abstract Arrow}}
+
Default item is <code>minecraft:ender_pearl</code>.
  
Used for both tipped and regular arrows.  If not tipped, then color is set to -1 and no tipped arrow particles are used.
+
No additional metadata.
  
{| class="wikitable"
+
=== Thrown Experience Bottle===
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| {{Metadata id|}}
 
| VarInt
 
|colspan="2"| Color (-1 for no particles)
 
| -1
 
|}
 
  
=== Spectral Arrow ===
+
{{Metadata inherit|Thrown Experience Bottle|inherits=Thrown Item Projectile}}
  
{{Metadata inherit|Spectral Arrow|inherits=Abstract Arrow}}
+
Default item is <code>minecraft:experience_bottle</code>.
 +
 
 +
No additional metadata.
 +
 
 +
=== Thrown Potion ===
 +
 
 +
{{Metadata inherit|Thrown Potion|inherits=Thrown Item Projectile}}
 +
 
 +
Default item is <code>minecraft:splash_potion</code>.
 +
 
 +
No additional metadata.
 +
 
 +
=== Snowball ===
 +
 
 +
{{Metadata inherit|Snowball|inherits=Thrown Item Projectile}}
 +
 
 +
Default item is <code>minecraft:snowball</code>.
  
 
No additional metadata.
 
No additional metadata.
  
=== Thrown Trident ===
+
=== Eye of Ender ===
  
{{Metadata inherit|Thrown Trident|inherits=Abstract Arrow}}
+
{{Metadata inherit|Eye of Ender|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,217: Line 1,294:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
| VarInt
+
  | {{Metadata type|Slot}}
|colspan="2"| Loyalty level (enchantment)
+
  |colspan="2"| Item
| 0
+
  | Empty (which behaves as if it were a <code>minecraft:ender_eye</code>)
|-
 
  | {{Metadata id|}}
 
| Boolean
 
  |colspan="2"| Has enchantment glint
 
  | False
 
 
  |}
 
  |}
  
=== Boat ===
+
=== Falling Block ===
  
{{Metadata inherit|Boat|inherits=Entity}}
+
{{Metadata inherit|Falling Block|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,238: Line 1,310:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|Position}}
  |colspan="2"| Time since last hit
+
  |colspan="2"| spawn position
  | 0
+
  | (0, 0, 0)
  |-
+
  |}
| {{Metadata id|}}
+
 
  | VarInt
+
=== Area Effect Cloud ===
  |colspan="2"| Forward direction
+
 
  | 1
+
{{Metadata inherit|Area Effect Cloud|inherits=Entity}}
 +
 
 +
{| class="wikitable"
 +
  ! Index
 +
! Type
 +
  !style="width: 250px;" colspan="2"| Meaning
 +
  ! Default
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Float
+
  | {{Metadata type|Float}}
  |colspan="2"| Damage taken
+
  |colspan="2"| Radius
  | 0.0
+
  | 0.5
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Type (0=oak, 1=spruce, 2=birch, 3=jungle, 4=acacia, 5=dark oak)
+
  |colspan="2"| Color (only for mob spell particle)
 
  | 0
 
  | 0
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|Boolean}}
  |colspan="2"| Is left paddle turning
+
  |colspan="2"| Ignore radius and show effect as single point, not area
 
  | false
 
  | false
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
| Boolean
+
  | {{Metadata type|Particle}}
|colspan="2"| Is right paddle turning
+
  | colspan="2"| The particle
| false
+
  | <code>effect</code>
|-
 
  | {{Metadata id|}}
 
| VarInt
 
  |colspan="2"| Splash timer
 
  | 0
 
 
  |}
 
  |}
  
=== Chest Boat ===
+
=== Fishing Hook ===
  
{{Metadata inherit|Chest Boat|inherits=Boat}}
+
{{Metadata inherit|Fishing Hook|inherits=Entity}}
No additional metadata.
 
 
 
=== End Crystal ===
 
 
 
{{Metadata inherit|End Crystal|inherits=Entity}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,289: Line 1,357:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | OptBlockPos
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Beam target
+
  |colspan="2"| Hooked entity id + 1, or 0 if there is no hooked entity
  | Empty
+
  | 0
|-
+
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|Boolean}}
  |colspan="2"| Show bottom
+
  |colspan="2"| Is catchable
  | true
+
  | False
 
  |}
 
  |}
  
=== Dragon Fireball ===
+
=== Abstract Arrow ===
  
{{Metadata inherit|Dragon Fireball|inherits=Entity}}
+
{{Metadata inherit|Abstract Arrow|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,316: Line 1,376:
 
  !style="width: 250px;" colspan="2"| Meaning
 
  !style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
  ! Default
 +
|-
 +
| rowspan="3" | {{Metadata id|}}
 +
| rowspan="3" | {{Metadata type|Byte}}
 +
! Bit mask
 +
! Meaning
 +
| rowspan="3" | 0
 +
|-
 +
| 0x01
 +
| Is critical
 +
|-
 +
| 0x02
 +
| Is noclip (used by loyalty tridents when returning)
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | [[Slot]]
+
  | {{Metadata type|Byte}}
  |colspan="2"| Item
+
  |colspan="2"| Piercing level
  | Empty (which behaves as if it were a <code>minecraft:fire_charge</code>)
+
  | 0
 
  |}
 
  |}
  
=== Fireball ===
+
=== Arrow ===
  
{{Metadata inherit|Fireball|inherits=Entity}}
+
{{Metadata inherit|Arrow|inherits=Abstract Arrow}}
  
This is the large fireball shot by ghasts.
+
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,336: Line 1,408:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | [[Slot]]
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Item
+
  |colspan="2"| Color (-1 for no particles)
  | Empty
+
  | -1
 
  |}
 
  |}
  
=== Wither Skull ===
+
=== Spectral Arrow ===
 +
 
 +
{{Metadata inherit|Spectral Arrow|inherits=Abstract Arrow}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Thrown Trident ===
  
{{Metadata inherit|Wither Skull|inherits=Entity}}
+
{{Metadata inherit|Thrown Trident|inherits=Abstract Arrow}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,352: Line 1,430:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Is invulnerable
+
|colspan="2"| Loyalty level (enchantment)
  | false
+
| 0
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
  |colspan="2"| Has enchantment glint
 +
  | False
 
  |}
 
  |}
  
=== Firework Rocket Entity ===
+
=== Abstract Vehicle ===
  
{{Metadata inherit|Firework Rocket Entity|inherits=Entity}}
+
{{Metadata inherit|Abstract Vehicle|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,368: Line 1,451:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | [[Slot]]
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Firework info
+
  |colspan="2"| Shaking power
  | Empty
+
  | 0
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | OptVarInt
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Entity ID of entity which used firework (for elytra boosting)
+
  |colspan="2"| Shaking direction
  | Empty
+
  | 1
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|Float}}
  |colspan="2"| Is shot at angle (from a crossbow)
+
  |colspan="2"| Shaking multiplier
  | false
+
| 0.0
 +
  |-
 
  |}
 
  |}
  
=== Item Frame ===
+
=== Boat ===
  
{{Metadata inherit|Item Frame|inherits=Entity}}
+
{{Metadata inherit|Boat|inherits=Abstract Vehicle}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,394: Line 1,478:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | [[Slot]]
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Item
+
|colspan="2"| Type (0=oak, 1=spruce, 2=birch, 3=jungle, 4=acacia, 5=dark oak)
  | Empty
+
| 0
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
|colspan="2"| Is left paddle turning
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
  |colspan="2"| Is right paddle turning
 +
  | false
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Rotation
+
  |colspan="2"| Splash timer
 
  | 0
 
  | 0
 
  |}
 
  |}
  
=== Glowing Item Frame ===
+
=== Chest Boat ===
  
{{Metadata inherit|Glowing Item Frame|inherits=Item Frame}}
+
{{Metadata inherit|Chest Boat|inherits=Boat}}
  
 
No additional metadata.
 
No additional metadata.
  
 +
=== Abstract Minecart===
  
=== Painting ===
+
{{Metadata inherit|Abstract Minecart|inherits=Abstract Vehicle}}
 
 
{{Metadata inherit|Painting|inherits=Entity}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,422: Line 1,515:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | PaintingVariant
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Painting Type
+
  |colspan="2"| Custom block ID and damage
  | KEBAB
+
| 0
  |}
+
|-
 +
  | {{Metadata id|}}
 +
  | {{Metadata type|VarInt}}
 +
|colspan="2"| Custom block Y position (in 16ths of a block)
 +
| 6
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
|colspan="2"| 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
  
=== Item Entity ===
+
=== Minecart ===
  
{{Metadata inherit|Item Entity|inherits=Entity}}
+
{{Metadata inherit|Minecart|inherits=Abstract Minecart}}
  
{| class="wikitable"
+
No additional metadata.
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| {{Metadata id|}}
 
| [[Slot]]
 
|colspan="2"| Item
 
| Empty
 
|}
 
  
=== Living Entity ===
+
=== Abstract Minecart Container ===
  
{{Metadata inherit|Living Entity|inherits=Entity}}
+
{{Metadata inherit|Abstract Minecart Container|inherits=Abstract Minecart}}
  
{| class="wikitable"
+
No additional metadata.
 +
 
 +
=== Minecart Hopper ===
 +
 
 +
{{Metadata inherit|Minecart Hopper|inherits=Abstract Minecart Container }}
 +
 
 +
No additional metadata.
 +
 
 +
=== Minecart Chest ===
 +
 
 +
{{Metadata inherit|Minecart Chest|inherits=Abstract Minecart Container }}
 +
 
 +
No additional metadata.
 +
 
 +
=== Minecart Furnace ===
 +
 
 +
{{Metadata inherit|Minecart Furnace|inherits=Abstract Minecart}}
 +
 
 +
{| 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"| Hand states, used to trigger blocking/eating/drinking animation.
 
|rowspan="5"| 0
 
|-
 
! Bit mask
 
! Meaning
 
|-
 
| 0x01
 
| Is hand active
 
|-
 
| 0x02
 
| Active hand (0 = main hand, 1 = offhand)
 
|-
 
| 0x04
 
| Is in riptide spin attack
 
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
| Float
+
  | {{Metadata type|Boolean}}
|colspan="2"| Health
+
  |colspan="2"| Has fuel
| 1.0
 
|-
 
  | {{Metadata id|}}
 
| VarInt
 
|colspan="2"| Potion effect color (or 0 if there is no effect)
 
| 0
 
|-
 
| {{Metadata id|}}
 
| Boolean
 
  |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
 
 
  |}
 
  |}
  
=== Player ===
+
=== Minecart TNT ===
 +
 
 +
{{Metadata inherit|Minecart TNT|inherits=Abstract Minecart}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Minecart Spawner ===
  
{{Metadata inherit|Player|inherits=Living Entity}}
+
{{Metadata inherit|Minecart Spawner|inherits=Abstract Minecart}}
  
{| class="wikitable"
+
No additional metadata.
  ! Index
+
 
  ! Type
+
=== Minecart Command Block ===
  !style="width: 250px;" colspan="2"| Meaning
+
 
  ! Default
+
{{Metadata inherit|Minecart Command Block|inherits=Abstract Minecart}}
 +
 
 +
{| class="wikitable"
 +
  ! Index
 +
  ! Type
 +
  !style="width: 250px;" colspan="2"| Meaning
 +
  ! Default
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Float
+
  | {{Metadata type|String}}
  |colspan="2"| Additional Hearts
+
  |colspan="2"| Command
  | 0.0
+
  | <code></code>
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|Text Component}}
  |colspan="2"| Score
+
  |colspan="2"| Last output
  | 0
+
| <code>{"text":""}</code>
 +
|}
 +
 
 +
=== End Crystal ===
 +
 
 +
{{Metadata inherit|End Crystal|inherits=Entity}}
 +
 
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
  !style="width: 250px;" colspan="2"| Meaning
 +
! Default
 
  |-
 
  |-
  |rowspan="10"| {{Metadata id|}}
+
  | {{Metadata id|}}
  |rowspan="10"| Byte
+
  | {{Metadata type|Optional Position}}
  |colspan="2"| The Displayed Skin Parts bit mask that is sent in [[Protocol#Client Settings|Client Settings]]
+
  |colspan="2"| Beam target
|rowspan="10"| 0
+
  | Empty
|-
 
! 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''
 
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
| Byte
+
  | {{Metadata type|Boolean}}
|colspan="2"| Main hand (0 : Left, 1 : Right)
+
  |colspan="2"| Show bottom
| 1
+
  | true
|-
 
| {{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 ===
+
=== Dragon Fireball ===
  
{{Metadata inherit|Armor Stand|inherits=Living Entity}}
+
{{Metadata inherit|Dragon Fireball|inherits=Entity}}
  
{| class="wikitable"
+
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"
 
  ! 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
 
! Bit mask
 
! Meaning
 
|rowspan="5"| 0
 
|-
 
| 0x01
 
| Is Small
 
|-
 
| 0x04
 
| Has Arms
 
|-
 
| 0x08
 
| Has no BasePlate
 
|-
 
| 0x10
 
| Is Marker
 
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Rotations
+
  | {{Metadata type|Slot}}
  |colspan="2"| Head rotation
+
  |colspan="2"| Item
  | (0.0, 0.0, 0.0)
+
  | Empty (which behaves as if it were a <code>minecraft:fire_charge</code>)
 +
|}
 +
 
 +
=== Fireball ===
 +
 
 +
{{Metadata inherit|Fireball|inherits=Entity}}
 +
 
 +
This is the large fireball shot by ghasts.
 +
 
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
| Rotations
+
  | {{Metadata type|Slot}}
|colspan="2"| Body rotation
+
  |colspan="2"| Item
| (0.0, 0.0, 0.0)
+
  | Empty
|-
 
| {{Metadata id|}}
 
| 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.
+
=== Wither Skull ===
  
=== Mob ===
+
{{Metadata inherit|Wither Skull|inherits=Entity}}
 
 
{{Metadata inherit|Mob|inherits=Living Entity}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,632: Line 1,686:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="4"| {{Metadata id|}}
+
  | {{Metadata id|}}
  |rowspan="4"| Byte
+
  | {{Metadata type|Boolean}}
! Bit mask
+
  |colspan="2"| Is invulnerable
! Meaning
+
  | false
  |rowspan="4"| 0
 
|-
 
| 0x01
 
| NoAI
 
|-
 
| 0x02
 
| Is left handed
 
|-
 
| 0x04
 
| Is aggressive
 
  |-
 
 
  |}
 
  |}
  
=== Ambient Creature ===
+
=== Firework Rocket Entity ===
  
{{Metadata inherit|Ambient Creature|inherits=Mob}}
+
{{Metadata inherit|Firework Rocket Entity|inherits=Entity}}
 
 
No additional metadata.
 
 
 
=== Bat ===
 
 
 
{{Metadata inherit|Bat|inherits=Ambient Creature}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,665: Line 1,702:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | rowspan="2"| {{Metadata id|}}
+
  | {{Metadata id|}}
  | rowspan="2"| Byte
+
  | {{Metadata type|Slot}}
! Bit mask
+
  |colspan="2"| Firework info
! Meaning
+
| Empty
  | rowspan="2"| 0
 
 
  |-
 
  |-
  | 0x01
+
  | {{Metadata id|}}
  | Is hanging
+
| {{Metadata type|Optional VarInt}}
  |}
+
|colspan="2"| Entity ID of entity which used firework (for elytra boosting)
 +
  | Empty
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
|colspan="2"| Is shot at angle (from a crossbow)
 +
| false
 +
  |}
  
=== Pathfinder Mob ===
+
=== Item Frame ===
  
{{Metadata inherit|Pathfinder Mob|inherits=Mob}}
+
{{Metadata inherit|Item Frame|inherits=Entity}}
 
 
No additional metadata.
 
 
 
=== Water Animal ===
 
 
 
{{Metadata inherit|Water Animal|inherits=Pathfinder Mob}}
 
 
 
No additional metadata.
 
 
 
=== Squid ===
 
 
 
{{Metadata inherit|Squid|inherits=Water Animal}}
 
 
 
No additional metadata.
 
 
 
=== Dolphin ===
 
 
 
{{Metadata inherit|Dolphin|inherits=Water Animal}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,704: Line 1,729:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Position
+
  | {{Metadata type|Slot}}
  |colspan="2"| Treasure position
+
  |colspan="2"| Item
  | (0, 0, 0)
+
  | Empty
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Has fish
+
  |colspan="2"| Rotation
  | false
+
  | 0
  |-
+
  |}
| {{Metadata id|}}
+
 
| VarInt
+
=== Glowing Item Frame ===
|colspan="2"| Moisture level
+
 
| 2400
+
{{Metadata inherit|Glowing Item Frame|inherits=Item Frame}}
|}
+
 
 +
No additional metadata.
  
=== Abstract fish ===
+
=== Painting ===
  
{{Metadata inherit|Abstract fish|inherits=Water Animal}}
+
{{Metadata inherit|Painting|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,730: Line 1,756:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|Painting Variant}}
  |colspan="2"| From bucket
+
  |colspan="2"| Painting Type
  | False
+
  | KEBAB
 
  |}
 
  |}
  
=== Cod ===
+
=== Item Entity ===
  
{{Metadata inherit|Cod|inherits=Abstract fish}}
+
{{Metadata inherit|Item Entity|inherits=Entity}}
 
 
No additional metadata.
 
 
 
=== Puffer fish ===
 
 
 
{{Metadata inherit|Puffer fish|inherits=Abstract fish}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,752: Line 1,772:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|Slot}}
  |colspan="2"| PuffState (varies from 0 to 2)
+
  |colspan="2"| Item
  | 0
+
  | Empty
 
  |}
 
  |}
  
=== Salmon ===
+
=== Living Entity ===
  
{{Metadata inherit|Salmon|inherits=Abstract fish}}
+
{{Metadata inherit|Living Entity|inherits=Entity}}
 
 
No additional metadata.
 
 
 
=== Tropical fish ===
 
 
 
{{Metadata inherit|Tropical fish|inherits=Abstract fish}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,772: Line 1,786:
 
  !style="width: 250px;" colspan="2"| Meaning
 
  !style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
  ! Default
 +
|-
 +
|rowspan="5"| {{Metadata id|}}
 +
|rowspan="5"| {{Metadata type|Byte}}
 +
|colspan="2"| Hand states, used to trigger blocking/eating/drinking animation.
 +
|rowspan="5"| 0
 +
|-
 +
! Bit mask
 +
! Meaning
 +
|-
 +
| 0x01
 +
| Is hand active
 +
|-
 +
| 0x02
 +
| Active hand (0 = main hand, 1 = offhand)
 +
|-
 +
| 0x04
 +
| Is in riptide spin attack
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Float}}
 +
|colspan="2"| Health
 +
| 1.0
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Variant
+
|colspan="2"| Potion effect color (or 0 if there is no effect)
 +
| 0
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
|colspan="2"| Is potion effect ambient: reduces the number of particles generated by potions to 1/5 the normal amount
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|VarInt}}
 +
|colspan="2"| Number of arrows in entity
 +
| 0
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|VarInt}}
 +
  |colspan="2"| Number of bee stingers in entity
 
  | 0
 
  | 0
|}
 
 
=== Ageable Mob ===
 
 
{{Metadata inherit|Ageable Mob|inherits=Pathfinder Mob}}
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|Optional Position}}
  |colspan="2"| Is baby
+
  |colspan="2"| Location of the bed that the entity is currently sleeping in (Empty if it isn't sleeping)
  | false
+
  | Empty
 
  |}
 
  |}
  
=== Animal ===
+
=== Player ===
  
{{Metadata inherit|Animal|inherits=Ageable Mob}}
+
{{Metadata inherit|Player|inherits=Living Entity}}
 
 
No additional metadata.
 
 
 
=== Abstract Horse ===
 
 
 
{{Metadata inherit|Abstract Horse|inherits=Animal}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,811: Line 1,845:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="9"| {{Metadata id|}}
+
| {{Metadata id|}}
  |rowspan="9"| Byte
+
| {{Metadata type|Float}}
  ! Bit mask
+
|colspan="2"| Additional Hearts
! Meaning
+
| 0.0
  |rowspan="9"| 0
+
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|VarInt}}
 +
|colspan="2"| Score
 +
| 0
 +
|-
 +
  |rowspan="10"| {{Metadata id|}}
 +
  |rowspan="10"| {{Metadata type|Byte}}
 +
  |colspan="2"| The Displayed Skin Parts bit mask that is sent in [[Protocol#Client Settings|Client Settings]]
 +
  |rowspan="10"| 0
 +
|-
 +
! Bit mask !! Meaning
 
  |-
 
  |-
  | 0x01
+
  | 0x01 || Cape enabled
| ''Unused''
 
 
  |-
 
  |-
  | 0x02
+
  | 0x02 || Jacket enabled
| Is Tame
 
 
  |-
 
  |-
  | 0x04
+
  | 0x04 || Left sleeve enabled
| Is saddled
 
 
  |-
 
  |-
  | 0x08
+
  | 0x08 || Right sleeve enabled
| Has bred
 
 
  |-
 
  |-
  | 0x10
+
  | 0x10 || Left pants leg enabled
| Is eating
 
 
  |-
 
  |-
  | 0x20
+
  | 0x20 || Right pants leg enabled
| Is rearing (on hind legs)
 
 
  |-
 
  |-
  | 0x40
+
  | 0x40 || Hat enabled
| Is mouth open
 
 
  |-
 
  |-
  | 0x80
+
  | 0x80 || ''Unused''
| ''Unused''
 
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | OptUUID
+
  | {{Metadata type|Byte}}
  |colspan="2"| Owner
+
|colspan="2"| Main hand (0 : Left, 1 : Right)
  | Absent
+
| 1
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|NBT}}
 +
|colspan="2"| Left shoulder entity data (for occupying parrot)
 +
| Empty
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|NBT}}
 +
  |colspan="2"| Right shoulder entity data (for occupying parrot)
 +
  | Empty
 
  |}
 
  |}
  
 +
=== Armor Stand ===
  
 +
{{Metadata inherit|Armor Stand|inherits=Living Entity}}
  
=== Horse ===
+
{| class="wikitable"
 
 
{{Metadata inherit|Horse|inherits=Abstract Horse}}
 
 
 
{| 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"| {{Metadata type|Byte}}
 +
! Bit mask
 +
! Meaning
 +
|rowspan="5"| 0
 +
|-
 +
| 0x01
 +
| Is Small
 +
|-
 +
| 0x04
 +
| Has Arms
 +
|-
 +
| 0x08
 +
| Has no BasePlate
 +
|-
 +
| 0x10
 +
| Is Marker
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|Rotations}}
  |colspan="2"| Variant (Color & Style)
+
  |colspan="2"| Head rotation
  | 0
+
| (0.0, 0.0, 0.0)
 +
  |-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Rotations}}
 +
|colspan="2"| Body rotation
 +
| (0.0, 0.0, 0.0)
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Rotations}}
 +
|colspan="2"| Left arm rotation
 +
| (-10.0, 0.0, -10.0)
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Rotations}}
 +
|colspan="2"| Right arm rotation
 +
| (-15.0, 0.0, 10.0)
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Rotations}}
 +
|colspan="2"| Left leg rotation
 +
| (-1.0, 0.0, -1.0)
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Rotations}}
 +
|colspan="2"| Right leg rotation
 +
| (1.0, 0.0, 1.0)
 
  |}
 
  |}
  
=== Zombie Horse ===
+
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.
  
{{Metadata inherit|Zombie Horse|inherits=Abstract Horse}}
+
=== Mob ===
  
=== Skeleton Horse ===
+
{{Metadata inherit|Mob|inherits=Living Entity}}
  
{{Metadata inherit|Skeleton Horse|inherits=Abstract Horse}}
+
{| class="wikitable"
 
+
  ! Index
=== Chested Horse ===
+
  ! Type
 
 
{{Metadata inherit|Chested Horse|inherits=Abstract Horse}}
 
 
 
{| class="wikitable"  
 
  ! Index
 
  ! Type
 
 
  !style="width: 250px;" colspan="2"| Meaning
 
  !style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | {{Metadata id|}}
+
  |rowspan="4"| {{Metadata id|}}
  | Boolean
+
  |rowspan="4"| {{Metadata type|Byte}}
  |colspan="2"| Has Chest
+
! Bit mask
  | false
+
! Meaning
 +
  |rowspan="4"| 0
 +
|-
 +
| 0x01
 +
| NoAI
 +
|-
 +
| 0x02
 +
| Is left handed
 +
|-
 +
| 0x04
 +
| Is aggressive
 +
  |-
 
  |}
 
  |}
  
=== Donkey ===
+
=== Ambient Creature ===
 +
 
 +
{{Metadata inherit|Ambient Creature|inherits=Mob}}
  
{{Metadata inherit|Donkey|inherits=Chested Horse}}
+
No additional metadata.
  
=== Llama ===
+
=== Bat ===
  
{{Metadata inherit|Llama|inherits=Chested Horse}}
+
{{Metadata inherit|Bat|inherits=Ambient Creature}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,903: Line 1,998:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | {{Metadata id|}}
+
  | rowspan="2"| {{Metadata id|}}
  | VarInt
+
  | rowspan="2"| {{Metadata type|Byte}}
  | colspan="2"| Strength (number of columns of 3 slots in the llama's inventory once a chest is equipped)
+
! Bit mask
| 0
+
! Meaning
 +
  | rowspan="2"| 0
 
  |-
 
  |-
  | {{Metadata id|}}
+
  | 0x01
| VarInt
+
  | Is hanging
| 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 ===
+
=== Pathfinder Mob ===
  
{{Metadata inherit|Trader Llama|Llama}}
+
{{Metadata inherit|Pathfinder Mob|inherits=Mob}}
  
 
No additional metadata.
 
No additional metadata.
  
=== Mule ===
+
=== Water Animal ===
 +
 
 +
{{Metadata inherit|Water Animal|inherits=Pathfinder Mob}}
 +
 
 +
No additional metadata.
  
{{Metadata inherit|Mule|inherits=Chested Horse}}
+
=== Squid ===
  
 +
{{Metadata inherit|Squid|inherits=Water Animal}}
  
 +
No additional metadata.
  
=== Axolotl ===
+
=== Dolphin ===
  
{{Metadata inherit|Axolotl|inherits=Animal}}
+
{{Metadata inherit|Dolphin|inherits=Water Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,942: Line 2,037:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|Position}}
  |colspan="2"| Variant (0 = lucy, 1 = wild, 2 = gold, 3 = cyan, 4 = blue)
+
  |colspan="2"| Treasure position
| 0 (lucy)
+
| (0, 0, 0)
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|Boolean}}
  |colspan="2"| If it is currently playing dead.
+
  |colspan="2"| Has fish
 
  | false
 
  | false
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|VarInt}}
  |colspan="2"| If it was spawned from a bucket.
+
  |colspan="2"| Moisture level
  | false
+
  | 2400
 
  |}
 
  |}
  
=== Bee ===
+
=== Abstract fish ===
  
{{Metadata inherit|Bee|inherits=Animal}}
+
{{Metadata inherit|Abstract fish|inherits=Water Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,966: Line 2,061:
 
  !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
+
  | {{Metadata type|Boolean}}
  | colspan="2"| Anger time in ticks
+
  |colspan="2"| From bucket
  | 0 (Not angry)
+
  | False
 
  |}
 
  |}
  
=== Fox ===
+
=== Cod ===
 +
 
 +
{{Metadata inherit|Cod|inherits=Abstract fish}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Puffer fish ===
  
{{Metadata inherit|Fox|inherits=Animal}}
+
{{Metadata inherit|Puffer fish|inherits=Abstract fish}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,997: Line 2,085:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|VarInt}}
| colspan="2" | Type (0: red, 1: snow)
+
  |colspan="2"| PuffState (varies from 0 to 2)
| 0 (red)
+
  | 0
|-
 
| rowspan="9" | {{Metadata id|}}
 
| rowspan="9" | Byte
 
! Bit mask
 
! Meaning
 
| rowspan="9" | 0
 
|-
 
| 0x01 || Is sitting
 
|-
 
| 0x02 || ''Unused''
 
|-
 
| 0x04 || Is crouching
 
|-
 
| 0x08 || Is interested
 
|-
 
| 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
 
 
  |}
 
  |}
  
=== Frog ===
+
=== Salmon ===
  
{{Metadata inherit|Frog|inherits=Animal}}
+
{{Metadata inherit|Salmon|inherits=Abstract fish}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Tropical fish ===
 +
 
 +
{{Metadata inherit|Tropical fish|inherits=Abstract fish}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,045: Line 2,107:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
| FrogVariant
+
  | {{Metadata type|VarInt}}
|colspan="2"| Frog Variant
+
  |colspan="2"| Variant
| TEMPERATE
 
|-
 
  | {{Metadata id|}}
 
| Optional Unsigned VarInt
 
  |colspan="2"| Tongue Target
 
 
  | 0
 
  | 0
 
  |}
 
  |}
  
 +
=== Tadpole ===
  
=== Ocelot ===
+
{{Metadata inherit|Tadpole|inherits=Abstract fish}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Ageable Mob ===
  
{{Metadata inherit|Ocelot|inherits=Animal}}
+
{{Metadata inherit|Ageable Mob|inherits=Pathfinder Mob}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,067: Line 2,129:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|Boolean}}
  |colspan="2"| Is trusting
+
  |colspan="2"| Is baby
 
  | false
 
  | false
 
  |}
 
  |}
  
=== Panda ===
+
=== Animal ===
 +
 
 +
{{Metadata inherit|Animal|inherits=Ageable Mob}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Sniffer ===
  
{{Metadata inherit|Panda|inherits=Animal}}
+
{{Metadata inherit|Axolotl|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,083: Line 2,151:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Integer
+
  | {{Metadata type|Sniffer State }}
  |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"| Sniffer State
  | 0
+
  | IDLING
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
| Integer
+
  | {{Metadata type|VarInt}}
|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"| Drop seed at tick
| 0
 
|-
 
  | {{Metadata id|}}
 
| Integer
 
  |colspan="2"| Eat timer.  If nonzero, counts upwards.
 
 
  | 0
 
  | 0
 +
|}
 +
 +
=== Abstract Horse ===
 +
 +
{{Metadata inherit|Abstract Horse|inherits=Animal}}
 +
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 
  |-
 
  |-
  | {{Metadata id|}}
+
  |rowspan="9"| {{Metadata id|}}
| Byte
+
  |rowspan="9"| {{Metadata type|Byte}}
|colspan="2"| Main Gene
 
| 0
 
|-
 
| {{Metadata id|}}
 
| Byte
 
|colspan="2"| Hidden Gene
 
| 0
 
|-
 
  |rowspan="6"| {{Metadata id|}}
 
|rowspan="6"| Byte
 
 
  ! Bit mask
 
  ! Bit mask
 
  ! Meaning
 
  ! Meaning
  |rowspan="6"| 0
+
  |rowspan="9"| 0
 
  |-
 
  |-
 
  | 0x01
 
  | 0x01
  | Unused
+
  | ''Unused''
 
  |-
 
  |-
 
  | 0x02
 
  | 0x02
  | Is sneezing
+
  | Is Tame
 
  |-
 
  |-
 
  | 0x04
 
  | 0x04
  | Is rolling
+
  | Is saddled
 
  |-
 
  |-
 
  | 0x08
 
  | 0x08
  | Is sitting
+
  | Has bred
 
  |-
 
  |-
 
  | 0x10
 
  | 0x10
  | Is on back
+
  | Is eating
  |}
+
|-
 +
| 0x20
 +
| Is rearing (on hind legs)
 +
|-
 +
| 0x40
 +
| Is mouth open
 +
|-
 +
| 0x80
 +
| ''Unused''
 +
  |}
  
=== Pig ===
+
=== Horse ===
  
{{Metadata inherit|Pig|inherits=Animal}}
+
{{Metadata inherit|Horse|inherits=Abstract Horse}}
  
{| class="wikitable"
+
{| class="wikitable"  
 
  ! Index
 
  ! Index
 
  ! Type
 
  ! Type
Line 2,140: Line 2,213:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
| Boolean
+
  | {{Metadata type|VarInt}}
|colspan="2"| Has saddle
+
  |colspan="2"| Variant (Color & Style)
| false
 
|-
 
  | {{Metadata id|}}
 
| VarInt
 
  |colspan="2"| Total time to "boost" with a carrot on a stick for
 
 
  | 0
 
  | 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.
+
=== Zombie Horse ===
 +
 
 +
{{Metadata inherit|Zombie Horse|inherits=Abstract Horse}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Skeleton Horse ===
 +
 
 +
{{Metadata inherit|Skeleton Horse|inherits=Abstract Horse}}
 +
 
 +
No additional metadata.
  
=== Rabbit ===
+
=== Camel ===
  
{{Metadata inherit|Rabbit|inherits=Animal}}
+
{{Metadata inherit|Camel|inherits=Abstract Horse}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,163: Line 2,241:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|Boolean}}
  |colspan="2"| Type
+
|colspan="2"| Is dashing
 +
| False
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|VarLong}}
 +
  |colspan="2"| Last pose change tick
 
  | 0
 
  | 0
 
  |}
 
  |}
  
=== Turtle ===
+
=== Chested Horse ===
  
{{Metadata inherit|Turtle|inherits=Animal}}
+
{{Metadata inherit|Chested Horse|inherits=Abstract Horse}}
  
{| class="wikitable"
+
{| class="wikitable"  
 
  ! Index
 
  ! Index
 
  ! Type
 
  ! Type
Line 2,179: Line 2,262:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
| BlockPos
+
  | {{Metadata type|Boolean}}
|colspan="2"| Home pos
+
  |colspan="2"| Has Chest
| (0, 0, 0)
 
|-
 
  | {{Metadata id|}}
 
| Boolean
 
  |colspan="2"| Has egg
 
 
  | false
 
  | false
 +
|}
 +
 +
=== Donkey ===
 +
 +
{{Metadata inherit|Donkey|inherits=Chested Horse}}
 +
 +
No additional metadata.
 +
 +
=== Llama ===
 +
 +
{{Metadata inherit|Llama|inherits=Chested Horse}}
 +
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Is laying egg
+
  | colspan="2"| Strength (number of columns of 3 slots in the llama's inventory once a chest is equipped)
  | false
+
  | 0
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | BlockPos
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Travel pos
+
  | colspan="2"| Carpet color (a dye color, or -1 if no carpet equipped)
  | (0, 0, 0)
+
  | -1
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
| Boolean
+
  | {{Metadata type|VarInt}}
|colspan="2"| Is going home
+
  | 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>)
| false
+
  | 0
|-
 
  | {{Metadata id|}}
 
| Boolean
 
  |colspan="2"| Is traveling
 
  | false
 
 
  |}
 
  |}
  
=== Polar Bear ===
+
=== Trader Llama ===
 +
 
 +
{{Metadata inherit|Trader Llama|inherits=Llama}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Mule ===
 +
 
 +
{{Metadata inherit|Mule|inherits=Chested Horse}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Axolotl ===
  
{{Metadata inherit|Polar Bear|inherits=Animal}}
+
{{Metadata inherit|Axolotl|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,220: Line 2,322:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Is standing up
+
|colspan="2"| Variant (0 = lucy, 1 = wild, 2 = gold, 3 = cyan, 4 = blue)
 +
| 0 (lucy)
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
|colspan="2"| If it is currently playing dead.
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
  |colspan="2"| If it was spawned from a bucket.
 
  | false
 
  | false
 
  |}
 
  |}
  
=== Chicken ===
+
=== Bee ===
  
{{Metadata inherit|Chicken|inherits=Animal}}
+
{{Metadata inherit|Bee|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,246: Line 2,346:
 
  !style="width: 250px;" colspan="2"| Meaning
 
  !style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
  ! Default
 +
|-
 +
|rowspan="5"| {{Metadata id|}}
 +
|rowspan="5"| {{Metadata type|Byte}}
 +
|colspan="2"| Flags
 +
|rowspan="5"| 0
 +
|-
 +
| 0x01 || ''Unused''
 +
|-
 +
| 0x02 || Is angry
 +
|-
 +
| 0x04 || Has stung
 +
|-
 +
| 0x08 || Has nectar
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Is immune to zombification
+
  | colspan="2"| Anger time in ticks
  | false
+
  | 0 (Not angry)
 
  |}
 
  |}
 
=== Mooshroom ===
 
  
{{Metadata inherit|Mooshroom|inherits=Cow}}
+
=== Fox ===
 +
 
 +
{{Metadata inherit|Fox|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,264: Line 2,377:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | String
+
  | {{Metadata type|VarInt}}
  | colspan="2"| Variant ("red" or "brown")
+
  | colspan="2" | Type (0: red, 1: snow)
  | red
+
  | 0 (red)
|}
 
 
 
=== Sheep ===
 
 
 
{{Metadata inherit|Sheep|inherits=Animal}}
 
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
 
  |-
 
  |-
  |rowspan="3"| {{Metadata id|}}
+
  | rowspan="9" | {{Metadata id|}}
  |rowspan="3"| Byte
+
  | rowspan="9" | {{Metadata type|Byte}}
 
  ! Bit mask
 
  ! Bit mask
 
  ! Meaning
 
  ! Meaning
  |rowspan="3"| 0
+
  | rowspan="9" | 0
 +
|-
 +
| 0x01 || Is sitting
 +
|-
 +
| 0x02 || ''Unused''
 +
|-
 +
| 0x04 || Is crouching
 
  |-
 
  |-
  | 0x0F
+
  | 0x08 || Is interested
| Color ID
 
 
  |-
 
  |-
  | 0x10
+
  | 0x10 || Is pouncing
| Is sheared
+
  |-
  |}
+
  | 0x20 || Is sleeping
   
+
  |-
=== Strider ===
+
  | 0x40 || Is faceplanted
 
 
{{Metadata inherit|Strider|inherits=Animal}}
 
 
 
{| class="wikitable"
 
  ! Index
 
  ! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
 
  |-
 
  |-
  | {{Metadata id|}}
+
  | 0x80 || Is defending
| VarInt
 
|colspan="2"| Total time to "boost" with warped fungus on a stick for
 
| 0
 
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|Optional UUID}}
  |colspan="2"| Is shaking (true unless riding a vehicle or on or in a block tagged with strider_warm_blocks (default: lava))
+
  | colspan="2" | First UUID (in <code>UUIDs</code> NBT)?
  | false
+
  | Absent
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|Optional UUID}}
  |colspan="2"| Has saddle
+
  | colspan="2" | Second UUID (in <code>UUIDs</code> NBT)?
  | false
+
  | Absent
 
  |}
 
  |}
  
=== Tameable Animal ===
+
=== Frog ===
  
{{Metadata inherit|Tameable Animal|inherits=Animal}}
+
{{Metadata inherit|Frog|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,328: Line 2,424:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="4"| {{Metadata id|}}
+
  | {{Metadata id|}}
  |rowspan="4"| Byte
+
  | {{Metadata type|Frog Variant}}
! Bit mask
+
  |colspan="2"| Frog Variant
! Meaning
+
| TEMPERATE
  |rowspan="4"| 0
 
 
  |-
 
  |-
  | 0x01
+
  | {{Metadata id|}}
| Is sitting
+
  | {{Metadata type|Optional VarInt}}
|-
+
  |colspan="2"| Tongue Target
| 0x02
+
  | 0
| ''Unused''
 
|-
 
| 0x04
 
| Is tamed
 
|-
 
  | {{Metadata id|}}
 
| OptUUID
 
  |colspan="2"| Owner
 
  | Absent
 
 
  |}
 
  |}
  
=== Cat ===
+
=== Ocelot ===
  
{{Metadata inherit|Cat|inherits=Tameable Animal}}
+
{{Metadata inherit|Ocelot|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,360: Line 2,446:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
| VarInt
+
  | {{Metadata type|Boolean}}
|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"| Is trusting
| 1
 
|-
 
  | {{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
 
  | false
|-
 
| {{Metadata id|}}
 
| VarInt
 
|colspan="2"| Collar color (values are those {{Minecraft Wiki|Data_values#Dyes|used with dyes}})
 
| 14 (Red)
 
 
  |}
 
  |}
  
=== Wolf ===
+
=== Panda ===
  
{{Metadata inherit|Wolf|inherits=Tameable Animal}}
+
{{Metadata inherit|Panda|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,391: Line 2,462:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Is begging
+
  |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.
  | false
+
  | 0
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Collar color (values are those {{Minecraft Wiki|Data_values#Dyes|used with dyes}})
+
  |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).
  | 14 (Red)
+
  | 0
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Anger time
+
  |colspan="2"| Eat timer.  If nonzero, counts upwards.
 
  | 0
 
  | 0
|}
 
 
=== Parrot ===
 
 
{{Metadata inherit|Parrot|inherits=Tameable Animal}}
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|Byte}}
  |colspan="2"| Variant (0: red/blue, 1: blue, 2: green, 3: yellow/blue, 4: grey)
+
  |colspan="2"| Main Gene
 
  | 0
 
  | 0
|}
 
 
=== Abstract Villager ===
 
 
{{Metadata inherit|Abstract Villager|inherits=Ageable Mob}}
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|Byte}}
  |colspan="2"| Head shake timer (starts at 40, decrements each tick)
+
  |colspan="2"| Hidden Gene
 
  | 0
 
  | 0
 +
|-
 +
|rowspan="6"| {{Metadata id|}}
 +
|rowspan="6"| {{Metadata type|Byte}}
 +
! Bit mask
 +
! Meaning
 +
|rowspan="6"| 0
 +
|-
 +
| 0x01
 +
| Unused
 +
|-
 +
| 0x02
 +
| Is sneezing
 +
|-
 +
| 0x04
 +
| Is rolling
 +
|-
 +
| 0x08
 +
| Is sitting
 +
|-
 +
| 0x10
 +
| Is on back
 
  |}
 
  |}
  
=== Villager ===
+
=== Pig ===
  
{{Metadata inherit|Villager|inherits=Abstract Villager}}
+
{{Metadata inherit|Pig|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,449: Line 2,519:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Villager Data
+
  | {{Metadata type|Boolean}}
  |colspan="2"| Villager Data
+
|colspan="2"| Has saddle
  | Plains/None/1
+
| false
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|VarInt}}
 +
  |colspan="2"| Total time to "boost" with a carrot on a stick for
 +
  | 0
 
  |}
 
  |}
  
=== Wandering Trader ===
+
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.
  
{{Metadata inherit|Wandering Trader|inherits=Abstract Villager}}
+
=== Rabbit ===
  
No additional metadata.
+
{{Metadata inherit|Rabbit|inherits=Animal}}
 
 
=== Abstract Golem ===
 
 
 
{{Metadata inherit|Abstract Golem|inherits=Pathfinder Mob}}
 
 
 
No additional metadata.
 
 
 
=== Iron Golem ===
 
 
 
{{Metadata inherit|Iron Golem|inherits=Abstract Golem}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,476: Line 2,541:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="2"| {{Metadata id|}}
+
  | {{Metadata id|}}
  |rowspan="2"| Byte
+
  | {{Metadata type|VarInt}}
! Bit mask
+
  |colspan="2"| Type
! Meaning
+
  | 0
  |rowspan="2"| 0
 
  |-
 
| 0x01
 
| Is player-created
 
 
  |}
 
  |}
  
=== Snow Golem ===
+
=== Turtle ===
  
{{Metadata inherit|Snow Golem|inherits=Abstract Golem}}
+
{{Metadata inherit|Turtle|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,496: Line 2,557:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="3"| {{Metadata id|}}
+
  | {{Metadata id|}}
  |rowspan="3"| Byte
+
  | {{Metadata type|Position}}
! Bit mask
+
  |colspan="2"| Home pos
! Meaning
+
| (0, 0, 0)
  |rowspan="3"| 0x10
 
 
  |-
 
  |-
  | 0x00
+
  | {{Metadata id|}}
  | Has no pumpkin hat
+
| {{Metadata type|Boolean}}
 +
  |colspan="2"| Has egg
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
|colspan="2"| Is laying egg
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Position}}
 +
|colspan="2"| Travel pos
 +
| (0, 0, 0)
 
  |-
 
  |-
  | 0x10
+
  | {{Metadata id|}}
  | Has pumpkin hat
+
| {{Metadata type|Boolean}}
 +
|colspan="2"| Is going home
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
|colspan="2"| Is traveling
 +
  | false
 
  |}
 
  |}
  
=== Shulker ===
+
=== Polar Bear ===
  
{{Metadata inherit|Shulker|inherits=Abstract Golem}}
+
{{Metadata inherit|Polar Bear|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,520: Line 2,599:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
| Direction
+
  | {{Metadata type|Boolean}}
|colspan="2"| Attach face
+
  |colspan="2"| Is standing up
| Down (0)
+
  | false
|-
 
  | {{Metadata id|}}
 
| OptPosition
 
|colspan="2"| Attachment position
 
| Absent
 
|-
 
| {{Metadata id|}}
 
| Byte
 
|colspan="2"| Shield height
 
| 0
 
|-
 
| {{Metadata id|}}
 
| Byte
 
  | colspan="2"| Color (dye color)
 
  | 10 (purple)
 
 
  |}
 
  |}
  
=== Monster ===
+
=== Chicken ===
  
{{Metadata inherit|Monster|inherits=Pathfinder Mob}}
+
{{Metadata inherit|Chicken|inherits=Animal}}
  
 
No additional metadata.
 
No additional metadata.
  
=== Base Piglin ===
+
=== Cow ===
 +
 
 +
{{Metadata inherit|Cow|inherits=Animal}}
 +
 
 +
No additional metadata.
 +
 +
=== Mooshroom ===
  
{{Metadata inherit|Base Piglin|inherits=Monster}}
+
{{Metadata inherit|Mooshroom|inherits=Cow}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,557: Line 2,627:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|String}}
  |colspan="2"| Is immune to zombification
+
  | colspan="2"| Variant ("red" or "brown")
  | false
+
  | red
 
  |}
 
  |}
 
=== Piglin ===
 
  
{{Metadata inherit|Piglin|inherits=Base Piglin}}
+
=== Hoglin ===
 +
 
 +
{{Metadata inherit|Hoglin|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,573: Line 2,643:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
| Boolean
+
  | {{Metadata type|Boolean}}
|colspan="2"| Is baby
+
  |colspan="2"| Is immune to zombification
| false
 
|-
 
  | {{Metadata id|}}
 
| Boolean
 
|colspan="2"| Is charging crossbow
 
| false
 
|-
 
| {{Metadata id|}}
 
| Boolean
 
  |colspan="2"| Is dancing
 
 
  | false
 
  | false
 
  |}
 
  |}
 
=== Piglin Brute ===
 
  
{{Metadata inherit|Piglin Brute|inherits=Base Piglin}}
+
=== Sheep ===
  
No additional metadata.
+
{{Metadata inherit|Sheep|inherits=Animal}}
 
 
 
 
=== Blaze ===
 
 
 
{{Metadata inherit|Blaze|inherits=Monster}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,605: Line 2,658:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="2"| {{Metadata id|}}
+
  |rowspan="3"| {{Metadata id|}}
  |rowspan="2"| Byte
+
  |rowspan="3"| {{Metadata type|Byte}}
 
  ! Bit mask
 
  ! Bit mask
 
  ! Meaning
 
  ! Meaning
  |rowspan="2"| 0
+
  |rowspan="3"| 0
 +
|-
 +
| 0x0F
 +
| Color ID
 
  |-
 
  |-
  | 0x01
+
  | 0x10
  | Is on fire
+
  | Is sheared
 
  |}
 
  |}
 +
 +
=== Strider ===
  
=== Creeper ===
+
{{Metadata inherit|Strider|inherits=Animal}}
 
 
{{Metadata inherit|Creeper|inherits=Monster}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,626: Line 2,682:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|VarInt}}
  |colspan="2"| State (-1 = idle, 1 = fuse)
+
  |colspan="2"| Total time to "boost" with warped fungus on a stick for
  | -1
+
  | 0
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|Boolean}}
  |colspan="2"| Is {{Minecraft Wiki|Creeper#Charged Creeper|charged}}
+
  |colspan="2"| Is shaking (true unless riding a vehicle or on or in a block tagged with strider_warm_blocks (default: lava))
 
  | false
 
  | false
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|Boolean}}
  |colspan="2"| Is ignited
+
  |colspan="2"| Has saddle
 
  | false
 
  | false
 
  |}
 
  |}
  
=== Endermite ===
+
=== Goat ===
 
 
{{Metadata inherit|Endermite|inherits=Monster}}
 
 
 
No additional metadata.
 
 
 
=== Giant ===
 
 
 
{{Metadata inherit|Giant|inherits=Monster}}
 
 
 
No additional metadata.
 
 
 
=== Goat ===
 
  
 
{{Metadata inherit|Goat|inherits=Animal}}
 
{{Metadata inherit|Goat|inherits=Animal}}
Line 2,664: Line 2,708:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|Boolean}}
 
  |colspan="2"| Is Screaming Goat
 
  |colspan="2"| Is Screaming Goat
 
  | false
 
  | false
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|Boolean}}
 
  |colspan="2"| Has Left Horn
 
  |colspan="2"| Has Left Horn
 
  | true
 
  | true
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|Boolean}}
 
  |colspan="2"| Has Right Horn
 
  |colspan="2"| Has Right Horn
 
  | true
 
  | true
Line 2,680: Line 2,724:
 
  |}
 
  |}
  
=== Guardian ===
+
=== Tameable Animal ===
  
{{Metadata inherit|Guardian|inherits=Monster}}
+
{{Metadata inherit|Tameable Animal|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,689: Line 2,733:
 
  !style="width: 250px;" colspan="2"| Meaning
 
  !style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
  ! Default
  |-  
+
  |-
  | {{Metadata id|}}
+
  |rowspan="4"| {{Metadata id|}}
  | Boolean
+
  |rowspan="4"| {{Metadata type|Byte}}
  |colspan="2"| Is retracting spikes
+
! Bit mask
  | false
+
! Meaning
 +
  |rowspan="4"| 0
 +
|-
 +
| 0x01
 +
| Is sitting
 +
  |-
 +
| 0x02
 +
| ''Unused''
 +
|-
 +
| 0x04
 +
| Is tamed
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|Optional UUID}}
  |colspan="2"| Target EID
+
  |colspan="2"| Owner
  | 0
+
  | Absent
 
  |}
 
  |}
  
=== Elder Guardian ===
+
=== Cat ===
  
{{Metadata inherit|Elder Guardian|inherits=Guardian}}
+
{{Metadata inherit|Cat|inherits=Tameable Animal}}
 
 
=== Silverfish ===
 
 
 
{{Metadata inherit|Silverfish|inherits=Monster}}
 
 
 
No additional metadata.
 
 
 
=== Raider ===
 
 
 
{{Metadata inherit|Raider|inherits=Monster}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,722: Line 2,766:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | boolean
+
  | {{Metadata type|Cat Variant}}
  | colspan="2"| Is celebrating
+
|colspan="2"| Cat Variant
 +
| BLACK
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
|colspan="2"| Is lying
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
  |colspan="2"| Is relaxed? (This makes their head go slightly upwards, unknown when used)
 
  | false
 
  | false
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|VarInt}}
 +
|colspan="2"| Collar color (values are those {{Minecraft Wiki|Data_values#Dyes|used with dyes}})
 +
| 14 (Red)
 
  |}
 
  |}
  
"Is celebrating" appears to control the pose for vindicators and does not appear to be used by other types.
+
=== Wolf ===
  
=== Abstract Illager ===
+
{{Metadata inherit|Wolf|inherits=Tameable Animal}}
  
{{Metadata inherit|Abstract Illager|inherits=Raider}}
+
{| class="wikitable"
 
+
! Index
No additional metadata.
+
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
|colspan="2"| Is begging
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|VarInt}}
 +
|colspan="2"| Collar color (values are those {{Minecraft Wiki|Data_values#Dyes|used with dyes}})
 +
| 14 (Red)
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|VarInt}}
 +
|colspan="2"| Anger time
 +
| 0
 +
|}
  
=== Vindicator ===
+
=== Parrot ===
  
{{Metadata inherit|Vindicator|inherits=Abstract Illager}}
+
{{Metadata inherit|Parrot|inherits=Tameable Animal}}
 
 
=== Pillager ===
 
 
 
{{Metadata inherit|Pillager|inherits=Abstract Illager}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,750: Line 2,823:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Is charging
+
  |colspan="2"| Variant (0: red/blue, 1: blue, 2: green, 3: yellow/blue, 4: grey)
  | false
+
  | 0
 
  |}
 
  |}
  
=== Spellcaster Illager ===
+
=== Abstract Villager ===
  
{{Metadata inherit|Spellcaster Illager|inherits=Abstract Illager}}
+
{{Metadata inherit|Abstract Villager|inherits=Ageable Mob}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,766: Line 2,839:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Byte
+
  | {{Metadata type|VarInt}}
  | colspan="2"| Spell (0: none, 1: summon vex, 2: attack, 3: wololo, 4: disappear, 5: blindness)
+
  |colspan="2"| Head shake timer (starts at 40, decrements each tick)
 
  | 0
 
  | 0
 
  |}
 
  |}
  
=== Evoker ===
+
=== Villager ===
  
{{Metadata inherit|Evoker|inherits=Spellcaster Illager}}
+
{{Metadata inherit|Villager|inherits=Abstract Villager}}
 
 
=== Illusioner ===
 
 
 
{{Metadata inherit|Illusioner|inherits=Spellcaster Illager}}
 
 
 
=== Ravager ===
 
 
 
{{Metadata inherit|Ravager|inherits=Raider}}
 
 
 
No additional metadata.
 
 
 
=== Witch ===
 
 
 
{{Metadata inherit|Witch|inherits=Raider}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,796: Line 2,855:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|Villager Data}}
  |colspan="2"| Is drinking potion
+
  |colspan="2"| Villager Data
  | false
+
  | Plains/None/1
 
  |}
 
  |}
  
=== Evoker Fangs ===
+
=== Wandering Trader ===
 +
 
 +
{{Metadata inherit|Wandering Trader|inherits=Abstract Villager}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Abstract Golem ===
  
{{Metadata inherit|Evoker Fangs|inherits=Entity}}
+
{{Metadata inherit|Abstract Golem|inherits=Pathfinder Mob}}
  
 
No additional metadata.
 
No additional metadata.
  
=== Vex ===
+
=== Iron Golem ===
  
{{Metadata inherit|Vex|inherits=Monster}}
+
{{Metadata inherit|Iron Golem|inherits=Abstract Golem}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,818: Line 2,883:
 
  |-
 
  |-
 
  |rowspan="2"| {{Metadata id|}}
 
  |rowspan="2"| {{Metadata id|}}
  |rowspan="2"| Byte
+
  |rowspan="2"| {{Metadata type|Byte}}
 
  ! Bit mask
 
  ! Bit mask
 
  ! Meaning
 
  ! Meaning
Line 2,824: Line 2,889:
 
  |-
 
  |-
 
  | 0x01
 
  | 0x01
  | Is attacking
+
  | Is player-created
 
  |}
 
  |}
  
=== Abstract Skeleton ===
+
=== Snow Golem ===
  
{{Metadata inherit|Abstract Skeleton|inherits=Monster}}
+
{{Metadata inherit|Snow Golem|inherits=Abstract Golem}}
 
 
No additional metadata.
 
 
 
=== Skeleton ===
 
 
 
{{Metadata inherit|Skeleton|inherits=Abstract Skeleton}}
 
 
 
=== Wither Skeleton ===
 
 
 
{{Metadata inherit|Wither Skeleton|inherits=Abstract Skeleton}}
 
 
 
=== Stray ===
 
 
 
{{Metadata inherit|Stray|inherits=Abstract Skeleton}}
 
 
 
=== Spider ===
 
 
 
{{Metadata inherit|Spider|inherits=Monster}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,855: Line 2,902:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="2"| {{Metadata id|}}
+
  |rowspan="3"| {{Metadata id|}}
  |rowspan="2"| Byte
+
  |rowspan="3"| {{Metadata type|Byte}}
 
  ! Bit mask
 
  ! Bit mask
 
  ! Meaning
 
  ! Meaning
  |rowspan="2"| 0
+
  |rowspan="3"| 0x10
 +
|-
 +
| 0x00
 +
| Has no pumpkin hat
 
  |-
 
  |-
  | 0x01
+
  | 0x10
  | Is climbing
+
  | Has pumpkin hat
 
  |}
 
  |}
  
=== Warden ===
+
=== Shulker ===
  
{{Metadata inherit|Warden|inherits=Monster}}
+
{{Metadata inherit|Shulker|inherits=Abstract Golem}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,876: Line 2,926:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|Direction}}
  |colspan="2"| Anger Level
+
|colspan="2"| Attach face
 +
| Down (0)
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Byte}}
 +
  |colspan="2"| Shield height
 
  | 0
 
  | 0
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Byte}}
 +
| colspan="2"| Color (dye color)
 +
| 16
 
  |}
 
  |}
  
=== Wither ===
+
=== Monster ===
 +
 
 +
{{Metadata inherit|Monster|inherits=Pathfinder Mob}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Base Piglin ===
  
{{Metadata inherit|Wither|inherits=Monster}}
+
{{Metadata inherit|Base Piglin|inherits=Monster}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,892: Line 2,958:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
| VarInt
+
  | {{Metadata type|Boolean}}
|colspan="2"| Center head's target (entity ID, or 0 if no target)
+
  |colspan="2"| Is immune to zombification
| 0
+
  | false
|-
+
  |}
| {{Metadata id|}}
+
   
| VarInt
+
=== Piglin ===
|colspan="2"| Left head's target (entity ID, or 0 if no target)
+
 
| 0
+
{{Metadata inherit|Piglin|inherits=Base Piglin}}
|-
 
  | {{Metadata id|}}
 
| VarInt
 
  |colspan="2"| Right head's target (entity ID, or 0 if no target)
 
  | 0
 
  |-
 
| {{Metadata id|}}
 
  | VarInt
 
|colspan="2"| Invulnerable time
 
| 0
 
|}
 
 
 
=== Zoglin ===
 
 
 
{{Metadata inherit|Hoglin|inherits=Monster}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,923: Line 2,974:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|Boolean}}
 
  |colspan="2"| Is baby
 
  |colspan="2"| Is baby
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
|colspan="2"| Is charging crossbow
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
|colspan="2"| Is dancing
 
  | false
 
  | false
 
  |}
 
  |}
 +
 +
=== Piglin Brute ===
  
=== Zombie ===
+
{{Metadata inherit|Piglin Brute|inherits=Base Piglin}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Blaze ===
  
{{Metadata inherit|Zombie|inherits=Monster}}
+
{{Metadata inherit|Blaze|inherits=Monster}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,938: Line 3,005:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | {{Metadata id|}}
+
  |rowspan="2"| {{Metadata id|}}
  | Boolean
+
  |rowspan="2"| {{Metadata type|Byte}}
  |colspan="2"| Is baby
+
! Bit mask
| false
+
! Meaning
 +
  |rowspan="2"| 0
 
  |-
 
  |-
  | {{Metadata id|}}
+
  | 0x01
| VarInt
+
  | Is on fire
  |colspan="2"| Unused (previously type)
 
| 0
 
|-
 
| {{Metadata id|}}
 
| Boolean
 
|colspan="2"| Is becoming a drowned
 
| false
 
 
  |}
 
  |}
  
=== Zombie Villager ===
+
=== Creeper ===
  
{{Metadata inherit|Zombie Villager|inherits=Zombie}}
+
{{Metadata inherit|Creeper|inherits=Monster}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,965: Line 3,026:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Is converting
+
|colspan="2"| State (-1 = idle, 1 = fuse)
 +
| -1
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
  |colspan="2"| Is {{Minecraft Wiki|Creeper#Charged Creeper|charged}}
 
  | false
 
  | false
  |-  
+
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Villager Data
+
  | {{Metadata type|Boolean}}
  |colspan="2"| Villager Data
+
  |colspan="2"| Is ignited
  | Plains/None/1
+
  | false
 
  |}
 
  |}
  
=== Husk ===
+
=== Endermite ===
  
{{Metadata inherit|Husk|inherits=Zombie}}
+
{{Metadata inherit|Endermite|inherits=Monster}}
  
 
No additional metadata.
 
No additional metadata.
  
=== Drowned ===
+
=== Giant ===
  
{{Metadata inherit|Drowned|inherits=Zombie}}
+
{{Metadata inherit|Giant|inherits=Monster}}
  
 
No additional metadata.
 
No additional metadata.
  
=== Zombified Piglin ===
+
=== Guardian ===
  
{{Metadata inherit|Zombified Piglinn|inherits=Zombie}}
+
{{Metadata inherit|Guardian|inherits=Monster}}
 
 
No additional metadata.
 
 
 
=== Enderman ===
 
 
 
{{Metadata inherit|Enderman|inherits=Monster}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 3,002: Line 3,062:
 
  !style="width: 250px;" colspan="2"| Meaning
 
  !style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
  ! Default
  |-
+
  |-  
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
| Opt BlockID
+
  | {{Metadata type|Boolean}}
|colspan="2"| Carried block
+
  |colspan="2"| Is retracting spikes
| Absent
 
|-
 
  | {{Metadata id|}}
 
| Boolean
 
  |colspan="2"| Is screaming
 
 
  | false
 
  | false
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Is staring
+
  |colspan="2"| Target EID
  | false
+
  | 0
 
  |}
 
  |}
  
=== Ender Dragon ===
+
=== Elder Guardian ===
 +
 
 +
{{Metadata inherit|Elder Guardian|inherits=Guardian}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Silverfish ===
 +
 
 +
{{Metadata inherit|Silverfish|inherits=Monster}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Raider ===
  
{{Metadata inherit|Ender Dragon|inherits=Mob}}
+
{{Metadata inherit|Raider|inherits=Monster}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 3,030: Line 3,097:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|Boolean}}
  |colspan="2"| Dragon phase
+
  | colspan="2"| Is celebrating
  | 10 (hover)
+
  | false
 
  |}
 
  |}
  
Phases (according to {{Minecraft Wiki|Ender Dragon#Data_values|the wiki page on dragon data values}}) are:
+
"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}}
  
* 0: circling
+
No additional metadata.
* 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 ===
+
=== Vindicator ===
  
{{Metadata inherit|Flying|inherits=Mob}}
+
{{Metadata inherit|Vindicator|inherits=Abstract Illager}}
  
 
No additional metadata.
 
No additional metadata.
  
=== Ghast ===
+
=== Pillager ===
  
{{Metadata inherit|Ghast|inherits=Flying}}
+
{{Metadata inherit|Pillager|inherits=Abstract Illager}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 3,066: Line 3,127:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|Boolean}}
  |colspan="2"| Is attacking
+
  |colspan="2"| Is charging
 
  | false
 
  | false
 
  |}
 
  |}
  
=== Phantom ===
+
=== Spellcaster Illager ===
  
{{Metadata inherit|Phantom|inherits=Flying}}
+
{{Metadata inherit|Spellcaster Illager|inherits=Abstract Illager}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 3,082: Line 3,143:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|Byte}}
  |colspan="2"| Size
+
  | colspan="2"| Spell (0: none, 1: summon vex, 2: attack, 3: wololo, 4: disappear, 5: blindness)
 
  | 0
 
  | 0
 
  |}
 
  |}
  
Hitbox size is determined by horizontal=0.9 + 0.2*size and vertical=0.5 + 0.1 * i
+
=== Evoker ===
 +
 
 +
{{Metadata inherit|Evoker|inherits=Spellcaster Illager}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Illusioner ===
 +
 
 +
{{Metadata inherit|Illusioner|inherits=Spellcaster Illager}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Ravager ===
 +
 
 +
{{Metadata inherit|Ravager|inherits=Raider}}
 +
 
 +
No additional metadata.
  
=== Slime ===
+
=== Witch ===
  
{{Metadata inherit|Slime|inherits=Mob}}
+
{{Metadata inherit|Witch|inherits=Raider}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 3,100: Line 3,177:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|Boolean}}
  |colspan="2"| Size
+
  |colspan="2"| Is drinking potion
  | 1
+
  | false
 
  |}
 
  |}
  
=== Llama Spit ===
+
=== Evoker Fangs ===
  
{{Metadata inherit|Llama Spit|inherits=Entity}}
+
{{Metadata inherit|Evoker Fangs|inherits=Entity}}
  
=== Abstract Minecart===
+
No additional metadata.
  
{{Metadata inherit|Abstract Minecart|inherits=Entity}}
+
=== Vex ===
 +
 
 +
{{Metadata inherit|Vex|inherits=Monster}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 3,119: Line 3,198:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | {{Metadata id|}}
+
  |rowspan="2"| {{Metadata id|}}
  | VarInt
+
  |rowspan="2"| {{Metadata type|Byte}}
  |colspan="2"| Shaking power
+
! Bit mask
| 0
+
! Meaning
 +
  |rowspan="2"| 0
 
  |-
 
  |-
  | {{Metadata id|}}
+
  | 0x01
| VarInt
+
  | Is attacking
|colspan="2"| Shaking direction
 
| 1
 
|-
 
| {{Metadata id|}}
 
| Float
 
|colspan="2"| Shaking multiplier
 
| 0.0
 
|-
 
| {{Metadata id|}}
 
| VarInt
 
|colspan="2"| Custom block ID and damage
 
| 0
 
|-
 
| {{Metadata id|}}
 
| VarInt
 
|colspan="2"| Custom block Y position (in 16ths of a block)
 
| 6
 
|-
 
| {{Metadata id|}}
 
| Boolean
 
|colspan="2"| 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.
+
=== Abstract Skeleton ===
 +
 
 +
{{Metadata inherit|Abstract Skeleton|inherits=Monster}}
  
* Rideable Minecarts contain air (0:0) and have a y position of 6
+
No additional metadata.
* 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 ===
+
=== Skeleton ===
  
{{Metadata inherit|Minecart|inherits=Abstract Minecart}}
+
{{Metadata inherit|Skeleton|inherits=Abstract Skeleton}}
  
 
No additional metadata.
 
No additional metadata.
  
=== Abstract Minecart Container ===
+
=== Wither Skeleton ===
  
{{Metadata inherit|Abstract Minecart Container|inherits=Abstract Minecart}}
+
{{Metadata inherit|Wither Skeleton|inherits=Abstract Skeleton}}
  
 
No additional metadata.
 
No additional metadata.
  
=== Minecart Hopper ===
+
=== Stray ===
  
{{Metadata inherit|Minecart Hopper|inherits=Abstract Minecart Container }}
+
{{Metadata inherit|Stray|inherits=Abstract Skeleton}}
  
 
No additional metadata.
 
No additional metadata.
  
=== Minecart Chest ===
+
=== Spider ===
  
{{Metadata inherit|Minecart Chest|inherits=Abstract Minecart Container }}
+
{{Metadata inherit|Spider|inherits=Monster}}
 
 
No additional metadata.
 
 
 
=== Minecart Furnace ===
 
 
 
{{Metadata inherit|Minecart Furnace|inherits=Abstract Minecart}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 3,194: Line 3,242:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | {{Metadata id|}}
+
  |rowspan="2"| {{Metadata id|}}
  | Boolean
+
  |rowspan="2"| {{Metadata type|Byte}}
  |colspan="2"| Has fuel
+
! Bit mask
  | false
+
! Meaning
  |}
+
  |rowspan="2"| 0
 +
|-
 +
| 0x01
 +
  | Is climbing
 +
  |}
  
=== Minecart TNT ===
+
=== Warden ===
  
{{Metadata inherit|Minecart TNT|inherits=Abstract Minecart}}
+
{{Metadata inherit|Warden|inherits=Monster}}
  
No additional metadata.
+
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|VarInt}}
 +
|colspan="2"| Anger Level
 +
| 0
 +
|}
  
=== Minecart Spawner ===
+
=== Wither ===
  
{{Metadata inherit|Minecart Spawner|inherits=Abstract Minecart}}
+
{{Metadata inherit|Wither|inherits=Monster}}
 
 
No additional metadata.
 
 
 
=== Minecart Command Block ===
 
 
 
{{Metadata inherit|Minecart Command Block|inherits=Abstract Minecart}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 3,223: Line 3,279:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | String
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Command
+
  |colspan="2"| Center head's target (entity ID, or 0 if no target)
  | <code></code>
+
  | 0
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | [[Chat]]
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Last output
+
  |colspan="2"| Left head's target (entity ID, or 0 if no target)
  | <code>{"text":""}</code>
+
| 0
 +
|-
 +
  | {{Metadata id|}}
 +
| {{Metadata type|VarInt}}
 +
|colspan="2"| Right head's target (entity ID, or 0 if no target)
 +
| 0
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|VarInt}}
 +
|colspan="2"| Invulnerable time
 +
| 0
 +
|}
 +
 
 +
=== Zoglin ===
 +
 
 +
{{Metadata inherit|Hoglin|inherits=Monster}}
 +
 
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
|colspan="2"| Is baby
 +
| false
 
  |}
 
  |}
 +
 +
=== Zombie ===
 +
 +
{{Metadata inherit|Zombie|inherits=Monster}}
 +
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
|colspan="2"| Is baby
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|VarInt}}
 +
|colspan="2"| Unused (previously type)
 +
| 0
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
|colspan="2"| Is becoming a drowned
 +
| false
 +
|}
 +
 +
=== Zombie Villager ===
 +
 +
{{Metadata inherit|Zombie Villager|inherits=Zombie}}
 +
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
|colspan="2"| Is converting
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Villager Data}}
 +
|colspan="2"| Villager Data
 +
| Plains/None/1
 +
|}
 +
 +
=== Husk ===
 +
 +
{{Metadata inherit|Husk|inherits=Zombie}}
 +
 +
No additional metadata.
 +
 +
=== Drowned ===
 +
 +
{{Metadata inherit|Drowned|inherits=Zombie}}
 +
 +
No additional metadata.
 +
 +
=== Zombified Piglin ===
 +
 +
{{Metadata inherit|Zombified Piglinn|inherits=Zombie}}
 +
 +
No additional metadata.
 +
 +
=== Enderman ===
 +
 +
{{Metadata inherit|Enderman|inherits=Monster}}
 +
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Optional Block State}}
 +
|colspan="2"| Carried block
 +
| Absent
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
|colspan="2"| Is screaming
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
|colspan="2"| Is staring
 +
| false
 +
|}
 +
 +
=== Ender Dragon ===
 +
 +
{{Metadata inherit|Ender Dragon|inherits=Mob}}
 +
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|VarInt}}
 +
|colspan="2"| Dragon phase
 +
| 10 (hover)
 +
|}
 +
 +
Phases (according to {{Minecraft Wiki|Ender Dragon#Data_values|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 ===
 +
 +
{{Metadata inherit|Flying|inherits=Mob}}
 +
 +
No additional metadata.
 +
 +
=== Ghast ===
 +
 +
{{Metadata inherit|Ghast|inherits=Flying}}
 +
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
|colspan="2"| Is attacking
 +
| false
 +
|}
 +
 +
=== Phantom ===
 +
 +
{{Metadata inherit|Phantom|inherits=Flying}}
 +
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|VarInt}}
 +
|colspan="2"| Size
 +
| 0
 +
|}
 +
 +
Hitbox size is determined by horizontal=0.9 + 0.2*size and vertical=0.5 + 0.1 * i
 +
 +
=== Slime ===
 +
 +
{{Metadata inherit|Slime|inherits=Mob}}
 +
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|VarInt}}
 +
|colspan="2"| Size
 +
| 1
 +
|}
 +
 +
=== Llama Spit ===
 +
 +
{{Metadata inherit|Llama Spit|inherits=Entity}}
 +
 +
No additional metadata.
  
 
=== Primed Tnt ===
 
=== Primed Tnt ===
Line 3,244: Line 3,509:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|VarInt}}
 
  |colspan="2"| Fuse time
 
  |colspan="2"| Fuse time
 
  | 80
 
  | 80
 
  |}
 
  |}
  
 +
[[Category:Protocol Details]]
 
[[Category:Minecraft Modern]]
 
[[Category:Minecraft Modern]]

Latest revision as of 05:52, 21 April 2024

Various Entities have different metadata fields and status codes.

These are the valid codes for Minecraft Java Edition 1.20.2; 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

Entities

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

Most entities are spawned via Protocol#Spawn Entity, however, care should be taken for the following cases:

Entities marked in __ blue must be spawned in their own special ways:

Entities marked in __ red must not be spawned at all, as they're server-side only:

  • Marker, more info can be found here.
Type Name bounding box x and z bounding box y ID
0 Allay 0.35 0.6 minecraft:allay
1 Area Effect Cloud 2.0 * Radius 0.5 minecraft:area_effect_cloud
2 Armor Stand normal: 0.5 marker: 0.0 small: 0.25 normal: 1.975 marker: 0.0 small: 0.9875 minecraft:armor_stand
3 Arrow 0.5 0.5 minecraft:arrow
4 Axolotl 0.75 0.42 minecraft:axolotl
5 Bat 0.5 0.9 minecraft:bat
6 Bee 0.7 0.6 minecraft:bee
7 Blaze 0.6 1.8 minecraft:blaze
8 Block Display 0.0 0.0 minecraft:block_display
9 Boat 1.375 0.5625 minecraft:boat
10 Camel 1.7 2.375 minecraft:camel
11 Cat 0.6 0.7 minecraft:cat
12 Cave Spider 0.7 0.5 minecraft:cave_spider
13 Chest Boat 1.375 0.5625 minecraft:chest_boat
14 Chest Minecart 0.98 0.7 minecraft:chest_minecart
15 Chicken 0.4 0.7 minecraft:chicken
16 Cod 0.5 0.3 minecraft:cod
17 Command Block Minecart 0.98 0.7 minecraft:command_block_minecart
18 Cow 0.9 1.4 minecraft:cow
19 Creeper 0.6 1.7 minecraft:creeper
20 Dolphin 0.9 0.6 minecraft:dolphin
21 Donkey 1.3964844 1.5 minecraft:donkey
22 Dragon Fireball 1.0 1.0 minecraft:dragon_fireball
23 Drowned 0.6 1.95 minecraft:drowned
24 Egg 0.25 0.25 minecraft:egg
25 Elder Guardian 1.9975 (2.35 * guardian) 1.9975 (2.35 * guardian) minecraft:elder_guardian
26 End Crystal 2.0 2.0 minecraft:end_crystal
27 Ender Dragon 16.0 8.0 minecraft:ender_dragon
28 Ender Pearl 0.25 0.25 minecraft:ender_pearl
29 Enderman 0.6 2.9 minecraft:enderman
30 Endermite 0.4 0.3 minecraft:endermite
31 Evoker 0.6 1.95 minecraft:evoker
32 Evoker Fangs 0.5 0.8 minecraft:evoker_fangs
33 Experience Bottle 0.25 0.25 minecraft:experience_bottle
34 Experience Orb 0.5 0.5 minecraft:experience_orb
35 Eye Of Ender 0.25 0.25 minecraft:eye_of_ender
36 Falling Block 0.98 0.98 minecraft:falling_block
37 Firework Rocket 0.25 0.25 minecraft:firework_rocket
38 Fox 0.6 0.7 minecraft:fox
39 Frog 0.5 0.5 minecraft:frog
40 Furnace Minecart 0.98 0.7 minecraft:furnace_minecart
41 Ghast 4.0 4.0 minecraft:ghast
42 Giant 3.6 12.0 minecraft:giant
43 Glow Item Frame 0.75 or 0.0625 (depth) 0.75 minecraft:glow_item_frame
44 Glow Squid 0.8 0.8 minecraft:glow_squid
45 Goat 1.3 0.9 minecraft:goat
46 Guardian 0.85 0.85 minecraft:guardian
47 Hoglin 1.3964844 1.4 minecraft:hoglin
48 Hopper Minecart 0.98 0.7 minecraft:hopper_minecart
49 Horse 1.3964844 1.6 minecraft:horse
50 Husk 0.6 1.95 minecraft:husk
51 Illusioner 0.6 1.95 minecraft:illusioner
52 Interaction 0.0 0.0 minecraft:interaction
53 Iron Golem 1.4 2.7 minecraft:iron_golem
54 Item 0.25 0.25 minecraft:item
55 Item Display 0.0 0.0 minecraft:item_display
56 Item Frame 0.75 or 0.0625 (depth) 0.75 minecraft:item_frame
57 Fireball 1.0 1.0 minecraft:fireball
58 Leash Knot 0.375 0.5 minecraft:leash_knot
59 Lightning Bolt 0.0 0.0 minecraft:lightning_bolt
60 Llama 0.9 1.87 minecraft:llama
61 Llama Spit 0.25 0.25 minecraft:llama_spit
62 Magma Cube 0.5202 * size 0.5202 * size minecraft:magma_cube
63 Marker 0.0 0.0 minecraft:marker
64 Minecart 0.98 0.7 minecraft:minecart
65 Mooshroom 0.9 1.4 minecraft:mooshroom
66 Mule 1.3964844 1.6 minecraft:mule
67 Ocelot 0.6 0.7 minecraft:ocelot
68 Painting type width or 0.0625 (depth) type height minecraft:painting
69 Panda 1.3 1.25 minecraft:panda
70 Parrot 0.5 0.9 minecraft:parrot
71 Phantom 0.9 0.5 minecraft:phantom
72 Pig 0.9 0.9 minecraft:pig
73 Piglin 0.6 1.95 minecraft:piglin
74 Piglin Brute 0.6 1.95 minecraft:piglin_brute
75 Pillager 0.6 1.95 minecraft:pillager
76 Polar Bear 1.4 1.4 minecraft:polar_bear
77 Potion 0.25 0.25 minecraft:potion
78 Pufferfish 0.7 0.7 minecraft:pufferfish
79 Rabbit 0.4 0.5 minecraft:rabbit
80 Ravager 1.95 2.2 minecraft:ravager
81 Salmon 0.7 0.4 minecraft:salmon
82 Sheep 0.9 1.3 minecraft:sheep
83 Shulker 1.0 1.0-2.0 (depending on peek) minecraft:shulker
84 Shulker Bullet 0.3125 0.3125 minecraft:shulker_bullet
85 Silverfish 0.4 0.3 minecraft:silverfish
86 Skeleton 0.6 1.99 minecraft:skeleton
87 Skeleton Horse 1.3964844 1.6 minecraft:skeleton_horse
88 Slime 0.5202 * size 0.5202 * size minecraft:slime
89 Small Fireball 0.3125 0.3125 minecraft:small_fireball
90 Sniffer 1.9 1.75 minecraft:sniffer
91 Snow Golem 0.7 1.9 minecraft:snow_golem
92 Snowball 0.25 0.25 minecraft:snowball
93 Spawner Minecart 0.98 0.7 minecraft:spawner_minecart
94 Spectral Arrow 0.5 0.5 minecraft:spectral_arrow
95 Spider 1.4 0.9 minecraft:spider
96 Squid 0.8 0.8 minecraft:squid
97 Stray 0.6 1.99 minecraft:stray
98 Strider 0.9 1.7 minecraft:strider
99 Tadpole 0.4 0.3 minecraft:tadpole
100 Text Display 0.0 0.0 minecraft:text_display
101 Tnt 0.98 0.98 minecraft:tnt
102 Tnt Minecart 0.98 0.7 minecraft:tnt_minecart
103 Trader Llama 0.9 1.87 minecraft:trader_llama
104 Trident 0.5 0.5 minecraft:trident
105 Tropical Fish 0.5 0.4 minecraft:tropical_fish
106 Turtle 1.2 0.4 minecraft:turtle
107 Vex 0.4 0.8 minecraft:vex
108 Villager 0.6 1.95 minecraft:villager
109 Vindicator 0.6 1.95 minecraft:vindicator
110 Wandering Trader 0.6 1.95 minecraft:wandering_trader
111 Warden 0.9 2.9 minecraft:warden
112 Witch 0.6 1.95 minecraft:witch
113 Wither 0.9 3.5 minecraft:wither
114 Wither Skeleton 0.7 2.4 minecraft:wither_skeleton
115 Wither Skull 0.3125 0.3125 minecraft:wither_skull
116 Wolf 0.6 0.85 minecraft:wolf
117 Zoglin 1.3964844 1.4 minecraft:zoglin
118 Zombie 0.6 1.95 minecraft:zombie
119 Zombie Horse 1.3964844 1.6 minecraft:zombie_horse
120 Zombie Villager 0.6 1.95 minecraft:zombie_villager
121 Zombified Piglin 0.6 1.95 minecraft:zombified_piglin
122 Player 0.6 1.8 minecraft:player
123 Fishing Bobber 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 VarInt Enum Only if Index is not 0xff; the type of the index, see the table below
Value Varies Only if Index is not 0xff: the value of the metadata field, see the table below
Type Name Value Notes
0 Byte Byte
1 VarInt VarInt
2 VarLong VarLong
3 Float Float
4 String String (32767)
5 Text Component Text Component
6 Optional Text Component (Boolean, Optional Text Component) Text Component is present if the Boolean is set to true.
7 Slot Slot
8 Boolean Boolean
9 Rotations (Float, Float, Float) rotation on x, rotation on y, rotation on z
10 Position Position
11 Optional Position (Boolean, Optional Position) Position is present if the Boolean is set to true.
12 Direction VarInt Enum Down = 0, Up = 1, North = 2, South = 3, West = 4, East = 5
13 Optional UUID (Boolean, Optional UUID) UUID is present if the Boolean is set to true.
14 Block State VarInt An ID in the block state registry.
15 Optional Block State VarInt 0 for absent (air is unrepresentable); otherwise, an ID in the block state registry.
16 NBT NBT
17 Particle (VarInt, Varies) particle type (an ID in the minecraft:particle_type registry), particle data (See Particles.)
18 Villager Data (VarInt, VarInt, VarInt) villager type, villager profession, level (See below.)
19 Optional VarInt VarInt 0 for absent; 1 + actual value otherwise. Used for entity IDs.
20 Pose VarInt Enum STANDING = 0, FALL_FLYING = 1, SLEEPING = 2, SWIMMING = 3, SPIN_ATTACK = 4, SNEAKING = 5, LONG_JUMPING = 6, DYING = 7, CROAKING = 8, USING_TONGUE = 9, SITTING = 10, ROARING = 11, SNIFFING = 12, EMERGING = 13, DIGGING = 14
21 Cat Variant VarInt An ID in the minecraft:cat_variant registry.
22 Frog Variant VarInt An ID in the minecraft:frog_variant registry.
23 Optional Global Position (Boolean, Optional Identifier, Optional Position) dimension identifier, position; only if the Boolean is set to true.
24 Painting Variant VarInt An ID in the minecraft:painting_variant registry.
25 Sniffer State VarInt Enum IDLING = 0, FEELING_HAPPY = 1, SCENTING = 2, SNIFFING = 3, SEARCHING = 4, DIGGING = 5, RISING = 6
26 Vector3 (Float, Float, Float) x, y, z
27 Quaternion (Float, Float, Float, Float) x, y, z, w

Villager types (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 Metadata

Entity

The base class.

Index Type Meaning Default
0 Byte (0) 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 (1) Air ticks 300
2 Optional Text Component (6) Custom name empty
3 Boolean (8) Is custom name visible false
4 Boolean (8) Is silent false
5 Boolean (8) Has no gravity false
6 Pose (20) Pose STANDING
7 VarInt (1) 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).

Interaction

Extends Entity.

Index Type Meaning Default
8 Float (3) Width 1.0
9 Float (3) Height 1.0
10 Boolean (8) Responsive - can be attacked/interacted with if true false

Display

Extends Entity.

Index Type Meaning Default
8 VarInt (1) Interpolation delay 0
9 VarInt (1) Transformation interpolation duration 0
10 VarInt (1) Position/Rotation interpolation duration 0
11 Vector3 (26) Translation (0.0, 0.0, 0.0)
12 Vector3 (26) Scale (1.0, 1.0, 1.0)
13 Quaternion (27) Rotation left (0.0, 0.0, 0.0, 1.0)
14 Quaternion (27) Rotation right (0.0, 0.0, 0.0, 1.0)
15 Byte (0) Billboard Constraints (0 = FIXED, 1 = VERTICAL, 2 = HORIZONTAL, 3 = CENTER) 0
16 VarInt (1) Brightness override (blockLight << 4 | skyLight << 20) -1
17 Float (3) View range 1.0
18 Float (3) Shadow radius 0.0
19 Float (3) Shadow strength 1.0
20 Float (3) Width 0.0
21 Float (3) Height 0.0
22 VarInt (1) Glow color override -1

Block Display

Extends Display.

Index Type Meaning Default
23 Block State (14) Displayed block state 0 (Air)

Item Display

Extends Display.

Index Type Meaning Default
23 Slot (7) Displayed item Empty
24 Byte (0) Display type:
  • 0 = NONE
  • 1 = THIRD_PERSON_LEFT_HAND
  • 2 = THIRD_PERSON_RIGHT_HAND
  • 3 = FIRST_PERSON_LEFT_HAND
  • 4 = FIRST_PERSON_RIGHT_HAND
  • 5 = HEAD
  • 6 = GUI
  • 7 = GROUND
  • 8 = FIXED
0 (NONE)

Text Display

Extends Display.

Index Type Meaning Default
23 Text Component (5) Text Empty
24 VarInt (1) Line width 200
25 VarInt (1) Background color 1073741824 (0x40000000)
26 Byte (0) Text opacity -1 (fully opaque)
27 Byte (0) Bit mask Meaning 0
0x01 Has shadow
0x02 Is see through
0x04 Use default background color
0x08 Alignment:
  • 0 = CENTER
  • 1 or 3 = LEFT
  • 2 = RIGHT

Thrown Item Projectile

Extends Entity.

Index Type Meaning Default
8 Slot (7) Item Empty (which behaves as the default)

Thrown Egg

Extends Thrown Item Projectile.

Default item is minecraft:egg.

No additional metadata.

Thrown Ender Pearl

Extends Thrown Item Projectile.

Default item is minecraft:ender_pearl.

No additional metadata.

Thrown Experience Bottle

Extends Thrown Item Projectile.

Default item is minecraft:experience_bottle.

No additional metadata.

Thrown Potion

Extends Thrown Item Projectile.

Default item is minecraft:splash_potion.

No additional metadata.

Snowball

Extends Thrown Item Projectile.

Default item is minecraft:snowball.

No additional metadata.

Eye of Ender

Extends Entity.

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

Falling Block

Extends Entity.

Index Type Meaning Default
8 Position (10) spawn position (0, 0, 0)

Area Effect Cloud

Extends Entity.

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

Fishing Hook

Extends Entity.

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

Abstract Arrow

Extends Entity.

Index Type Meaning Default
8 Byte (0) Bit mask Meaning 0
0x01 Is critical
0x02 Is noclip (used by loyalty tridents when returning)
9 Byte (0) 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 (1) 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 (1) Loyalty level (enchantment) 0
11 Boolean (8) Has enchantment glint False

Abstract Vehicle

Extends Entity.

Index Type Meaning Default
8 VarInt (1) Shaking power 0
9 VarInt (1) Shaking direction 1
10 Float (3) Shaking multiplier 0.0

Boat

Extends Abstract Vehicle.

Index Type Meaning Default
11 VarInt (1) Type (0=oak, 1=spruce, 2=birch, 3=jungle, 4=acacia, 5=dark oak) 0
12 Boolean (8) Is left paddle turning false
13 Boolean (8) Is right paddle turning false
14 VarInt (1) Splash timer 0

Chest Boat

Extends Boat.

No additional metadata.

Abstract Minecart

Extends Abstract Vehicle.

Index Type Meaning Default
11 VarInt (1) Custom block ID and damage 0
12 VarInt (1) Custom block Y position (in 16ths of a block) 6
13 Boolean (8) 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 (8) 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 (4) Command
15 Text Component (5) Last output {"text":""}

End Crystal

Extends Entity.

Index Type Meaning Default
8 Optional Position (11) Beam target Empty
9 Boolean (8) 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 (7) 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 (7) Item Empty

Wither Skull

Extends Entity.

Index Type Meaning Default
8 Boolean (8) Is invulnerable false

Firework Rocket Entity

Extends Entity.

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

Item Frame

Extends Entity.

Index Type Meaning Default
8 Slot (7) Item Empty
9 VarInt (1) Rotation 0

Glowing Item Frame

Extends Item Frame.

No additional metadata.

Painting

Extends Entity.

Index Type Meaning Default
8 Painting Variant (24) Painting Type KEBAB

Item Entity

Extends Entity.

Index Type Meaning Default
8 Slot (7) Item Empty

Living Entity

Extends Entity.

Index Type Meaning Default
8 Byte (0) 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 (3) Health 1.0
10 VarInt (1) Potion effect color (or 0 if there is no effect) 0
11 Boolean (8) Is potion effect ambient: reduces the number of particles generated by potions to 1/5 the normal amount false
12 VarInt (1) Number of arrows in entity 0
13 VarInt (1) Number of bee stingers in entity 0
14 Optional Position (11) 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 (3) Additional Hearts 0.0
16 VarInt (1) Score 0
17 Byte (0) 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 (0) Main hand (0 : Left, 1 : Right) 1
19 NBT (16) Left shoulder entity data (for occupying parrot) Empty
20 NBT (16) Right shoulder entity data (for occupying parrot) Empty

Armor Stand

Extends Living Entity.

Index Type Meaning Default
15 Byte (0) Bit mask Meaning 0
0x01 Is Small
0x04 Has Arms
0x08 Has no BasePlate
0x10 Is Marker
16 Rotations (9) Head rotation (0.0, 0.0, 0.0)
17 Rotations (9) Body rotation (0.0, 0.0, 0.0)
18 Rotations (9) Left arm rotation (-10.0, 0.0, -10.0)
19 Rotations (9) Right arm rotation (-15.0, 0.0, 10.0)
20 Rotations (9) Left leg rotation (-1.0, 0.0, -1.0)
21 Rotations (9) 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 (0) 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 (0) 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 (10) Treasure position (0, 0, 0)
17 Boolean (8) Has fish false
18 VarInt (1) Moisture level 2400

Abstract fish

Extends Water Animal.

Index Type Meaning Default
16 Boolean (8) From bucket False

Cod

Extends Abstract fish.

No additional metadata.

Puffer fish

Extends Abstract fish.

Index Type Meaning Default
17 VarInt (1) 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 (1) Variant 0

Tadpole

Extends Abstract fish.

No additional metadata.

Ageable Mob

Extends Pathfinder Mob.

Index Type Meaning Default
16 Boolean (8) Is baby false

Animal

Extends Ageable Mob.

No additional metadata.

Sniffer

Extends Animal.

Index Type Meaning Default
17 Sniffer State (25) Sniffer State IDLING
18 VarInt (1) Drop seed at tick 0

Abstract Horse

Extends Animal.

Index Type Meaning Default
17 Byte (0) 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

Horse

Extends Abstract Horse.

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

Zombie Horse

Extends Abstract Horse.

No additional metadata.

Skeleton Horse

Extends Abstract Horse.

No additional metadata.

Camel

Extends Abstract Horse.

Index Type Meaning Default
18 Boolean (8) Is dashing False
19 VarLong (2) Last pose change tick 0

Chested Horse

Extends Abstract Horse.

Index Type Meaning Default
18 Boolean (8) Has Chest false

Donkey

Extends Chested Horse.

No additional metadata.

Llama

Extends Chested Horse.

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

Trader Llama

Extends Llama.

No additional metadata.

Mule

Extends Chested Horse.

No additional metadata.

Axolotl

Extends Animal.

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

Bee

Extends Animal.

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

Fox

Extends Animal.

Index Type Meaning Default
17 VarInt (1) Type (0: red, 1: snow) 0 (red)
18 Byte (0) 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 Optional UUID (13) First UUID (in UUIDs NBT)? Absent
20 Optional UUID (13) Second UUID (in UUIDs NBT)? Absent

Frog

Extends Animal.

Index Type Meaning Default
17 Frog Variant (22) Frog Variant TEMPERATE
18 Optional VarInt (19) Tongue Target 0

Ocelot

Extends Animal.

Index Type Meaning Default
17 Boolean (8) Is trusting false

Panda

Extends Animal.

Index Type Meaning Default
17 VarInt (1) 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 VarInt (1) 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 VarInt (1) Eat timer. If nonzero, counts upwards. 0
20 Byte (0) Main Gene 0
21 Byte (0) Hidden Gene 0
22 Byte (0) 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 (8) Has saddle false
18 VarInt (1) 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 (1) Type 0

Turtle

Extends Animal.

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

Polar Bear

Extends Animal.

Index Type Meaning Default
17 Boolean (8) Is standing up false

Chicken

Extends Animal.

No additional metadata.

Cow

Extends Animal.

No additional metadata.

Mooshroom

Extends Cow.

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

Hoglin

Extends Animal.

Index Type Meaning Default
17 Boolean (8) Is immune to zombification false

Sheep

Extends Animal.

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

Strider

Extends Animal.

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

Goat

Extends Animal.

Index Type Meaning Default
17 Boolean (8) Is Screaming Goat false
18 Boolean (8) Has Left Horn true
19 Boolean (8) Has Right Horn true

Tameable Animal

Extends Animal.

Index Type Meaning Default
17 Byte (0) Bit mask Meaning 0
0x01 Is sitting
0x02 Unused
0x04 Is tamed
18 Optional UUID (13) Owner Absent

Cat

Extends Tameable Animal.

Index Type Meaning Default
19 Cat Variant (21) Cat Variant BLACK
20 Boolean (8) Is lying false
21 Boolean (8) Is relaxed? (This makes their head go slightly upwards, unknown when used) false
22 VarInt (1) Collar color (values are those used with dyes) 14 (Red)

Wolf

Extends Tameable Animal.

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

Parrot

Extends Tameable Animal.

Index Type Meaning Default
19 VarInt (1) 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 (1) Head shake timer (starts at 40, decrements each tick) 0

Villager

Extends Abstract Villager.

Index Type Meaning Default
18 Villager Data (18) 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 (0) Bit mask Meaning 0
0x01 Is player-created

Snow Golem

Extends Abstract Golem.

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

Shulker

Extends Abstract Golem.

Index Type Meaning Default
16 Direction (12) Attach face Down (0)
17 Byte (0) Shield height 0
18 Byte (0) Color (dye color) 16

Monster

Extends Pathfinder Mob.

No additional metadata.

Base Piglin

Extends Monster.

Index Type Meaning Default
16 Boolean (8) Is immune to zombification false

Piglin

Extends Base Piglin.

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

Piglin Brute

Extends Base Piglin.

No additional metadata.

Blaze

Extends Monster.

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

Creeper

Extends Monster.

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

Endermite

Extends Monster.

No additional metadata.

Giant

Extends Monster.

No additional metadata.

Guardian

Extends Monster.

Index Type Meaning Default
16 Boolean (8) Is retracting spikes false
17 VarInt (1) Target EID 0

Elder Guardian

Extends Guardian.

No additional metadata.

Silverfish

Extends Monster.

No additional metadata.

Raider

Extends Monster.

Index Type Meaning Default
16 Boolean (8) 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.

No additional metadata.

Pillager

Extends Abstract Illager.

Index Type Meaning Default
17 Boolean (8) Is charging false

Spellcaster Illager

Extends Abstract Illager.

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

Evoker

Extends Spellcaster Illager.

No additional metadata.

Illusioner

Extends Spellcaster Illager.

No additional metadata.

Ravager

Extends Raider.

No additional metadata.

Witch

Extends Raider.

Index Type Meaning Default
17 Boolean (8) Is drinking potion false

Evoker Fangs

Extends Entity.

No additional metadata.

Vex

Extends Monster.

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

Abstract Skeleton

Extends Monster.

No additional metadata.

Skeleton

Extends Abstract Skeleton.

No additional metadata.

Wither Skeleton

Extends Abstract Skeleton.

No additional metadata.

Stray

Extends Abstract Skeleton.

No additional metadata.

Spider

Extends Monster.

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

Warden

Extends Monster.

Index Type Meaning Default
16 VarInt (1) Anger Level 0

Wither

Extends Monster.

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

Zoglin

Extends Monster.

Index Type Meaning Default
16 Boolean (8) Is baby false

Zombie

Extends Monster.

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

Zombie Villager

Extends Zombie.

Index Type Meaning Default
19 Boolean (8) Is converting false
20 Villager Data (18) 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 Optional Block State (15) Carried block Absent
17 Boolean (8) Is screaming false
18 Boolean (8) Is staring false

Ender Dragon

Extends Mob.

Index Type Meaning Default
16 VarInt (1) 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 (8) Is attacking false

Phantom

Extends Flying.

Index Type Meaning Default
16 VarInt (1) 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 (1) Size 1

Llama Spit

Extends Entity.

No additional metadata.

Primed Tnt

Extends Entity.

Index Type Meaning Default
8 VarInt (1) Fuse time 80