Difference between revisions of "Entity metadata"

From wiki.vg
Jump to navigation Jump to search
(→‎Entity Metadata Format: this is actually a VarInt, and has been for a while)
(Start to update to be consistent with the game code)
(47 intermediate revisions by 10 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]].
  
 
== Mobs ==
 
== Mobs ==
Line 10: Line 10:
 
* {{Minecraft Wiki|Painting}}s should be spawned using [[Protocol#Spawn_Painting|Spawn Painting]]
 
* {{Minecraft Wiki|Painting}}s should be spawned using [[Protocol#Spawn_Painting|Spawn Painting]]
 
* XP orbs should be spawned using [[Protocol#Spawn_Experience_Orb|Spawn Experience Orb]].}}
 
* XP orbs should be spawned using [[Protocol#Spawn_Experience_Orb|Spawn Experience Orb]].}}
 +
 +
{{Warning2|These entity IDs are up to date.  Use [[Data Generators]] or [https://pokechu22.github.io/Burger/1.15.2.html Burger] to get older IDs. If using Burger just replace the version number to what you want to see.}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 18: Line 20:
 
! bounding box y
 
! bounding box y
 
! ID
 
! ID
 +
|- style="background: #ffff88;"
 +
| 0
 +
| Area Effect Cloud
 +
| 2.0 * Radius
 +
| 0.5
 +
| <code>minecraft:area_effect_cloud</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
 
| 1
 
| 1
| Item
+
| Armor Stand
| 0.25
+
| normal: 0.5 marker: 0.0 small: 0.25
| 0.25
+
| normal: 1.975 marker: 0.0 small: 0.9875
| <code>minecraft:item</code>
+
| <code>minecraft:armor_stand</code>
|- style="background: #aaaaff;"
+
|- style="background: #ffff88;"
 
| 2
 
| 2
| XPOrb
+
| Arrow
 
| 0.5
 
| 0.5
 
| 0.5
 
| 0.5
| <code>minecraft:xp_orb</code>
+
| <code>minecraft:arrow</code>
|- style="background: #ffff88;"
+
|-
 
| 3
 
| 3
| AreaEffectCloud
+
| Bat
| 2.0 * Radius
 
 
| 0.5
 
| 0.5
| <code>minecraft:area_effect_cloud</code>
+
| 0.9
|-  
+
| <code>minecraft:bat</code>
 +
|-
 
| 4
 
| 4
| ElderGuardian
+
| Bee
| 1.9975 (2.35 * guardian)
 
| 1.9975 (2.35 * guardian)
 
| <code>minecraft:elder_guardian</code>
 
|-
 
| 5
 
| WitherSkeleton
 
 
| 0.7
 
| 0.7
| 2.4
 
| <code>minecraft:wither_skeleton</code>
 
|-
 
| 6
 
| Stray
 
 
| 0.6
 
| 0.6
| 1.99
+
| <code>minecraft:bee</code>
| <code>minecraft:stray</code>
+
|-
 +
| 5
 +
| Blaze
 +
| 0.6
 +
| 1.8
 +
| <code>minecraft:blaze</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
 +
| 6
 +
| Boat
 +
| 1.375
 +
| 0.5625
 +
| <code>minecraft:boat</code>
 +
|-
 
| 7
 
| 7
| ThrownEgg
+
| Cat
| 0.25
+
| 0.6
| 0.25
+
| 0.7
| <code>minecraft:egg</code>
+
| <code>minecraft:cat</code>
|- style="background: #ffff88;"
+
|-
 
| 8
 
| 8
| LeashKnot
+
| Cave Spider
| 0.375
+
| 0.7
 
| 0.5
 
| 0.5
| <code>minecraft:leash_knot</code>
+
| <code>minecraft:cave_spider</code>
|- style="background: #aaaaff;"
+
|-
 
| 9
 
| 9
| Painting
+
| Chicken
| type width or 0.0625 (depth)
+
| 0.4
| type height
+
| 0.7
| <code>minecraft:painting</code>
+
| <code>minecraft:chicken</code>
|- style="background: #ffff88;"
+
|-
 
| 10
 
| 10
| Arrow
+
| Cod
 
| 0.5
 
| 0.5
| 0.5
+
| 0.3
| <code>minecraft:arrow</code>
+
| <code>minecraft:cod</code>
|- style="background: #ffff88;"
+
|-
 
| 11
 
| 11
| Snowball
+
| Cow
| 0.25
+
| 0.9
| 0.25
+
| 1.4
| <code>minecraft:snowball</code>
+
| <code>minecraft:cow</code>
|- style="background: #ffff88;"
+
|-
 
| 12
 
| 12
| Fireball (ghast)
+
| Creeper
| 1.0
+
| 0.6
| 1.0
+
| 1.7
| <code>minecraft:fireball</code>
+
| <code>minecraft:creeper</code>
|- style="background: #ffff88;"
+
|-
 
| 13
 
| 13
| SmallFireball (blaze)
+
| Dolphin
| 0.3125
+
| 0.9
| 0.3125
+
| 0.6
| <code>minecraft:small_fireball</code>
+
| <code>minecraft:dolphin</code>
|- style="background: #ffff88;"
+
|-
 
| 14
 
| 14
| ThrownEnderpearl
+
| Donkey
| 0.25
+
| 1.5
| 0.25
+
| 1.39648
| <code>minecraft:ender_pearl</code>
+
| <code>minecraft:donkey</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
 
| 15
 
| 15
| EyeOfEnderSignal
+
| Dragon Fireball
| 0.25
+
| 1.0
| 0.25
+
| 1.0
| <code>minecraft:eye_of_ender_signal</code>
+
| <code>minecraft:dragon_fireball</code>
|- style="background: #ffff88;"
+
|-
 
| 16
 
| 16
| ThrownPotion
+
| Drowned
| 0.25
+
| 0.6
| 0.25
+
| 1.95
| <code>minecraft:potion</code>
+
| <code>minecraft:drowned</code>
|- style="background: #ffff88;"
+
|-
 
| 17
 
| 17
| ThrownExpBottle
+
| Elder Guardian
| 0.25
+
| 1.9975 (2.35 * guardian)
| 0.25
+
| 1.9975 (2.35 * guardian)
| <code>minecraft:xp_bottle</code>
+
| <code>minecraft:elder_guardian</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
 
| 18
 
| 18
| ItemFrame
+
| End Crystal
| 0.75 or 0.0625 (depth)
+
| 2.0
| 0.75
+
| 2.0
| <code>minecraft:item_frame</code>
+
| <code>minecraft:end_crystal</code>
|- style="background: #ffff88;"
+
|-
 
| 19
 
| 19
| WitherSkull
+
| Ender Dragon
| 0.3125
+
| 16.0
| 0.3125
+
| 8.0
| <code>minecraft:wither_skull</code>
+
| <code>minecraft:ender_dragon</code>
|- style="background: #ffff88;"
+
|-
 
| 20
 
| 20
| PrimedTnt
+
| Enderman
| 0.98
+
| 0.6
| 0.98
+
| 2.9
| <code>minecraft:tnt</code>
+
| <code>minecraft:enderman</code>
|- style="background: #ffff88;"
+
|-
 
| 21
 
| 21
| FallingSand
+
| Endermite
| 0.98
+
| 0.4
| 0.98
+
| 0.3
| <code>minecraft:falling_block</code>
+
| <code>minecraft:endermite</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
 
| 22
 
| 22
| FireworksRocketEntity
+
| Evoker
| 0.25
 
| 0.25
 
| <code>minecraft:fireworks_rocket</code>
 
|-
 
| 23
 
| Husk
 
 
| 0.6
 
| 0.6
 
| 1.95
 
| 1.95
| <code>minecraft:husk</code>
+
| <code>minecraft:evoker</code>
|- style="background: #ffff88;"
+
|-
 +
| 23
 +
| Evoker Fangs
 +
| 0.5
 +
| 0.8
 +
| <code>minecraft:evoker_fangs</code>
 +
|- style="background: #aaaaff;"
 
| 24
 
| 24
| SpectralArrow
+
| Experience Orb
 
| 0.5
 
| 0.5
 
| 0.5
 
| 0.5
| <code>minecraft:spectral_arrow</code>
+
| <code>minecraft:experience_orb</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 25
+
| 24
| ShulkerBullet
+
| Eye of Ender
| 0.3125
+
| 0.25
| 0.3125
+
| 0.25
| <code>minecraft:shulker_bullet</code>
+
| <code>minecraft:eye_of_ender</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
 
| 26
 
| 26
| DragonFireball
+
| Falling Block
| 1.0
+
| 0.98
| 1.0
+
| 0.98
| <code>minecraft:dragon_fireball</code>
+
| <code>minecraft:falling_block</code>
|-  
+
|- style="background: #ffff88;"
 
| 27
 
| 27
| ZombieVillager
+
| Firework Rocket
 +
| 0.25
 +
| 0.25
 +
| <code>minecraft:firework_rocket</code>
 +
|-
 +
| 28
 +
| Fox
 
| 0.6
 
| 0.6
| 1.95
+
| 0.7
| <code>minecraft:zombie_villager</code>
+
| <code>minecraft:fox</code>
|-
+
|-
| 28
 
| SkeletonHorse
 
| 1.3964844
 
| 1.6
 
| <code>minecraft:skeleton_horse</code>
 
|-  
 
 
| 29
 
| 29
| ZombieHorse
+
| Ghast
| 1.3964844
+
| 4.0
| 1.6
+
| 4.0
| <code>minecraft:zombie_horse</code>
+
| <code>minecraft:ghast</code>
|- style="background: #ffff88;"
+
|-
 
| 30
 
| 30
| ArmorStand
+
| Giant
| normal: 0.5 marker: 0.0 small: 0.25
+
| 3.6
| normal: 1.975 marker: 0.0 small: 0.9875
+
| 12.0
| <code>minecraft:armor_stand</code>
+
| <code>minecraft:giant</code>
|-  
+
|-
 
| 31
 
| 31
| Donkey
+
| Guardian
| 1.3964844
+
| 0.85
| 1.6
+
| 0.85
| <code>minecraft:donkey</code>
+
| <code>minecraft:guardian</code>
|-  
+
|-
 
| 32
 
| 32
| Mule
+
| Hoglin
| 1.3964844
+
| 1.39648
 +
| 1.4
 +
| <code>minecraft:hoglin</code>
 +
|-
 +
| 33
 +
| Horse
 +
| 1.39648
 
| 1.6
 
| 1.6
| <code>minecraft:mule</code>
+
| <code>minecraft:horse</code>
|- style="background: #ffff88;"
+
|-
| 33
 
| EvocationFangs
 
| 0.5
 
| 0.8
 
| <code>minecraft:evocation_fangs</code>
 
|-  
 
 
| 34
 
| 34
| EvocationIllager
+
| Husk
 
| 0.6
 
| 0.6
 
| 1.95
 
| 1.95
| <code>minecraft:evocation_illager</code>
+
| <code>minecraft:husk</code>
|-  
+
|-
 
| 35
 
| 35
| Vex
+
| Illusioner
| 0.4
 
| 0.8
 
| <code>minecraft:vex</code>
 
|-
 
| 36
 
| VindicationIllager
 
 
| 0.6
 
| 0.6
 
| 1.95
 
| 1.95
| <code>minecraft:vindication_illager</code>
+
| <code>minecraft:illusioner</code>
 +
|- style="background: #ffff88;"
 +
| 36
 +
| Iron Golem
 +
| 1.4
 +
| 2.7
 +
| <code>minecraft:iron_golem</code>
 
|-
 
|-
 
| 37
 
| 37
| IllusionIllager
+
| Item
| 0.6
+
| 0.25
| 1.95
+
| 0.25
| <code>minecraft:illusion_illager</code>
+
| <code>minecraft:item</code>
 +
|- style="background: #ffff88;"
 +
| 38
 +
| ItemFrame
 +
| 0.75 or 0.0625 (depth)
 +
| 0.75
 +
| <code>minecraft:item_frame</code>
 +
|- style="background: #ffff88;"
 +
| 39
 +
| Fireball
 +
| 1.0
 +
| 1.0
 +
| <code>minecraft:fireball</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
 
| 40
 
| 40
| MinecartCommandBlock
+
| Leash Knot
| 0.98
+
| 0.375
| 0.7
+
| 0.5
| <code>minecraft:commandblock_minecart</code>
+
| <code>minecraft:leash_knot</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
 
| 41
 
| 41
| Boat
+
| Lightning Bolt
| 1.375
+
| 0.0
| 0.5625
+
| 0.0
| <code>minecraft:boat</code>
+
| <code>minecraft:lightning_bolt</code>
|- style="background: #ffff88;"
+
|-
 
| 42
 
| 42
| MinecartRideable
+
| Llama
| 0.98
+
| 0.9
 +
| 1.87
 +
| <code>minecraft:llama</code>
 +
|- style="background: #ffff88;"
 +
| 43
 +
| Llama Spit
 +
| 0.25
 +
| 0.25
 +
| <code>minecraft:llama_spit</code>
 +
|-
 +
| 44
 +
| Magma Cube
 +
| 0.51000005 * size
 +
| 0.51000005 * size
 +
| <code>minecraft:magma_cube</code>
 +
|- style="background: #ffff88;"
 +
| 45
 +
| Minecart
 +
| 0.98
 
| 0.7
 
| 0.7
 
| <code>minecraft:minecart</code>
 
| <code>minecraft:minecart</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 43
+
| 46
| MinecartChest
+
| Minecart with Chest
 
| 0.98
 
| 0.98
 
| 0.7
 
| 0.7
 
| <code>minecraft:chest_minecart</code>
 
| <code>minecraft:chest_minecart</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 44
+
| 47
| MinecartFurnace
+
| Minecart with Command Block
 
| 0.98
 
| 0.98
 
| 0.7
 
| 0.7
| <code>minecraft:furnace_minecart</code>
+
| <code>minecraft:commandblock_minecart</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 45
+
| 48
| MinecartTNT
+
| Minecart with Furnace
 
| 0.98
 
| 0.98
 
| 0.7
 
| 0.7
| <code>minecraft:tnt_minecart</code>
+
| <code>minecraft:furnace_minecart</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 46
+
| 49
| MinecartHopper
+
| Minecart with Hopper
 
| 0.98
 
| 0.98
 
| 0.7
 
| 0.7
 
| <code>minecraft:hopper_minecart</code>
 
| <code>minecraft:hopper_minecart</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 47
+
| 50
 
| MinecartSpawner
 
| MinecartSpawner
 
| 0.98
 
| 0.98
 
| 0.7
 
| 0.7
 
| <code>minecraft:spawner_minecart</code>
 
| <code>minecraft:spawner_minecart</code>
 +
|- style="background: #ffff88;"
 +
| 51
 +
| MinecartTNT
 +
| 0.98
 +
| 0.7
 +
| <code>minecraft:tnt_minecart</code>
 
|-
 
|-
| 50
 
| Creeper
 
| 0.6
 
| 1.7
 
| <code>minecraft:creeper</code>
 
|-
 
| 51
 
| Skeleton
 
| 0.6
 
| 1.99
 
| <code>minecraft:skeleton</code>
 
|-
 
 
| 52
 
| 52
| Spider
+
| Mule
 +
| 1.39648
 +
| 1.6
 +
| <code>minecraft:mule</code>
 +
|-
 +
| 53
 +
| Mushroom
 +
| 0.9
 
| 1.4
 
| 1.4
| 0.9
+
| <code>minecraft:mooshroom</code>
| <code>minecraft:spider</code>
+
|-
|-
 
| 53
 
| Giant
 
| 3.6
 
| 10.8
 
| <code>minecraft:giant</code>
 
|-  
 
 
| 54
 
| 54
| Zombie
+
| Ocelot
 
| 0.6
 
| 0.6
| 1.95
+
| 0.7
| <code>minecraft:zombie</code>
+
| <code>minecraft:ocelot</code>
|-  
+
|- style="background: #aaaaff;"
 
| 55
 
| 55
| Slime
+
| Painting
| 0.51000005 * size
+
| type width or 0.0625 (depth)
| 0.51000005 * size
+
| type height
| <code>minecraft:slime</code>
+
| <code>minecraft:painting</code>
|-  
+
|-
 
| 56
 
| 56
| Ghast
+
| Panda
| 4
+
| 1.3
| 4
+
| 1.25
| <code>minecraft:ghast</code>
+
| <code>minecraft:panda</code>
|-  
+
|-
 
| 57
 
| 57
| PigZombie
+
| Parrot
| 0.6
+
| 0.5
| 1.95
+
| 0.9
| <code>minecraft:zombie_pigman</code>
+
| <code>minecraft:parrot</code>
 
|-  
 
|-  
 
| 58
 
| 58
| Enderman
+
| Phantom
| 0.6
+
| 0.9
| 2.9
+
| 0.5
| <code>minecraft:enderman</code>
+
| <code>minecraft:phantom</code>
|-  
+
|-
 
| 59
 
| 59
| CaveSpider
+
| Pig
| 0.7
+
| 0.9
| 0.5
+
| 0.9
| <code>minecraft:cave_spider</code>
+
| <code>minecraft:pig</code>
|-  
+
|-
 
| 60
 
| 60
| Silverfish
+
| Piglin
| 0.4
+
| 0.6
| 0.3
+
| 1.95
| <code>minecraft:silverfish</code>
+
| <code>minecraft:piglin</code>
|-  
+
|-
 
| 61
 
| 61
| Blaze
+
| Piglin Brute
 
| 0.6
 
| 0.6
| 1.8
+
| 1.95
| <code>minecraft:blaze</code>
+
| <code>minecraft:piglin_brute</code>
|-  
+
|-
 
| 62
 
| 62
| LavaSlime (Magma Cube)
+
| Pillager
| 0.51000005 * size
+
| 0.6
| 0.51000005 * size
+
| 1.95
| <code>minecraft:magma_cube</code>
+
| <code>minecraft:pillager</code>
|-  
+
|-
 
| 63
 
| 63
| EnderDragon
+
| Polar Bear
| 16.0
+
| 1.4
| 8.0
+
| 1.4
| <code>minecraft:ender_dragon</code>
+
| <code>minecraft:polar_bear</code>
|-  
+
|- style="background: #aaaaff;"
 
| 64
 
| 64
| WitherBoss
+
| Primed TNT
| 0.9
+
| 0.98
| 3.5
+
| 0.98
| <code>minecraft:wither</code>
+
| <code>minecraft:tnt</code>
|-  
+
|-
 
| 65
 
| 65
| Bat
+
| Pufferfish
 +
| 0.7
 +
| 0.7
 +
| <code>minecraft:pufferfish</code>
 +
|-
 +
| 66
 +
| Rabbit
 +
| 0.4
 
| 0.5
 
| 0.5
| 0.9
+
| <code>minecraft:rabbit</code>
| <code>minecraft:bat</code>
+
|-
|-  
+
| 67
| 66
+
| Ravager
| Witch
 
| 0.6
 
 
| 1.95
 
| 1.95
| <code>minecraft:witch</code>
+
| 2.2
|-  
+
| <code>minecraft:ravager</code>
| 67
+
|-
| Endermite
+
| 68
 +
| Salmon
 +
| 0.7
 
| 0.4
 
| 0.4
| 0.3
+
| <code>minecraft:salmon</code>
| <code>minecraft:endermite</code>
+
|-
|-
 
| 68
 
| Guardian
 
| 0.85
 
| 0.85
 
| <code>minecraft:guardian</code>
 
|-  
 
 
| 69
 
| 69
 +
| Sheep
 +
| 0.9
 +
| 1.3
 +
| <code>minecraft:sheep</code>
 +
|-
 +
| 70
 
| 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;"
| 90
+
| 71
| Pig
+
| Shulker Bullet
| 0.9
+
| 0.3125
| 0.9
+
| 0.3125
| <code>minecraft:pig</code>
+
| <code>minecraft:shulker_bullet</code>
|-
+
|-
| 91
+
| 72
| Sheep
+
| Silverfish
| 0.9
 
| 1.3
 
| <code>minecraft:sheep</code>
 
|-
 
| 92
 
| Cow
 
| 0.9
 
| 1.4
 
| <code>minecraft:cow</code>
 
|-  
 
| 93
 
| Chicken
 
 
| 0.4
 
| 0.4
| 0.7
+
| 0.3
| <code>minecraft:chicken</code>
+
| <code>minecraft:silverfish</code>
|-  
+
|-
| 94
+
| 73
| Squid
+
| Skeleton
| 0.8
 
| 0.8
 
| <code>minecraft:squid</code>
 
|-
 
| 95
 
| Wolf
 
| 0.6
 
| 0.85
 
| <code>minecraft:wolf</code>
 
|-
 
| 96
 
| MushroomCow (Mooshroom)
 
| 0.9
 
| 1.4
 
| <code>minecraft:mooshroom</code>
 
|-
 
| 97
 
| SnowMan
 
| 0.7
 
| 1.9
 
| <code>minecraft:snowman</code>
 
|-
 
| 98
 
| Ozelot (Ocelot)
 
 
| 0.6
 
| 0.6
 +
| 1.99
 +
| <code>minecraft:skeleton</code>
 +
|-
 +
| 74
 +
| Skeleton Horse
 +
| 1.39648
 +
| 1.6
 +
| <code>minecraft:skeleton_horse</code>
 +
|-
 +
| 75
 +
| Slime
 +
| 0.51000005 * size
 +
| 0.51000005 * size
 +
| <code>minecraft:slime</code>
 +
|- style="background: #ffff88;"
 +
| 76
 +
| Small Fireball (blaze)
 +
| 0.3125
 +
| 0.3125
 +
| <code>minecraft:small_fireball</code>
 +
|-
 +
| 77
 +
| Snow Golem
 
| 0.7
 
| 0.7
| <code>minecraft:ocelot</code>
+
| 1.9
|-  
+
| <code>minecraft:snow_golem</code>
| 99
+
|- style="background: #ffff88;"
| VillagerGolem (Iron Golem)
+
| 78
 +
| Snowball
 +
| 0.25
 +
| 0.25
 +
| <code>minecraft:snowball</code>
 +
|- style="background: #ffff88;"
 +
| 79
 +
| SpectralArrow
 +
| 0.5
 +
| 0.5
 +
| <code>minecraft:spectral_arrow</code>
 +
|-
 +
| 80
 +
| Spider
 
| 1.4
 
| 1.4
| 2.7
 
| <code>minecraft:villager_golem</code>
 
|-
 
| 100
 
| Horse (EntityHorse until 1.11)
 
| 1.3964844
 
| 1.6
 
| <code>minecraft:horse</code>
 
|-
 
| 101
 
| Rabbit
 
| 0.4
 
| 0.5
 
| <code>minecraft:rabbit</code>
 
|-
 
| 102
 
| PolarBear
 
| 1.3
 
| 1.4
 
| <code>minecraft:polar_bear</code>
 
|-
 
| 103
 
| Llama
 
 
| 0.9
 
| 0.9
| 1.87
+
| <code>minecraft:spider</code>
| <code>minecraft:llama</code>
+
|-
 +
| 81
 +
| Squid
 +
| 0.8
 +
| 0.8
 +
| <code>minecraft:squid</code>
 +
|-
 +
| 82
 +
| Stray
 +
| 0.6
 +
| 1.99
 +
| <code>minecraft:stray</code>
 +
|-
 +
| 83
 +
| Strider
 +
| 0.9
 +
| 1.7
 +
| <code>minecraft:strider</code>
 
|- style="background: #ffff88;"
 
|- style="background: #ffff88;"
| 104
+
| 84
| LlamaSpit
+
| Thrown Egg
 
| 0.25
 
| 0.25
 
| 0.25
 
| 0.25
| <code>minecraft:llama_spit</code>
+
| <code>minecraft:egg</code>
|-  
+
|- style="background: #ffff88;"
| 105
+
| 85
| Parrot
+
| Thrown Ender Pearl
 +
| 0.25
 +
| 0.25
 +
| <code>minecraft:ender_pearl</code>
 +
|- style="background: #ffff88;"
 +
| 86
 +
| Thrown Bottle o' Enchanting
 +
| 0.25
 +
| 0.25
 +
| <code>minecraft:experience_bottle</code>
 +
|- style="background: #ffff88;"
 +
| 87
 +
| Potion
 +
| 0.25
 +
| 0.25
 +
| <code>minecraft:potion</code>
 +
|- style="background: #ffff88;"
 +
| 88
 +
| Trident
 +
| 0.5
 
| 0.5
 
| 0.5
 +
| <code>minecraft:trident</code>
 +
|-
 +
| 89
 +
| Trader LLama
 
| 0.9
 
| 0.9
| <code>minecraft:parrot</code>
+
| 1.87
|-  
+
| <code>minecraft:trader_llama</code>
| 120
+
|-
| Villager
+
| 90
| 0.6
+
| Tropical Fish
| 1.95
+
| 0.5
| <code>minecraft:villager</code>
+
| 0.4
|- style="background: #ffff88;"
+
| <code>minecraft:tropical_fish</code>
| 200
+
|-
| EnderCrystal
+
| 91
| 2.0
+
| Turtle
| 2.0
+
| 1.2
| <code>minecraft:end_crystal</code>
+
| 0.4
|}
+
| <code>minecraft:turtle</code>
 
+
|-
== Objects ==
+
| 92
 
+
| Vex
Objects are spawned via [[Protocol#Spawn_Object|Spawn Object]]. See [[Object Data]] for more details.
+
| 0.4
 
+
| 0.8
{{Note|Object IDs and Entity IDs are different.  Most objects also have an entity ID, but should only ever be spawned via [[Protocol#Spawn_Object|Spawn Object]].}}
+
| <code>minecraft:vex</code>
 
+
|-
{| class="wikitable"
+
| 93
|-
+
| Villager
! ID
 
! Name
 
! bounding box x and z
 
! bounding box y
 
|-  
 
| 1
 
| Boat
 
| 1.375
 
 
| 0.6
 
| 0.6
|-  
+
| 1.95
| 2
+
| <code>minecraft:villager</code>
| Item Stack ([[Slot]])
+
|-
| 0.25
+
| 94
| 0.25
+
| Vindicator
|-  
+
| 0.6
| 3
+
| 1.95
| Area Effect Cloud
+
| <code>minecraft:vindicator</code>
| 2.0 * Radius
+
|-
| 0.5
+
| 95
|-  
+
| Wandering Trader
| 10
+
| 0.6
| Minecart
+
| 1.95
| 0.98
+
| <code>minecraft:wandering_trader</code>
| 0.7
+
|-
|-  
+
| 96
| 50
+
| Witch
| Activated TNT
+
| 0.6
| 0.98
+
| 1.95
| 0.98
+
| <code>minecraft:witch</code>
|-  
+
|-
| 51
+
| 97
| EnderCrystal
+
| Wither
| 2.0
+
| 0.9
| 2.0
+
| 3.5
|-  
+
| <code>minecraft:wither</code>
| 60
+
|-
| Tipped arrow (projectile; also used for regular arrows)
+
| 98
| 0.5
+
| Wither Skeleton
| 0.5
+
| 0.7
|-  
+
| 2.4
| 61
+
| <code>minecraft:wither_skeleton</code>
| Snowball (projectile)
+
|- style="background: #ffff88;"
| 0.25
+
| 99
| 0.25
+
| Wither Skull
|-  
+
| 0.3125
| 62
+
| 0.3125
| Egg (projectile)
+
| <code>minecraft:wither_skull</code>
| 0.25
+
|-
| 0.25
+
| 100
|-  
+
| Wolf
| 63
+
| 0.6
| FireBall (ghast projectile)
+
| 0.85
| 1.0
+
| <code>minecraft:wolf</code>
| 1.0
+
|-
|-  
+
| 101
| 64
+
| Zoglin
| FireCharge (blaze projectile)
+
| 1.39648
| 0.3125
+
| 1.4
| 0.3125
+
| <code>minecraft:zoglin</code>
|-  
+
|-
| 65
+
| 102
| Thrown Enderpearl
+
| Zombie
| 0.25
+
| 0.6
 +
| 1.95
 +
| <code>minecraft:zombie</code>
 +
|-
 +
| 103
 +
| Zombie Horse
 +
| 1.39648
 +
| 1.6
 +
| <code>minecraft:zombie_horse</code>
 +
|-
 +
| 104
 +
| Zombie Villager
 +
| 0.6
 +
| 1.95
 +
| <code>minecraft:zombie_villager</code>
 +
|-
 +
| 105
 +
| Zombified Piglin
 +
| 0.6
 +
| 1.95
 +
| <code>minecraft:zombified_piglin</code>
 +
|- style="background: #aaaaff;"
 +
| 106
 +
| Player
 +
| 0.6
 +
| 1.8
 +
| <code>minecraft:player</code>
 +
|- style="background: #ffff88;"
 +
| 107
 +
| Fishing Bobber
 +
| 0.25
 
| 0.25
 
| 0.25
 +
| <code>minecraft:fishing_bobber</code>
 +
|}
 +
 +
== Objects ==
 +
 +
Objects are spawned via [[Protocol#Spawn_Object|Spawn Object]]. See [[Object Data]] for more details.
 +
 +
{{Note|Object IDs and Entity IDs are different.  Most objects also have an entity ID, but should only ever be spawned via [[Protocol#Spawn_Object|Spawn Object]].}}
 +
 +
{| class="wikitable"
 
|-  
 
|-  
| 66
+
! ID
| Wither Skull (projectile)
+
! Name
| 0.3125
+
! bounding box x and z
| 0.3125
+
! bounding box y
 
|-  
 
|-  
| 67
+
| 1
| Shulker Bullet
+
| Boat
| 0.3125
+
| 1.375
| 0.3125
+
| 0.5625
 
|-  
 
|-  
| 68
+
| 2
| Llama spit
+
| Item Stack ([[Slot]])
 
| 0.25
 
| 0.25
 
| 0.25
 
| 0.25
 
|-  
 
|-  
| 70
+
| 3
| Falling Objects
+
| Area Effect Cloud
 +
| 2.0 * Radius
 +
| 0.5
 +
|-
 +
| 10
 +
| Minecart
 +
| 0.98
 +
| 0.7
 +
|-
 +
| 50
 +
| Primed TNT
 
| 0.98
 
| 0.98
 
| 0.98
 
| 0.98
 
|-  
 
|-  
| 71
+
| 51
| Item frames
+
| End Crystal
| 0.75 or 0.0625
+
| 2.0
| 0.75
+
| 2.0
 
|-  
 
|-  
| 72
+
| 60
| Eye of Ender
+
| Tipped arrow (projectile; also used for regular arrows)
 +
| 0.5
 +
| 0.5
 +
|-
 +
| 61
 +
| Snowball (projectile)
 
| 0.25
 
| 0.25
 
| 0.25
 
| 0.25
 
|-  
 
|-  
| 73
+
| 62
| Thrown Potion
+
| Egg (projectile)
 
| 0.25
 
| 0.25
 
| 0.25
 
| 0.25
 
|-  
 
|-  
| 75
+
| 63
| Thrown Exp Bottle
+
| Fireball (Ghast projectile)
 +
| 1.0
 +
| 1.0
 +
|-
 +
| 64
 +
| Small Fireball (Blaze projectile)
 +
| 0.3125
 +
| 0.3125
 +
|-
 +
| 65
 +
| Thrown Ender Pearl
 
| 0.25
 
| 0.25
 
| 0.25
 
| 0.25
 
|-  
 
|-  
| 76
+
| 66
| Firework Rocket
+
| Wither Skull (Wither projectile)
| 0.25
+
| 0.3125
| 0.25
+
| 0.3125
 
|-  
 
|-  
| 77
+
| 67
| Leash Knot
+
| Shulker Bullet
| 0.375
+
| 0.3125
| 0.5
+
| 0.3125
|-
 
| 78
 
| ArmorStand
 
| normal: 0.5 marker: 0.0 small: 0.25
 
| normal: 1.975 marker: 0.0 small: 0.9875
 
|-
 
| 79
 
| Evocation Fangs
 
| 0.5
 
| 0.8
 
 
|-  
 
|-  
| 90
+
| 68
| Fishing Hook
+
| Llama spit
 
| 0.25
 
| 0.25
 
| 0.25
 
| 0.25
 
|-  
 
|-  
| 91
+
| 70
| Spectral Arrow
+
| Falling Block
| 0.5
+
| 0.98
| 0.5
+
| 0.98
 +
|-
 +
| 71
 +
| Item Frame
 +
| 0.75 or 0.0625
 +
| 0.75
 
|-  
 
|-  
| 93
+
| 72
| Dragon Fireball
+
| Eye of Ender
| 1.0
+
| 0.25
| 1.0
+
| 0.25
|}
+
|-
 
+
| 73
Since release {{Minecraft Wiki|1.6}}, all minecarts are spawned with object type 10 and their functionality is then specified in the [[Object Data#Minecarts (id 10)|Data field]] within the packet. Also, their visual appearance may be sent via the [[Protocol#Entity Metadata|Entity Metadata]] packet.
+
| Thrown Potion
 
+
| 0.25
== Entity Metadata Format ==
+
| 0.25
 
+
|-
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.
+
| 75
 
+
| Thrown Exp Bottle
Entity Metadata is an array of entries, each of which looks like the following:
+
| 0.25
 
+
| 0.25
{| class="wikitable"
+
|-
  ! Name
+
| 76
  ! Type
+
| Firework Rocket
  ! Meaning
+
| 0.25
|-
+
| 0.25
| Index
+
|-
| Unsigned Byte
+
| 77
| Unique index key determining the meaning of the following value, see the table below. If this is <code>0xff</code> then the it is the end of the Entity Metadata array and no more is read.
+
| Leash Knot
|-
+
| 0.375
| Type
+
| 0.5
| Optional VarInt Enum
+
|-
| Only if Index is not <code>0xff</code>; the type of the index, see the table below
+
| 78
|-
+
| ArmorStand
| Value
+
| normal: 0.5 marker: 0.0 small: 0.25
| Optional ''value of Type''
+
| normal: 1.975 marker: 0.0 small: 0.9875
| Only if Index is not <code>0xff</code>: the value of the metadata field
+
|-
|}
+
| 79
 
+
| Evoker Fangs Fangs
{| class="wikitable"
+
| 0.5
! Value of Type field
+
| 0.8
! [[Data types|Type]] of Value field
+
|-
! Notes
+
| 90
|-
+
| Fishing Hook
| 0
+
| 0.25
| Byte
+
| 0.25
|
+
|-
|-
+
| 91
| 1
+
| Spectral Arrow
| VarInt
+
| 0.5
|
+
| 0.5
|-
+
|-
| 2
+
| 93
| Float
+
| Dragon Fireball
|
+
| 1.0
|-
+
| 1.0
| 3
+
|-
| String
+
| 94
|
+
| Trident
|-
+
| 0.5
| 4
+
| 0.5
| [[Chat]]
+
|}
|
+
 
|-
+
Since release {{Minecraft Wiki|1.6}}, all minecarts are spawned with object type 10 and their functionality is then specified in the [[Object Data#Minecarts (id 10)|Data field]] within the packet. Also, their visual appearance may be sent via the [[Protocol#Entity Metadata|Entity Metadata]] packet.
| 5
+
 
| [[Slot]]
+
== Entity Metadata Format ==
|
+
 
 +
Note that entity metadata is a totally distinct concept from block metadata.  It is not required to send all metadata fields, or even any metadata fields, so long as the terminating entry is correctly sent.
 +
 
 +
Entity Metadata is an array of entries, each of which looks like the following:
 +
 
 +
{| class="wikitable"
 +
  ! Name
 +
  ! Type
 +
  ! Meaning
 
  |-
 
  |-
  | 6
+
  | Index
  | Boolean
+
  | Unsigned Byte
  |  
+
  | Unique index key determining the meaning of the following value, see the table below. If this is <code>0xff</code> then the it is the end of the Entity Metadata array and no more is read.
 
  |-
 
  |-
  | 7
+
  | Type
  | Rotation
+
  | Optional VarInt Enum
  | 3 floats: rotation on x, rotation on y, rotation on z
+
  | Only if Index is not <code>0xff</code>; the type of the index, see the table below
 
  |-
 
  |-
  | 8
+
  | Value
  | [[Data Types#Position|Position]]
+
  | Optional ''value of Type''
  |
+
| Only if Index is not <code>0xff</code>: the value of the metadata field
 +
|}
 +
 
 +
{| class="wikitable"
 +
! Value of Type field
 +
! [[Data types|Type]] of Value field
 +
  ! Notes
 
  |-
 
  |-
  | 9
+
  | 0
  | OptPosition (Boolean + Optional Position)
+
  | Byte
  | Position is present if the Boolean is set to true
+
  |
 
  |-
 
  |-
  | 10
+
  | 1
  | Direction (VarInt)
+
  | VarInt
  | (Down = 0, Up = 1, North = 2, South = 3, West = 4, East = 5)
+
  |
 
  |-
 
  |-
  | 11
+
  | 2
  | OptUUID (Boolean + Optional UUID)
+
  | Float
  | UUID is present if the Boolean is set to true
+
  |
 
  |-
 
  |-
  | 12
+
  | 3
  | OptBlockID (VarInt)
+
  | String
  | 0 for absent otherwise, <code><nowiki>id &lt;&lt; 4 | data</nowiki></code>
+
  |
 
  |-
 
  |-
  |13
+
  | 4
  | [[NBT|NBT Tag]]
+
  | [[Chat]]
 
  |
 
  |
|}
 
 
Entity classes also recursively inherit fields from classes they extend.
 
 
=== Entity ===
 
 
The base class.
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
 
  |-
 
  |-
  |rowspan="9"| 0
+
  | 5
  |rowspan="9"| Byte
+
  | OptChat (Boolean + Optional [[Chat]])
! Bit mask
+
  | [[Chat]] is present if the Boolean is set to true
  ! Meaning
 
|rowspan="9"| 0
 
 
  |-
 
  |-
  | 0x01
+
  | 6
  | On Fire
+
| [[Slot]]
 +
  |
 
  |-
 
  |-
  | 0x02
+
  | 7
  | Crouched
+
| Boolean
 +
  |
 
  |-
 
  |-
  | 0x04
+
  | 8
  | Unused (previously riding)
+
| Rotation
 +
| 3 floats: rotation on x, rotation on y, rotation on z
 +
|-
 +
| 9
 +
| [[Data Types#Position|Position]]
 +
  |
 
  |-
 
  |-
  | 0x08
+
  | 10
  | Sprinting
+
  | OptPosition (Boolean + Optional Position)
 +
| Position is present if the Boolean is set to true
 
  |-
 
  |-
  | 0x10
+
  | 11
  | Unused (previously eating/drinking/blocking; use hand state now)
+
  | Direction (VarInt)
 +
| (Down = 0, Up = 1, North = 2, South = 3, West = 4, East = 5)
 
  |-
 
  |-
  | 0x20
+
  | 12
  | Invisible
+
  | OptUUID (Boolean + Optional UUID)
 +
| UUID is present if the Boolean is set to true
 
  |-
 
  |-
  | 0x40
+
  | 13
  | Glowing effect
+
  | OptBlockID (VarInt)
 +
| 0 for absent (implies air); otherwise, a block state ID as per the global palette
 
  |-
 
  |-
  | 0x80
+
  | 14
  | Flying with {{Minecraft Wiki|elytra}}
+
  | [[NBT]]
 +
|
 
  |-
 
  |-
  | 1
+
  | 15
  | VarInt
+
  | [[Data Types#Particle|Particle]]
|colspan="2"| Air
+
  |
  | 300
 
 
  |-
 
  |-
  | 2
+
  | 16
  | String
+
  | Villager Data
  |colspan="2"| Custom name
+
  | 3 VarInts: villager type, villager profession, level
| <code></code>
 
 
  |-
 
  |-
  | 3
+
  | 17
  | Boolean
+
  | OptVarInt
  |colspan="2"| Is custom name visible
+
  | 0 for absent; 1 + actual value otherwise. Used for entity IDs.
  | false
 
 
  |-
 
  |-
  | 4
+
  | 18
  | Boolean
+
  | Pose
  |colspan="2"| Is silent
+
  | A VarInt enum: 0: STANDING, 1: FALL_FLYING, 2: SLEEPING, 3: SWIMMING, 4: SPIN_ATTACK, 5: SNEAKING, 6: DYING
| false
 
|-
 
| 5
 
| Boolean
 
|colspan="2"| No gravity
 
| false
 
 
  |}
 
  |}
  
=== Projectile ===
+
Villager type (<code>minecraft:villager_type</code> registry):
  
Extends [[#Entity|Entity]].
+
{| class="wikitable"
 
+
! Name !! ID
No additional metadata.
+
|-
 
+
| <code>minecraft:desert</code> || 0
=== Snowball ===
+
|-
 +
| <code>minecraft:jungle</code> || 1
 +
|-
 +
| <code>minecraft:plains</code> || 2
 +
|-
 +
| <code>minecraft:savanna</code> || 3
 +
|-
 +
| <code>minecraft:snow</code> || 4
 +
|-
 +
| <code>minecraft:swamp</code> || 5
 +
|-
 +
| <code>minecraft:taiga</code> || 6
 +
|}
  
Extends [[#Projectile|Projectile]].
+
Villager professions (<code>minecraft:villager_profession</code> registry):
  
No additional metadata.
+
{| class="wikitable"
 +
! Name !! ID
 +
|-
 +
| <code>minecraft:none</code> || 0
 +
|-
 +
| <code>minecraft:armorer</code> || 1
 +
|-
 +
| <code>minecraft:butcher</code> || 2
 +
|-
 +
| <code>minecraft:cartographer</code> || 3
 +
|-
 +
| <code>minecraft:cleric</code> || 4
 +
|-
 +
| <code>minecraft:farmer</code> || 5
 +
|-
 +
| <code>minecraft:fisherman</code> || 6
 +
|-
 +
| <code>minecraft:fletcher</code> || 7
 +
|-
 +
| <code>minecraft:leatherworker</code> || 8
 +
|-
 +
| <code>minecraft:librarian</code> || 9
 +
|-
 +
| <code>minecraft:mason</code> || 10
 +
|-
 +
| <code>minecraft:nitwit</code> || 11
 +
|-
 +
| <code>minecraft:shepherd</code> || 12
 +
|-
 +
| <code>minecraft:toolsmith</code> || 13
 +
|-
 +
| <code>minecraft:weaponsmith</code> || 14
 +
|}
  
=== Egg ===
+
Entity classes also recursively inherit fields from classes they extend.
  
Extends [[#Projectile|Projectile]].
+
=== Entity ===
 
 
No additional metadata.
 
 
 
=== Potion ===
 
  
Extends [[#Projectile|Projectile]].
+
{{metadata inherit|Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 851: Line 1,000:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 6
+
  |rowspan="9"| {{Metadata id|}}
| [[Slot]]
+
  |rowspan="9"| Byte
|colspan="2"| Potion which is thrown
+
  ! Bit mask
| Empty
+
  ! Meaning
  |}
+
  |rowspan="9"| 0
 
 
=== FallingBlock ===
 
 
 
Extends [[#Entity|Entity]].
 
 
 
{| class="wikitable"
 
  ! Index
 
  ! Type
 
  !style="width: 250px;" colspan="2"| Meaning
 
! Default
 
 
  |-
 
  |-
  | 6
+
  | 0x01
  | [[Data Types#Position|Position]]
+
  | On Fire
|colspan="2"| spawn position
 
| (0, 0, 0)
 
|}
 
 
 
=== AreaEffectCloud ===
 
 
 
Extends [[#Entity|Entity]].
 
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
 
  |-
 
  |-
  | 6
+
  | 0x02
  | Float
+
  | Crouched
  |colspan="2"| Radius
+
  |-
  | 0.5
+
| 0x04
 +
| Unused (previously riding)
 +
|-
 +
| 0x08
 +
| Sprinting
 +
|-
 +
| 0x10
 +
  | Swimming
 
  |-
 
  |-
  | 7
+
  | 0x20
  | VarInt
+
  | Invisible
|colspan="2"| Color (only for mob spell particle)
 
| 0
 
 
  |-
 
  |-
  | 8
+
  | 0x40
  | Boolean
+
  | Glowing effect
|colspan="2"| Ignore radius and show effect as single point, not area
 
| false
 
 
  |-
 
  |-
  | 9
+
  | 0x80
  | VarInt
+
  | Flying with {{Minecraft Wiki|elytra}}
|colspan="2"| Particle ID
 
| 15 (mobSpell)
 
 
  |-
 
  |-
  | 10
+
  | {{Metadata id|}}
 
  | VarInt
 
  | VarInt
  |colspan="2"| Particle parameter 1
+
  |colspan="2"| Air
  | 0
+
  | 300
 
  |-
 
  |-
  | 11
+
  | {{Metadata id|}}
  | VarInt
+
| OptChat
  |colspan="2"| Particle parameter 2
+
|colspan="2"| Custom name
  | 0
+
| empty
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Is custom name visible
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Is silent
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
  | Boolean
 +
  |colspan="2"| No gravity
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| Pose
 +
|colspan="2"| Pose
 +
  | STANDING
 
  |}
 
  |}
  
=== FishingHook ===
+
=== Thrown Egg ===
  
Extends [[#Entity|Entity]].
+
{{Metadata inherit|Thrown Egg|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 924: Line 1,071:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 6
+
  | {{Metadata id|}}
  | VarInt
+
  | [[Slot]]
  |colspan="2"| Hooked entity id + 1, or 0 if there is no hooked entity
+
  |colspan="2"| Item
  | 0
+
  | Empty (which behaves as if it were a <code>minecraft:egg</code>)
 
  |}
 
  |}
  
=== Arrow ===
+
=== Thrown Ender Pearl ===
 
 
Extends [[#Entity|Entity]].
 
  
Abstract base class for [[#TippedArrow|TippedArrow]] (which is used for regular arrows as well as tipped ones) and Spectral Arrow.
+
{{Metadata inherit|Thrown Ender Pearl|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 942: Line 1,087:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | rowspan="2" | 6
+
  | {{Metadata id|}}
  | rowspan="2" | Byte
+
| [[Slot]]
  ! Bit mask
+
|colspan="2"| Item
  ! Meaning
+
  | Empty (which behaves as if it were a <code>minecraft:ender_pearl</code>)
  | rowspan="2" | 0
+
|}
  |-
+
 
  | 0x01
+
=== Thrown Bottle o' Enchanting ===
  | Is critical
+
 
 +
{{Metadata inherit|Thrown Bottle o' Enchanting|inherits=Entity}}
 +
 
 +
{| class="wikitable"
 +
  ! Index
 +
  ! Type
 +
  !style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
  |-
 +
  | {{Metadata id|}}
 +
| [[Slot]]
 +
|colspan="2"| Item
 +
  | Empty (which behaves as if it were a <code>minecraft:experience_bottle</code>)
 
  |}
 
  |}
  
=== TippedArrow ===
+
=== Snowball ===
 
 
Extends [[#Arrow|Arrow]].
 
  
Used for both tipped and regular arrows.  If not tipped, then color is set to -1 and no tipped arrow particles are used.
+
{{Metadata inherit|Snowball|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 964: Line 1,119:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 7
+
  | {{Metadata id|}}
  | VarInt
+
  | [[Slot]]
  |colspan="2"| Color (-1 for no particles)
+
  |colspan="2"| Item
  | -1
+
  | Empty (which behaves as if it were a <code>minecraft:snowball</code>)
 
  |}
 
  |}
  
=== Boat ===
+
=== Potion ===
  
Extends [[#Entity|Entity]].
+
{{Metadata inherit|Potion|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 980: Line 1,135:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 6
+
  | {{Metadata id|}}
| VarInt
+
  | [[Slot]]
|colspan="2"| Time since last hit
+
  |colspan="2"| Potion which is thrown
| 0
+
  | Empty
|-
+
  |}
| 7
 
| VarInt
 
|colspan="2"| Forward direction
 
| 1
 
|-
 
| 8
 
| Float
 
|colspan="2"| Damage taken
 
| 0.0
 
|-
 
| 9
 
| VarInt
 
|colspan="2"| Type (0=oak, 1=spruce, 2=birch, 3=jungle, 4=acacia, 5=dark oak)
 
| 0
 
|-
 
| 10
 
| Boolean
 
|colspan="2"| Right paddle turning
 
| false
 
|-
 
| 11
 
  | Boolean
 
  |colspan="2"| Left paddle turning
 
  | false
 
  |}
 
  
=== EnderCrystal ===
+
=== Eye of Ender ===
  
Extends [[#Entity|Entity]].
+
{{Metadata inherit|Eye of Ender|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,021: Line 1,151:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 6
+
  | {{Metadata id|}}
| OptPosition
+
  | [[Slot]]
|colspan="2"| Beam target
+
  |colspan="2"| Item
| Absent
+
  | Empty (which behaves as if it were a <code>minecraft:ender_eye</code>)
|-
+
  |}
| 7
 
  | Boolean
 
  |colspan="2"| Show bottom
 
  | true
 
  |}
 
  
=== Fireball ===
+
=== Falling Block ===
  
Extends [[#Entity|Entity]].
+
{{Metadata inherit|Falling Block|inherits=Entity}}
  
No additional metadata.
+
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| [[Data Types#Position|BlockPos]]
 +
|colspan="2"| spawn position
 +
| (0, 0, 0)
 +
|}
  
=== WitherSkull ===
+
=== Area Effect Cloud ===
  
Extends [[#Fireball|Fireball]].
+
{{Metadata inherit|Area Effect Cloud|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,048: Line 1,183:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 6
+
  | {{Metadata id|}}
 +
| Float
 +
|colspan="2"| Radius
 +
| 0.5
 +
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Color (only for mob spell particle)
 +
| 0
 +
|-
 +
| {{Metadata id|}}
 
  | Boolean
 
  | Boolean
  |colspan="2"| Invulnerable
+
  |colspan="2"| Ignore radius and show effect as single point, not area
 
  | false
 
  | false
 +
|-
 +
| {{Metadata id|}}
 +
| Particle
 +
| colspan="2"| The [[#Particle]]
 +
| <code>effect</code>
 
  |}
 
  |}
  
=== Fireworks ===
+
=== FishingHook ===
  
Extends [[#Entity|Entity]].
+
{{Metadata inherit|FishingHook|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,064: Line 1,214:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 6
+
  | {{Metadata id|}}
| [[Slot]]
 
|colspan="2"| Firework info
 
| empty
 
|-
 
| 7
 
 
  | VarInt
 
  | VarInt
  |colspan="2"| Entity ID of entity which used firework (for elytra boosting)
+
  |colspan="2"| Hooked entity id + 1, or 0 if there is no hooked entity
 
  | 0
 
  | 0
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| ???
 +
| false
 
  |}
 
  |}
  
=== Hanging ===
+
=== Arrow ===
  
Extends [[#Entity|Entity]].
+
{{Metadata inherit|Arrow|inherits=Entity}}
  
No additional metadata.
+
Used for both tipped and regular arrows. If not tipped, then color is set to -1 and no tipped arrow particles are used.
 
 
=== ItemFrame ===
 
 
 
Extends [[#Hanging|Hanging]].
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,091: Line 1,237:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 6
+
  | rowspan="3" | {{Metadata id|}}
  | [[Slot]]
+
| rowspan="3" | Byte
  |colspan="2"| Item
+
! Bit mask
  | Empty
+
! Meaning
 +
| rowspan="3" | 0
 +
|-
 +
| 0x01
 +
| Is critical
 +
|-
 +
| 0x02
 +
| Is noclip (used by loyalty tridents when returning)
 +
|-
 +
| {{Metadata id|}}
 +
  | Byte
 +
  |colspan="2"| Piercing level
 +
  | 0
 
  |-
 
  |-
  | 7
+
  | {{Metadata id|}}
 
  | VarInt
 
  | VarInt
  |colspan="2"| Rotation
+
  |colspan="2"| Color (-1 for no particles)
  | 0
+
  | -1
 
  |}
 
  |}
  
=== Item ===
+
=== Spectral Arrow ===
  
Extends [[#Entity|Entity]].
+
{{Metadata inherit|Spectral Arrow|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,112: Line 1,270:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 6
+
  | rowspan="3" | {{Metadata id|}}
  | [[Slot]]
+
| rowspan="3" | Byte
  |colspan="2"| Item
+
! Bit mask
  | Empty
+
! Meaning
 +
| rowspan="3" | 0
 +
|-
 +
| 0x01
 +
| Is critical
 +
|-
 +
| 0x02
 +
| Is noclip (used by loyalty tridents when returning)
 +
|-
 +
| {{Metadata id|}}
 +
  | Byte
 +
  |colspan="2"| Piercing level
 +
  | 0
 
  |}
 
  |}
  
=== Living ===
+
=== Trident ===
  
Extends [[#Entity|Entity]].
+
{{Metadata inherit|Trident|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,128: Line 1,298:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="4"| 6
+
  | rowspan="3" | {{Metadata id|}}
  |rowspan="4"| Byte
+
  | rowspan="3" | Byte
|colspan="2"| Hand states, used to trigger blocking/eating/drinking animation.
 
|rowspan="4"| 0
 
|-
 
 
  ! Bit mask
 
  ! Bit mask
  ! Meaning
+
  ! Meaning  
 +
| rowspan="3" | 0
 
  |-
 
  |-
 
  | 0x01
 
  | 0x01
  | Is hand active
+
  | Is critical
 
  |-
 
  |-
 
  | 0x02
 
  | 0x02
  | Active hand (0 = main hand, 1 = offhand)
+
  | Is noclip (used by loyalty tridents when returning)
 +
|-
 +
| {{Metadata id |}}
 +
| Byte
 +
|colspan="2"| Piercing level
 +
| 0
 
  |-
 
  |-
  | 7
+
  | {{Metadata id |}}
| Float
+
  | Byte
|colspan="2"| Health
+
  |colspan="2"| Loyalty level (enchantment)
| 1.0
 
|-
 
| 8
 
  | VarInt
 
  |colspan="2"| Potion effect color (or 0 if there is no effect)
 
 
  | 0
 
  | 0
 
  |-
 
  |-
  | 9
+
  | {{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"| Has enchantment glint
  | false
+
  | False
|-
 
| 10
 
| VarInt
 
|colspan="2"| Number of arrows in entity
 
| 0
 
 
  |}
 
  |}
  
=== Player ===
+
=== Boat ===
  
Extends [[#Living|Living]].
+
{{Metadata inherit|Boat|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,173: Line 1,336:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 11
+
  | {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Time since last hit
 +
| 0
 +
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Forward direction
 +
| 1
 +
|-
 +
| {{Metadata id|}}
 
  | Float
 
  | Float
  |colspan="2"| Additional Hearts
+
  |colspan="2"| Damage taken
 
  | 0.0
 
  | 0.0
 
  |-
 
  |-
  | 12
+
  | {{Metadata id|}}
 
  | VarInt
 
  | VarInt
  |colspan="2"| Score
+
  |colspan="2"| Type (0=oak, 1=spruce, 2=birch, 3=jungle, 4=acacia, 5=dark oak)
 
  | 0
 
  | 0
 
  |-
 
  |-
  |rowspan="10"| 13
+
  | {{Metadata id|}}
  |rowspan="10"| Byte
+
  | Boolean
  |colspan="2"| The Displayed Skin Parts bit mask that is sent in [[Protocol#Client Settings|Client Settings]]
+
  |colspan="2"| Left paddle turning
  |rowspan="10"| 0
+
  | false
 
  |-
 
  |-
  ! Bit mask !! Meaning
+
  | {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Right paddle turning
 +
| false
 
  |-
 
  |-
  | 0x01 || Cape enabled
+
  | {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Splash timer
 +
| 0
 +
|}
 +
 
 +
=== End Crystal ===
 +
 
 +
{{Metadata inherit|End Crystal|inherits=Entity}}
 +
 
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 
  |-
 
  |-
  | 0x02 || Jacket enabled
+
  | {{Metadata id|}}
 +
| OptBlockPos
 +
|colspan="2"| Beam target
 +
| Empty
 
  |-
 
  |-
  | 0x04 || Left sleeve enabled
+
  | {{Metadata id|}}
|-
+
  | Boolean
| 0x08 || Right sleeve enabled
+
  |colspan="2"| Show bottom
|-
+
  | true
| 0x10 || Left pants leg enabled
+
  |}
|-
+
 
| 0x20 || Right pants leg enabled
+
=== Dragon Fireball ===
|-
+
 
| 0x40 || Hat enabled
+
{{Metadata inherit|Dragon Fireball|inherits=Entity}}
|-
+
 
| 0x80 || ''Unused''
+
No additional metadata.
|-
+
 
| 14
+
=== Small Fireball ===
  | Byte
 
  |colspan="2"| Main hand (0 : Left, 1 : Right)
 
  | 1
 
  |-
 
| 15
 
| [[NBT|NBT Tag]]
 
|colspan="2"| Left shoulder entity data (for occupying parrot)
 
| Empty
 
|-
 
| 16
 
| [[NBT|NBT Tag]]
 
|colspan="2"| Right shoulder entity data (for occupying parrot)
 
| Empty
 
|}
 
  
=== ArmorStand ===
+
{{Metadata inherit|Small Fireball|inherits=Entity}}
  
Extends [[#Living|Living]].
+
This is the fireball shot by blazes and dispensers with fire charges.
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,232: Line 1,411:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="5"| 11
+
  | {{Metadata id|}}
  |rowspan="5"| Byte
+
| Slot
  ! Bit mask
+
|colspan="2"| Item
  ! Meaning
+
| Empty (which behaves as if it were a <code>minecraft:fire_charge</code>)
  |rowspan="5"| 0
+
  |}
 +
 
 +
=== Fireball ===
 +
 
 +
{{Metadata inherit|Fireball|inherits=Entity}}
 +
 
 +
This is the large fireball shot by ghasts.
 +
 
 +
{| class="wikitable"
 +
  ! Index
 +
  ! Type
 +
  !style="width: 250px;" colspan="2"| Meaning
 +
! Default
 
  |-
 
  |-
  | 0x01
+
  | {{Metadata id|}}
  | is Small
+
| Slot
 +
|colspan="2"| Item
 +
  | Empty
 +
|}
 +
 
 +
=== WitherSkull ===
 +
 
 +
{{Metadata inherit|WitherSkull|inherits=Entity}}
 +
 
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 
  |-
 
  |-
  | 0x04
+
  | {{Metadata id|}}
  | has Arms
+
  | Boolean
  |-
+
|colspan="2"| Invulnerable
  | 0x08
+
  | false
  | no BasePlate
+
  |}
 +
 
 +
=== Firework Rocket ===
 +
 
 +
{{Metadata inherit|Firework Rocket|inherits=Entity}}
 +
 
 +
{| class="wikitable"
 +
! Index
 +
  ! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 
  |-
 
  |-
  | 0x10
+
  | {{Metadata id|}}
  | set Marker
+
| [[Slot]]
 +
|colspan="2"| Firework info
 +
  | Empty
 
  |-
 
  |-
  | 12
+
  | {{Metadata id|}}
  | Rotation
+
  | OptVarInt
  |colspan="2"| Head rotation
+
  |colspan="2"| Entity ID of entity which used firework (for elytra boosting)
  | (0.0, 0.0, 0.0)
+
  | Empty
 
  |-
 
  |-
  | 13
+
  | {{Metadata id|}}
| Rotation
+
  | Boolean
|colspan="2"| Body rotation
+
  |colspan="2"| Shot at angle (from a crossbow)
| (0.0, 0.0, 0.0)
+
  | false
|-
+
  |}
| 14
+
 
| Rotation
+
=== ItemFrame ===
|colspan="2"| Left arm rotation
+
 
| (-10.0, 0.0, -10.0)
+
{{Metadata inherit|ItemFrame|inherits=Entity}}
  |-
 
| 15
 
| Rotation
 
  |colspan="2"| Right arm rotation
 
| (-15.0, 0.0, 10.0)
 
|-
 
| 16
 
| Rotation
 
|colspan="2"| Left leg rotation
 
| (-1.0, 0.0, -1.0)
 
  |-
 
| 17
 
| Rotation
 
|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.
 
 
 
=== Insentient ===
 
 
 
Extends [[#Living|Living]].
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,293: Line 1,487:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="3"| 11
+
  | {{Metadata id|}}
  |rowspan="3"| Byte
+
| [[Slot]]
! Bit mask
+
  |colspan="2"| Item
! Meaning
+
  | Empty
  |rowspan="3"| 0
 
 
  |-
 
  |-
  | 0x01
+
  | {{Metadata id|}}
  | NoAI
+
  | VarInt
  |-
+
  |colspan="2"| Rotation
| 0x02
+
  | 0
  | Left handed
 
 
  |}
 
  |}
  
=== Ambient ===
+
=== Item ===
  
Extends [[#Insentient|Insentient]].
+
{{Metadata inherit|Item|inherits=Entity}}
  
No additional metadata.
+
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| [[Slot]]
 +
|colspan="2"| Item
 +
| Empty
 +
|}
  
=== Bat ===
+
=== Abstract Living ===
  
Extends [[#Ambient|Ambient]].
+
{{Metadata inherit|Living|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,322: Line 1,524:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | rowspan="2"| 12
+
  |rowspan="5"| {{Metadata id|}}
  | rowspan="2"| Byte
+
|rowspan="5"| Byte
 +
|colspan="2"| Hand states, used to trigger blocking/eating/drinking animation.
 +
  |rowspan="5"| 0
 +
|-
 
  ! Bit mask
 
  ! Bit mask
 
  ! Meaning
 
  ! Meaning
| rowspan="2"| 0
 
 
  |-
 
  |-
 
  | 0x01
 
  | 0x01
  | Is hanging
+
  | Is hand active
  |}
+
|-
 +
| 0x02
 +
| Active hand (0 = main hand, 1 = offhand)
 +
|-
 +
| 0x04
 +
| 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|}}
 +
| Boolean
 +
|colspan="2"| Is potion effect ambient: reduces the number of particles generated by potions to 1/5 the normal amount
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Number of arrows in entity
 +
| 0
 +
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Health added by absorption (based on the AbsorptionAmount tag)
 +
| 0
 +
|-
 +
| {{Metadata id|}}
 +
| OptBlockPos
 +
|colspan="2"| Unknown (Bed location?)
 +
| Empty
 +
  |}
  
=== WaterMob ===
+
=== Player ===
  
Extends [[#Insentient|Insentient]].
+
{{Metadata inherit|Player|inherits=Living}}
  
No additional metadata.
+
{| class="wikitable"
 
+
  ! Index
=== Squid ===
 
 
 
Extends [[#WaterMob|WaterMob]]
 
 
 
No additional metadata.
 
 
 
=== Creature ===
 
 
 
Extends [[#Insentient|Insentient]].
 
 
 
No additional metadata.
 
 
 
=== Ageable ===
 
 
 
Extends [[#Creature|Creature]].
 
 
 
{| class="wikitable"
 
  ! Index
 
 
  ! Type
 
  ! Type
 
  !style="width: 250px;" colspan="2"| Meaning
 
  !style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 12
+
  | {{Metadata id|}}
  | Boolean
+
  | Float
  |colspan="2"| Is baby
+
  |colspan="2"| Additional Hearts
  | false
+
  | 0.0
  |}
+
  |-
 
+
| {{Metadata id|}}
=== Animal ===
+
| VarInt
 
+
|colspan="2"| Score
Extends [[#Ageable|Ageable]].
+
| 0
 
+
|-
No additional metadata.
+
|rowspan="10"| {{Metadata id|}}
 
+
  |rowspan="10"| Byte
=== AbstractHorse ===
+
|colspan="2"| The Displayed Skin Parts bit mask that is sent in [[Protocol#Client Settings|Client Settings]]
 
+
  |rowspan="10"| 0
Extends [[#Animal|Animal]].
 
 
 
{| class="wikitable"
 
  ! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
 
  |-
 
  |-
|rowspan="9"| 13
+
  ! Bit mask !! Meaning
|rowspan="9"| Byte
 
  ! Bit mask
 
! Meaning
 
|rowspan="9"| 0
 
 
  |-
 
  |-
  | 0x01
+
  | 0x01 || Cape enabled
| ''Unused''
 
 
  |-
 
  |-
  | 0x02
+
  | 0x02 || Jacket enabled
| Is Tame
 
 
  |-
 
  |-
  | 0x04
+
  | 0x04 || Left sleeve enabled
| Is saddled
 
 
  |-
 
  |-
  | 0x08
+
  | 0x08 || Right sleeve enabled
| Has bred
 
 
  |-
 
  |-
  | 0x10
+
  | 0x10 || Left pants leg enabled
  | Is eating
+
|-
 +
  | 0x20 || Right pants leg enabled
 +
|-
 +
| 0x40 || Hat enabled
 
  |-
 
  |-
  | 0x20
+
  | 0x80 || ''Unused''
| Is rearing (on hind legs)
 
 
  |-
 
  |-
  | 0x40
+
  | {{Metadata id|}}
  | Is mouth open
+
| Byte
 +
|colspan="2"| Main hand (0 : Left, 1 : Right)
 +
  | 1
 
  |-
 
  |-
  | 0x80
+
  | {{Metadata id|}}
  | ''Unused''
+
| [[NBT]]
 +
|colspan="2"| Left shoulder entity data (for occupying parrot)
 +
  | Empty
 
  |-
 
  |-
  | 14
+
  | {{Metadata id|}}
  | OptUUID
+
  | [[NBT]]
  |colspan="2"| Owner
+
  |colspan="2"| Right shoulder entity data (for occupying parrot)
  | Absent
+
  | Empty
 
  |}
 
  |}
  
=== Horse ===
+
=== ArmorStand ===
  
Extends [[#AbstractHorse|AbstractHorse]].
+
{{Metadata inherit|ArmorStand|inherits=Living}}
  
{| class="wikitable"  
+
{| class="wikitable"
 
  ! Index
 
  ! Index
 
  ! Type
 
  ! Type
Line 1,428: Line 1,641:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 15
+
  |rowspan="5"| {{Metadata id|}}
  | VarInt
+
  |rowspan="5"| Byte
  |colspan="2"| Variant (Color & Style)
+
! Bit mask
  | 0
+
! Meaning
 +
  |rowspan="5"| 0
 +
|-
 +
  | 0x01
 +
| is Small
 
  |-
 
  |-
  | 16
+
  | 0x04
  | VarInt
+
  | has Arms
|colspan="2"| Armor (0: none, 1: iron, 2: gold, 3: diamond)
 
| 0 (none)
 
|}
 
 
 
=== ZombieHorse ===
 
 
 
Extends [[#AbstractHorse|AbstractHorse]].
 
 
 
=== SkeletonHorse ===
 
 
 
Extends [[#AbstractHorse|AbstractHorse]].
 
 
 
=== ChestedHorse ===
 
 
 
Extends [[#AbstractHorse|AbstractHorse]].
 
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
 
  |-
 
  |-
  | 15
+
  | 0x08
  | Boolean
+
| no BasePlate
  |colspan="2"| Has Chest
+
|-
  | false
+
| 0x10
 +
| set Marker
 +
|-
 +
| {{Metadata id|}}
 +
| Rotations
 +
|colspan="2"| Head rotation
 +
| (0.0, 0.0, 0.0)
 +
|-
 +
| {{Metadata id|}}
 +
| Rotations
 +
|colspan="2"| Body rotation
 +
| (0.0, 0.0, 0.0)
 +
|-
 +
| {{Metadata id|}}
 +
| Rotations
 +
|colspan="2"| Left arm rotation
 +
| (-10.0, 0.0, -10.0)
 +
|-
 +
| {{Metadata id|}}
 +
| Rotations
 +
|colspan="2"| Right arm rotation
 +
| (-15.0, 0.0, 10.0)
 +
|-
 +
| {{Metadata id|}}
 +
| Rotations
 +
|colspan="2"| Left leg rotation
 +
| (-1.0, 0.0, -1.0)
 +
|-
 +
| {{Metadata id|}}
 +
  | Rotations
 +
  |colspan="2"| Right leg rotation
 +
  | (1.0, 0.0, 1.0)
 
  |}
 
  |}
  
=== Donkey ===
+
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.
  
Extends [[#ChestedHorse|ChestedHorse]].
+
=== Insentient ===
 
 
=== Llama ===
 
  
Extends [[#ChestedHorse|ChestedHorse]].
+
{{Metadata inherit|Insentient|inherits=Living}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,477: Line 1,702:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 16
+
  |rowspan="3"| {{Metadata id|}}
| VarInt
+
  |rowspan="3"| Byte
  | colspan="2"| Strength (number of columns of 3 slots in the llama's inventory once a chest is equipped)
+
! Bit mask
  | 0
+
! Meaning
 +
  |rowspan="3"| 0
 
  |-
 
  |-
  | 17
+
  | 0x01
  | VarInt
+
  | NoAI
| colspan="2"| Carpet color (a dye color, or -1 if no carpet equipped)
 
| -1
 
 
  |-
 
  |-
  | 18
+
  | 0x02
  | VarInt
+
  | Left handed
| 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
 
 
  |}
 
  |}
  
=== Mule ===
+
=== Ambient ===
 +
 
 +
{{Metadata inherit|Ambient|inherits=Insentient}}
  
Extends [[#ChestedHorse|ChestedHorse]].
+
No additional metadata.
  
=== Pig ===
+
=== Bat ===
  
Extends [[#Animal|Animal]].
+
{{Metadata inherit|Bat|inherits=Ambient}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,507: Line 1,731:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 13
+
  | rowspan="2"| {{Metadata id|}}
| Boolean
+
  | rowspan="2"| Byte
  |colspan="2"| Has saddle
+
! Bit mask
  | false
+
! Meaning
 +
  | rowspan="2"| 0
 
  |-
 
  |-
  | 14
+
  | 0x01
  | VarInt
+
  | Is hanging
|colspan="2"| Total time to "boost" with a carrot on a stick for
 
| 0
 
 
  |}
 
  |}
  
Whenever a carrot on a stick is used, if the pig is not currently boosting it will start to boost for 140 to 980 (inclusive) ticks. When boost time is changed, a counter is reset which counts up to the boost time, after which boosting will stop. The value remains set at its modified value even after boosting is stopped.
+
=== Creature ===
 +
 
 +
{{Metadata inherit|Creature|inherits=Insentient}}
 +
 
 +
No additional metadata.
 +
 
 +
=== WaterMob ===
 +
 
 +
{{Metadata inherit|WaterMob|inherits=Creature}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Squid ===
 +
 
 +
{{Metadata inherit|Squid|inherits=WaterMob}}
 +
 
 +
No additional metadata.
  
=== Rabbit ===
+
=== Dolphin ===
  
Extends [[#Animal|Animal]].
+
{{Metadata inherit|Dolphin|inherits=WaterMob}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,530: Line 1,769:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 13
+
  | {{Metadata id|}}
  | VarInt
+
  | Position
  |colspan="2"| Type
+
  |colspan="2"| Treasure position
  | 0
+
  | (0, 0, 0)
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Can find treasure
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Has fish
 +
| false
 
  |}
 
  |}
  
=== Polar Bear ===
+
=== Abstract fish ===
  
Extends [[#Animal|Animal]].
+
{{Metadata inherit|Abstract fish|inherits=WaterMob}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,546: Line 1,795:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 13
+
  | {{Metadata id|}}
 
  | Boolean
 
  | Boolean
  |colspan="2"| Standing up
+
  |colspan="2"| From bucket
  | false
+
  | False
  |}
+
  |}
 +
 
 +
=== Cod ===
 +
 
 +
{{Metadata inherit|Cod|inherits=Abstract fish}}
 +
 
 +
No additional metadata.
  
=== Sheep ===
+
=== Puffer fish ===
  
Extends [[#Animal|Animal]].
+
{{Metadata inherit|Puffer fish|inherits=Abstract fish}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,562: Line 1,817:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="3"| 13
+
  | {{Metadata id|}}
  |rowspan="3"| Byte
+
  | VarInt
! Bit mask
+
  |colspan="2"| PuffState (varies from 0 to 2)
! Meaning
+
  | 0
  |rowspan="3"| 0
 
|-
 
| 0x0F
 
| Color (matches {{Minecraft Wiki|Data_values#Dyes|dye damage values}})
 
  |-
 
| 0x10
 
| Is sheared
 
 
  |}
 
  |}
  
=== TameableAnimal ===
+
=== Salmon ===
 +
 
 +
{{Metadata inherit|Salmon|inherits=Abstract fish}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Tropical fish ===
  
Extends [[#Animal|Animal]].
+
{{Metadata inherit|Tropical fish|inherits=Abstract fish}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,585: Line 1,839:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="4"| 13
+
  | {{Metadata id|}}
|rowspan="4"| Byte
+
  | VarInt
! Bit mask
+
  |colspan="2"| Variant
! Meaning
+
  | 0
|rowspan="4"| 0
+
  |}
|-
+
 
| 0x01
+
=== Ageable ===
| Is sitting
 
|-
 
  | 0x02
 
| Is angry (only used with wolves)
 
|-
 
| 0x04
 
| Is tamed
 
|-
 
| 14
 
| OptUUID
 
  |colspan="2"| Owner
 
  | Absent
 
  |}
 
 
 
=== Ocelot ===
 
  
Extends [[#TameableAnimal|TameableAnimal]].
+
{{Metadata inherit|Ageable|inherits=Creature}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,616: Line 1,855:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 15
+
  | {{Metadata id|}}
  | VarInt
+
  | Boolean
  |colspan="2"| Type (0 = untamed, 1 = tuxedo, 2 = tabby, 3 = siamese).  Used to render regardless as to whether it is tamed or not.
+
  |colspan="2"| Is baby
  | 0
+
  | false
 
  |}
 
  |}
  
=== Wolf ===
+
=== Animal ===
 +
 
 +
{{Metadata inherit|Animal|inherits=Ageable}}
 +
 
 +
No additional metadata.
 +
 
 +
=== AbstractHorse ===
  
Extends [[#TameableAnimal|TameableAnimal]].
+
{{Metadata inherit|AbstractHorse|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,632: Line 1,877:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 15
+
  |rowspan="9"| {{Metadata id|}}
| Float
+
  |rowspan="9"| Byte
  |colspan="2"| Damage taken (used for tail rotation)
+
! Bit mask
  | Value of health field (1.0)
+
! Meaning
 +
  |rowspan="9"| 0
 
  |-
 
  |-
  | 16
+
  | 0x01
  | Boolean
+
  | ''Unused''
|colspan="2"| Is begging
 
| false
 
 
  |-
 
  |-
  | 17
+
  | 0x02
  | VarInt
+
  | Is Tame
|colspan="2"| Collar color (values are those {{Minecraft Wiki|Data_values#Dyes|used with dyes}})
 
| 14 (Red)
 
|}
 
 
 
=== Parrot ===
 
 
 
Extends [[#TameableAnimal|TameableAnimal]].
 
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
 
  |-
 
  |-
  | 15
+
  | 0x04
  | VarInt
+
  | Is saddled
  |colspan="2"| Variant (0: red/blue, 1: blue, 2: green, 3: yellow/blue, 4: silver)
+
|-
  | 0
+
| 0x08
 +
| Has bred
 +
|-
 +
| 0x10
 +
| Is eating
 +
|-
 +
| 0x20
 +
| Is rearing (on hind legs)
 +
|-
 +
| 0x40
 +
| Is mouth open
 +
|-
 +
| 0x80
 +
| ''Unused''
 +
|-
 +
| {{Metadata id|}}
 +
| OptUUID
 +
  |colspan="2"| Owner
 +
  | Absent
 
  |}
 
  |}
  
=== Villager ===
+
=== Horse ===
  
Extends [[#Ageable|Ageable]].
+
{{Metadata inherit|Horse|inherits=AbstractHorse}}
  
{| class="wikitable"
+
{| class="wikitable"  
 
  ! Index
 
  ! Index
 
  ! Type
 
  ! Type
Line 1,674: Line 1,923:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 13
+
  | {{Metadata id|}}
 
  | VarInt
 
  | VarInt
  |colspan="2"| Profession (Farmer = 0, Librarian = 1, Priest = 2, Blacksmith = 3, Butcher = 4, Nitwit = 5)
+
  |colspan="2"| Variant (Color & Style)
 
  | 0
 
  | 0
 
  |}
 
  |}
  
=== Golem ===
+
=== ZombieHorse ===
  
Extends [[#Creature|Creature]].
+
{{Metadata inherit|ZombieHorse|inherits=AbstractHorse}}
  
No additional metadata.
+
=== SkeletonHorse ===
  
=== IronGolem ===
+
{{Metadata inherit|SkeletonHorse|inherits=AbstractHorse}}
  
Extends [[#Golem|Golem]].
+
=== ChestedHorse ===
  
{| class="wikitable"
+
{{Metadata inherit|ChestedHorse|inherits=AbstractHorse}}
 +
 
 +
{| class="wikitable"  
 
  ! Index
 
  ! Index
 
  ! Type
 
  ! Type
Line 1,696: Line 1,947:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="2"| 12
+
  | {{Metadata id|}}
  |rowspan="2"| Byte
+
  | Boolean
! Bit mask
+
  |colspan="2"| Has Chest
! Meaning
+
  | false
  |rowspan="2"| 0
 
|-
 
| 0x01
 
  | Is player-created
 
 
  |}
 
  |}
  
=== Snowman ===
+
=== Donkey ===
 +
 
 +
{{Metadata inherit|Donkey|inherits=ChestedHorse}}
 +
 
 +
=== Llama ===
  
Extends [[#Golem|Golem]].
+
{{Metadata inherit|Llama|inherits=ChestedHorse}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,716: Line 1,967:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="3"| 12
+
  | {{Metadata id|}}
  |rowspan="3"| Byte
+
| VarInt
! Bit mask
+
  | colspan="2"| Strength (number of columns of 3 slots in the llama's inventory once a chest is equipped)
  ! Meaning
+
  | 0
|rowspan="3"| 0x10
 
 
  |-
 
  |-
  | 0x10
+
  | {{Metadata id|}}
  | has pumpkin hat
+
| VarInt
 +
| colspan="2"| Carpet color (a dye color, or -1 if no carpet equipped)
 +
  | -1
 
  |-
 
  |-
  | 0x00
+
  | {{Metadata id|}}
  | has no pumpkin hat
+
| 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
 
  |}
 
  |}
  
=== Shulker ===
+
=== Trader Llama ===
 +
 
 +
{{Metadata inherit|Trader Llama|Llama}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Mule ===
 +
 
 +
{{Metadata inherit|Mule|inherits=ChestedHorse}}
 +
 
 +
=== Bee ===
  
Extends [[#Golem|Golem]].
+
{{Metadata inherit|Bee|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,739: Line 2,003:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 12
+
  |rowspan="5"| {{Metadata id|}}
  | Direction
+
  |rowspan="5"| Byte
  |colspan="2"| Facing direction
+
  |colspan="2"| Flags
  | Down (0)
+
  |rowspan="5"| 0
 +
|-
 +
| 0x01 || ''Unused''
 +
|-
 +
| 0x02 || Is angry
 +
|-
 +
| 0x04 || Has stung
 
  |-
 
  |-
  | 13
+
  | 0x08 || Has nectar
| OptPosition
 
|colspan="2"| Attachment position
 
| Absent
 
 
  |-
 
  |-
  | 14
+
  | {{Metadata id|}}
  | Byte
+
  | VarInt
  |colspan="2"| Shield height
+
  | colspan="2"| Anger time in ticks
  | 0
+
  | 0 (Not angry)
|-
+
  |}
| 15
+
 
| Byte
+
=== Fox ===
| colspan="2"| Color (dye color)
 
| 10 (purple)
 
  |}
 
 
 
=== Monster ===
 
 
 
Extends [[#Creature|Creature]].
 
 
 
No additional metadata.
 
 
 
=== Blaze ===
 
  
Extends [[#Monster|Monster]].
+
{{Metadata inherit|Fox|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,776: Line 2,032:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="2"|12
+
| {{Metadata id|}}
  |rowspan="2"|Byte
+
| VarInt
 +
| colspan="2" | Type (0: red, 1: snow)
 +
| 0 (red)
 +
|-
 +
  | rowspan="9" | {{Metadata id|}}
 +
  | rowspan="9" | Byte
 
  ! Bit mask
 
  ! Bit mask
 
  ! Meaning
 
  ! Meaning
  |rowspan="2"|0
+
  | rowspan="9" | 0
 +
|-
 +
| 0x01 || Sitting
 +
|-
 +
| 0x02 || ''Unused''
 +
|-
 +
| 0x04 || Crouching
 +
|-
 +
| 0x08 || Unknown
 +
|-
 +
| 0x10 || Unknown
 +
|-
 +
| 0x20 || Sleeping
 +
|-
 +
| 0x40 || Unknown
 +
|-
 +
| 0x80 || Unknown
 +
|-
 +
| {{Metadata id|}}
 +
| OptUUID
 +
| colspan="2" | First UUID (in <code>UUIDs</code> NBT)?
 +
| Absent
 
  |-
 
  |-
  | 0x01
+
  | {{Metadata id|}}
  | Is on fire
+
| OptUUID
 +
| colspan="2" | Second UUID (in <code>UUIDs</code> NBT)?
 +
  | Absent
 
  |}
 
  |}
  
=== Creeper ===
+
=== Ocelot ===
  
Extends [[#Monster|Monster]].
+
{{Metadata inherit|Ocelot|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,796: Line 2,080:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 12
+
  | {{Metadata id|}}
| VarInt
+
  | Boolean
|colspan="2"| State (-1 = idle, 1 = fuse)
+
  |colspan="2"| Is trusting
| -1
 
|-
 
| 13
 
| Boolean
 
|colspan="2"| Is {{Minecraft Wiki|Creeper#Charged Creepers|charged}}
 
| false
 
|-
 
| 14
 
  | Boolean
 
  |colspan="2"| Is ignited
 
 
  | false
 
  | false
 
  |}
 
  |}
  
=== Endermite ===
+
=== Panda ===
 
 
Extends [[#Monster|Monster]].
 
 
 
No additional metadata.
 
 
 
=== Giant Zombie ===
 
 
 
Extends [[#Monster|Monster]].
 
 
 
No additional metadata.
 
 
 
=== Guardian ===
 
  
Extends [[#Monster|Monster]].
+
{{Metadata inherit|Panda|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,833: Line 2,095:
 
  !style="width: 250px;" colspan="2"| Meaning
 
  !style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
  ! Default
|-
 
| 12
 
| Boolean
 
|colspan="2"| Is retracting spikes
 
| false
 
 
  |-
 
  |-
  | 13
+
  | {{Metadata id|}}
  | VarInt
+
| Integer
  |colspan="2"| Target EID
+
|colspan="2"| Breed timer?  Set to 32 when something happens, and then counts down to 0 again.  At 29 and 14 (before counting down), will play the <code>entity.panda.cant_breed</code> sound event.
 +
| 0
 +
|-
 +
| {{Metadata id|}}
 +
| Integer
 +
|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).
 +
| 0
 +
|-
 +
| {{Metadata id|}}
 +
| Integer
 +
|colspan="2"| Eat timer.  If nonzero, counts upwards.
 +
| 0
 +
|-
 +
| {{Metadata id|}}
 +
| Byte
 +
|colspan="2"| Main Gene
 +
| 0
 +
|-
 +
| {{Metadata id|}}
 +
  | Byte
 +
  |colspan="2"| Hidden Gene
 
  | 0
 
  | 0
|}
 
 
;21
 
:Plays the guardian sound effect from this entity.
 
 
=== ElderGuardian ===
 
 
Extends [[#Guardian|Guardian]].
 
 
=== Silverfish ===
 
 
Extends [[#Monster|Monster]].
 
 
No additional metadata.
 
 
=== Abstract Illager ===
 
 
Extends [[#Monster|Monster]].
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
 
  |-
 
  |-
  |rowspan="2"| 12
+
  |rowspan="6"| {{Metadata id|}}
  |rowspan="2"| Byte
+
  |rowspan="6"| Byte
 
  ! Bit mask
 
  ! Bit mask
 
  ! Meaning
 
  ! Meaning
  |rowspan="2"| 0
+
  |rowspan="6"| 0
 
  |-
 
  |-
 
  | 0x01
 
  | 0x01
  | Has target (aggressive state)
+
  | Unused
  |}
+
|-
 +
| 0x02
 +
| Is sneezing
 +
|-
 +
| 0x04
 +
| Is rolling
 +
|-
 +
| 0x08
 +
| Is sitting
 +
|-
 +
| 0x10
 +
| Is on back
 +
  |}
  
=== VindicationIllager ===
+
=== Pig ===
 
 
Extends [[#Abstract Illager|Abstract Illager]].
 
 
 
=== Spellcaster Illager ===
 
  
Extends [[#Abstract Illager|Abstract Illlager]].
+
{{Metadata inherit|Pig|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,892: Line 2,153:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 13
+
  | {{Metadata id|}}
  | Byte
+
  | Boolean
  | colspan="2"| Spell (0: none, 1: summon vex, 2: attack, 3: wololo)
+
  |colspan="2"| Has saddle
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Total time to "boost" with a carrot on a stick for
 
  | 0
 
  | 0
 
  |}
 
  |}
  
=== EvocationIllager ===
+
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.
  
Extends [[#Spellcaster Illager|Spellcaster Illager]].
+
=== Rabbit ===
 
 
=== IllusionIllager ===
 
 
 
Extends [[#Spellcaster Illager|Spellcaster Illager]].
 
 
 
=== Vex ===
 
  
Extends [[#Monster|Monster]].
+
{{Metadata inherit|Rabbit|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,916: Line 2,176:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="2"| 12
+
  | {{Metadata id|}}
  |rowspan="2"| Byte
+
  | VarInt
! Bit mask
+
  |colspan="2"| Type
! Meaning
+
  | 0
  |rowspan="2"| 0
 
  |-
 
| 0x01
 
| Is in attack mode
 
 
  |}
 
  |}
  
=== EvocationFangs ===
+
=== Turtle ===
  
Extends [[#Entity|Entity]].
+
{{Metadata inherit|Turtle|inherits=Animal}}
  
No additional metadata.
+
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| BlockPos
 +
|colspan="2"| Home pos
 +
| (0, 0, 0)
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Has egg
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Laying egg
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| BlockPos
 +
|colspan="2"| Travel pos
 +
| (0, 0, 0)
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Going home
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Traveling
 +
| false
 +
|}
  
=== AbstractSkeleton ===
+
=== Polar Bear ===
  
Extends [[#Monster|Monster]].
+
{{Metadata inherit|Polar Bear|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,942: Line 2,233:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 12
+
  | {{Metadata id|}}
 
  | Boolean
 
  | Boolean
  |colspan="2"| Is swinging arms
+
  |colspan="2"| Standing up
 
  | false
 
  | false
 
  |}
 
  |}
  
=== Skeleton ===
+
=== Chicken ===
  
Extends [[#AbstractSkeleton|AbstractSkeleton]].
+
{{Metadata inherit|Chicken|inherits=Animal}}
  
=== Wither Skeleton ===
+
No additional metadata.
  
Extends [[#AbstractSkeleton|AbstractSkeleton]].
+
=== Cow ===
  
=== Stray ===
+
{{Metadata inherit|Cow|inherits=Animal}}
  
Extends [[#AbstractSkeleton|AbstractSkeleton]].
+
No additional metadata.
  
=== Spider ===
+
=== Mooshroom ===
  
Extends [[#Monster|Monster]].
+
{{Metadata inherit|Mooshroom|inherits=Cow}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,970: Line 2,261:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="2"| 12
+
  | {{Metadata id|}}
  |rowspan="2"| Byte
+
  | String
! Bit mask
+
  | colspan="2"| Variant ("red" or "brown")
! Meaning
+
  | red
  |rowspan="2"| 0
 
|-
 
| 0x01
 
  | Is climbing
 
 
  |}
 
  |}
  
=== Witch ===
+
=== Sheep ===
  
Extends [[#Monster|Monster]].
+
{{Metadata inherit|Sheep|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,990: Line 2,277:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 12
+
  |rowspan="3"| {{Metadata id|}}
  | Boolean
+
  |rowspan="3"| Byte
  |colspan="2"| Is drinking potion
+
! Bit mask
  | false
+
! Meaning
 +
  |rowspan="3"| 0
 +
|-
 +
| 0x0F
 +
| Color (matches {{Minecraft Wiki|Data_values#Dyes|dye damage values}})
 +
|-
 +
| 0x10
 +
  | Is sheared
 
  |}
 
  |}
  
=== Wither ===
+
=== TameableAnimal ===
  
Extends [[#Monster|Monster]].
+
{{Metadata inherit|TameableAnimal|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,006: Line 2,300:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 12
+
  |rowspan="4"| {{Metadata id|}}
  | VarInt
+
  |rowspan="4"| Byte
  |colspan="2"| Center head's target (entity ID, or 0 if no target)
+
! Bit mask
  | 0
+
! Meaning
 +
  |rowspan="4"| 0
 +
  |-
 +
| 0x01
 +
| Is sitting
 
  |-
 
  |-
  | 13
+
  | 0x02
  | VarInt
+
  | Is angry (only used with wolves)
|colspan="2"| Left(?) head's target (entity ID, or 0 if no target)
 
| 0
 
 
  |-
 
  |-
  | 14
+
  | 0x04
  | VarInt
+
  | Is tamed
|colspan="2"| Right(?) head's target (entity ID, or 0 if no target)
 
| 0
 
 
  |-
 
  |-
  | 15
+
  | {{Metadata id|}}
  | VarInt
+
  | OptUUID
  |colspan="2"| Invulnerable time
+
  |colspan="2"| Owner
  | 0
+
  | Absent
 
  |}
 
  |}
  
=== Zombie ===
+
=== Cat ===
  
Extends [[#Monster|Monster]].
+
{{Metadata inherit|Cat|inherits=TameableAnimal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,037: Line 2,331:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 12
+
  | {{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 = all_black)
 +
| 1
 +
|-
 +
| {{Metadata id|}}
 
  | Boolean
 
  | Boolean
  |colspan="2"| Is baby
+
  |colspan="2"| Unknown
 
  | false
 
  | false
 
  |-
 
  |-
  | 13
+
  | {{Metadata id|}}
| VarInt
 
|colspan="2"| Unused (previously type)
 
| 0
 
|-
 
| 14
 
 
  | Boolean
 
  | Boolean
  |colspan="2"| Are hands held up
+
  |colspan="2"| Unknown
 
  | false
 
  | false
 +
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Collar color (values are those {{Minecraft Wiki|Data_values#Dyes|used with dyes}})
 +
| 14 (Red)
 
  |}
 
  |}
  
=== Zombie Villager ===
+
=== Wolf ===
  
Extends [[#Zombie|Zombie]].
+
{{Metadata inherit|Wolf|inherits=TameableAnimal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,062: Line 2,361:
 
  !style="width: 250px;" colspan="2"| Meaning
 
  !style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
  ! Default
  |-  
+
  |-
  | 15
+
  | {{Metadata id|}}
 
  | Boolean
 
  | Boolean
  |colspan="2"| Is converting
+
  |colspan="2"| Is begging
 
  | false
 
  | false
  |-  
+
  |-
  | 16
+
  | {{Metadata id|}}
 
  | VarInt
 
  | VarInt
  |colspan="2"| Profession
+
  |colspan="2"| Collar color (values are those {{Minecraft Wiki|Data_values#Dyes|used with dyes}})
  | 0
+
  | 14 (Red)
 
  |}
 
  |}
  
=== Husk ===
+
=== Parrot ===
 
 
Extends [[#Zombie|Zombie]].
 
 
 
=== Enderman ===
 
  
Extends [[#Monster|Monster]].
+
{{Metadata inherit|Parrot|inherits=TameableAnimal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,088: Line 2,383:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 12
+
  | {{Metadata id|}}
  | Opt BlockID
+
  | VarInt
  |colspan="2"| Carried block
+
  |colspan="2"| Variant (0: red/blue, 1: blue, 2: green, 3: yellow/blue, 4: grey)
| Absent
+
  | 0
|-
 
| 13
 
| Boolean
 
|colspan="2"| Is screaming
 
  | false
 
 
  |}
 
  |}
  
=== EnderDragon ===
+
=== Abstract Merchant ===
  
Extends [[#Insentient|Insentient]].
+
{{Metadata inherit|Abstract Merchant|inherits=Ageable}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,109: Line 2,399:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 12
+
  | {{Metadata id|}}
 
  | VarInt
 
  | VarInt
  |colspan="2"| Dragon phase
+
  |colspan="2"| Head shake timer (starts at 40, decrements each tick)
  | 10 (hover)
+
  | 0
 
  |}
 
  |}
  
Phases (according to {{Minecraft Wiki|Ender Dragon#Data_values|the wiki page on dragon data values}}) are:
+
=== Villager ===
 
 
* 0: circling
 
* 1: strafing (preparing to shoot a fireball)
 
* 2: flying to the portal to land (part of transition to landed state)
 
* 3: landing on the portal (part of transition to landed state)
 
* 4: taking off from the portal (part of transition out of landed state)
 
* 5: landed, performing breath attack
 
* 6: landed, looking for a player for breath attack
 
* 7: landed, roar before beginning breath attack
 
* 8: charging player
 
* 9: flying to portal to die
 
* 10: hovering with no AI (default when using the /summon command).
 
  
=== Flying ===
+
{{Metadata inherit|Villager|inherits=Abstract Merchant}}
  
Extends [[#Insentient|Insentient]].
+
{| 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 Merchant}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Golem ===
 +
 
 +
{{Metadata inherit|Golem|inherits=Creature}}
  
 
No additional metadata.
 
No additional metadata.
  
=== Ghast ===
+
=== IronGolem ===
  
Extends [[#Flying|Flying]].
+
{{Metadata inherit|IronGolem|inherits=Golem}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,145: Line 2,443:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 12
+
  |rowspan="2"| {{Metadata id|}}
  | Boolean
+
  |rowspan="2"| Byte
  |colspan="2"| Is attacking
+
! Bit mask
  | false
+
! Meaning
 +
  |rowspan="2"| 0
 +
|-
 +
| 0x01
 +
  | Is player-created
 
  |}
 
  |}
  
=== Slime ===
+
=== Snowman ===
  
Extends [[#Insentient|Insentient]].
+
{{Metadata inherit|Snowman|inherits=Golem}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,161: Line 2,463:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 12
+
  |rowspan="3"| {{Metadata id|}}
  | VarInt
+
  |rowspan="3"| Byte
  |colspan="2"| Size
+
! Bit mask
  | 1
+
! Meaning
 +
  |rowspan="3"| 0x10
 +
|-
 +
| 0x10
 +
| has pumpkin hat
 +
|-
 +
| 0x00
 +
  | has no pumpkin hat
 
  |}
 
  |}
  
=== LlamaSpit ===
+
=== Shulker ===
 
 
Extends [[#Entity|Entity]].
 
 
 
=== Minecart ===
 
  
Extends [[#Entity|Entity]].
+
{{Metadata inherit|Shulker|inherits=Golem}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,181: Line 2,486:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 6
+
  | {{Metadata id|}}
  | VarInt
+
  | Direction
  |colspan="2"| Shaking power
+
  |colspan="2"| Attach face
  | 0
+
  | Down (0)
 
  |-
 
  |-
  | 7
+
  | {{Metadata id|}}
  | VarInt
+
  | OptPosition
  |colspan="2"| Shaking direction
+
  |colspan="2"| Attachment position
  | 1
+
  | Absent
 
  |-
 
  |-
  | 8
+
  | {{Metadata id|}}
  | Float
+
  | Byte
  |colspan="2"| Shaking multiplier
+
  |colspan="2"| Shield height
  | 0.0
+
  | 0
  |-
+
  |-  
  | 9
+
  | {{Metadata id|}}
  | VarInt
+
  | Byte
  |colspan="2"| Custom block ID and damage
+
  | colspan="2"| Color (dye color)
| 0
+
  | 10 (purple)
|-
 
  | 10
 
| VarInt
 
|colspan="2"| Custom block Y position (in 16ths of a block)
 
| 6
 
|-
 
| 11
 
| Boolean
 
|colspan="2"| Show custom block
 
| false
 
 
  |}
 
  |}
  
If show custom block is false, then each type of Minecart will render its own type of block with its own properties.  Note that one does ''not'' need to send these values for the metadata fields, as the client will automatically select them if show custom block is false.  They are only provided for reference to help with swapping out other blocks.
+
=== Monster ===
  
* Rideable Minecarts contain air (0:0) and have a y position of 6
+
{{Metadata inherit|Monster|inherits=Creature}}
* 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
 
  
=== MinecartRideable ===
+
No additional metadata.
  
Extends [[#Minecart|Minecart]].
+
=== Blaze ===
  
No additional metadata.
+
{{Metadata inherit|Blaze|inherits=Monster}}
 
 
=== MinecartContainer ===
 
 
 
Extends [[#Minecart|Minecart]].
 
 
 
No additional metadata.
 
 
 
=== MinecartHopper ===
 
 
 
Extends [[#MinecartContainer|MinecartContainer]].
 
 
 
No additional metadata.
 
 
 
=== MinecartChest ===
 
 
 
Extends [[#MinecartContainer|MinecartContainer]].
 
 
 
No additional metadata.
 
 
 
=== MinecartFurnace ===
 
 
 
Extends [[#Minecart|Minecart]].
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,256: Line 2,523:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 12
+
  |rowspan="2"| {{Metadata id|}}
  | Boolean
+
  |rowspan="2"| Byte
  |colspan="2"| Is powered
+
! Bit mask
  | false
+
! Meaning
 +
  |rowspan="2"| 0
 +
|-
 +
| 0x01
 +
  | Is on fire
 
  |}
 
  |}
  
=== MinecartTNT ===
+
=== Creeper ===
  
Extends [[#Minecart|Minecart]].
+
{{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.
 
No additional metadata.
  
=== MinecartSpawner ===
+
=== Giant Zombie ===
  
Extends [[#Minecart|Minecart]].
+
{{Metadata inherit|Giant Zombie|inherits=Monster}}
  
 
No additional metadata.
 
No additional metadata.
  
=== MinecartCommandBlock ===
+
=== Guardian ===
  
Extends [[#Minecart|Minecart]].
+
{{Metadata inherit|Guardian|inherits=Monster}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,283: Line 2,580:
 
  !style="width: 250px;" colspan="2"| Meaning
 
  !style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
  ! Default
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Is retracting spikes
 +
| false
 
  |-
 
  |-
  | 12
+
  | {{Metadata id|}}
| String
+
  | VarInt
|colspan="2"| Command
+
  |colspan="2"| Target EID
| <code></code>
+
  | 0
|-
 
  | 13
 
| [[Chat]]
 
  |colspan="2"| Last output
 
  | <code>{"text":""}</code>
 
 
  |}
 
  |}
  
=== TNTPrimed ===
+
=== ElderGuardian ===
 +
 
 +
{{Metadata inherit|ElderGuardian|inherits=Guardian}}
 +
 
 +
=== Silverfish ===
 +
 
 +
{{Metadata inherit|Silverfish|inherits=Monster}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Raid Participant ===
  
Extends [[#Entity|Entity]].
+
{{Metadata inherit|Raid Participant|inherits=Monster}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,305: Line 2,612:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 6
+
  | {{Metadata id|}}
  | VarInt
+
  | boolean
  |colspan="2"| Fuse time
+
  | colspan="2"| Is celebrating
  | 80
+
  | 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=Raid Participant}}
 +
 +
No additional metadata.
 +
 +
=== Vindicator ===
 +
 +
{{Metadata inherit|Vindicator|inherits=Abstract Illager}}
 +
 +
=== Pillager ===
 +
 +
{{Metadata inherit|Pillager|inherits=Abstract Illager}}
 +
 +
=== 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}}
 +
 +
=== Illusioner ===
 +
 +
{{Metadata inherit|Illusioner|inherits=Spellcaster Illager}}
 +
 +
=== Ravager ===
 +
 +
{{Metadata inherit|Ravager|inherits=Raid Participant}}
 +
 +
No additional metadata.
 +
 +
=== Witch ===
 +
 +
{{Metadata inherit|Witch|inherits=Raid Participant}}
 +
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Is drinking potion
 +
| false
 +
|}
 +
 +
=== EvocationFangs ===
 +
 +
{{Metadata inherit|EvocationFangs|inherits=Entity}}
 +
 +
No additional metadata.
 +
 +
=== Vex ===
 +
 +
{{Metadata inherit|Vex|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 in attack mode
 +
|}
 +
 +
=== AbstractSkeleton ===
 +
 +
{{Metadata inherit|AbstractSkeleton|inherits=Monster}}
 +
 +
No additional metadata.
 +
 +
=== Skeleton ===
 +
 +
{{Metadata inherit|Skeleton|inherits=AbstractSkeleton}}
 +
 +
=== Wither Skeleton ===
 +
 +
{{Metadata inherit|Wither Skeleton|inherits=AbstractSkeleton}}
 +
 +
=== Stray ===
 +
 +
{{Metadata inherit|Stray|inherits=AbstractSkeleton}}
 +
 +
=== Spider ===
 +
 +
{{Metadata inherit|Spider|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 climbing
 +
|}
 +
 +
=== Wither ===
 +
 +
{{Metadata inherit|Wither|inherits=Monster}}
 +
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Center head's target (entity ID, or 0 if no target)
 +
| 0
 +
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Left head's target (entity ID, or 0 if no target)
 +
| 0
 +
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Right head's target (entity ID, or 0 if no target)
 +
| 0
 +
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Invulnerable time
 +
| 0
 +
|}
 +
 +
=== Zombie ===
 +
 +
{{Metadata inherit|Zombie|inherits=Monster}}
 +
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Is baby
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Unused (previously type)
 +
| 0
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Is becoming a drowned
 +
| false
 +
|}
 +
 +
=== Zombie Villager ===
 +
 +
{{Metadata inherit|Zombie Villager|inherits=Zombie}}
 +
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Is converting
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| Villager Data
 +
|colspan="2"| Villager Data
 +
| Plains/None/1
 +
|}
 +
 +
=== Husk ===
 +
 +
{{Metadata inherit|Husk|inherits=Zombie}}
 +
 +
No additional metadata.
 +
 +
=== Drowned ===
 +
 +
{{Metadata inherit|Drowned|inherits=Zombie}}
 +
 +
No additional metadata.
 +
 +
=== Zombified Piglin ===
 +
 +
{{Metadata inherit|Zombified Piglin|inherits=Zombie}}
 +
 +
No additional metadata.
 +
 +
=== Enderman ===
 +
 +
{{Metadata inherit|Enderman|inherits=Monster}}
 +
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| Opt BlockID
 +
|colspan="2"| Carried block
 +
| Absent
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Is screaming
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Is stared at
 +
| false
 +
|}
 +
 +
=== EnderDragon ===
 +
 +
{{Metadata inherit|EnderDragon|inherits=Insentient}}
 +
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Dragon phase
 +
| 10 (hover)
 +
|}
 +
 +
Phases (according to {{Minecraft Wiki|Ender Dragon#Data_values|the wiki page on dragon data values}}) are:
 +
 +
* 0: circling
 +
* 1: strafing (preparing to shoot a fireball)
 +
* 2: flying to the portal to land (part of transition to landed state)
 +
* 3: landing on the portal (part of transition to landed state)
 +
* 4: taking off from the portal (part of transition out of landed state)
 +
* 5: landed, performing breath attack
 +
* 6: landed, looking for a player for breath attack
 +
* 7: landed, roar before beginning breath attack
 +
* 8: charging player
 +
* 9: flying to portal to die
 +
* 10: hovering with no AI (default when using the /summon command).
 +
 +
=== Flying ===
 +
 +
{{Metadata inherit|Flying|inherits=Insentient}}
 +
 +
No additional metadata.
 +
 +
=== Ghast ===
 +
 +
{{Metadata inherit|Ghast|inherits=Flying}}
 +
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Is attacking
 +
| false
 +
|}
 +
 +
=== Phantom ===
 +
 +
{{Metadata inherit|Phantom|inherits=Flying}}
 +
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Size
 +
| 0
 +
|}
 +
 +
Hitbox size is determined by horizontal=0.9 + 0.2*size and vertical=0.5 + 0.1 * i
 +
 +
=== Slime ===
 +
 +
{{Metadata inherit|Slime|inherits=Insentient}}
 +
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Size
 +
| 1
 +
|}
 +
 +
=== LlamaSpit ===
 +
 +
{{Metadata inherit|LlamaSpit|inherits=Entity}}
 +
 +
=== Minecart ===
 +
 +
{{Metadata inherit|Minecart|inherits=Entity}}
 +
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Shaking power
 +
| 0
 +
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Shaking direction
 +
| 1
 +
|-
 +
| {{Metadata id|}}
 +
| Float
 +
|colspan="2"| Shaking multiplier
 +
| 0.0
 +
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Custom block ID and damage
 +
| 0
 +
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Custom block Y position (in 16ths of a block)
 +
| 6
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Show custom block
 +
| false
 +
|}
 +
 +
If show custom block is false, then each type of Minecart will render its own type of block with its own properties.  Note that one does ''not'' need to send these values for the metadata fields, as the client will automatically select them if show custom block is false.  They are only provided for reference to help with swapping out other blocks.
 +
 +
* 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
 +
 +
=== MinecartRideable ===
 +
 +
{{Metadata inherit|MinecartRideable|inherits=Minecart}}
 +
 +
No additional metadata.
 +
 +
=== MinecartContainer ===
 +
 +
{{Metadata inherit|MinecartContainer|inherits=Minecart}}
 +
 +
No additional metadata.
 +
 +
=== MinecartHopper ===
 +
 +
{{Metadata inherit|MinecartHopper|inherits=MinecartContainer}}
 +
 +
No additional metadata.
 +
 +
=== MinecartChest ===
 +
 +
{{Metadata inherit|MinecartChest|inherits=MinecartContainer}}
 +
 +
No additional metadata.
 +
 +
=== MinecartFurnace ===
 +
 +
{{Metadata inherit|MinecartFurnace|inherits=Minecart}}
 +
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| Has fuel
 +
| false
 +
|}
 +
 +
=== MinecartTNT ===
 +
 +
{{Metadata inherit|MinecartTNT|inherits=Minecart}}
 +
 +
No additional metadata.
 +
 +
=== MinecartSpawner ===
 +
 +
{{Metadata inherit|MinecartSpawner|inherits=Minecart}}
 +
 +
No additional metadata.
 +
 +
=== MinecartCommandBlock ===
 +
 +
{{Metadata inherit|MinecartCommandBlock|inherits=Minecart}}
 +
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| String
 +
|colspan="2"| Command
 +
| <code></code>
 +
|-
 +
| {{Metadata id|}}
 +
| [[Chat]]
 +
|colspan="2"| Last output
 +
| <code>{"text":""}</code>
 +
|}
 +
 +
=== TNTPrimed ===
 +
 +
{{Metadata inherit|TNTPrimed|inherits=Entity}}
 +
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| VarInt
 +
|colspan="2"| Fuse time
 +
| 80
 +
|}
 +
 +
[[Category:Minecraft Modern]]
 +
 +
=== Piglin ===
 +
 +
{{Metadata inherit|Piglin|inherits=Monster}}
 +
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Deafult
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| ???
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| ???
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| ???
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| ???
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| Boolean
 +
|colspan="2"| ???
 +
| false
 +
|}
 +
 +
=== Piglin Brute ===
 +
 +
{{Metadata inherit|Piglin Brute|inherits=Monster}}
 +
 +
No additional metadata.

Revision as of 12:52, 2 July 2020

Various Entities have different metadata fields and status codes.

Contents

Mobs

Mobs are spawned via Spawn Mob.

Warning.png Some entities (marked in yellow) should only be spawned using Spawn Object and their Object ID. While they also have an entity ID, this ID is only used internally. Servers should not attempt to spawn these entities using Spawn Mob with that entity ID, although clients should accept such packets if they appear.

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

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

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

Objects

Objects are spawned via Spawn Object. See Object Data for more details.

Object IDs and Entity IDs are different. Most objects also have an entity ID, but should only ever be spawned via Spawn Object.

ID Name bounding box x and z bounding box y
1 Boat 1.375 0.5625
2 Item Stack (Slot) 0.25 0.25
3 Area Effect Cloud 2.0 * Radius 0.5
10 Minecart 0.98 0.7
50 Primed TNT 0.98 0.98
51 End Crystal 2.0 2.0
60 Tipped arrow (projectile; also used for regular arrows) 0.5 0.5
61 Snowball (projectile) 0.25 0.25
62 Egg (projectile) 0.25 0.25
63 Fireball (Ghast projectile) 1.0 1.0
64 Small Fireball (Blaze projectile) 0.3125 0.3125
65 Thrown Ender Pearl 0.25 0.25
66 Wither Skull (Wither projectile) 0.3125 0.3125
67 Shulker Bullet 0.3125 0.3125
68 Llama spit 0.25 0.25
70 Falling Block 0.98 0.98
71 Item Frame 0.75 or 0.0625 0.75
72 Eye of Ender 0.25 0.25
73 Thrown Potion 0.25 0.25
75 Thrown Exp Bottle 0.25 0.25
76 Firework Rocket 0.25 0.25
77 Leash Knot 0.375 0.5
78 ArmorStand normal: 0.5 marker: 0.0 small: 0.25 normal: 1.975 marker: 0.0 small: 0.9875
79 Evoker Fangs Fangs 0.5 0.8
90 Fishing Hook 0.25 0.25
91 Spectral Arrow 0.5 0.5
93 Dragon Fireball 1.0 1.0
94 Trident 0.5 0.5

Since release 1.6, all minecarts are spawned with object type 10 and their functionality is then specified in the Data field within the packet. Also, their visual appearance may be sent via the Entity Metadata packet.

Entity Metadata Format

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

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

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

Villager type (minecraft:villager_type registry):

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

Villager professions (minecraft:villager_profession registry):

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

Entity classes also recursively inherit fields from classes they extend.

Entity

The base class.

Index Type Meaning Default
0 Byte Bit mask Meaning 0
0x01 On Fire
0x02 Crouched
0x04 Unused (previously riding)
0x08 Sprinting
0x10 Swimming
0x20 Invisible
0x40 Glowing effect
0x80 Flying with elytra
1 VarInt Air 300
2 OptChat Custom name empty
3 Boolean Is custom name visible false
4 Boolean Is silent false
5 Boolean No gravity false
6 Pose Pose STANDING

Thrown Egg

Extends Entity.

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

Thrown Ender Pearl

Extends Entity.

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

Thrown Bottle o' Enchanting

Extends Entity.

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

Snowball

Extends Entity.

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

Potion

Extends Entity.

Index Type Meaning Default
7 Slot Potion which is thrown Empty

Eye of Ender

Extends Entity.

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

Falling Block

Extends Entity.

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

Area Effect Cloud

Extends Entity.

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

FishingHook

Extends Entity.

Index Type Meaning Default
7 VarInt Hooked entity id + 1, or 0 if there is no hooked entity 0
8 Boolean ??? false

Arrow

Extends Entity.

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
7 Byte Bit mask Meaning 0
0x01 Is critical
0x02 Is noclip (used by loyalty tridents when returning)
8 Byte Piercing level 0
9 VarInt Color (-1 for no particles) -1

Spectral Arrow

Extends Entity.

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

Trident

Extends Entity.

Index Type Meaning Default
7 Byte Bit mask Meaning 0
0x01 Is critical
0x02 Is noclip (used by loyalty tridents when returning)
8 Byte Piercing level 0
9 Byte Loyalty level (enchantment) 0
10 Boolean Has enchantment glint False

Boat

Extends Entity.

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

End Crystal

Extends Entity.

Index Type Meaning Default
7 OptBlockPos Beam target Empty
8 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
7 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
7 Slot Item Empty

WitherSkull

Extends Entity.

Index Type Meaning Default
7 Boolean Invulnerable false

Firework Rocket

Extends Entity.

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

ItemFrame

Extends Entity.

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

Item

Extends Entity.

Index Type Meaning Default
7 Slot Item Empty

Abstract Living

Extends Entity.

Index Type Meaning Default
7 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 In riptide spin attack
8 Float Health 1.0
9 VarInt Potion effect color (or 0 if there is no effect) 0
10 Boolean Is potion effect ambient: reduces the number of particles generated by potions to 1/5 the normal amount false
11 VarInt Number of arrows in entity 0
12 VarInt Health added by absorption (based on the AbsorptionAmount tag) 0
13 OptBlockPos Unknown (Bed location?) Empty

Player

Extends Living.

Index Type Meaning Default
14 Float Additional Hearts 0.0
15 VarInt Score 0
16 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
17 Byte Main hand (0 : Left, 1 : Right) 1
18 NBT Left shoulder entity data (for occupying parrot) Empty
19 NBT Right shoulder entity data (for occupying parrot) Empty

ArmorStand

Extends Living.

Index Type Meaning Default
14 Byte Bit mask Meaning 0
0x01 is Small
0x04 has Arms
0x08 no BasePlate
0x10 set Marker
15 Rotations Head rotation (0.0, 0.0, 0.0)
16 Rotations Body rotation (0.0, 0.0, 0.0)
17 Rotations Left arm rotation (-10.0, 0.0, -10.0)
18 Rotations Right arm rotation (-15.0, 0.0, 10.0)
19 Rotations Left leg rotation (-1.0, 0.0, -1.0)
20 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.

Insentient

Extends Living.

Index Type Meaning Default
14 Byte Bit mask Meaning 0
0x01 NoAI
0x02 Left handed

Ambient

Extends Insentient.

No additional metadata.

Bat

Extends Ambient.

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

Creature

Extends Insentient.

No additional metadata.

WaterMob

Extends Creature.

No additional metadata.

Squid

Extends WaterMob.

No additional metadata.

Dolphin

Extends WaterMob.

Index Type Meaning Default
15 Position Treasure position (0, 0, 0)
16 Boolean Can find treasure false
17 Boolean Has fish false

Abstract fish

Extends WaterMob.

Index Type Meaning Default
15 Boolean From bucket False

Cod

Extends Abstract fish.

No additional metadata.

Puffer fish

Extends Abstract fish.

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

Salmon

Extends Abstract fish.

No additional metadata.

Tropical fish

Extends Abstract fish.

Index Type Meaning Default
16 VarInt Variant 0

Ageable

Extends Creature.

Index Type Meaning Default
15 Boolean Is baby false

Animal

Extends Ageable.

No additional metadata.

AbstractHorse

Extends Animal.

Index Type Meaning Default
16 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
17 OptUUID Owner Absent

Horse

Extends AbstractHorse.

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

ZombieHorse

Extends AbstractHorse.

SkeletonHorse

Extends AbstractHorse.

ChestedHorse

Extends AbstractHorse.

Index Type Meaning Default
18 Boolean Has Chest false

Donkey

Extends ChestedHorse.

Llama

Extends ChestedHorse.

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

The base class.

No additional metadata.

Mule

Extends ChestedHorse.

Bee

Extends Animal.

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

Fox

Extends Animal.

Index Type Meaning Default
16 VarInt Type (0: red, 1: snow) 0 (red)
17 Byte Bit mask Meaning 0
0x01 Sitting
0x02 Unused
0x04 Crouching
0x08 Unknown
0x10 Unknown
0x20 Sleeping
0x40 Unknown
0x80 Unknown
18 OptUUID First UUID (in UUIDs NBT)? Absent
19 OptUUID Second UUID (in UUIDs NBT)? Absent

Ocelot

Extends Animal.

Index Type Meaning Default
16 Boolean Is trusting false

Panda

Extends Animal.

Index Type Meaning Default
16 Integer Breed timer? Set to 32 when something happens, and then counts down to 0 again. At 29 and 14 (before counting down), will play the entity.panda.cant_breed sound event. 0
17 Integer Sneeze timer. Counts up from 0; when it hits 1 the entity.panda.pre_sneeze event plays and when it hits 21 the entity.panda.sneeze event plays (and it is set back to 0 and the sneeze flag is cleared). 0
18 Integer Eat timer. If nonzero, counts upwards. 0
19 Byte Main Gene 0
20 Byte Hidden Gene 0
21 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
16 Boolean Has saddle false
17 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
16 VarInt Type 0

Turtle

Extends Animal.

Index Type Meaning Default
16 BlockPos Home pos (0, 0, 0)
17 Boolean Has egg false
18 Boolean Laying egg false
19 BlockPos Travel pos (0, 0, 0)
20 Boolean Going home false
21 Boolean Traveling false

Polar Bear

Extends Animal.

Index Type Meaning Default
16 Boolean Standing up false

Chicken

Extends Animal.

No additional metadata.

Cow

Extends Animal.

No additional metadata.

Mooshroom

Extends Cow.

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

Sheep

Extends Animal.

Index Type Meaning Default
16 Byte Bit mask Meaning 0
0x0F Color (matches dye damage values)
0x10 Is sheared

TameableAnimal

Extends Animal.

Index Type Meaning Default
16 Byte Bit mask Meaning 0
0x01 Is sitting
0x02 Is angry (only used with wolves)
0x04 Is tamed
17 OptUUID Owner Absent

Cat

Extends TameableAnimal.

Index Type Meaning Default
18 VarInt Type (0 = tabby, 1 = black, 2 = red, 3 = siamese, 4 = british_shorthair, 5 = calico, 6 = persian, 7 = ragdoll, 8 = white, 9 = all_black) 1
19 Boolean Unknown false
20 Boolean Unknown false
21 VarInt Collar color (values are those used with dyes) 14 (Red)

Wolf

Extends TameableAnimal.

Index Type Meaning Default
18 Boolean Is begging false
19 VarInt Collar color (values are those used with dyes) 14 (Red)

Parrot

Extends TameableAnimal.

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

Abstract Merchant

Extends Ageable.

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

Villager

Extends Abstract Merchant.

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

Wandering Trader

Extends Abstract Merchant.

No additional metadata.

Golem

Extends Creature.

No additional metadata.

IronGolem

Extends Golem.

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

Snowman

Extends Golem.

Index Type Meaning Default
15 Byte Bit mask Meaning 0x10
0x10 has pumpkin hat
0x00 has no pumpkin hat

Shulker

Extends Golem.

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

Monster

Extends Creature.

No additional metadata.

Blaze

Extends Monster.

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

Creeper

Extends Monster.

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

Endermite

Extends Monster.

No additional metadata.

Giant Zombie

Extends Monster.

No additional metadata.

Guardian

Extends Monster.

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

ElderGuardian

Extends Guardian.

Silverfish

Extends Monster.

No additional metadata.

Raid Participant

Extends Monster.

Index Type Meaning Default
15 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 Raid Participant.

No additional metadata.

Vindicator

Extends Abstract Illager.

Pillager

Extends Abstract Illager.

Spellcaster Illager

Extends Abstract Illager.

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

Evoker

Extends Spellcaster Illager.

Illusioner

Extends Spellcaster Illager.

Ravager

Extends Raid Participant.

No additional metadata.

Witch

Extends Raid Participant.

Index Type Meaning Default
16 Boolean Is drinking potion false

EvocationFangs

Extends Entity.

No additional metadata.

Vex

Extends Monster.

Index Type Meaning Default
15 Byte Bit mask Meaning 0
0x01 Is in attack mode

AbstractSkeleton

Extends Monster.

No additional metadata.

Skeleton

Extends AbstractSkeleton.

Wither Skeleton

Extends AbstractSkeleton.

Stray

Extends AbstractSkeleton.

Spider

Extends Monster.

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

Wither

Extends Monster.

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

Zombie

Extends Monster.

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

Zombie Villager

Extends Zombie.

Index Type Meaning Default
18 Boolean Is converting false
19 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
15 Opt BlockID Carried block Absent
16 Boolean Is screaming false
17 Boolean Is stared at false

EnderDragon

Extends Insentient.

Index Type Meaning Default
15 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 Insentient.

No additional metadata.

Ghast

Extends Flying.

Index Type Meaning Default
15 Boolean Is attacking false

Phantom

Extends Flying.

Index Type Meaning Default
15 VarInt Size 0

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

Slime

Extends Insentient.

Index Type Meaning Default
15 VarInt Size 1

LlamaSpit

Extends Entity.

Minecart

Extends Entity.

Index Type Meaning Default
7 VarInt Shaking power 0
8 VarInt Shaking direction 1
9 Float Shaking multiplier 0.0
10 VarInt Custom block ID and damage 0
11 VarInt Custom block Y position (in 16ths of a block) 6
12 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

MinecartRideable

Extends Minecart.

No additional metadata.

MinecartContainer

Extends Minecart.

No additional metadata.

MinecartHopper

Extends MinecartContainer.

No additional metadata.

MinecartChest

Extends MinecartContainer.

No additional metadata.

MinecartFurnace

Extends Minecart.

Index Type Meaning Default
13 Boolean Has fuel false

MinecartTNT

Extends Minecart.

No additional metadata.

MinecartSpawner

Extends Minecart.

No additional metadata.

MinecartCommandBlock

Extends Minecart.

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

TNTPrimed

Extends Entity.

Index Type Meaning Default
7 VarInt Fuse time 80

Piglin

Extends Monster.

Index Type Meaning Deafult
15 Boolean ??? false
16 Boolean ??? false
17 Boolean ??? false
18 Boolean ??? false
19 Boolean ??? false

Piglin Brute

Extends Monster.

No additional metadata.