Difference between revisions of "Entity metadata"

From wiki.vg
Jump to navigation Jump to search
m (→‎Entity: Move text)
(Add Thrown Item Projectile abstraction)
(32 intermediate revisions by 15 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.17; for upcoming snapshots, see [[Pre-release protocol#Entity Metadata]].
+
These are the valid codes for Minecraft Java Edition 1.19.4; 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_Living_Entity|Spawn Living Entity]].
+
{{Warning2|These entity IDs are up to date for 1.19.4. 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.}}
  
{{Warning2|Some entities (marked in yellow) should only be spawned using [[Protocol#Spawn_Entity|Spawn Entity]]. Servers should not attempt to spawn these entities using [[Protocol#Spawn_Living_Entity|Spawn Living Entity]] with that entity ID, although clients should accept such packets if they appear.
+
Most entities are spawned via [[Protocol#Spawn Entity]], however, care should be taken for the following cases:
  
Additionally, a few other entities (marked in blue) must be spawned in their own special ways:
+
Entities marked in <span style="border: solid 1px black; background: #aaaaff; color: #aaaaff;">__</span> blue must be spawned in their own special ways:
* {{Minecraft Wiki|Painting}}s should be spawned using [[Protocol#Spawn_Painting|Spawn Painting]]
+
* <code>Experience Orb</code>, should be spawned using [[Protocol#Spawn_Experience_Orb|Spawn Experience Orb]]
* XP orbs should be spawned using [[Protocol#Spawn_Experience_Orb|Spawn Experience Orb]].
+
* <code>Player</code>, 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: #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 [https://minecraft.fandom.com/wiki/Marker here]
  
{{Warning2|These entity IDs are up to date for 1.17. Use [[Data Generators]] or [https://pokechu22.github.io/Burger/1.15.2.html Burger] to get older IDs. If using Burger just replace the version number to what you want to see.}}
+
Entities marked in <span style="border: solid 1px black; background: #f6f6aa; color: #f6f6aa;">__</span> yellow are experimental, and must only be spawned if [[Protocol#Feature_Flags|feature flag]] '''update_1_20''' was enabled:
 +
* <code>Camel</code>
 +
* <code>Sniffer</code>
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 26: Line 29:
 
! bounding box y
 
! bounding box y
 
! ID
 
! ID
|- style="background: #ffff88;"
+
|-
 
| 0
 
| 0
 +
| Allay
 +
| 0.35
 +
| 0.6
 +
| <code>minecraft:allay</code>
 +
|-
 +
| 1
 
| Area Effect Cloud
 
| Area Effect Cloud
 
| 2.0 * Radius
 
| 2.0 * Radius
Line 33: Line 42:
 
| <code>minecraft:area_effect_cloud</code>
 
| <code>minecraft:area_effect_cloud</code>
 
|-
 
|-
| 1
+
| 2
 
| Armor Stand
 
| Armor Stand
 
| normal: 0.5 marker: 0.0 small: 0.25
 
| normal: 0.5 marker: 0.0 small: 0.25
 
| normal: 1.975 marker: 0.0 small: 0.9875
 
| normal: 1.975 marker: 0.0 small: 0.9875
 
| <code>minecraft:armor_stand</code>
 
| <code>minecraft:armor_stand</code>
|- style="background: #ffff88;"
+
|-
| 2
+
| 3
 
| Arrow
 
| Arrow
 
| 0.5
 
| 0.5
Line 45: Line 54:
 
| <code>minecraft:arrow</code>
 
| <code>minecraft:arrow</code>
 
|-
 
|-
| 3
+
| 4
 
| Axolotl
 
| Axolotl
| 1.3
+
| 0.75
| 0.6
+
| 0.42
 
| <code>minecraft:axolotl</code>
 
| <code>minecraft:axolotl</code>
 
|-
 
|-
| 4
+
| 5
 
| Bat
 
| Bat
 
| 0.5
 
| 0.5
Line 57: Line 66:
 
| <code>minecraft:bat</code>
 
| <code>minecraft:bat</code>
 
|-
 
|-
| 5
+
| 6
 
| Bee
 
| Bee
 
| 0.7
 
| 0.7
Line 63: Line 72:
 
| <code>minecraft:bee</code>
 
| <code>minecraft:bee</code>
 
|-
 
|-
| 6
+
| 7
 
| Blaze
 
| Blaze
 
| 0.6
 
| 0.6
 
| 1.8
 
| 1.8
 
| <code>minecraft:blaze</code>
 
| <code>minecraft:blaze</code>
|- style="background: #ffff88;"
+
|-
| 7
+
| 8
 +
| Block Display
 +
| 0.0
 +
| 0.0
 +
| <code>minecraft:block_display</code>
 +
|-
 +
| 9
 
| Boat
 
| Boat
 
| 1.375
 
| 1.375
 
| 0.5625
 
| 0.5625
 
| <code>minecraft:boat</code>
 
| <code>minecraft:boat</code>
 +
|- style="background: #f6f6aa;"
 +
| 10
 +
| Camel
 +
| 1.7
 +
| 2.375
 +
| <code>minecraft:camel</code>
 
|-
 
|-
| 8
+
| 11
 
| Cat
 
| Cat
 
| 0.6
 
| 0.6
Line 81: Line 102:
 
| <code>minecraft:cat</code>
 
| <code>minecraft:cat</code>
 
|-
 
|-
| 9
+
| 12
 
| Cave Spider
 
| Cave Spider
 
| 0.7
 
| 0.7
Line 87: Line 108:
 
| <code>minecraft:cave_spider</code>
 
| <code>minecraft:cave_spider</code>
 
|-
 
|-
| 10
+
| 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 93: Line 126:
 
| <code>minecraft:chicken</code>
 
| <code>minecraft:chicken</code>
 
|-
 
|-
| 11
+
| 16
 
| Cod
 
| Cod
 
| 0.5
 
| 0.5
Line 99: Line 132:
 
| <code>minecraft:cod</code>
 
| <code>minecraft:cod</code>
 
|-
 
|-
| 12
+
| 17
 +
| Command Block Minecart
 +
| 0.98
 +
| 0.7
 +
| <code>minecraft:command_block_minecart</code>
 +
|-
 +
| 18
 
| Cow
 
| Cow
 
| 0.9
 
| 0.9
Line 105: Line 144:
 
| <code>minecraft:cow</code>
 
| <code>minecraft:cow</code>
 
|-
 
|-
| 13
+
| 19
 
| Creeper
 
| Creeper
 
| 0.6
 
| 0.6
Line 111: Line 150:
 
| <code>minecraft:creeper</code>
 
| <code>minecraft:creeper</code>
 
|-
 
|-
| 14
+
| 20
 
| Dolphin
 
| Dolphin
 
| 0.9
 
| 0.9
Line 117: Line 156:
 
| <code>minecraft:dolphin</code>
 
| <code>minecraft:dolphin</code>
 
|-
 
|-
| 15
+
| 21
 
| Donkey
 
| Donkey
 +
| 1.3964844
 
| 1.5
 
| 1.5
| 1.39648
 
 
| <code>minecraft:donkey</code>
 
| <code>minecraft:donkey</code>
|- style="background: #ffff88;"
+
|-
| 16
+
| 22
 
| Dragon Fireball
 
| Dragon Fireball
 
| 1.0
 
| 1.0
Line 129: Line 168:
 
| <code>minecraft:dragon_fireball</code>
 
| <code>minecraft:dragon_fireball</code>
 
|-
 
|-
| 17
+
| 23
 
| Drowned
 
| Drowned
 
| 0.6
 
| 0.6
Line 135: Line 174:
 
| <code>minecraft:drowned</code>
 
| <code>minecraft:drowned</code>
 
|-
 
|-
| 18
+
| 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>
|- style="background: #ffff88;"
+
|-
| 19
+
| 26
 
| End Crystal
 
| End Crystal
 
| 2.0
 
| 2.0
Line 147: Line 192:
 
| <code>minecraft:end_crystal</code>
 
| <code>minecraft:end_crystal</code>
 
|-
 
|-
| 20
+
| 27
 
| Ender Dragon
 
| Ender Dragon
 
| 16.0
 
| 16.0
Line 153: Line 198:
 
| <code>minecraft:ender_dragon</code>
 
| <code>minecraft:ender_dragon</code>
 
|-
 
|-
| 21
+
| 28
 +
| Ender Pearl
 +
| 0.25
 +
| 0.25
 +
| <code>minecraft:ender_pearl</code>
 +
|-
 +
| 29
 
| Enderman
 
| Enderman
 
| 0.6
 
| 0.6
Line 159: Line 210:
 
| <code>minecraft:enderman</code>
 
| <code>minecraft:enderman</code>
 
|-
 
|-
| 22
+
| 30
 
| Endermite
 
| Endermite
 
| 0.4
 
| 0.4
Line 165: Line 216:
 
| <code>minecraft:endermite</code>
 
| <code>minecraft:endermite</code>
 
|-
 
|-
| 23
+
| 31
 
| Evoker
 
| Evoker
 
| 0.6
 
| 0.6
 
| 1.95
 
| 1.95
 
| <code>minecraft:evoker</code>
 
| <code>minecraft:evoker</code>
|- style="background: #ffff88;"
+
|-
| 24
+
| 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;"
| 25
+
| 34
 
| Experience Orb
 
| Experience Orb
 
| 0.5
 
| 0.5
 
| 0.5
 
| 0.5
 
| <code>minecraft:experience_orb</code>
 
| <code>minecraft:experience_orb</code>
|- style="background: #ffff88;"
+
|-
| 26
+
| 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>
|- style="background: #ffff88;"
+
|-
| 27
+
| 36
 
| Falling Block
 
| Falling Block
 
| 0.98
 
| 0.98
 
| 0.98
 
| 0.98
 
| <code>minecraft:falling_block</code>
 
| <code>minecraft:falling_block</code>
|- style="background: #ffff88;"
+
|-
| 28
+
| 37
| Firework Rocket Entity
+
| Firework Rocket
 
| 0.25
 
| 0.25
 
| 0.25
 
| 0.25
 
| <code>minecraft:firework_rocket</code>
 
| <code>minecraft:firework_rocket</code>
 
|-
 
|-
| 29
+
| 38
 
| Fox
 
| Fox
 
| 0.6
 
| 0.6
Line 207: Line 264:
 
| <code>minecraft:fox</code>
 
| <code>minecraft:fox</code>
 
|-
 
|-
| 30
+
| 39
 +
| Frog
 +
| 0.5
 +
| 0.5
 +
| <code>minecraft:frog</code>
 +
|-
 +
| 40
 +
| Furnace Minecart
 +
| 0.98
 +
| 0.7
 +
| <code>minecraft:furnace_minecart</code>
 +
|-
 +
| 41
 
| Ghast
 
| Ghast
 
| 4.0
 
| 4.0
Line 213: Line 282:
 
| <code>minecraft:ghast</code>
 
| <code>minecraft:ghast</code>
 
|-
 
|-
| 31
+
| 42
 
| Giant
 
| Giant
 
| 3.6
 
| 3.6
 
| 12.0
 
| 12.0
 
| <code>minecraft:giant</code>
 
| <code>minecraft:giant</code>
|- style="background: #ffff88;"
+
|-
| 32
+
| 43
 
| Glow Item Frame
 
| Glow Item Frame
 
| 0.75 or 0.0625 (depth)
 
| 0.75 or 0.0625 (depth)
Line 225: Line 294:
 
| <code>minecraft:glow_item_frame</code>
 
| <code>minecraft:glow_item_frame</code>
 
|-
 
|-
| 33
+
| 44
 
| Glow Squid
 
| Glow Squid
 
| 0.8
 
| 0.8
Line 231: Line 300:
 
| <code>minecraft:glow_squid</code>
 
| <code>minecraft:glow_squid</code>
 
|-
 
|-
| 34
+
| 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>
 
|-
 
|-
| 35
+
| 46
 
| Guardian
 
| Guardian
 
| 0.85
 
| 0.85
Line 243: Line 312:
 
| <code>minecraft:guardian</code>
 
| <code>minecraft:guardian</code>
 
|-
 
|-
| 36
+
| 47
 
| Hoglin
 
| Hoglin
| 1.39648
+
| 1.3964844
 
| 1.4
 
| 1.4
 
| <code>minecraft:hoglin</code>
 
| <code>minecraft:hoglin</code>
 
|-
 
|-
| 37
+
| 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>
 
|-
 
|-
| 38
+
| 50
 
| Husk
 
| Husk
 
| 0.6
 
| 0.6
Line 261: Line 336:
 
| <code>minecraft:husk</code>
 
| <code>minecraft:husk</code>
 
|-
 
|-
| 39
+
| 51
 
| Illusioner
 
| Illusioner
 
| 0.6
 
| 0.6
Line 267: Line 342:
 
| <code>minecraft:illusioner</code>
 
| <code>minecraft:illusioner</code>
 
|-
 
|-
| 40
+
| 52
 +
| Interaction
 +
| 0.0
 +
| 0.0
 +
| <code>minecraft:interaction</code>
 +
|-
 +
| 53
 
| Iron Golem
 
| Iron Golem
 
| 1.4
 
| 1.4
 
| 2.7
 
| 2.7
 
| <code>minecraft:iron_golem</code>
 
| <code>minecraft:iron_golem</code>
|- style="background: #ffff88;"
+
|-
| 41
+
| 54
 
| Item
 
| Item
 
| 0.25
 
| 0.25
 
| 0.25
 
| 0.25
 
| <code>minecraft:item</code>
 
| <code>minecraft:item</code>
|- style="background: #ffff88;"
+
|-
| 42
+
| 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>
|- style="background: #ffff88;"
+
|-
| 43
+
| 57
 
| Fireball
 
| Fireball
 
| 1.0
 
| 1.0
 
| 1.0
 
| 1.0
 
| <code>minecraft:fireball</code>
 
| <code>minecraft:fireball</code>
|- style="background: #ffff88;"
+
|-
| 44
+
| 58
 
| Leash Knot
 
| Leash Knot
 
| 0.375
 
| 0.375
 
| 0.5
 
| 0.5
 
| <code>minecraft:leash_knot</code>
 
| <code>minecraft:leash_knot</code>
|- style="background: #ffff88;"
+
|-
| 45
+
| 59
 
| Lightning Bolt
 
| Lightning Bolt
 
| 0.0
 
| 0.0
Line 303: Line 390:
 
| <code>minecraft:lightning_bolt</code>
 
| <code>minecraft:lightning_bolt</code>
 
|-
 
|-
| 46
+
| 60
 
| Llama
 
| Llama
 
| 0.9
 
| 0.9
 
| 1.87
 
| 1.87
 
| <code>minecraft:llama</code>
 
| <code>minecraft:llama</code>
|- style="background: #ffff88;"
+
|-
| 47
+
| 61
 
| Llama Spit
 
| Llama Spit
 
| 0.25
 
| 0.25
 
| 0.25
 
| 0.25
 
| <code>minecraft:llama_spit</code>
 
| <code>minecraft:llama_spit</code>
|-  
+
|-
| 48
+
| 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;"
| 49
+
| 63
 
| Marker
 
| Marker
 
| 0.0
 
| 0.0
 
| 0.0
 
| 0.0
 
| <code>minecraft:marker</code>
 
| <code>minecraft:marker</code>
|- style="background: #ffff88;"
+
|-
| 50
+
| 64
 
| Minecart
 
| Minecart
 
| 0.98
 
| 0.98
 
| 0.7
 
| 0.7
 
| <code>minecraft:minecart</code>
 
| <code>minecraft:minecart</code>
|- style="background: #ffff88;"
 
| 51
 
| Minecart Chest
 
| 0.98
 
| 0.7
 
| <code>minecraft:chest_minecart</code>
 
|- style="background: #ffff88;"
 
| 52
 
| Minecart Command Block
 
| 0.98
 
| 0.7
 
| <code>minecraft:commandblock_minecart</code>
 
|- style="background: #ffff88;"
 
| 53
 
| Minecart Furnace
 
| 0.98
 
| 0.7
 
| <code>minecraft:furnace_minecart</code>
 
|- style="background: #ffff88;"
 
| 54
 
| Minecart Hopper
 
| 0.98
 
| 0.7
 
| <code>minecraft:hopper_minecart</code>
 
|- style="background: #ffff88;"
 
| 55
 
| Minecart Spawner
 
| 0.98
 
| 0.7
 
| <code>minecraft:spawner_minecart</code>
 
|- style="background: #ffff88;"
 
| 56
 
| Minecart TNT
 
| 0.98
 
| 0.7
 
| <code>minecraft:tnt_minecart</code>
 
 
|-
 
|-
| 57
+
| 65
| Mule
 
| 1.39648
 
| 1.6
 
| <code>minecraft:mule</code>
 
|-
 
| 58
 
 
| Mooshroom
 
| Mooshroom
 
| 0.9
 
| 0.9
Line 381: Line 426:
 
| <code>minecraft:mooshroom</code>
 
| <code>minecraft:mooshroom</code>
 
|-
 
|-
| 59
+
| 66
 +
| Mule
 +
| 1.3964844
 +
| 1.6
 +
| <code>minecraft:mule</code>
 +
|-
 +
| 67
 
| Ocelot
 
| Ocelot
 
| 0.6
 
| 0.6
 
| 0.7
 
| 0.7
 
| <code>minecraft:ocelot</code>
 
| <code>minecraft:ocelot</code>
|- style="background: #aaaaff;"
+
|-
| 60
+
| 68
 
| Painting
 
| Painting
 
| type width or 0.0625 (depth)
 
| type width or 0.0625 (depth)
Line 393: Line 444:
 
| <code>minecraft:painting</code>
 
| <code>minecraft:painting</code>
 
|-
 
|-
| 61
+
| 69
 
| Panda
 
| Panda
 
| 1.3
 
| 1.3
Line 399: Line 450:
 
| <code>minecraft:panda</code>
 
| <code>minecraft:panda</code>
 
|-
 
|-
| 62
+
| 70
 
| Parrot
 
| Parrot
 
| 0.5
 
| 0.5
 
| 0.9
 
| 0.9
 
| <code>minecraft:parrot</code>
 
| <code>minecraft:parrot</code>
|-  
+
|-
| 63
+
| 71
 
| Phantom
 
| Phantom
 
| 0.9
 
| 0.9
Line 411: Line 462:
 
| <code>minecraft:phantom</code>
 
| <code>minecraft:phantom</code>
 
|-
 
|-
| 64
+
| 72
 
| Pig
 
| Pig
 
| 0.9
 
| 0.9
Line 417: Line 468:
 
| <code>minecraft:pig</code>
 
| <code>minecraft:pig</code>
 
|-
 
|-
| 65
+
| 73
 
| Piglin
 
| Piglin
 
| 0.6
 
| 0.6
Line 423: Line 474:
 
| <code>minecraft:piglin</code>
 
| <code>minecraft:piglin</code>
 
|-
 
|-
| 66
+
| 74
 
| Piglin Brute
 
| Piglin Brute
 
| 0.6
 
| 0.6
Line 429: Line 480:
 
| <code>minecraft:piglin_brute</code>
 
| <code>minecraft:piglin_brute</code>
 
|-
 
|-
| 67
+
| 75
 
| Pillager
 
| Pillager
 
| 0.6
 
| 0.6
Line 435: Line 486:
 
| <code>minecraft:pillager</code>
 
| <code>minecraft:pillager</code>
 
|-
 
|-
| 68
+
| 76
 
| Polar Bear
 
| Polar Bear
 
| 1.4
 
| 1.4
 
| 1.4
 
| 1.4
 
| <code>minecraft:polar_bear</code>
 
| <code>minecraft:polar_bear</code>
|- style="background: #ffff88;"
 
| 69
 
| Primed TNT
 
| 0.98
 
| 0.98
 
| <code>minecraft:tnt</code>
 
 
|-
 
|-
| 70
+
| 77
| Pufferfish
+
| Potion
| 0.7
+
| 0.25
 +
| 0.25
 +
| <code>minecraft:potion</code>
 +
|-
 +
| 78
 +
| Pufferfish
 +
| 0.7
 
| 0.7
 
| 0.7
 
| <code>minecraft:pufferfish</code>
 
| <code>minecraft:pufferfish</code>
 
|-
 
|-
| 71
+
| 79
 
| Rabbit
 
| Rabbit
 
| 0.4
 
| 0.4
Line 459: Line 510:
 
| <code>minecraft:rabbit</code>
 
| <code>minecraft:rabbit</code>
 
|-
 
|-
| 72
+
| 80
 
| Ravager
 
| Ravager
 
| 1.95
 
| 1.95
Line 465: Line 516:
 
| <code>minecraft:ravager</code>
 
| <code>minecraft:ravager</code>
 
|-
 
|-
| 73
+
| 81
 
| Salmon
 
| Salmon
 
| 0.7
 
| 0.7
Line 471: Line 522:
 
| <code>minecraft:salmon</code>
 
| <code>minecraft:salmon</code>
 
|-
 
|-
| 74
+
| 82
 
| Sheep
 
| Sheep
 
| 0.9
 
| 0.9
Line 477: Line 528:
 
| <code>minecraft:sheep</code>
 
| <code>minecraft:sheep</code>
 
|-
 
|-
| 75
+
| 83
 
| Shulker
 
| Shulker
 
| 1.0
 
| 1.0
 
| 1.0-2.0 (depending on peek)
 
| 1.0-2.0 (depending on peek)
 
| <code>minecraft:shulker</code>
 
| <code>minecraft:shulker</code>
|- style="background: #ffff88;"
+
|-
| 76
+
| 84
 
| Shulker Bullet
 
| Shulker Bullet
 
| 0.3125
 
| 0.3125
Line 489: Line 540:
 
| <code>minecraft:shulker_bullet</code>
 
| <code>minecraft:shulker_bullet</code>
 
|-
 
|-
| 77
+
| 85
 
| Silverfish
 
| Silverfish
 
| 0.4
 
| 0.4
Line 495: Line 546:
 
| <code>minecraft:silverfish</code>
 
| <code>minecraft:silverfish</code>
 
|-
 
|-
| 78
+
| 86
 
| Skeleton
 
| Skeleton
 
| 0.6
 
| 0.6
Line 501: Line 552:
 
| <code>minecraft:skeleton</code>
 
| <code>minecraft:skeleton</code>
 
|-
 
|-
| 79
+
| 87
 
| Skeleton Horse
 
| Skeleton Horse
| 1.39648
+
| 1.3964844
 
| 1.6
 
| 1.6
 
| <code>minecraft:skeleton_horse</code>
 
| <code>minecraft:skeleton_horse</code>
 
|-
 
|-
| 80
+
| 88
 
| Slime
 
| Slime
| 0.51000005 * size
+
| 0.5202 * size
| 0.51000005 * size
+
| 0.5202 * size
 
| <code>minecraft:slime</code>
 
| <code>minecraft:slime</code>
|- style="background: #ffff88;"
+
|-
| 81
+
| 89
 
| Small Fireball
 
| Small Fireball
 
| 0.3125
 
| 0.3125
 
| 0.3125
 
| 0.3125
 
| <code>minecraft:small_fireball</code>
 
| <code>minecraft:small_fireball</code>
 +
|- style="background: #f6f6aa;"
 +
| 90
 +
| Sniffer
 +
| 1.9
 +
| 1.75
 +
| <code>minecraft:sniffer</code>
 
|-
 
|-
| 82
+
| 91
 
| Snow Golem
 
| Snow Golem
 
| 0.7
 
| 0.7
 
| 1.9
 
| 1.9
 
| <code>minecraft:snow_golem</code>
 
| <code>minecraft:snow_golem</code>
|- style="background: #ffff88;"
+
|-
| 83
+
| 92
 
| Snowball
 
| Snowball
 
| 0.25
 
| 0.25
 
| 0.25
 
| 0.25
 
| <code>minecraft:snowball</code>
 
| <code>minecraft:snowball</code>
|- style="background: #ffff88;"
+
|-
| 84
+
| 93
 +
| Spawner Minecart
 +
| 0.98
 +
| 0.7
 +
| <code>minecraft:spawner_minecart</code>
 +
|-
 +
| 94
 
| Spectral Arrow
 
| Spectral Arrow
 
| 0.5
 
| 0.5
Line 537: Line 600:
 
| <code>minecraft:spectral_arrow</code>
 
| <code>minecraft:spectral_arrow</code>
 
|-
 
|-
| 85
+
| 95
 
| Spider
 
| Spider
 
| 1.4
 
| 1.4
Line 543: Line 606:
 
| <code>minecraft:spider</code>
 
| <code>minecraft:spider</code>
 
|-
 
|-
| 86
+
| 96
 
| Squid
 
| Squid
 
| 0.8
 
| 0.8
Line 549: Line 612:
 
| <code>minecraft:squid</code>
 
| <code>minecraft:squid</code>
 
|-
 
|-
| 87
+
| 97
 
| Stray
 
| Stray
 
| 0.6
 
| 0.6
Line 555: Line 618:
 
| <code>minecraft:stray</code>
 
| <code>minecraft:stray</code>
 
|-
 
|-
| 88
+
| 98
 
| Strider
 
| Strider
 
| 0.9
 
| 0.9
 
| 1.7
 
| 1.7
 
| <code>minecraft:strider</code>
 
| <code>minecraft:strider</code>
|- style="background: #ffff88;"
 
| 89
 
| Thrown Egg
 
| 0.25
 
| 0.25
 
| <code>minecraft:egg</code>
 
|- style="background: #ffff88;"
 
| 90
 
| Thrown Ender Pearl
 
| 0.25
 
| 0.25
 
| <code>minecraft:ender_pearl</code>
 
|- style="background: #ffff88;"
 
| 91
 
| Thrown Expierience Bottle
 
| 0.25
 
| 0.25
 
| <code>minecraft:experience_bottle</code>
 
|- style="background: #ffff88;"
 
| 92
 
| Thrown Potion
 
| 0.25
 
| 0.25
 
| <code>minecraft:potion</code>
 
|- style="background: #ffff88;"
 
| 93
 
| Thrown Trident
 
| 0.5
 
| 0.5
 
| <code>minecraft:trident</code>
 
 
|-
 
|-
| 94
+
| 99
 +
| Tadpole
 +
| 0.4
 +
| 0.3
 +
| <code>minecraft:tadpole</code>
 +
|-
 +
| 100
 +
| Text Display
 +
| 0.0
 +
| 0.0
 +
| <code>minecraft:text_display</code>
 +
|-
 +
| 101
 +
| Tnt
 +
| 0.98
 +
| 0.98
 +
| <code>minecraft:tnt</code>
 +
|-
 +
| 102
 +
| Tnt Minecart
 +
| 0.98
 +
| 0.7
 +
| <code>minecraft:tnt_minecart</code>
 +
|-
 +
| 103
 
| Trader Llama
 
| Trader Llama
 
| 0.9
 
| 0.9
Line 597: Line 654:
 
| <code>minecraft:trader_llama</code>
 
| <code>minecraft:trader_llama</code>
 
|-
 
|-
| 95
+
| 104
 +
| Trident
 +
| 0.5
 +
| 0.5
 +
| <code>minecraft:trident</code>
 +
|-
 +
| 105
 
| Tropical Fish
 
| Tropical Fish
 
| 0.5
 
| 0.5
Line 603: Line 666:
 
| <code>minecraft:tropical_fish</code>
 
| <code>minecraft:tropical_fish</code>
 
|-
 
|-
| 96
+
| 106
 
| Turtle
 
| Turtle
 
| 1.2
 
| 1.2
Line 609: Line 672:
 
| <code>minecraft:turtle</code>
 
| <code>minecraft:turtle</code>
 
|-
 
|-
| 97
+
| 107
 
| Vex
 
| Vex
 
| 0.4
 
| 0.4
Line 615: Line 678:
 
| <code>minecraft:vex</code>
 
| <code>minecraft:vex</code>
 
|-
 
|-
| 98
+
| 108
 
| Villager
 
| Villager
 
| 0.6
 
| 0.6
Line 621: Line 684:
 
| <code>minecraft:villager</code>
 
| <code>minecraft:villager</code>
 
|-
 
|-
| 99
+
| 109
 
| Vindicator
 
| Vindicator
 
| 0.6
 
| 0.6
Line 627: Line 690:
 
| <code>minecraft:vindicator</code>
 
| <code>minecraft:vindicator</code>
 
|-
 
|-
| 100
+
| 110
 
| Wandering Trader
 
| Wandering Trader
 
| 0.6
 
| 0.6
Line 633: Line 696:
 
| <code>minecraft:wandering_trader</code>
 
| <code>minecraft:wandering_trader</code>
 
|-
 
|-
| 101
+
| 111
 +
| Warden
 +
| 0.9
 +
| 2.9
 +
| <code>minecraft:warden</code>
 +
|-
 +
| 112
 
| Witch
 
| Witch
 
| 0.6
 
| 0.6
Line 639: Line 708:
 
| <code>minecraft:witch</code>
 
| <code>minecraft:witch</code>
 
|-
 
|-
| 102
+
| 113
 
| Wither
 
| Wither
 
| 0.9
 
| 0.9
Line 645: Line 714:
 
| <code>minecraft:wither</code>
 
| <code>minecraft:wither</code>
 
|-
 
|-
| 103
+
| 114
 
| Wither Skeleton
 
| Wither Skeleton
 
| 0.7
 
| 0.7
 
| 2.4
 
| 2.4
 
| <code>minecraft:wither_skeleton</code>
 
| <code>minecraft:wither_skeleton</code>
|- style="background: #ffff88;"
+
|-
| 104
+
| 115
 
| Wither Skull
 
| Wither Skull
 
| 0.3125
 
| 0.3125
Line 657: Line 726:
 
| <code>minecraft:wither_skull</code>
 
| <code>minecraft:wither_skull</code>
 
|-
 
|-
| 105
+
| 116
 
| Wolf
 
| Wolf
 
| 0.6
 
| 0.6
Line 663: Line 732:
 
| <code>minecraft:wolf</code>
 
| <code>minecraft:wolf</code>
 
|-
 
|-
| 106
+
| 117
 
| Zoglin
 
| Zoglin
| 1.39648
+
| 1.3964844
 
| 1.4
 
| 1.4
 
| <code>minecraft:zoglin</code>
 
| <code>minecraft:zoglin</code>
 
|-
 
|-
| 107
+
| 118
 
| Zombie
 
| Zombie
 
| 0.6
 
| 0.6
Line 675: Line 744:
 
| <code>minecraft:zombie</code>
 
| <code>minecraft:zombie</code>
 
|-
 
|-
| 108
+
| 119
 
| Zombie Horse
 
| Zombie Horse
| 1.39648
+
| 1.3964844
 
| 1.6
 
| 1.6
 
| <code>minecraft:zombie_horse</code>
 
| <code>minecraft:zombie_horse</code>
 
|-
 
|-
| 109
+
| 120
 
| Zombie Villager
 
| Zombie Villager
 
| 0.6
 
| 0.6
Line 687: Line 756:
 
| <code>minecraft:zombie_villager</code>
 
| <code>minecraft:zombie_villager</code>
 
|-
 
|-
| 110
+
| 121
 
| Zombified Piglin
 
| Zombified Piglin
 
| 0.6
 
| 0.6
Line 693: Line 762:
 
| <code>minecraft:zombified_piglin</code>
 
| <code>minecraft:zombified_piglin</code>
 
|- style="background: #aaaaff;"
 
|- style="background: #aaaaff;"
| 111
+
| 122
 
| Player
 
| Player
 
| 0.6
 
| 0.6
 
| 1.8
 
| 1.8
 
| <code>minecraft:player</code>
 
| <code>minecraft:player</code>
|- style="background: #ffff88;"
+
|-
| 112
+
| 123
| Fishing Hook
+
| Fishing Bobber
 
| 0.25
 
| 0.25
 
| 0.25
 
| 0.25
Line 744: Line 813:
 
  |-
 
  |-
 
  | 2
 
  | 2
 +
| VarLong
 +
|
 +
|-
 +
| 3
 
  | Float
 
  | Float
 
  |
 
  |
 
  |-
 
  |-
  | 3
+
  | 4
 
  | String
 
  | String
 
  |
 
  |
 
  |-
 
  |-
  | 4
+
  | 5
 
  | [[Chat]]
 
  | [[Chat]]
 
  |
 
  |
 
  |-
 
  |-
  | 5
+
  | 6
 
  | OptChat (Boolean + Optional [[Chat]])
 
  | OptChat (Boolean + Optional [[Chat]])
 
  | [[Chat]] is present if the Boolean is set to true
 
  | [[Chat]] is present if the Boolean is set to true
 
  |-
 
  |-
  | 6
+
  | 7
 
  | [[Slot]]
 
  | [[Slot]]
 
  |
 
  |
 
  |-
 
  |-
  | 7
+
  | 8
 
  | Boolean
 
  | Boolean
 
  |
 
  |
 
  |-
 
  |-
  | 8
+
  | 9
 
  | Rotation
 
  | Rotation
 
  | 3 floats: rotation on x, rotation on y, rotation on z
 
  | 3 floats: rotation on x, rotation on y, rotation on z
 
  |-
 
  |-
  | 9
+
  | 10
 
  | [[Data Types#Position|Position]]
 
  | [[Data Types#Position|Position]]
 
  |
 
  |
 
  |-
 
  |-
  | 10
+
  | 11
 
  | OptPosition (Boolean + Optional 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
 
  |-
 
  |-
  | 11
+
  | 12
 
  | Direction (VarInt)
 
  | Direction (VarInt)
 
  | (Down = 0, Up = 1, North = 2, South = 3, West = 4, East = 5)
 
  | (Down = 0, Up = 1, North = 2, South = 3, West = 4, East = 5)
 
  |-
 
  |-
  | 12
+
  | 13
 
  | OptUUID (Boolean + Optional UUID)
 
  | OptUUID (Boolean + Optional UUID)
 
  | UUID is present if the Boolean is set to true
 
  | UUID is present if the Boolean is set to true
 
  |-
 
  |-
  | 13
+
  | 14
 +
| BlockID (VarInt)
 +
|-
 +
| 15
 
  | OptBlockID (VarInt)
 
  | OptBlockID (VarInt)
 
  | 0 for absent (implies air); otherwise, a block state ID as per the global palette
 
  | 0 for absent (implies air); otherwise, a block state ID as per the global palette
 
  |-
 
  |-
  | 14
+
  | 16
 
  | [[NBT]]
 
  | [[NBT]]
 
  |
 
  |
 
  |-
 
  |-
  | 15
+
  | 17
 
  | [[Data Types#Particle|Particle]]
 
  | [[Data Types#Particle|Particle]]
 
  |
 
  |
 
  |-
 
  |-
  | 16
+
  | 18
 
  | Villager Data
 
  | Villager Data
 
  | 3 VarInts: villager type, villager profession, level
 
  | 3 VarInts: villager type, villager profession, level
 
  |-
 
  |-
  | 17
+
  | 19
 
  | OptVarInt
 
  | OptVarInt
 
  | 0 for absent; 1 + actual value otherwise.  Used for entity IDs.
 
  | 0 for absent; 1 + actual value otherwise.  Used for entity IDs.
 
  |-
 
  |-
  | 18
+
  | 20
 
  | Pose
 
  | Pose
  | A VarInt enum: 0: STANDING, 1: FALL_FLYING, 2: SLEEPING, 3: SWIMMING, 4: SPIN_ATTACK, 5: SNEAKING, 6: DYING
+
  | 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: SITTING, 11: ROARING, 12: SNIFFING, 13: EMERGING, 14: DIGGING
 +
|-
 +
| 21
 +
| Cat Variant
 +
| A VarInt that points towards the CAT_VARIANT registry.
 +
|-
 +
| 22
 +
| Frog Variant
 +
| A VarInt that points towards the FROG_VARIANT registry.
 +
|-
 +
| 23
 +
| OptGlobalPos (Boolean + Optional GlobalPos)
 +
| GlobalPos consists of a dimension identifier and [[Data Types#Position|Position]].
 +
|-
 +
| 24
 +
| Painting Variant
 +
| A VarInt that points towards the PAINTING_VARIANT registry.
 +
|-
 +
| 25
 +
| Sniffer State
 +
| A VarInt enum: IDLING = 0, FEELING_HAPPY = 1, SCENTING = 2, SNIFFING = 3, SEARCHING = 4, DIGGING = 5, RISING = 6
 +
|-
 +
| 26
 +
| Vector3
 +
| 3 floats: x, y, z
 +
|-
 +
| 27
 +
| Quaternion
 +
| 4 floats: x, y, z, w
 +
|-
 
  |}
 
  |}
  
Line 869: Line 974:
  
 
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 945: Line 1,052:
 
  | 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 960: Line 1,066:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | [[Slot]]
+
  | Float
  |colspan="2"| Item
+
  |colspan="2"| Width
  | Empty (which behaves as if it were a <code>minecraft:egg</code>)
+
  | 1.0
  |}
+
  |-
 
+
| {{Metadata id|}}
=== Thrown Ender Pearl ===
+
| Float
 
+
  |colspan="2"| Height
{{Metadata inherit|Thrown Ender Pearl|inherits=Entity}}
+
  | 1.0
 
 
{| class="wikitable"
 
  ! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | [[Slot]]
+
  | Boolean
  |colspan="2"| Item
+
  |colspan="2"| Responsive - can be attacked/interacted with if true
  | Empty (which behaves as if it were a <code>minecraft:ender_pearl</code>)
+
  | false
 
  |}
 
  |}
  
=== Thrown Experience Bottle===
+
=== Display ===
  
{{Metadata inherit|Thrown Experience Bottle|inherits=Entity}}
+
{{Metadata inherit|Display|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 992: Line 1,092:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | [[Slot]]
+
  | VarInt
  |colspan="2"| Item
+
  |colspan="2"| Interpolation delay
  | Empty (which behaves as if it were a <code>minecraft:experience_bottle</code>)
+
  | 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]]
+
  | VarInt
  |colspan="2"| Potion which is thrown
+
  |colspan="2"| Interpolation Duration
  | Empty
+
  | 0
  |}
+
  |-
 
+
| {{Metadata id|}}
=== Snowball ===
+
| Vector3
 
+
|colspan="2"| Translation
{{Metadata inherit|Snowball|inherits=Entity}}
+
| (0.0, 0.0, 0.0)
 
+
|-
{| class="wikitable"
+
| {{Metadata id|}}
  ! Index
+
| Vector3
  ! Type
+
|colspan="2"| Scale
  !style="width: 250px;" colspan="2"| Meaning
+
| (1.0, 1.0, 1.0)
  ! Default
+
|-
 +
  | {{Metadata id|}}
 +
  | Quaternion
 +
  |colspan="2"| Rotation left
 +
  | (0.0, 0.0, 0.0, 1.0)
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | [[Slot]]
+
  | Quaternion
  |colspan="2"| Item
+
  |colspan="2"| Rotation right
  | Empty (which behaves as if it were a <code>minecraft:snowball</code>)
+
  | (0.0, 0.0, 0.0, 1.0)
|}
 
 
 
=== Eye of Ender ===
 
 
 
{{Metadata inherit|Eye of Ender|inherits=Entity}}
 
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | [[Slot]]
+
  | Byte
  |colspan="2"| Item
+
  |colspan="2"| Billboard Constraints (0 = FIXED, 1 = VERTICAL, 2 = HORIZONTAL, 3 = CENTER)
  | Empty (which behaves as if it were a <code>minecraft:ender_eye</code>)
+
| 0
  |}
+
  |-
 
+
| {{Metadata id|}}
=== Falling Block ===
+
| VarInt
 +
|colspan="2"| Brightness override (<code>blockLight << 4 | skyLight << 20</code>)
 +
| -1
 +
|-
 +
| {{Metadata id|}}
 +
| Float
 +
|colspan="2"| View range
 +
| 1.0
 +
|-
 +
| {{Metadata id|}}
 +
| Float
 +
|colspan="2"| Shadow radius
 +
| 0.0
 +
|-
 +
| {{Metadata id|}}
 +
| Float
 +
|colspan="2"| Shadow strength
 +
| 1.0
 +
|-
 +
| {{Metadata id|}}
 +
| Float
 +
|colspan="2"| Width
 +
| 0.0
 +
|-
 +
| {{Metadata id|}}
 +
| Float
 +
|colspan="2"| Height
 +
| 0.0
 +
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Glow color override
 +
| -1
 +
  |}
 +
 
 +
=== Block Display ===
  
{{Metadata inherit|Falling Block|inherits=Entity}}
+
{{Metadata inherit|Block Display|inherits=Display}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,056: Line 1,173:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | [[Data Types#Position|BlockPos]]
+
  | BlockID
  |colspan="2"| spawn position
+
  |colspan="2"| Displayed block state
  | (0, 0, 0)
+
  | 0 (Air)
 
  |}
 
  |}
  
=== Area Effect Cloud ===
+
=== Item Display ===
  
{{Metadata inherit|Area Effect Cloud|inherits=Entity}}
+
{{Metadata inherit|Block Display|inherits=Display}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,072: Line 1,189:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Float
+
  | Slot
  |colspan="2"| Radius
+
  |colspan="2"| Displayed item
  | 0.5
+
  | Empty
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | Byte
  |colspan="2"| Color (only for mob spell particle)
+
  |colspan="2"| Display type:
| 0
+
* 0 = NONE
|-
+
* 1 = THIRD_PERSON_LEFT_HAND
| {{Metadata id|}}
+
* 2 = THIRD_PERSON_RIGHT_HAND
| Boolean
+
* 3 = FIRST_PERSON_LEFT_HAND
|colspan="2"| Ignore radius and show effect as single point, not area
+
* 4 = FIRST_PERSON_RIGHT_HAND
| false
+
* 5 = HEAD
|-
+
* 6 = GUI
| {{Metadata id|}}
+
* 7 = GROUND
| Particle
+
* 8 = FIXED
| colspan="2"| The [[#Particle]]
+
  | 0 (NONE)
  | <code>effect</code>
 
 
  |}
 
  |}
  
=== Fishing Hook ===
+
=== Text Display ===
  
{{Metadata inherit|Fishing Hook|inherits=Entity}}
+
{{Metadata inherit|Text Display|inherits=Display}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,101: Line 1,217:
 
  !style="width: 250px;" colspan="2"| Meaning
 
  !style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
  ! Default
 +
|-
 +
| {{Metadata id|}}
 +
| Chat
 +
|colspan="2"| Text
 +
| Empty
 +
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Line width
 +
| 200
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | VarInt
 
  | VarInt
  |colspan="2"| Hooked entity id + 1, or 0 if there is no hooked entity
+
  |colspan="2"| Background color
  | 0
+
  | 1073741824 (0x40000000)
  |-
+
|-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | Byte
  |colspan="2"| Is catchable
+
  |colspan="2"| Text opacity
  | False
+
  | -1 (fully opaque)
|}
 
 
 
=== Abstract Arrow ===
 
 
 
{{Metadata inherit|Abstract Arrow|inherits=Entity}}
 
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
 
  |-
 
  |-
  | rowspan="3" | {{Metadata id|}}
+
  | rowspan="5" | {{Metadata id|}}
  | rowspan="3" | Byte
+
  | rowspan="5" | Byte
 
  ! Bit mask
 
  ! Bit mask
 
  ! Meaning
 
  ! Meaning
  | rowspan="3" | 0
+
  | rowspan="5" | 0
 +
|-
 +
| 0x01 || Has shadow
 
  |-
 
  |-
  | 0x01
+
  | 0x02 || Is see through
| Is critical
 
 
  |-
 
  |-
  | 0x02
+
  | 0x04 || Use default background color
| Is noclip (used by loyalty tridents when returning)
 
 
  |-
 
  |-
  | {{Metadata id|}}
+
  | 0x18 || Alignment:
| Byte
+
* 0 = CENTER
|colspan="2"| Piercing level
+
* 1 or 3 = LEFT
| 0
+
* 2 = RIGHT
 
  |}
 
  |}
  
=== Arrow ===
+
=== Thrown Item Projectile ===
  
{{Metadata inherit|Arrow|inherits=Abstract Arrow}}
+
{{Metadata inherit|Thrown Item Projectile|inherits=Entity}}
 
 
Used for both tipped and regular arrows.  If not tipped, then color is set to -1 and no tipped arrow particles are used.
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,154: Line 1,267:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | [[Slot]]
  |colspan="2"| Color (-1 for no particles)
+
  |colspan="2"| Item
  | -1
+
  | Empty (which behaves as the default)
 
  |}
 
  |}
  
=== Spectral Arrow ===
+
=== Thrown Egg ===
 +
 
 +
{{Metadata inherit|Thrown Egg|inherits=Thrown Item Projectile}}
  
{{Metadata inherit|Spectral Arrow|inherits=Abstract Arrow}}
+
Default item is <code>minecraft:egg</code>.
  
 
No additional metadata.
 
No additional metadata.
  
=== Thrown Trident ===
+
=== Thrown Ender Pearl ===
 +
 
 +
{{Metadata inherit|Thrown Ender Pearl|inherits=Thrown Item Projectile}}
 +
 
 +
Default item is <code>minecraft:ender_pearl</code>.
 +
 
 +
No additional metadata.
 +
 
 +
=== Thrown Experience Bottle===
 +
 
 +
{{Metadata inherit|Thrown Experience Bottle|inherits=Thrown Item Projectile}}
 +
 
 +
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.
 +
 
 +
=== Eye of Ender ===
  
{{Metadata inherit|Thrown Trident|inherits=Abstract Arrow}}
+
{{Metadata inherit|Eye of Ender|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,176: Line 1,323:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | [[Slot]]
  |colspan="2"| Loyalty level (enchantment)
+
  |colspan="2"| Item
  | 0
+
| Empty (which behaves as if it were a <code>minecraft:ender_eye</code>)
  |-
+
  |}
 +
 
 +
=== Falling Block ===
 +
 
 +
{{Metadata inherit|Falling Block|inherits=Entity}}
 +
 
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | [[Data Types#Position|BlockPos]]
  |colspan="2"| Has enchantment glint
+
  |colspan="2"| spawn position
  | False
+
  | (0, 0, 0)
 
  |}
 
  |}
  
=== Boat ===
+
=== Area Effect Cloud ===
  
{{Metadata inherit|Boat|inherits=Entity}}
+
{{Metadata inherit|Area Effect Cloud|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,195: Line 1,353:
 
  !style="width: 250px;" colspan="2"| Meaning
 
  !style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
  ! Default
|-
 
| {{Metadata id|}}
 
| VarInt
 
|colspan="2"| Time since last hit
 
| 0
 
|-
 
| {{Metadata id|}}
 
| VarInt
 
|colspan="2"| Forward direction
 
| 1
 
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | Float
 
  | Float
  |colspan="2"| Damage taken
+
  |colspan="2"| Radius
  | 0.0
+
  | 0.5
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | VarInt
 
  | 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
 
  | 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
+
  | Particle
  |colspan="2"| Is right paddle turning
+
  | colspan="2"| The [[#Particle]]
  | false
+
  | <code>effect</code>
|-
 
| {{Metadata id|}}
 
| VarInt
 
|colspan="2"| Splash timer
 
| 0
 
 
  |}
 
  |}
  
=== End Crystal ===
+
=== Fishing Hook ===
  
{{Metadata inherit|End Crystal|inherits=Entity}}
+
{{Metadata inherit|Fishing Hook|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,243: Line 1,386:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | OptBlockPos
+
  | 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
 
  | 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.
+
{| class="wikitable"
 
+
  ! Index
=== Small Fireball ===
 
 
 
{{Metadata inherit|Small Fireball|inherits=Entity}}
 
 
 
This is the fireball shot by blazes and dispensers with fire charges.
 
 
 
{| class="wikitable"
 
  ! Index
 
 
  ! Type
 
  ! Type
 
  !style="width: 250px;" colspan="2"| Meaning
 
  !style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
  ! Default
 +
|-
 +
| rowspan="3" | {{Metadata id|}}
 +
| rowspan="3" | Byte
 +
! Bit mask
 +
! Meaning
 +
| rowspan="3" | 0
 +
|-
 +
| 0x01
 +
| Is critical
 +
|-
 +
| 0x02
 +
| Is noclip (used by loyalty tridents when returning)
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | [[Slot]]
+
  | Byte
  |colspan="2"| 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,290: Line 1,437:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | [[Slot]]
+
  | 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,304: Line 1,457:
 
  !style="width: 250px;" colspan="2"| Meaning
 
  !style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
  ! Default
 +
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Loyalty level (enchantment)
 +
| 0
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | Boolean
 
  | Boolean
  |colspan="2"| Is invulnerable
+
  |colspan="2"| Has enchantment glint
  | false
+
  | False
 
  |}
 
  |}
  
=== Firework Rocket Entity ===
+
=== Boat ===
  
{{Metadata inherit|Firework Rocket Entity|inherits=Entity}}
+
{{Metadata inherit|Boat|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,322: Line 1,480:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | [[Slot]]
+
  | VarInt
  |colspan="2"| Firework info
+
  |colspan="2"| Time since last hit
  | Empty
+
  | 0
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | OptVarInt
+
  | VarInt
  |colspan="2"| Entity ID of entity which used firework (for elytra boosting)
+
  |colspan="2"| Forward direction
  | Empty
+
| 1
 +
|-
 +
| {{Metadata id|}}
 +
| Float
 +
|colspan="2"| Damage taken
 +
| 0.0
 +
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Type (0=oak, 1=spruce, 2=birch, 3=jungle, 4=acacia, 5=dark oak)
 +
  | 0
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Is left paddle turning
 +
| false
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | Boolean
 
  | Boolean
  |colspan="2"| Is shot at angle (from a crossbow)
+
  |colspan="2"| Is right paddle turning
 
  | false
 
  | false
 +
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Splash timer
 +
| 0
 
  |}
 
  |}
  
=== Item Frame ===
+
=== Chest Boat ===
 +
 
 +
{{Metadata inherit|Chest Boat|inherits=Boat}}
 +
 
 +
No additional metadata.
 +
 
 +
=== End Crystal ===
  
{{Metadata inherit|Item Frame|inherits=Entity}}
+
{{Metadata inherit|End Crystal|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,348: Line 1,532:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | [[Slot]]
+
  | OptBlockPos
  |colspan="2"| Item
+
  |colspan="2"| Beam target
 
  | Empty
 
  | Empty
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | Boolean
  |colspan="2"| Rotation
+
  |colspan="2"| Show bottom
  | 0
+
  | true
 
  |}
 
  |}
  
=== Item Entity ===
+
=== Dragon Fireball ===
 +
 
 +
{{Metadata inherit|Dragon Fireball|inherits=Entity}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Small Fireball ===
 +
 
 +
{{Metadata inherit|Small Fireball|inherits=Entity}}
  
{{Metadata inherit|Item Entity|inherits=Entity}}
+
This is the fireball shot by blazes and dispensers with fire charges.
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,371: Line 1,563:
 
  | [[Slot]]
 
  | [[Slot]]
 
  |colspan="2"| Item
 
  |colspan="2"| Item
  | Empty
+
  | Empty (which behaves as if it were a <code>minecraft:fire_charge</code>)
 
  |}
 
  |}
  
=== Living Entity ===
+
=== Fireball ===
 +
 
 +
{{Metadata inherit|Fireball|inherits=Entity}}
  
{{Metadata inherit|Living Entity|inherits=Entity}}
+
This is the large fireball shot by ghasts.
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,384: Line 1,578:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="5"| {{Metadata id|}}
+
  | {{Metadata id|}}
  |rowspan="5"| Byte
+
  | [[Slot]]
  |colspan="2"| Hand states, used to trigger blocking/eating/drinking animation.
+
  |colspan="2"| Item
  |rowspan="5"| 0
+
  | Empty
  |-
+
  |}
! Bit mask
+
 
! Meaning
+
=== Wither Skull ===
|-
+
 
| 0x01
+
{{Metadata inherit|Wither Skull|inherits=Entity}}
| Is hand active
+
 
|-
+
{| class="wikitable"
| 0x02
+
  ! Index
| Active hand (0 = main hand, 1 = offhand)
+
  ! Type
|-
+
  !style="width: 250px;" colspan="2"| Meaning
| 0x04
+
  ! Default
| Is in riptide spin attack
 
|-
 
| {{Metadata id|}}
 
| Float
 
|colspan="2"| Health
 
  | 1.0
 
  |-
 
  | {{Metadata id|}}
 
| VarInt
 
|colspan="2"| Potion effect color (or 0 if there is no effect)
 
  | 0
 
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | Boolean
 
  | Boolean
  |colspan="2"| Is potion effect ambient: reduces the number of particles generated by potions to 1/5 the normal amount
+
  |colspan="2"| Is invulnerable
 
  | false
 
  | false
  |-
+
|}
 +
 
 +
=== Firework Rocket Entity ===
 +
 
 +
{{Metadata inherit|Firework Rocket Entity|inherits=Entity}}
 +
 
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | [[Slot]]
  |colspan="2"| Number of arrows in entity
+
  |colspan="2"| Firework info
  | 0
+
  | Empty
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | OptVarInt
  |colspan="2"| Health added by absorption (based on the AbsorptionAmount tag)
+
  |colspan="2"| Entity ID of entity which used firework (for elytra boosting)
  | 0
+
  | Empty
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | OptBlockPos
+
  | Boolean
  |colspan="2"| Location of the bed that the entity is currently sleeping in (Empty if it isn't sleeping)
+
  |colspan="2"| Is shot at angle (from a crossbow)
  | Empty
+
  | false
 
  |}
 
  |}
  
=== Player ===
+
=== Item Frame ===
  
{{Metadata inherit|Player|inherits=Living Entity}}
+
{{Metadata inherit|Item Frame|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,443: Line 1,637:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Float
+
  | [[Slot]]
  |colspan="2"| Additional Hearts
+
  |colspan="2"| Item
  | 0.0
+
  | Empty
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | VarInt
 
  | VarInt
  |colspan="2"| Score
+
  |colspan="2"| Rotation
 
  | 0
 
  | 0
 +
|}
 +
 +
=== Glowing Item Frame ===
 +
 +
{{Metadata inherit|Glowing Item Frame|inherits=Item Frame}}
 +
 +
No additional metadata.
 +
 +
=== Painting ===
 +
 +
{{Metadata inherit|Painting|inherits=Entity}}
 +
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 
  |-
 
  |-
  |rowspan="10"| {{Metadata id|}}
+
  | {{Metadata id|}}
  |rowspan="10"| Byte
+
  | PaintingVariant
  |colspan="2"| The Displayed Skin Parts bit mask that is sent in [[Protocol#Client Settings|Client Settings]]
+
  |colspan="2"| Painting Type
  |rowspan="10"| 0
+
| KEBAB
 +
  |}
 +
 
 +
=== Item Entity ===
 +
 
 +
{{Metadata inherit|Item Entity|inherits=Entity}}
 +
 
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 
  |-
 
  |-
! Bit mask !! Meaning
+
  | {{Metadata id|}}
|-
+
  | [[Slot]]
| 0x01 || Cape enabled
+
  |colspan="2"| Item
|-
 
| 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|}}
 
| Byte
 
|colspan="2"| Main hand (0 : Left, 1 : Right)
 
| 1
 
|-
 
| {{Metadata id|}}
 
| [[NBT]]
 
|colspan="2"| Left shoulder entity data (for occupying parrot)
 
| Empty
 
|-
 
  | {{Metadata id|}}
 
  | [[NBT]]
 
  |colspan="2"| Right shoulder entity data (for occupying parrot)
 
 
  | Empty
 
  | Empty
 
  |}
 
  |}
  
=== Armor Stand ===
+
=== Living Entity ===
  
{{Metadata inherit|Armor Stand|inherits=Living Entity}}
+
{{Metadata inherit|Living Entity|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,503: Line 1,697:
 
  |rowspan="5"| {{Metadata id|}}
 
  |rowspan="5"| {{Metadata id|}}
 
  |rowspan="5"| Byte
 
  |rowspan="5"| Byte
  ! Bit mask
+
|colspan="2"| Hand states, used to trigger blocking/eating/drinking animation.
 +
|rowspan="5"| 0
 +
|-
 +
  ! Bit mask
 
  ! Meaning
 
  ! Meaning
|rowspan="5"| 0
 
 
  |-
 
  |-
 
  | 0x01
 
  | 0x01
  | Is Small
+
  | Is hand active
 +
|-
 +
| 0x02
 +
| Active hand (0 = main hand, 1 = offhand)
 
  |-
 
  |-
 
  | 0x04
 
  | 0x04
  | Has Arms
+
  | Is in riptide spin attack
 
  |-
 
  |-
  | 0x08
+
  | {{Metadata id|}}
  | Has no BasePlate
+
| Float
 +
|colspan="2"| Health
 +
  | 1.0
 
  |-
 
  |-
  | 0x10
+
  | {{Metadata id|}}
  | Is Marker
+
| VarInt
 +
|colspan="2"| Potion effect color (or 0 if there is no effect)
 +
  | 0
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Rotations
+
  | Boolean
  |colspan="2"| Head rotation
+
  |colspan="2"| Is potion effect ambient: reduces the number of particles generated by potions to 1/5 the normal amount
  | (0.0, 0.0, 0.0)
+
  | false
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Rotations
+
  | VarInt
  |colspan="2"| Body rotation
+
  |colspan="2"| Number of arrows in entity
  | (0.0, 0.0, 0.0)
+
  | 0
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Rotations
+
  | VarInt
  |colspan="2"| Left arm rotation
+
  |colspan="2"| Number of bee stingers in entity
  | (-10.0, 0.0, -10.0)
+
  | 0
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Rotations
+
  | OptBlockPos
  |colspan="2"| Right arm rotation
+
  |colspan="2"| Location of the bed that the entity is currently sleeping in (Empty if it isn't sleeping)
| (-15.0, 0.0, 10.0)
+
  | Empty
|-
 
| {{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.
+
=== Player ===
  
=== Mob ===
+
{{Metadata inherit|Player|inherits=Living Entity}}
 
 
{{Metadata inherit|Mob|inherits=Living Entity}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,562: Line 1,753:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="4"| {{Metadata id|}}
+
  | {{Metadata id|}}
  |rowspan="4"| Byte
+
  | Float
  ! Bit mask
+
|colspan="2"| Additional Hearts
! Meaning
+
  | 0.0
|rowspan="4"| 0
 
 
  |-
 
  |-
  | 0x01
+
  | {{Metadata id|}}
  | NoAI
+
| VarInt
 +
|colspan="2"| Score
 +
  | 0
 +
|-
 +
|rowspan="10"| {{Metadata id|}}
 +
|rowspan="10"| Byte
 +
|colspan="2"| The Displayed Skin Parts bit mask that is sent in [[Protocol#Client Settings|Client Settings]]
 +
|rowspan="10"| 0
 
  |-
 
  |-
  | 0x02
+
  ! Bit mask !! Meaning
| Is left handed
 
 
  |-
 
  |-
  | 0x04
+
  | 0x01 || Cape enabled
| Is agressive
 
 
  |-
 
  |-
  |}
+
  | 0x02 || Jacket enabled
 
 
=== Ambient Creature ===
 
 
 
{{Metadata inherit|Ambient Creature|inherits=Mob}}
 
 
 
No additional metadata.
 
 
 
=== Bat ===
 
 
 
{{Metadata inherit|Bat|inherits=Ambient Creature}}
 
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
 
  |-
 
  |-
  | rowspan="2"| {{Metadata id|}}
+
  | 0x04 || Left sleeve enabled
  | rowspan="2"| Byte
+
|-
  ! Bit mask
+
| 0x08 || Right sleeve enabled
  ! Meaning
+
|-
  | rowspan="2"| 0
+
| 0x10 || Left pants leg enabled
 +
|-
 +
| 0x20 || Right pants leg enabled
 +
|-
 +
| 0x40 || Hat enabled
 +
|-
 +
| 0x80 || ''Unused''
 +
|-
 +
| {{Metadata id|}}
 +
  | Byte
 +
|colspan="2"| Main hand (0 : Left, 1 : Right)
 +
| 1
 +
  |-
 +
  | {{Metadata id|}}
 +
  | [[NBT]]
 +
|colspan="2"| Left shoulder entity data (for occupying parrot)
 +
| Empty
 
  |-
 
  |-
  | 0x01
+
  | {{Metadata id|}}
  | Is hanging
+
| [[NBT]]
 +
|colspan="2"| Right shoulder entity data (for occupying parrot)
 +
  | Empty
 
  |}
 
  |}
  
=== Pathfinder Mob ===
+
=== Armor Stand ===
  
{{Metadata inherit|Pathfinder Mob|inherits=Mob}}
+
{{Metadata inherit|Armor Stand|inherits=Living Entity}}
  
No additional metadata.
+
{| class="wikitable"
 
+
  ! Index
=== 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"
 
  ! Index
 
 
  ! Type
 
  ! Type
 
  !style="width: 250px;" colspan="2"| Meaning
 
  !style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | {{Metadata id|}}
+
  |rowspan="5"| {{Metadata id|}}
  | Position
+
  |rowspan="5"| Byte
  |colspan="2"| Treasure position
+
! Bit mask
| (0, 0, 0)
+
! Meaning
 +
  |rowspan="5"| 0
 
  |-
 
  |-
  | {{Metadata id|}}
+
  | 0x01
| Boolean
+
  | Is Small
|colspan="2"| Can find treasure
 
  | false
 
 
  |-
 
  |-
  | {{Metadata id|}}
+
  | 0x04
  | Boolean
+
| Has Arms
  |colspan="2"| Has fish
+
  |-
  | false
+
  | 0x08
  |}
+
| Has no BasePlate
 
+
  |-
=== Abstract fish ===
+
  | 0x10
 
+
| Is Marker
{{Metadata inherit|Abstract fish|inherits=Water Animal}}
+
|-
 
+
| {{Metadata id|}}
{| class="wikitable"
+
| Rotations
  ! Index
+
  |colspan="2"| Head rotation
! Type
+
  | (0.0, 0.0, 0.0)
!style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | Rotations
  |colspan="2"| From bucket
+
  |colspan="2"| Body rotation
  | False
+
  | (0.0, 0.0, 0.0)
  |}
+
  |-
 
+
| {{Metadata id|}}
=== Cod ===
+
| Rotations
 
+
|colspan="2"| Left arm rotation
{{Metadata inherit|Cod|inherits=Abstract fish}}
+
| (-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)
 +
|}
  
No additional metadata.
+
Note that armor stands with the [[#Entity|invisible flag from the base entity class]] set also cannot be attacked or damaged, except for by the void.
  
=== Puffer fish ===
+
=== Mob ===
  
{{Metadata inherit|Puffer fish|inherits=Abstract fish}}
+
{{Metadata inherit|Mob|inherits=Living Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,681: Line 1,873:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | {{Metadata id|}}
+
  |rowspan="4"| {{Metadata id|}}
  | VarInt
+
  |rowspan="4"| Byte
  |colspan="2"| PuffState (varies from 0 to 2)
+
! Bit mask
  | 0
+
! Meaning
 +
  |rowspan="4"| 0
 +
  |-
 +
| 0x01
 +
| NoAI
 +
|-
 +
| 0x02
 +
| Is left handed
 +
|-
 +
| 0x04
 +
| Is aggressive
 +
|-
 
  |}
 
  |}
  
=== Salmon ===
+
=== Ambient Creature ===
  
{{Metadata inherit|Salmon|inherits=Abstract fish}}
+
{{Metadata inherit|Ambient Creature|inherits=Mob}}
  
 
No additional metadata.
 
No additional metadata.
  
=== Tropical fish ===
+
=== Bat ===
  
{{Metadata inherit|Tropical fish|inherits=Abstract fish}}
+
{{Metadata inherit|Bat|inherits=Ambient Creature}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,703: Line 1,906:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | {{Metadata id|}}
+
  | rowspan="2"| {{Metadata id|}}
  | VarInt
+
  | rowspan="2"| Byte
  |colspan="2"| Variant
+
! Bit mask
  | 0
+
! Meaning
 +
  | rowspan="2"| 0
 +
  |-
 +
| 0x01
 +
| Is hanging
 
  |}
 
  |}
  
=== Ageable Mob ===
+
=== Pathfinder Mob ===
 +
 
 +
{{Metadata inherit|Pathfinder Mob|inherits=Mob}}
  
{{Metadata inherit|Ageable Mob|inherits=Pathfinder Mob}}
+
No additional metadata.
  
{| class="wikitable"
+
=== Water Animal ===
! Index
+
 
! Type
+
{{Metadata inherit|Water Animal|inherits=Pathfinder Mob}}
!style="width: 250px;" colspan="2"| Meaning
+
 
! Default
+
No additional metadata.
|-
 
| {{Metadata id|}}
 
| Boolean
 
|colspan="2"| Is baby
 
| false
 
|}
 
  
=== Animal ===
+
=== Squid ===
  
{{Metadata inherit|Animal|inherits=Ageable Mob}}
+
{{Metadata inherit|Squid|inherits=Water Animal}}
  
 
No additional metadata.
 
No additional metadata.
  
=== Abstract Horse ===
+
=== Dolphin ===
  
{{Metadata inherit|Abstract Horse|inherits=Animal}}
+
{{Metadata inherit|Dolphin|inherits=Water Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,741: Line 1,944:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="9"| {{Metadata id|}}
+
  | {{Metadata id|}}
  |rowspan="9"| Byte
+
  | Position
! Bit mask
+
|colspan="2"| Treasure position
! Meaning
+
  | (0, 0, 0)
  |rowspan="9"| 0
 
 
  |-
 
  |-
  | 0x01
+
  | {{Metadata id|}}
| ''Unused''
+
  | Boolean
|-
+
  |colspan="2"| Has fish
| 0x02
+
  | false
| Is Tame
 
|-
 
| 0x04
 
  | Is saddled
 
  |-
 
| 0x08
 
| Has bred
 
|-
 
| 0x10
 
| Is eating
 
|-
 
| 0x20
 
| Is rearing (on hind legs)
 
|-
 
| 0x40
 
| Is mouth open
 
|-
 
| 0x80
 
  | ''Unused''
 
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | OptUUID
+
  | VarInt
  |colspan="2"| Owner
+
  |colspan="2"| Moisture level
  | Absent
+
  | 2400
 
  |}
 
  |}
  
=== Horse ===
+
=== Abstract fish ===
  
{{Metadata inherit|Horse|inherits=Abstract Horse}}
+
{{Metadata inherit|Abstract fish|inherits=Water Animal}}
  
{| class="wikitable"  
+
{| class="wikitable"
 
  ! Index
 
  ! Index
 
  ! Type
 
  ! Type
Line 1,788: Line 1,971:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | Boolean
  |colspan="2"| Variant (Color & Style)
+
  |colspan="2"| From bucket
  | 0
+
  | False
 
  |}
 
  |}
  
=== Zombie Horse ===
+
=== Cod ===
  
{{Metadata inherit|Zombie Horse|inherits=Abstract Horse}}
+
{{Metadata inherit|Cod|inherits=Abstract fish}}
  
=== Skeleton Horse ===
+
No additional metadata.
  
{{Metadata inherit|Skeleton Horse|inherits=Abstract Horse}}
+
=== Puffer fish ===
  
=== Chested Horse ===
+
{{Metadata inherit|Puffer fish|inherits=Abstract fish}}
  
{{Metadata inherit|Chested Horse|inherits=Abstract Horse}}
+
{| class="wikitable"
 
 
{| class="wikitable"  
 
 
  ! Index
 
  ! Index
 
  ! Type
 
  ! Type
Line 1,812: Line 1,993:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | VarInt
  |colspan="2"| Has Chest
+
  |colspan="2"| PuffState (varies from 0 to 2)
  | false
+
  | 0
 
  |}
 
  |}
  
=== Donkey ===
+
=== Salmon ===
 +
 
 +
{{Metadata inherit|Salmon|inherits=Abstract fish}}
  
{{Metadata inherit|Donkey|inherits=Chested Horse}}
+
No additional metadata.
  
=== Llama ===
+
=== Tropical fish ===
  
{{Metadata inherit|Llama|inherits=Chested Horse}}
+
{{Metadata inherit|Tropical fish|inherits=Abstract fish}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,833: Line 2,016:
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | VarInt
 
  | VarInt
  | colspan="2"| Strength (number of columns of 3 slots in the llama's inventory once a chest is equipped)
+
  |colspan="2"| Variant
 
  | 0
 
  | 0
 +
|}
 +
 +
=== Tadpole ===
 +
 +
{{Metadata inherit|Tadpole|inherits=Abstract fish}}
 +
 +
No additional metadata.
 +
 +
=== Ageable Mob ===
 +
 +
{{Metadata inherit|Ageable Mob|inherits=Pathfinder Mob}}
 +
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | Boolean
  | colspan="2"| Carpet color (a dye color, or -1 if no carpet equipped)
+
  |colspan="2"| Is baby
  | -1
+
  | false
|-
 
| {{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 ===
+
=== Animal ===
  
{{Metadata inherit|Trader Llama|Llama}}
+
{{Metadata inherit|Animal|inherits=Ageable Mob}}
  
 
No additional metadata.
 
No additional metadata.
  
=== Mule ===
+
=== Sniffer ===
  
{{Metadata inherit|Mule|inherits=Chested Horse}}
+
{{Metadata inherit|Axolotl|inherits=Animal}}
 
 
=== Bee ===
 
 
 
{{Metadata inherit|Bee|inherits=Animal}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,867: Line 2,058:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="5"| {{Metadata id|}}
+
  | {{Metadata id|}}
  |rowspan="5"| Byte
+
  | Sniffer State
  |colspan="2"| Flags
+
  |colspan="2"| Sniffer State
|rowspan="5"| 0
+
  | IDLING
|-
 
| 0x01 || ''Unused''
 
|-
 
| 0x02 || Is angry
 
|-
 
| 0x04 || Has stung
 
  |-
 
| 0x08 || Has nectar
 
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | VarInt
 
  | VarInt
  | colspan="2"| Anger time in ticks
+
  |colspan="2"| Drop seed at tick
  | 0 (Not angry)
+
  | 0
 
  |}
 
  |}
  
=== Fox ===
+
=== Abstract Horse ===
  
{{Metadata inherit|Fox|inherits=Animal}}
+
{{Metadata inherit|Abstract Horse|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,896: Line 2,079:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
| {{Metadata id|}}
+
  |rowspan="9"| {{Metadata id|}}
| VarInt
+
  |rowspan="9"| Byte
| colspan="2" | Type (0: red, 1: snow)
 
| 0 (red)
 
|-
 
  | rowspan="9" | {{Metadata id|}}
 
  | rowspan="9" | Byte
 
 
  ! Bit mask
 
  ! Bit mask
 
  ! Meaning
 
  ! Meaning
  | rowspan="9" | 0
+
  |rowspan="9"| 0
 
  |-
 
  |-
  | 0x01 || Is sitting
+
  | 0x01
 +
| ''Unused''
 
  |-
 
  |-
  | 0x02 || ''Unused''
+
  | 0x02
 +
| Is Tame
 
  |-
 
  |-
  | 0x04 || Is crouching
+
  | 0x04
 +
| Is saddled
 
  |-
 
  |-
  | 0x08 || Is interested
+
  | 0x08
 +
| Has bred
 
  |-
 
  |-
  | 0x10 || Is pouncing
+
  | 0x10
 +
| Is eating
 
  |-
 
  |-
  | 0x20 || Is sleeping
+
  | 0x20
|-
+
  | Is rearing (on hind legs)
  | 0x40 || Is faceplanted
 
 
  |-
 
  |-
  | 0x80 || Is defending
+
  | 0x40
 +
| Is mouth open
 
  |-
 
  |-
  | {{Metadata id|}}
+
  | 0x80
| OptUUID
+
  | ''Unused''
| colspan="2" | First UUID (in <code>UUIDs</code> NBT)?
 
| Absent
 
|-
 
| {{Metadata id|}}
 
| OptUUID
 
| colspan="2" | Second UUID (in <code>UUIDs</code> NBT)?
 
  | Absent
 
 
  |}
 
  |}
  
=== Ocelot ===
+
=== Horse ===
  
{{Metadata inherit|Ocelot|inherits=Animal}}
+
{{Metadata inherit|Horse|inherits=Abstract Horse}}
  
{| class="wikitable"
+
{| class="wikitable"  
 
  ! Index
 
  ! Index
 
  ! Type
 
  ! Type
Line 1,945: Line 2,121:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | VarInt
  |colspan="2"| Is trusting
+
  |colspan="2"| Variant (Color & Style)
  | false
+
  | 0
 
  |}
 
  |}
  
=== Panda ===
+
=== Zombie Horse ===
 +
 
 +
{{Metadata inherit|Zombie Horse|inherits=Abstract Horse}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Skeleton Horse ===
 +
 
 +
{{Metadata inherit|Skeleton Horse|inherits=Abstract Horse}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Camel ===
  
{{Metadata inherit|Panda|inherits=Animal}}
+
{{Metadata inherit|Camel|inherits=Abstract Horse}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,961: Line 2,149:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Integer
+
  | Boolean
  |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"| Is dashing
  | 0
+
  | False
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Integer
+
  | VarLong
  |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"| Last pose change tick
 
  | 0
 
  | 0
 +
|}
 +
 +
=== Chested Horse ===
 +
 +
{{Metadata inherit|Chested Horse|inherits=Abstract Horse}}
 +
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Integer
+
  | Boolean
  |colspan="2"| Eat timerIf nonzero, counts upwards.
+
  |colspan="2"| Has Chest
 +
| 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|}}
 +
  | VarInt
 +
| colspan="2"| Strength (number of columns of 3 slots in the llama's inventory once a chest is equipped)
 
  | 0
 
  | 0
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Byte
+
  | VarInt
  |colspan="2"| Main Gene
+
  | colspan="2"| Carpet color (a dye color, or -1 if no carpet equipped)
  | 0
+
  | -1
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Byte
+
  | VarInt
  |colspan="2"| Hidden Gene
+
  | 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
 
  | 0
|-
 
|rowspan="6"| {{Metadata id|}}
 
|rowspan="6"| Byte
 
! Bit mask
 
! Meaning
 
|rowspan="6"| 0
 
|-
 
| 0x01
 
| Unused
 
|-
 
| 0x02
 
| Is sneezing
 
|-
 
| 0x04
 
| Is rolling
 
|-
 
| 0x08
 
| Is sitting
 
|-
 
| 0x10
 
| Is on back
 
 
  |}
 
  |}
  
=== Pig ===
+
=== Trader Llama ===
 +
 
 +
{{Metadata inherit|Trader Llama|inherits=Llama}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Mule ===
 +
 
 +
{{Metadata inherit|Mule|inherits=Chested Horse}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Axolotl ===
  
{{Metadata inherit|Pig|inherits=Animal}}
+
{{Metadata inherit|Axolotl|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,016: Line 2,228:
 
  !style="width: 250px;" colspan="2"| Meaning
 
  !style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
  ! Default
 +
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Variant (0 = lucy, 1 = wild, 2 = gold, 3 = cyan, 4 = blue)
 +
| 0 (lucy)
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | Boolean
 
  | Boolean
  |colspan="2"| Has saddle
+
  |colspan="2"| If it is currently playing dead.
 
  | false
 
  | false
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | Boolean
  |colspan="2"| Total time to "boost" with a carrot on a stick for
+
  |colspan="2"| If it was spawned from a bucket.
  | 0
+
  | false
 
  |}
 
  |}
  
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.
+
=== Bee ===
  
=== Rabbit ===
+
{{Metadata inherit|Bee|inherits=Animal}}
 
 
{{Metadata inherit|Rabbit|inherits=Animal}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,039: Line 2,254:
 
  !style="width: 250px;" colspan="2"| Meaning
 
  !style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
  ! Default
 +
|-
 +
|rowspan="5"| {{Metadata id|}}
 +
|rowspan="5"| Byte
 +
|colspan="2"| Flags
 +
|rowspan="5"| 0
 +
|-
 +
| 0x01 || ''Unused''
 +
|-
 +
| 0x02 || Is angry
 +
|-
 +
| 0x04 || Has stung
 +
|-
 +
| 0x08 || Has nectar
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | VarInt
 
  | VarInt
  |colspan="2"| Type
+
  | colspan="2"| Anger time in ticks
  | 0
+
  | 0 (Not angry)
 
  |}
 
  |}
  
=== Turtle ===
+
=== Fox ===
  
{{Metadata inherit|Turtle|inherits=Animal}}
+
{{Metadata inherit|Fox|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,057: Line 2,285:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | BlockPos
+
  | VarInt
  |colspan="2"| Home pos
+
  | colspan="2" | Type (0: red, 1: snow)
  | (0, 0, 0)
+
  | 0 (red)
 
  |-
 
  |-
  | {{Metadata id|}}
+
  | rowspan="9" | {{Metadata id|}}
  | Boolean
+
  | rowspan="9" | Byte
  |colspan="2"| Has egg
+
! Bit mask
  | false
+
! Meaning
 +
  | rowspan="9" | 0
 +
|-
 +
  | 0x01 || Is sitting
 +
|-
 +
| 0x02 || ''Unused''
 +
|-
 +
| 0x04 || Is crouching
 +
|-
 +
| 0x08 || Is interested
 +
|-
 +
| 0x10 || Is pouncing
 +
|-
 +
| 0x20 || Is sleeping
 +
|-
 +
| 0x40 || Is faceplanted
 
  |-
 
  |-
  | {{Metadata id|}}
+
  | 0x80 || Is defending
| Boolean
 
|colspan="2"| Is laying egg
 
| false
 
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | BlockPos
+
  | OptUUID
  |colspan="2"| Travel pos
+
  | colspan="2" | First UUID (in <code>UUIDs</code> NBT)?
  | (0, 0, 0)
+
  | Absent
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | OptUUID
  |colspan="2"| Is going home
+
  | colspan="2" | Second UUID (in <code>UUIDs</code> NBT)?
  | false
+
  | Absent
|-
 
| {{Metadata id|}}
 
| Boolean
 
|colspan="2"| Is traveling
 
| false
 
 
  |}
 
  |}
  
=== Polar Bear ===
+
=== Frog ===
  
{{Metadata inherit|Polar Bear|inherits=Animal}}
+
{{Metadata inherit|Frog|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,098: Line 2,333:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | FrogVariant
  |colspan="2"| Is standing up
+
  |colspan="2"| Frog Variant
  | false
+
  | TEMPERATE
 +
|-
 +
| {{Metadata id|}}
 +
| Optional Unsigned VarInt
 +
|colspan="2"| Tongue Target
 +
| 0
 
  |}
 
  |}
  
=== Chicken ===
+
=== Ocelot ===
  
{{Metadata inherit|Chicken|inherits=Animal}}
+
{{Metadata inherit|Ocelot|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,127: Line 2,355:
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | Boolean
 
  | Boolean
  |colspan="2"| Is immune to zombification
+
  |colspan="2"| Is trusting
 
  | false
 
  | false
 
  |}
 
  |}
 
=== Mooshroom ===
 
  
{{Metadata inherit|Mooshroom|inherits=Cow}}
+
=== Panda ===
 +
 
 +
{{Metadata inherit|Panda|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,142: Line 2,370:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | String
+
  | VarInt
  | colspan="2"| Variant ("red" or "brown")
+
  |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.
  | red
+
  | 0
|}
 
 
 
=== Sheep ===
 
 
 
{{Metadata inherit|Sheep|inherits=Animal}}
 
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
 
  |-
 
  |-
  |rowspan="3"| {{Metadata id|}}
+
  | {{Metadata id|}}
  |rowspan="3"| Byte
+
  | VarInt
! Bit mask
+
|colspan="2"| Sneeze timer. Counts up from 0; when it hits 1 the <code>entity.panda.pre_sneeze</code> event plays and when it hits 21 the <code>entity.panda.sneeze</code> event plays (and it is set back to 0 and the sneeze flag is cleared).
  ! Meaning
+
  | 0
  |rowspan="3"| 0
 
 
  |-
 
  |-
  | 0x0F
+
  | {{Metadata id|}}
  | Color ID
+
| VarInt
 +
|colspan="2"| Eat timer.  If nonzero, counts upwards.
 +
  | 0
 
  |-
 
  |-
  | 0x10
+
  | {{Metadata id|}}
| Is sheared
+
| Byte
|}
+
  |colspan="2"| Main Gene
+
  | 0
=== Strider ===
 
 
 
{{Metadata inherit|Strider|inherits=Animal}}
 
 
 
{| class="wikitable"
 
  ! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | Byte
  |colspan="2"| Total time to "boost" with warped fungus on a stick for
+
  |colspan="2"| Hidden Gene
 
  | 0
 
  | 0
 
  |-
 
  |-
| {{Metadata id|}}
+
  |rowspan="6"| {{Metadata id|}}
| Boolean
+
  |rowspan="6"| Byte
|colspan="2"| Is shaking (true unless riding a vehicle or on or in a block tagged with strider_warm_blocks (default: lava))
+
  ! Bit mask
| false
+
  ! Meaning
|-
+
  |rowspan="6"| 0
| {{Metadata id|}}
 
| Boolean
 
|colspan="2"| Has saddle
 
| false
 
|}
 
 
 
=== Tameable Animal ===
 
 
 
{{Metadata inherit|Tameable Animal|inherits=Animal}}
 
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
  |rowspan="4"| {{Metadata id|}}
 
  |rowspan="4"| Byte
 
  ! Bit mask
 
  ! Meaning
 
  |rowspan="4"| 0
 
 
  |-
 
  |-
 
  | 0x01
 
  | 0x01
  | Is sitting
+
  | Unused
 
  |-
 
  |-
 
  | 0x02
 
  | 0x02
  | ''Unused''
+
  | Is sneezing
 
  |-
 
  |-
 
  | 0x04
 
  | 0x04
  | Is tamed
+
  | Is rolling
 +
|-
 +
| 0x08
 +
| Is sitting
 
  |-
 
  |-
  | {{Metadata id|}}
+
  | 0x10
| OptUUID
+
  | Is on back
|colspan="2"| Owner
 
  | Absent
 
 
  |}
 
  |}
  
=== Cat ===
+
=== Pig ===
  
{{Metadata inherit|Cat|inherits=Tameable Animal}}
+
{{Metadata inherit|Pig|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,236: Line 2,425:
 
  !style="width: 250px;" colspan="2"| Meaning
 
  !style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
  ! Default
|-
 
| {{Metadata id|}}
 
| VarInt
 
|colspan="2"| Type (0 = tabby, 1 = black, 2 = red, 3 = siamese, 4 = british_shorthair, 5 = calico, 6 = persian, 7 = ragdoll, 8 = white, 9 = jellie, 10 = all_black)
 
| 1
 
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | Boolean
 
  | Boolean
  |colspan="2"| Is lying
+
  |colspan="2"| Has saddle
| false
 
|-
 
| {{Metadata id|}}
 
| Boolean
 
|colspan="2"| Is relaxed? (This makes their head go slightly upwards, unknown when used)
 
 
  | false
 
  | false
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | VarInt
 
  | VarInt
  |colspan="2"| Collar color (values are those {{Minecraft Wiki|Data_values#Dyes|used with dyes}})
+
  |colspan="2"| Total time to "boost" with a carrot on a stick for
  | 14 (Red)
+
  | 0
 
  |}
 
  |}
  
=== Wolf ===
+
Whenever a carrot on a stick is used, if the pig is not currently boosting it will start to boost for 140 to 980 (inclusive) ticks.  When boost time is changed, a counter is reset which counts up to the boost time, after which boosting will stop.  The value remains set at its modified value even after boosting is stopped.
 +
 
 +
=== Rabbit ===
  
{{Metadata inherit|Wolf|inherits=Tameable Animal}}
+
{{Metadata inherit|Rabbit|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,267: Line 2,448:
 
  !style="width: 250px;" colspan="2"| Meaning
 
  !style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
  ! Default
|-
 
| {{Metadata id|}}
 
| Boolean
 
|colspan="2"| Is begging
 
| false
 
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | VarInt
 
  | VarInt
  |colspan="2"| Collar color (values are those {{Minecraft Wiki|Data_values#Dyes|used with dyes}})
+
  |colspan="2"| Type
| 14 (Red)
 
|-
 
| {{Metadata id|}}
 
| VarInt
 
|colspan="2"| Anger time
 
 
  | 0
 
  | 0
 
  |}
 
  |}
  
=== Parrot ===
+
=== Turtle ===
  
{{Metadata inherit|Parrot|inherits=Tameable Animal}}
+
{{Metadata inherit|Turtle|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,295: Line 2,466:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | BlockPos
  |colspan="2"| Variant (0: red/blue, 1: blue, 2: green, 3: yellow/blue, 4: grey)
+
  |colspan="2"| Home pos
  | 0
+
| (0, 0, 0)
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Has egg
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Is laying egg
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| BlockPos
 +
|colspan="2"| Travel pos
 +
| (0, 0, 0)
 +
  |-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Is going home
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Is traveling
 +
| false
 
  |}
 
  |}
  
=== Abstract Villager ===
+
=== Polar Bear ===
  
{{Metadata inherit|Abstract Villager|inherits=Ageable Mob}}
+
{{Metadata inherit|Polar Bear|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,311: Line 2,507:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | VarInt
+
  | Boolean
  |colspan="2"| Head shake timer (starts at 40, decrements each tick)
+
  |colspan="2"| Is standing up
  | 0
+
  | false
 
  |}
 
  |}
  
=== Villager ===
+
=== Chicken ===
  
{{Metadata inherit|Villager|inherits=Abstract Villager}}
+
{{Metadata inherit|Chicken|inherits=Animal}}
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| {{Metadata id|}}
 
| Villager Data
 
|colspan="2"| Villager Data
 
| Plains/None/1
 
|}
 
 
 
=== Wandering Trader ===
 
 
 
{{Metadata inherit|Wandering Trader|inherits=Abstract Villager}}
 
  
 
No additional metadata.
 
No additional metadata.
  
=== Abstract Golem ===
+
=== Cow ===
  
{{Metadata inherit|Abstract Golem|inherits=Pathfinder Mob}}
+
{{Metadata inherit|Cow|inherits=Animal}}
  
 
No additional metadata.
 
No additional metadata.
  
=== Iron Golem ===
+
=== Hoglin ===
  
{{Metadata inherit|Iron Golem|inherits=Abstract Golem}}
+
{{Metadata inherit|Hoglin|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,354: Line 2,534:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="2"| {{Metadata id|}}
+
  | {{Metadata id|}}
  |rowspan="2"| Byte
+
  | Boolean
! Bit mask
+
  |colspan="2"| Is immune to zombification
! Meaning
+
  | false
  |rowspan="2"| 0
 
  |-
 
| 0x01
 
| Is player-created
 
 
  |}
 
  |}
 +
 +
=== Mooshroom ===
  
=== Snow Golem ===
+
{{Metadata inherit|Mooshroom|inherits=Cow}}
 
 
{{Metadata inherit|Snow Golem|inherits=Abstract Golem}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,374: Line 2,550:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="3"| {{Metadata id|}}
+
  | {{Metadata id|}}
  |rowspan="3"| Byte
+
  | String
! Bit mask
+
  | colspan="2"| Variant ("red" or "brown")
! Meaning
+
  | red
  |rowspan="3"| 0x10
 
|-
 
| 0x00
 
| Has no pumpkin hat
 
|-
 
| 0x10
 
  | Has pumpkin hat
 
 
  |}
 
  |}
  
=== Shulker ===
+
=== Sheep ===
  
{{Metadata inherit|Shulker|inherits=Abstract Golem}}
+
{{Metadata inherit|Sheep|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,397: Line 2,566:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | {{Metadata id|}}
+
  |rowspan="3"| {{Metadata id|}}
  | Direction
+
  |rowspan="3"| Byte
  |colspan="2"| Attach face
+
! Bit mask
| Down (0)
+
! Meaning
 +
  |rowspan="3"| 0
 
  |-
 
  |-
  | {{Metadata id|}}
+
  | 0x0F
| OptPosition
+
  | Color ID
|colspan="2"| Attachment position
 
  | Absent
 
 
  |-
 
  |-
  | {{Metadata id|}}
+
  | 0x10
| Byte
+
  | Is sheared
|colspan="2"| Shield height
 
| 0
 
|-
 
| {{Metadata id|}}
 
| Byte
 
| colspan="2"| Color (dye color)
 
  | 10 (purple)
 
 
  |}
 
  |}
 +
 +
=== Strider ===
  
=== Monster ===
+
{{Metadata inherit|Strider|inherits=Animal}}
  
{{Metadata inherit|Monster|inherits=Pathfinder Mob}}
+
{| class="wikitable"
 
+
  ! Index
No additional metadata.
+
  ! Type
 
+
  !style="width: 250px;" colspan="2"| Meaning
=== Base Piglin ===
+
  ! Default
 
+
|-
{{Metadata inherit|Base Piglin|inherits=Monster}}
+
| {{Metadata id|}}
 
+
| VarInt
{| class="wikitable"
+
|colspan="2"| Total time to "boost" with warped fungus on a stick for
  ! Index
+
| 0
  ! Type
+
|-
  !style="width: 250px;" colspan="2"| Meaning
+
| {{Metadata id|}}
  ! Default
+
| Boolean
 +
|colspan="2"| Is shaking (true unless riding a vehicle or on or in a block tagged with strider_warm_blocks (default: lava))
 +
| false
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | Boolean
 
  | Boolean
  |colspan="2"| Is immune to zombification
+
  |colspan="2"| Has saddle
 
  | false
 
  | false
 
  |}
 
  |}
 
=== Piglin ===
 
  
{{Metadata inherit|Piglin|inherits=Base Piglin}}
+
=== Tameable Animal ===
 +
 
 +
{{Metadata inherit|Tameable Animal|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,450: Line 2,615:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | {{Metadata id|}}
+
  |rowspan="4"| {{Metadata id|}}
  | Boolean
+
  |rowspan="4"| Byte
  |colspan="2"| Is baby
+
! Bit mask
  | false
+
! Meaning
 +
  |rowspan="4"| 0
 +
|-
 +
| 0x01
 +
| Is sitting
 +
|-
 +
| 0x02
 +
  | ''Unused''
 
  |-
 
  |-
  | {{Metadata id|}}
+
  | 0x04
| Boolean
+
  | Is tamed
  |colspan="2"| Is charging crossbow
 
| false
 
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | OptUUID
  |colspan="2"| Is dancing
+
  |colspan="2"| Owner
  | false
+
  | Absent
 
  |}
 
  |}
 
=== Piglin Brute ===
 
  
{{Metadata inherit|Piglin Brute|inherits=Base Piglin}}
+
=== Cat ===
  
No additional metadata.
+
{{Metadata inherit|Cat|inherits=Tameable Animal}}
 
 
 
 
=== Blaze ===
 
 
 
{{Metadata inherit|Blaze|inherits=Monster}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,483: Line 2,646:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="2"| {{Metadata id|}}
+
  | {{Metadata id|}}
  |rowspan="2"| Byte
+
| Cat Variant
  ! Bit mask
+
|colspan="2"| Cat Variant
  ! Meaning
+
| BLACK
  |rowspan="2"| 0
+
|-
 +
| {{Metadata id|}}
 +
  | Boolean
 +
|colspan="2"| Is lying
 +
  | false
 +
  |-
 +
  | {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Is relaxed? (This makes their head go slightly upwards, unknown when used)
 +
| false
 
  |-
 
  |-
  | 0x01
+
  | {{Metadata id|}}
  | Is on fire
+
| VarInt
 +
|colspan="2"| Collar color (values are those {{Minecraft Wiki|Data_values#Dyes|used with dyes}})
 +
  | 14 (Red)
 
  |}
 
  |}
  
=== Creeper ===
+
=== Wolf ===
  
{{Metadata inherit|Creeper|inherits=Monster}}
+
{{Metadata inherit|Wolf|inherits=Tameable Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,502: Line 2,676:
 
  !style="width: 250px;" colspan="2"| Meaning
 
  !style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
  ! Default
|-
 
| {{Metadata id|}}
 
| VarInt
 
|colspan="2"| State (-1 = idle, 1 = fuse)
 
| -1
 
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | Boolean
 
  | Boolean
  |colspan="2"| Is {{Minecraft Wiki|Creeper#Charged Creeper|charged}}
+
  |colspan="2"| Is begging
 
  | false
 
  | false
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | Boolean
+
  | VarInt
  |colspan="2"| Is ignited
+
  |colspan="2"| Collar color (values are those {{Minecraft Wiki|Data_values#Dyes|used with dyes}})
  | false
+
| 14 (Red)
  |}
+
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Anger time
 +
  | 0
 +
  |}
  
=== Endermite ===
+
=== Parrot ===
  
{{Metadata inherit|Endermite|inherits=Monster}}
+
{{Metadata inherit|Parrot|inherits=Tameable Animal}}
 
 
No additional metadata.
 
 
 
=== Giant ===
 
 
 
{{Metadata inherit|Giant|inherits=Monster}}
 
 
 
No additional metadata.
 
 
 
=== Guardian ===
 
 
 
{{Metadata inherit|Guardian|inherits=Monster}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,540: Line 2,702:
 
  !style="width: 250px;" colspan="2"| Meaning
 
  !style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
  ! Default
|-
 
| {{Metadata id|}}
 
| Boolean
 
|colspan="2"| Is retracting spikes
 
| false
 
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
 
  | VarInt
 
  | VarInt
  |colspan="2"| Target EID
+
  |colspan="2"| Variant (0: red/blue, 1: blue, 2: green, 3: yellow/blue, 4: grey)
 
  | 0
 
  | 0
 
  |}
 
  |}
  
=== Elder Guardian ===
+
=== Abstract Villager ===
  
{{Metadata inherit|Elder Guardian|inherits=Guardian}}
+
{{Metadata inherit|Abstract Villager|inherits=Ageable Mob}}
  
=== Silverfish ===
+
{| class="wikitable"
 
+
! Index
{{Metadata inherit|Silverfish|inherits=Monster}}
+
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Head shake timer (starts at 40, decrements each tick)
 +
| 0
 +
|}
 +
 
 +
=== Villager ===
 +
 
 +
{{Metadata inherit|Villager|inherits=Abstract Villager}}
 +
 
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| Villager Data
 +
|colspan="2"| Villager Data
 +
| Plains/None/1
 +
|}
 +
 
 +
=== Wandering Trader ===
 +
 
 +
{{Metadata inherit|Wandering Trader|inherits=Abstract Villager}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Abstract Golem ===
 +
 
 +
{{Metadata inherit|Abstract Golem|inherits=Pathfinder Mob}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Iron Golem ===
 +
 
 +
{{Metadata inherit|Iron Golem|inherits=Abstract Golem}}
 +
 
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
|rowspan="2"| {{Metadata id|}}
 +
|rowspan="2"| Byte
 +
! Bit mask
 +
! Meaning
 +
|rowspan="2"| 0
 +
|-
 +
| 0x01
 +
| Is player-created
 +
|}
 +
 
 +
=== Snow Golem ===
 +
 
 +
{{Metadata inherit|Snow Golem|inherits=Abstract Golem}}
 +
 
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
|rowspan="3"| {{Metadata id|}}
 +
|rowspan="3"| Byte
 +
! Bit mask
 +
! Meaning
 +
|rowspan="3"| 0x10
 +
|-
 +
| 0x00
 +
| Has no pumpkin hat
 +
|-
 +
| 0x10
 +
| Has pumpkin hat
 +
|}
 +
 
 +
=== Shulker ===
 +
 
 +
{{Metadata inherit|Shulker|inherits=Abstract Golem}}
 +
 
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| Direction
 +
|colspan="2"| Attach face
 +
| Down (0)
 +
|-
 +
| {{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 ===
 +
 
 +
{{Metadata inherit|Monster|inherits=Pathfinder Mob}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Base Piglin ===
 +
 
 +
{{Metadata inherit|Base Piglin|inherits=Monster}}
 +
 
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Is immune to zombification
 +
| false
 +
|}
 +
 +
=== Piglin ===
 +
 
 +
{{Metadata inherit|Piglin|inherits=Base Piglin}}
 +
 
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Is baby
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Is charging crossbow
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Is dancing
 +
| false
 +
|}
 +
 +
=== Piglin Brute ===
 +
 
 +
{{Metadata inherit|Piglin Brute|inherits=Base Piglin}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Blaze ===
 +
 
 +
{{Metadata inherit|Blaze|inherits=Monster}}
 +
 
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
|rowspan="2"| {{Metadata id|}}
 +
|rowspan="2"| Byte
 +
! Bit mask
 +
! Meaning
 +
|rowspan="2"| 0
 +
|-
 +
| 0x01
 +
| Is on fire
 +
|}
 +
 
 +
=== Creeper ===
 +
 
 +
{{Metadata inherit|Creeper|inherits=Monster}}
 +
 
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| State (-1 = idle, 1 = fuse)
 +
| -1
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Is {{Minecraft Wiki|Creeper#Charged Creeper|charged}}
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Is ignited
 +
| false
 +
|}
 +
 
 +
=== Endermite ===
 +
 
 +
{{Metadata inherit|Endermite|inherits=Monster}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Giant ===
 +
 
 +
{{Metadata inherit|Giant|inherits=Monster}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Goat ===
 +
 
 +
{{Metadata inherit|Goat|inherits=Animal}}
 +
 
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Is Screaming Goat
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Has Left Horn
 +
| true
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Has Right Horn
 +
| true
 +
|-
 +
|}
 +
 
 +
=== Guardian ===
 +
 
 +
{{Metadata inherit|Guardian|inherits=Monster}}
 +
 
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Is retracting spikes
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Target EID
 +
| 0
 +
|}
 +
 
 +
=== Elder Guardian ===
 +
 
 +
{{Metadata inherit|Elder Guardian|inherits=Guardian}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Silverfish ===
 +
 
 +
{{Metadata inherit|Silverfish|inherits=Monster}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Raider ===
 +
 
 +
{{Metadata inherit|Raider|inherits=Monster}}
 +
 
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| boolean
 +
| colspan="2"| Is celebrating
 +
| false
 +
|}
 +
 
 +
"Is celebrating" appears to control the pose for vindicators and does not appear to be used by other types.
 +
 
 +
=== Abstract Illager ===
 +
 
 +
{{Metadata inherit|Abstract Illager|inherits=Raider}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Vindicator ===
 +
 
 +
{{Metadata inherit|Vindicator|inherits=Abstract Illager}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Pillager ===
 +
 
 +
{{Metadata inherit|Pillager|inherits=Abstract Illager}}
 +
 
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Is charging
 +
| false
 +
|}
 +
 
 +
=== Spellcaster Illager ===
 +
 
 +
{{Metadata inherit|Spellcaster Illager|inherits=Abstract Illager}}
 +
 
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| Byte
 +
| colspan="2"| Spell (0: none, 1: summon vex, 2: attack, 3: wololo, 4: disappear, 5: blindness)
 +
| 0
 +
|}
 +
 
 +
=== 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.
 
No additional metadata.
  
=== Raider ===
+
=== Witch ===
  
{{Metadata inherit|Raider|inherits=Monster}}
+
{{Metadata inherit|Witch|inherits=Raider}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,573: Line 3,090:
 
  |-
 
  |-
 
  | {{Metadata id|}}
 
  | {{Metadata id|}}
  | boolean
+
  | Boolean
  | colspan="2"| Is celebrating
+
  |colspan="2"| Is drinking potion
 
  | false
 
  | false
 
  |}
 
  |}
  
"Is celebrating" appears to control the pose for vindicators and does not appear to be used by other types.
+
=== Evoker Fangs ===
  
=== Abstract Illager ===
+
{{Metadata inherit|Evoker Fangs|inherits=Entity}}
 
 
{{Metadata inherit|Abstract Illager|inherits=Raider}}
 
  
 
No additional metadata.
 
No additional metadata.
  
=== Vindicator ===
+
=== Vex ===
  
{{Metadata inherit|Vindicator|inherits=Abstract Illager}}
+
{{Metadata inherit|Vex|inherits=Monster}}
 
 
=== Pillager ===
 
 
 
{{Metadata inherit|Pillager|inherits=Abstract Illager}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,600: Line 3,111:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | {{Metadata id|}}
+
  |rowspan="2"| {{Metadata id|}}
  | Boolean
+
  |rowspan="2"| Byte
  |colspan="2"| Is charging
+
! Bit mask
  | false
+
! Meaning
 +
  |rowspan="2"| 0
 +
|-
 +
| 0x01
 +
  | Is attacking
 
  |}
 
  |}
  
=== Spellcaster Illager ===
+
=== Abstract Skeleton ===
  
{{Metadata inherit|Spellcaster Illager|inherits=Abstract Illager}}
+
{{Metadata inherit|Abstract Skeleton|inherits=Monster}}
  
{| class="wikitable"
+
No additional metadata.
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| {{Metadata id|}}
 
| Byte
 
| colspan="2"| Spell (0: none, 1: summon vex, 2: attack, 3: wololo, 4: disappear, 5: blindness)
 
| 0
 
|}
 
  
=== Evoker ===
+
=== Skeleton ===
  
{{Metadata inherit|Evoker|inherits=Spellcaster Illager}}
+
{{Metadata inherit|Skeleton|inherits=Abstract Skeleton}}
  
=== Illusioner ===
+
No additional metadata.
  
{{Metadata inherit|Illusioner|inherits=Spellcaster Illager}}
+
=== Wither Skeleton ===
  
=== Ravager ===
+
{{Metadata inherit|Wither Skeleton|inherits=Abstract Skeleton}}
 
 
{{Metadata inherit|Ravager|inherits=Raider}}
 
  
 
No additional metadata.
 
No additional metadata.
  
=== Witch ===
+
=== Stray ===
  
{{Metadata inherit|Witch|inherits=Raider}}
+
{{Metadata inherit|Stray|inherits=Abstract Skeleton}}
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| {{Metadata id|}}
 
| Boolean
 
|colspan="2"| Is drinking potion
 
| false
 
|}
 
 
 
=== Evoker Fangs ===
 
 
 
{{Metadata inherit|Evoker Fangs|inherits=Entity}}
 
  
 
No additional metadata.
 
No additional metadata.
  
=== Vex ===
+
=== Spider ===
  
{{Metadata inherit|Vex|inherits=Monster}}
+
{{Metadata inherit|Spider|inherits=Monster}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,675: Line 3,162:
 
  |-
 
  |-
 
  | 0x01
 
  | 0x01
  | Is attacking
+
  | Is climbing
 
  |}
 
  |}
  
=== Abstract Skeleton ===
+
=== Warden ===
 
 
{{Metadata inherit|Abstract Skeleton|inherits=Monster}}
 
 
 
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|Warden|inherits=Monster}}
 
 
{{Metadata inherit|Spider|inherits=Monster}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,706: Line 3,175:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="2"| {{Metadata id|}}
+
  | {{Metadata id|}}
  |rowspan="2"| Byte
+
  | VarInt
! Bit mask
+
  |colspan="2"| Anger Level
! Meaning
+
  | 0
  |rowspan="2"| 0
 
  |-
 
| 0x01
 
| Is climbing
 
 
  |}
 
  |}
  
Line 2,943: Line 3,408:
  
 
{{Metadata inherit|Llama Spit|inherits=Entity}}
 
{{Metadata inherit|Llama Spit|inherits=Entity}}
 +
 +
No additional metadata.
  
 
=== Abstract Minecart===
 
=== Abstract Minecart===

Revision as of 13:13, 16 May 2023

Various Entities have different metadata fields and status codes.

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

Entities marked in __ yellow are experimental, and must only be spawned if feature flag update_1_20 was enabled:

  • Camel
  • Sniffer
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 Optional VarInt Enum Only if Index is not 0xff; the type of the index, see the table below
Value Optional value of Type Only if Index is not 0xff: the value of the metadata field
Value of Type field Type of Value field Notes
0 Byte
1 VarInt
2 VarLong
3 Float
4 String
5 Chat
6 OptChat (Boolean + Optional Chat) Chat is present if the Boolean is set to true
7 Slot
8 Boolean
9 Rotation 3 floats: rotation on x, rotation on y, rotation on z
10 Position
11 OptPosition (Boolean + Optional Position) Position is present if the Boolean is set to true
12 Direction (VarInt) (Down = 0, Up = 1, North = 2, South = 3, West = 4, East = 5)
13 OptUUID (Boolean + Optional UUID) UUID is present if the Boolean is set to true
14 BlockID (VarInt)
15 OptBlockID (VarInt) 0 for absent (implies air); otherwise, a block state ID as per the global palette
16 NBT
17 Particle
18 Villager Data 3 VarInts: villager type, villager profession, level
19 OptVarInt 0 for absent; 1 + actual value otherwise. Used for entity IDs.
20 Pose 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: SITTING, 11: ROARING, 12: SNIFFING, 13: EMERGING, 14: DIGGING
21 Cat Variant A VarInt that points towards the CAT_VARIANT registry.
22 Frog Variant A VarInt that points towards the FROG_VARIANT registry.
23 OptGlobalPos (Boolean + Optional GlobalPos) GlobalPos consists of a dimension identifier and Position.
24 Painting Variant A VarInt that points towards the PAINTING_VARIANT registry.
25 Sniffer State A VarInt enum: IDLING = 0, FEELING_HAPPY = 1, SCENTING = 2, SNIFFING = 3, SEARCHING = 4, DIGGING = 5, RISING = 6
26 Vector3 3 floats: x, y, z
27 Quaternion 4 floats: x, y, z, w

Villager type (minecraft:villager_type registry):

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

Villager professions (minecraft:villager_profession registry):

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

Entity classes also recursively inherit fields from classes they extend.

Entity Metadata

Entity

The base class.

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

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

Interaction

Extends Entity.

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

Display

Extends Entity.

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

Block Display

Extends Display.

Index Type Meaning Default
22 BlockID Displayed block state 0 (Air)

Item Display

Extends Display.

Index Type Meaning Default
22 Slot Displayed item Empty
23 Byte 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
22 Chat Text Empty
23 VarInt Line width 200
24 VarInt Background color 1073741824 (0x40000000)
25 Byte Text opacity -1 (fully opaque)
26 Byte Bit mask Meaning 0
0x01 Has shadow
0x02 Is see through
0x04 Use default background color
0x18 Alignment:
  • 0 = CENTER
  • 1 or 3 = LEFT
  • 2 = RIGHT

Thrown Item Projectile

Extends Entity.

Index Type Meaning Default
8 Slot 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 Item Empty (which behaves as if it were a minecraft:ender_eye)

Falling Block

Extends Entity.

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

Area Effect Cloud

Extends Entity.

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

Fishing Hook

Extends Entity.

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

Abstract Arrow

Extends Entity.

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

Arrow

Extends Abstract Arrow.

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

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

Spectral Arrow

Extends Abstract Arrow.

No additional metadata.

Thrown Trident

Extends Abstract Arrow.

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

Boat

Extends Entity.

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

Chest Boat

Extends Boat.

No additional metadata.

End Crystal

Extends Entity.

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

Dragon Fireball

Extends Entity.

No additional metadata.

Small Fireball

Extends Entity.

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

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

Fireball

Extends Entity.

This is the large fireball shot by ghasts.

Index Type Meaning Default
8 Slot Item Empty

Wither Skull

Extends Entity.

Index Type Meaning Default
8 Boolean Is invulnerable false

Firework Rocket Entity

Extends Entity.

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

Item Frame

Extends Entity.

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

Glowing Item Frame

Extends Item Frame.

No additional metadata.

Painting

Extends Entity.

Index Type Meaning Default
8 PaintingVariant Painting Type KEBAB

Item Entity

Extends Entity.

Index Type Meaning Default
8 Slot Item Empty

Living Entity

Extends Entity.

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

Player

Extends Living Entity.

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

Armor Stand

Extends Living Entity.

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

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

Mob

Extends Living Entity.

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

Ambient Creature

Extends Mob.

No additional metadata.

Bat

Extends Ambient Creature.

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

Pathfinder Mob

Extends Mob.

No additional metadata.

Water Animal

Extends Pathfinder Mob.

No additional metadata.

Squid

Extends Water Animal.

No additional metadata.

Dolphin

Extends Water Animal.

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

Abstract fish

Extends Water Animal.

Index Type Meaning Default
16 Boolean From bucket False

Cod

Extends Abstract fish.

No additional metadata.

Puffer fish

Extends Abstract fish.

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

Salmon

Extends Abstract fish.

No additional metadata.

Tropical fish

Extends Abstract fish.

Index Type Meaning Default
17 VarInt Variant 0

Tadpole

Extends Abstract fish.

No additional metadata.

Ageable Mob

Extends Pathfinder Mob.

Index Type Meaning Default
16 Boolean Is baby false

Animal

Extends Ageable Mob.

No additional metadata.

Sniffer

Extends Animal.

Index Type Meaning Default
17 Sniffer State Sniffer State IDLING
18 VarInt Drop seed at tick 0

Abstract Horse

Extends Animal.

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

Horse

Extends Abstract Horse.

Index Type Meaning Default
18 VarInt 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 Is dashing False
19 VarLong Last pose change tick 0

Chested Horse

Extends Abstract Horse.

Index Type Meaning Default
18 Boolean Has Chest false

Donkey

Extends Chested Horse.

No additional metadata.

Llama

Extends Chested Horse.

Index Type Meaning Default
19 VarInt Strength (number of columns of 3 slots in the llama's inventory once a chest is equipped) 0
20 VarInt Carpet color (a dye color, or -1 if no carpet equipped) -1
21 VarInt 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 Variant (0 = lucy, 1 = wild, 2 = gold, 3 = cyan, 4 = blue) 0 (lucy)
18 Boolean If it is currently playing dead. false
19 Boolean If it was spawned from a bucket. false

Bee

Extends Animal.

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

Fox

Extends Animal.

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

Frog

Extends Animal.

Index Type Meaning Default
17 FrogVariant Frog Variant TEMPERATE
18 Optional Unsigned VarInt Tongue Target 0

Ocelot

Extends Animal.

Index Type Meaning Default
17 Boolean Is trusting false

Panda

Extends Animal.

Index Type Meaning Default
17 VarInt 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 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 Eat timer. If nonzero, counts upwards. 0
20 Byte Main Gene 0
21 Byte Hidden Gene 0
22 Byte Bit mask Meaning 0
0x01 Unused
0x02 Is sneezing
0x04 Is rolling
0x08 Is sitting
0x10 Is on back

Pig

Extends Animal.

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

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

Rabbit

Extends Animal.

Index Type Meaning Default
17 VarInt Type 0

Turtle

Extends Animal.

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

Polar Bear

Extends Animal.

Index Type Meaning Default
17 Boolean Is standing up false

Chicken

Extends Animal.

No additional metadata.

Cow

Extends Animal.

No additional metadata.

Hoglin

Extends Animal.

Index Type Meaning Default
17 Boolean Is immune to zombification false

Mooshroom

Extends Cow.

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

Sheep

Extends Animal.

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

Strider

Extends Animal.

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

Tameable Animal

Extends Animal.

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

Cat

Extends Tameable Animal.

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

Wolf

Extends Tameable Animal.

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

Parrot

Extends Tameable Animal.

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

Abstract Villager

Extends Ageable Mob.

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

Villager

Extends Abstract Villager.

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

Wandering Trader

Extends Abstract Villager.

No additional metadata.

Abstract Golem

Extends Pathfinder Mob.

No additional metadata.

Iron Golem

Extends Abstract Golem.

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

Snow Golem

Extends Abstract Golem.

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

Shulker

Extends Abstract Golem.

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

Monster

Extends Pathfinder Mob.

No additional metadata.

Base Piglin

Extends Monster.

Index Type Meaning Default
16 Boolean Is immune to zombification false

Piglin

Extends Base Piglin.

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

Piglin Brute

Extends Base Piglin.

No additional metadata.

Blaze

Extends Monster.

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

Creeper

Extends Monster.

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

Endermite

Extends Monster.

No additional metadata.

Giant

Extends Monster.

No additional metadata.

Goat

Extends Animal.

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

Guardian

Extends Monster.

Index Type Meaning Default
16 Boolean Is retracting spikes false
17 VarInt 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 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 Is charging false

Spellcaster Illager

Extends Abstract Illager.

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

Evoker

Extends Spellcaster Illager.

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 Is drinking potion false

Evoker Fangs

Extends Entity.

No additional metadata.

Vex

Extends Monster.

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

Abstract Skeleton

Extends Monster.

No additional metadata.

Skeleton

Extends Abstract Skeleton.

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 Bit mask Meaning 0
0x01 Is climbing

Warden

Extends Monster.

Index Type Meaning Default
16 VarInt Anger Level 0

Wither

Extends Monster.

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

Zoglin

Extends Monster.

Index Type Meaning Default
16 Boolean Is baby false

Zombie

Extends Monster.

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

Zombie Villager

Extends Zombie.

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

Husk

Extends Zombie.

No additional metadata.

Drowned

Extends Zombie.

No additional metadata.

Zombified Piglin

Extends Zombie.

No additional metadata.

Enderman

Extends Monster.

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

Ender Dragon

Extends Mob.

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

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

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

Flying

Extends Mob.

No additional metadata.

Ghast

Extends Flying.

Index Type Meaning Default
16 Boolean Is attacking false

Phantom

Extends Flying.

Index Type Meaning Default
16 VarInt Size 0

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

Slime

Extends Mob.

Index Type Meaning Default
16 VarInt Size 1

Llama Spit

Extends Entity.

No additional metadata.

Abstract Minecart

Extends Entity.

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

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

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

Minecart

Extends Abstract Minecart.

No additional metadata.

Abstract Minecart Container

Extends Abstract Minecart.

No additional metadata.

Minecart Hopper

Extends Abstract Minecart Container.

No additional metadata.

Minecart Chest

Extends Abstract Minecart Container.

No additional metadata.

Minecart Furnace

Extends Abstract Minecart.

Index Type Meaning Default
14 Boolean Has fuel false

Minecart TNT

Extends Abstract Minecart.

No additional metadata.

Minecart Spawner

Extends Abstract Minecart.

No additional metadata.

Minecart Command Block

Extends Abstract Minecart.

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

Primed Tnt

Extends Entity.

Index Type Meaning Default
8 VarInt Fuse time 80