Difference between revisions of "Entity metadata"
Owen1212055 (talk | contribs) m (Add goat meta) |
Owen1212055 (talk | contribs) (Update mobs) |
||
Line 7: | Line 7: | ||
== Mobs == | == Mobs == | ||
− | Most entities are spawned via [[Protocol# | + | Most entities are spawned via [[Protocol#Spawn Entity]]. |
− | |||
− | |||
Additionally, a few other entities (marked in blue) must be spawned in their own special ways: | Additionally, a few other entities (marked in blue) must be spawned in their own special ways: | ||
− | |||
* 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]]. | ||
Furthermore, the marker entity (marked in red) must not be spawned, as it is server-side only. Find out more about the marker [https://minecraft.fandom.com/wiki/Marker here].}} | Furthermore, the marker entity (marked in red) must not be spawned, as it is server-side only. Find out more about the marker [https://minecraft.fandom.com/wiki/Marker here].}} | ||
− | {{Warning2|These entity IDs are up to date for 1. | + | {{Warning2|These entity IDs are up to date for 1.19. 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 26: | Line 23: | ||
! bounding box y | ! bounding box y | ||
! ID | ! ID | ||
− | |- | + | |- |
− | | | + | | 1 |
+ | | Allay | ||
+ | | 0.6 | ||
+ | | 0.35 | ||
+ | | <code>minecraft:allay</code> | ||
+ | |- | ||
+ | | 2 | ||
| Area Effect Cloud | | Area Effect Cloud | ||
| 2.0 * Radius | | 2.0 * Radius | ||
Line 33: | Line 36: | ||
| <code>minecraft:area_effect_cloud</code> | | <code>minecraft:area_effect_cloud</code> | ||
|- | |- | ||
− | | | + | | 3 |
| Armor Stand | | Armor Stand | ||
| normal: 0.5 marker: 0.0 small: 0.25 | | normal: 0.5 marker: 0.0 small: 0.25 | ||
| normal: 1.975 marker: 0.0 small: 0.9875 | | normal: 1.975 marker: 0.0 small: 0.9875 | ||
| <code>minecraft:armor_stand</code> | | <code>minecraft:armor_stand</code> | ||
− | |- | + | |- |
− | | | + | | 4 |
| Arrow | | Arrow | ||
| 0.5 | | 0.5 | ||
Line 45: | Line 48: | ||
| <code>minecraft:arrow</code> | | <code>minecraft:arrow</code> | ||
|- | |- | ||
− | | | + | | 5 |
| Axolotl | | Axolotl | ||
| 1.3 | | 1.3 | ||
Line 51: | Line 54: | ||
| <code>minecraft:axolotl</code> | | <code>minecraft:axolotl</code> | ||
|- | |- | ||
− | | | + | | 6 |
| Bat | | Bat | ||
| 0.5 | | 0.5 | ||
Line 57: | Line 60: | ||
| <code>minecraft:bat</code> | | <code>minecraft:bat</code> | ||
|- | |- | ||
− | | | + | | 7 |
| Bee | | Bee | ||
| 0.7 | | 0.7 | ||
Line 63: | Line 66: | ||
| <code>minecraft:bee</code> | | <code>minecraft:bee</code> | ||
|- | |- | ||
− | | | + | | 8 |
| Blaze | | Blaze | ||
| 0.6 | | 0.6 | ||
| 1.8 | | 1.8 | ||
| <code>minecraft:blaze</code> | | <code>minecraft:blaze</code> | ||
− | |- | + | |- |
− | | | + | | 9 |
| Boat | | Boat | ||
| 1.375 | | 1.375 | ||
Line 75: | Line 78: | ||
| <code>minecraft:boat</code> | | <code>minecraft:boat</code> | ||
|- | |- | ||
− | | | + | | 10 |
+ | | Chest Boat | ||
+ | | 1.375 | ||
+ | | 0.5625 | ||
+ | | <code>minecraft:chest_boat</code> | ||
+ | |- | ||
+ | | 11 | ||
| Cat | | Cat | ||
| 0.6 | | 0.6 | ||
Line 81: | Line 90: | ||
| <code>minecraft:cat</code> | | <code>minecraft:cat</code> | ||
|- | |- | ||
− | | | + | | 12 |
| Cave Spider | | Cave Spider | ||
| 0.7 | | 0.7 | ||
Line 87: | Line 96: | ||
| <code>minecraft:cave_spider</code> | | <code>minecraft:cave_spider</code> | ||
|- | |- | ||
− | | | + | | 13 |
| Chicken | | Chicken | ||
| 0.4 | | 0.4 | ||
Line 93: | Line 102: | ||
| <code>minecraft:chicken</code> | | <code>minecraft:chicken</code> | ||
|- | |- | ||
− | | | + | | 14 |
| Cod | | Cod | ||
| 0.5 | | 0.5 | ||
Line 99: | Line 108: | ||
| <code>minecraft:cod</code> | | <code>minecraft:cod</code> | ||
|- | |- | ||
− | | | + | | 15 |
| Cow | | Cow | ||
| 0.9 | | 0.9 | ||
Line 105: | Line 114: | ||
| <code>minecraft:cow</code> | | <code>minecraft:cow</code> | ||
|- | |- | ||
− | | | + | | 16 |
| Creeper | | Creeper | ||
| 0.6 | | 0.6 | ||
Line 111: | Line 120: | ||
| <code>minecraft:creeper</code> | | <code>minecraft:creeper</code> | ||
|- | |- | ||
− | | | + | | 17 |
| Dolphin | | Dolphin | ||
| 0.9 | | 0.9 | ||
Line 117: | Line 126: | ||
| <code>minecraft:dolphin</code> | | <code>minecraft:dolphin</code> | ||
|- | |- | ||
− | | | + | | 18 |
| Donkey | | Donkey | ||
| 1.5 | | 1.5 | ||
| 1.39648 | | 1.39648 | ||
| <code>minecraft:donkey</code> | | <code>minecraft:donkey</code> | ||
− | |- | + | |- |
− | | | + | | 19 |
| Dragon Fireball | | Dragon Fireball | ||
| 1.0 | | 1.0 | ||
Line 129: | Line 138: | ||
| <code>minecraft:dragon_fireball</code> | | <code>minecraft:dragon_fireball</code> | ||
|- | |- | ||
− | | | + | | 20 |
| Drowned | | Drowned | ||
| 0.6 | | 0.6 | ||
Line 135: | Line 144: | ||
| <code>minecraft:drowned</code> | | <code>minecraft:drowned</code> | ||
|- | |- | ||
− | | | + | | 21 |
| Elder Guardian | | Elder Guardian | ||
| 1.9975 (2.35 * guardian) | | 1.9975 (2.35 * guardian) | ||
| 1.9975 (2.35 * guardian) | | 1.9975 (2.35 * guardian) | ||
| <code>minecraft:elder_guardian</code> | | <code>minecraft:elder_guardian</code> | ||
− | |- | + | |- |
− | | | + | | 22 |
| End Crystal | | End Crystal | ||
| 2.0 | | 2.0 | ||
Line 147: | Line 156: | ||
| <code>minecraft:end_crystal</code> | | <code>minecraft:end_crystal</code> | ||
|- | |- | ||
− | | | + | | 23 |
| Ender Dragon | | Ender Dragon | ||
| 16.0 | | 16.0 | ||
Line 153: | Line 162: | ||
| <code>minecraft:ender_dragon</code> | | <code>minecraft:ender_dragon</code> | ||
|- | |- | ||
− | | | + | | 24 |
| Enderman | | Enderman | ||
| 0.6 | | 0.6 | ||
Line 159: | Line 168: | ||
| <code>minecraft:enderman</code> | | <code>minecraft:enderman</code> | ||
|- | |- | ||
− | | | + | | 25 |
| Endermite | | Endermite | ||
| 0.4 | | 0.4 | ||
Line 165: | Line 174: | ||
| <code>minecraft:endermite</code> | | <code>minecraft:endermite</code> | ||
|- | |- | ||
− | | | + | | 26 |
| Evoker | | Evoker | ||
| 0.6 | | 0.6 | ||
| 1.95 | | 1.95 | ||
| <code>minecraft:evoker</code> | | <code>minecraft:evoker</code> | ||
− | |- | + | |- |
− | | | + | | 27 |
| Evoker Fangs | | Evoker Fangs | ||
| 0.5 | | 0.5 | ||
Line 177: | Line 186: | ||
| <code>minecraft:evoker_fangs</code> | | <code>minecraft:evoker_fangs</code> | ||
|- style="background: #aaaaff;" | |- style="background: #aaaaff;" | ||
− | | | + | | 28 |
| Experience Orb | | Experience Orb | ||
| 0.5 | | 0.5 | ||
| 0.5 | | 0.5 | ||
| <code>minecraft:experience_orb</code> | | <code>minecraft:experience_orb</code> | ||
− | |- | + | |- |
− | | | + | | 29 |
| Eye of Ender | | Eye of Ender | ||
| 0.25 | | 0.25 | ||
| 0.25 | | 0.25 | ||
| <code>minecraft:eye_of_ender</code> | | <code>minecraft:eye_of_ender</code> | ||
− | |- | + | |- |
− | | | + | | 30 |
| Falling Block | | Falling Block | ||
| 0.98 | | 0.98 | ||
| 0.98 | | 0.98 | ||
| <code>minecraft:falling_block</code> | | <code>minecraft:falling_block</code> | ||
− | |- | + | |- |
− | | | + | | 31 |
| Firework Rocket Entity | | Firework Rocket Entity | ||
| 0.25 | | 0.25 | ||
Line 201: | Line 210: | ||
| <code>minecraft:firework_rocket</code> | | <code>minecraft:firework_rocket</code> | ||
|- | |- | ||
− | | | + | | 32 |
| Fox | | Fox | ||
| 0.6 | | 0.6 | ||
Line 207: | Line 216: | ||
| <code>minecraft:fox</code> | | <code>minecraft:fox</code> | ||
|- | |- | ||
− | | | + | | 33 |
+ | | Frog | ||
+ | | 0.5 | ||
+ | | 0.5 | ||
+ | | <code>minecraft:frog</code> | ||
+ | |- | ||
+ | | 34 | ||
| Ghast | | Ghast | ||
| 4.0 | | 4.0 | ||
Line 213: | Line 228: | ||
| <code>minecraft:ghast</code> | | <code>minecraft:ghast</code> | ||
|- | |- | ||
− | | | + | | 35 |
| Giant | | Giant | ||
| 3.6 | | 3.6 | ||
| 12.0 | | 12.0 | ||
| <code>minecraft:giant</code> | | <code>minecraft:giant</code> | ||
− | |- | + | |- |
− | | | + | | 36 |
| Glow Item Frame | | Glow Item Frame | ||
| 0.75 or 0.0625 (depth) | | 0.75 or 0.0625 (depth) | ||
Line 225: | Line 240: | ||
| <code>minecraft:glow_item_frame</code> | | <code>minecraft:glow_item_frame</code> | ||
|- | |- | ||
− | | | + | | 37 |
| Glow Squid | | Glow Squid | ||
| 0.8 | | 0.8 | ||
Line 231: | Line 246: | ||
| <code>minecraft:glow_squid</code> | | <code>minecraft:glow_squid</code> | ||
|- | |- | ||
− | | | + | | 38 |
| Goat | | Goat | ||
| 1.3 (adult), 0.65 (baby) | | 1.3 (adult), 0.65 (baby) | ||
Line 237: | Line 252: | ||
| <code>minecraft:goat</code> | | <code>minecraft:goat</code> | ||
|- | |- | ||
− | | | + | | 39 |
| Guardian | | Guardian | ||
| 0.85 | | 0.85 | ||
Line 243: | Line 258: | ||
| <code>minecraft:guardian</code> | | <code>minecraft:guardian</code> | ||
|- | |- | ||
− | | | + | | 40 |
| Hoglin | | Hoglin | ||
| 1.39648 | | 1.39648 | ||
Line 249: | Line 264: | ||
| <code>minecraft:hoglin</code> | | <code>minecraft:hoglin</code> | ||
|- | |- | ||
− | | | + | | 41 |
| Horse | | Horse | ||
| 1.39648 | | 1.39648 | ||
Line 255: | Line 270: | ||
| <code>minecraft:horse</code> | | <code>minecraft:horse</code> | ||
|- | |- | ||
− | | | + | | 42 |
| Husk | | Husk | ||
| 0.6 | | 0.6 | ||
Line 261: | Line 276: | ||
| <code>minecraft:husk</code> | | <code>minecraft:husk</code> | ||
|- | |- | ||
− | | | + | | 43 |
| Illusioner | | Illusioner | ||
| 0.6 | | 0.6 | ||
Line 267: | Line 282: | ||
| <code>minecraft:illusioner</code> | | <code>minecraft:illusioner</code> | ||
|- | |- | ||
− | | | + | | 44 |
| Iron Golem | | Iron Golem | ||
| 1.4 | | 1.4 | ||
| 2.7 | | 2.7 | ||
| <code>minecraft:iron_golem</code> | | <code>minecraft:iron_golem</code> | ||
− | |- | + | |- |
− | | | + | | 45 |
| Item | | Item | ||
| 0.25 | | 0.25 | ||
| 0.25 | | 0.25 | ||
| <code>minecraft:item</code> | | <code>minecraft:item</code> | ||
− | |- | + | |- |
− | | | + | | 46 |
| Item Frame | | Item Frame | ||
| 0.75 or 0.0625 (depth) | | 0.75 or 0.0625 (depth) | ||
| 0.75 | | 0.75 | ||
| <code>minecraft:item_frame</code> | | <code>minecraft:item_frame</code> | ||
− | |- | + | |- |
− | | | + | | 47 |
| Fireball | | Fireball | ||
| 1.0 | | 1.0 | ||
| 1.0 | | 1.0 | ||
| <code>minecraft:fireball</code> | | <code>minecraft:fireball</code> | ||
− | |- | + | |- |
− | | | + | | 48 |
| Leash Knot | | Leash Knot | ||
| 0.375 | | 0.375 | ||
| 0.5 | | 0.5 | ||
| <code>minecraft:leash_knot</code> | | <code>minecraft:leash_knot</code> | ||
− | |- | + | |- |
− | | | + | | 49 |
| Lightning Bolt | | Lightning Bolt | ||
| 0.0 | | 0.0 | ||
Line 303: | Line 318: | ||
| <code>minecraft:lightning_bolt</code> | | <code>minecraft:lightning_bolt</code> | ||
|- | |- | ||
− | | | + | | 50 |
| Llama | | Llama | ||
| 0.9 | | 0.9 | ||
| 1.87 | | 1.87 | ||
| <code>minecraft:llama</code> | | <code>minecraft:llama</code> | ||
− | |- | + | |- |
− | | | + | | 51 |
| Llama Spit | | Llama Spit | ||
| 0.25 | | 0.25 | ||
Line 315: | Line 330: | ||
| <code>minecraft:llama_spit</code> | | <code>minecraft:llama_spit</code> | ||
|- | |- | ||
− | | | + | | 52 |
| Magma Cube | | Magma Cube | ||
| 0.51000005 * size | | 0.51000005 * size | ||
Line 321: | Line 336: | ||
| <code>minecraft:magma_cube</code> | | <code>minecraft:magma_cube</code> | ||
|- style="background: #f74134;" | |- style="background: #f74134;" | ||
− | | | + | | 53 |
| Marker | | Marker | ||
| 0.0 | | 0.0 | ||
| 0.0 | | 0.0 | ||
| <code>minecraft:marker</code> | | <code>minecraft:marker</code> | ||
− | |- | + | |- |
− | | | + | | 54 |
| Minecart | | Minecart | ||
| 0.98 | | 0.98 | ||
| 0.7 | | 0.7 | ||
| <code>minecraft:minecart</code> | | <code>minecraft:minecart</code> | ||
− | |- | + | |- |
− | | | + | | 55 |
| Minecart Chest | | Minecart Chest | ||
| 0.98 | | 0.98 | ||
| 0.7 | | 0.7 | ||
| <code>minecraft:chest_minecart</code> | | <code>minecraft:chest_minecart</code> | ||
− | |- | + | |- |
− | | | + | | 56 |
| Minecart Command Block | | Minecart Command Block | ||
| 0.98 | | 0.98 | ||
| 0.7 | | 0.7 | ||
| <code>minecraft:commandblock_minecart</code> | | <code>minecraft:commandblock_minecart</code> | ||
− | |- | + | |- |
− | | | + | | 57 |
| Minecart Furnace | | Minecart Furnace | ||
| 0.98 | | 0.98 | ||
| 0.7 | | 0.7 | ||
| <code>minecraft:furnace_minecart</code> | | <code>minecraft:furnace_minecart</code> | ||
− | |- | + | |- |
− | | | + | | 58 |
| Minecart Hopper | | Minecart Hopper | ||
| 0.98 | | 0.98 | ||
| 0.7 | | 0.7 | ||
| <code>minecraft:hopper_minecart</code> | | <code>minecraft:hopper_minecart</code> | ||
− | |- | + | |- |
− | | | + | | 59 |
| Minecart Spawner | | Minecart Spawner | ||
| 0.98 | | 0.98 | ||
| 0.7 | | 0.7 | ||
| <code>minecraft:spawner_minecart</code> | | <code>minecraft:spawner_minecart</code> | ||
− | |- | + | |- |
− | | | + | | 60 |
| Minecart TNT | | Minecart TNT | ||
| 0.98 | | 0.98 | ||
Line 369: | Line 384: | ||
| <code>minecraft:tnt_minecart</code> | | <code>minecraft:tnt_minecart</code> | ||
|- | |- | ||
− | | | + | | 61 |
| Mule | | Mule | ||
| 1.39648 | | 1.39648 | ||
Line 375: | Line 390: | ||
| <code>minecraft:mule</code> | | <code>minecraft:mule</code> | ||
|- | |- | ||
− | | | + | | 62 |
| Mooshroom | | Mooshroom | ||
| 0.9 | | 0.9 | ||
Line 381: | Line 396: | ||
| <code>minecraft:mooshroom</code> | | <code>minecraft:mooshroom</code> | ||
|- | |- | ||
− | | | + | | 63 |
| Ocelot | | Ocelot | ||
| 0.6 | | 0.6 | ||
| 0.7 | | 0.7 | ||
| <code>minecraft:ocelot</code> | | <code>minecraft:ocelot</code> | ||
− | |- | + | |- |
− | | | + | | 64 |
| Painting | | Painting | ||
| type width or 0.0625 (depth) | | type width or 0.0625 (depth) | ||
Line 393: | Line 408: | ||
| <code>minecraft:painting</code> | | <code>minecraft:painting</code> | ||
|- | |- | ||
− | | | + | | 65 |
| Panda | | Panda | ||
| 1.3 | | 1.3 | ||
Line 399: | Line 414: | ||
| <code>minecraft:panda</code> | | <code>minecraft:panda</code> | ||
|- | |- | ||
− | | | + | | 66 |
| Parrot | | Parrot | ||
| 0.5 | | 0.5 | ||
Line 405: | Line 420: | ||
| <code>minecraft:parrot</code> | | <code>minecraft:parrot</code> | ||
|- | |- | ||
− | | | + | | 67 |
| Phantom | | Phantom | ||
| 0.9 | | 0.9 | ||
Line 411: | Line 426: | ||
| <code>minecraft:phantom</code> | | <code>minecraft:phantom</code> | ||
|- | |- | ||
− | | | + | | 68 |
| Pig | | Pig | ||
| 0.9 | | 0.9 | ||
Line 417: | Line 432: | ||
| <code>minecraft:pig</code> | | <code>minecraft:pig</code> | ||
|- | |- | ||
− | | | + | | 69 |
| Piglin | | Piglin | ||
| 0.6 | | 0.6 | ||
Line 423: | Line 438: | ||
| <code>minecraft:piglin</code> | | <code>minecraft:piglin</code> | ||
|- | |- | ||
− | | | + | | 70 |
| Piglin Brute | | Piglin Brute | ||
| 0.6 | | 0.6 | ||
Line 429: | Line 444: | ||
| <code>minecraft:piglin_brute</code> | | <code>minecraft:piglin_brute</code> | ||
|- | |- | ||
− | | | + | | 71 |
| Pillager | | Pillager | ||
| 0.6 | | 0.6 | ||
Line 435: | Line 450: | ||
| <code>minecraft:pillager</code> | | <code>minecraft:pillager</code> | ||
|- | |- | ||
− | | | + | | 72 |
| Polar Bear | | Polar Bear | ||
| 1.4 | | 1.4 | ||
| 1.4 | | 1.4 | ||
| <code>minecraft:polar_bear</code> | | <code>minecraft:polar_bear</code> | ||
− | |- | + | |- |
− | | | + | | 73 |
| Primed TNT | | Primed TNT | ||
| 0.98 | | 0.98 | ||
Line 447: | Line 462: | ||
| <code>minecraft:tnt</code> | | <code>minecraft:tnt</code> | ||
|- | |- | ||
− | | | + | | 74 |
| Pufferfish | | Pufferfish | ||
| 0.7 | | 0.7 | ||
Line 453: | Line 468: | ||
| <code>minecraft:pufferfish</code> | | <code>minecraft:pufferfish</code> | ||
|- | |- | ||
− | | | + | | 75 |
| Rabbit | | Rabbit | ||
| 0.4 | | 0.4 | ||
Line 459: | Line 474: | ||
| <code>minecraft:rabbit</code> | | <code>minecraft:rabbit</code> | ||
|- | |- | ||
− | | | + | | 76 |
| Ravager | | Ravager | ||
| 1.95 | | 1.95 | ||
Line 465: | Line 480: | ||
| <code>minecraft:ravager</code> | | <code>minecraft:ravager</code> | ||
|- | |- | ||
− | | | + | | 77 |
| Salmon | | Salmon | ||
| 0.7 | | 0.7 | ||
Line 471: | Line 486: | ||
| <code>minecraft:salmon</code> | | <code>minecraft:salmon</code> | ||
|- | |- | ||
− | | | + | | 78 |
| Sheep | | Sheep | ||
| 0.9 | | 0.9 | ||
Line 477: | Line 492: | ||
| <code>minecraft:sheep</code> | | <code>minecraft:sheep</code> | ||
|- | |- | ||
− | | | + | | 79 |
| 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> | ||
− | |- | + | |- |
− | | | + | | 80 |
| Shulker Bullet | | Shulker Bullet | ||
| 0.3125 | | 0.3125 | ||
Line 489: | Line 504: | ||
| <code>minecraft:shulker_bullet</code> | | <code>minecraft:shulker_bullet</code> | ||
|- | |- | ||
− | | | + | | 81 |
| Silverfish | | Silverfish | ||
| 0.4 | | 0.4 | ||
Line 495: | Line 510: | ||
| <code>minecraft:silverfish</code> | | <code>minecraft:silverfish</code> | ||
|- | |- | ||
− | | | + | | 82 |
| Skeleton | | Skeleton | ||
| 0.6 | | 0.6 | ||
Line 501: | Line 516: | ||
| <code>minecraft:skeleton</code> | | <code>minecraft:skeleton</code> | ||
|- | |- | ||
− | | | + | | 83 |
| Skeleton Horse | | Skeleton Horse | ||
| 1.39648 | | 1.39648 | ||
Line 507: | Line 522: | ||
| <code>minecraft:skeleton_horse</code> | | <code>minecraft:skeleton_horse</code> | ||
|- | |- | ||
− | | | + | | 84 |
| Slime | | Slime | ||
| 0.51000005 * size | | 0.51000005 * size | ||
| 0.51000005 * size | | 0.51000005 * size | ||
| <code>minecraft:slime</code> | | <code>minecraft:slime</code> | ||
− | |- | + | |- |
− | | | + | | 85 |
| Small Fireball | | Small Fireball | ||
| 0.3125 | | 0.3125 | ||
Line 519: | Line 534: | ||
| <code>minecraft:small_fireball</code> | | <code>minecraft:small_fireball</code> | ||
|- | |- | ||
− | | | + | | 86 |
| Snow Golem | | Snow Golem | ||
| 0.7 | | 0.7 | ||
| 1.9 | | 1.9 | ||
| <code>minecraft:snow_golem</code> | | <code>minecraft:snow_golem</code> | ||
− | |- | + | |- |
− | | | + | | 87 |
| Snowball | | Snowball | ||
| 0.25 | | 0.25 | ||
| 0.25 | | 0.25 | ||
| <code>minecraft:snowball</code> | | <code>minecraft:snowball</code> | ||
− | |- | + | |- |
− | | | + | | 88 |
| Spectral Arrow | | Spectral Arrow | ||
| 0.5 | | 0.5 | ||
Line 537: | Line 552: | ||
| <code>minecraft:spectral_arrow</code> | | <code>minecraft:spectral_arrow</code> | ||
|- | |- | ||
− | | | + | | 89 |
| Spider | | Spider | ||
| 1.4 | | 1.4 | ||
Line 543: | Line 558: | ||
| <code>minecraft:spider</code> | | <code>minecraft:spider</code> | ||
|- | |- | ||
− | | | + | | 90 |
| Squid | | Squid | ||
| 0.8 | | 0.8 | ||
Line 549: | Line 564: | ||
| <code>minecraft:squid</code> | | <code>minecraft:squid</code> | ||
|- | |- | ||
− | | | + | | 91 |
| Stray | | Stray | ||
| 0.6 | | 0.6 | ||
Line 555: | Line 570: | ||
| <code>minecraft:stray</code> | | <code>minecraft:stray</code> | ||
|- | |- | ||
− | | | + | | 92 |
| Strider | | Strider | ||
| 0.9 | | 0.9 | ||
| 1.7 | | 1.7 | ||
| <code>minecraft:strider</code> | | <code>minecraft:strider</code> | ||
− | |- | + | |- |
− | | | + | | 93 |
| Thrown Egg | | Thrown Egg | ||
| 0.25 | | 0.25 | ||
| 0.25 | | 0.25 | ||
| <code>minecraft:egg</code> | | <code>minecraft:egg</code> | ||
− | |- | + | |- |
− | | | + | | 94 |
| Thrown Ender Pearl | | Thrown Ender Pearl | ||
| 0.25 | | 0.25 | ||
| 0.25 | | 0.25 | ||
| <code>minecraft:ender_pearl</code> | | <code>minecraft:ender_pearl</code> | ||
− | |- | + | |- |
− | | | + | | 95 |
| Thrown Expierience Bottle | | Thrown Expierience Bottle | ||
| 0.25 | | 0.25 | ||
| 0.25 | | 0.25 | ||
| <code>minecraft:experience_bottle</code> | | <code>minecraft:experience_bottle</code> | ||
− | |- | + | |- |
− | | | + | | 96 |
| Thrown Potion | | Thrown Potion | ||
| 0.25 | | 0.25 | ||
| 0.25 | | 0.25 | ||
| <code>minecraft:potion</code> | | <code>minecraft:potion</code> | ||
− | |- | + | |- |
− | | | + | | 97 |
| Thrown Trident | | Thrown Trident | ||
| 0.5 | | 0.5 | ||
Line 591: | Line 606: | ||
| <code>minecraft:trident</code> | | <code>minecraft:trident</code> | ||
|- | |- | ||
− | | | + | | 98 |
| Trader Llama | | Trader Llama | ||
| 0.9 | | 0.9 | ||
Line 597: | Line 612: | ||
| <code>minecraft:trader_llama</code> | | <code>minecraft:trader_llama</code> | ||
|- | |- | ||
− | | | + | | 99 |
| Tropical Fish | | Tropical Fish | ||
| 0.5 | | 0.5 | ||
Line 603: | Line 618: | ||
| <code>minecraft:tropical_fish</code> | | <code>minecraft:tropical_fish</code> | ||
|- | |- | ||
− | | | + | | 100 |
| Turtle | | Turtle | ||
| 1.2 | | 1.2 | ||
Line 609: | Line 624: | ||
| <code>minecraft:turtle</code> | | <code>minecraft:turtle</code> | ||
|- | |- | ||
− | | | + | | 101 |
| Vex | | Vex | ||
| 0.4 | | 0.4 | ||
Line 615: | Line 630: | ||
| <code>minecraft:vex</code> | | <code>minecraft:vex</code> | ||
|- | |- | ||
− | | | + | | 102 |
| Villager | | Villager | ||
| 0.6 | | 0.6 | ||
Line 621: | Line 636: | ||
| <code>minecraft:villager</code> | | <code>minecraft:villager</code> | ||
|- | |- | ||
− | | | + | | 103 |
| Vindicator | | Vindicator | ||
| 0.6 | | 0.6 | ||
Line 627: | Line 642: | ||
| <code>minecraft:vindicator</code> | | <code>minecraft:vindicator</code> | ||
|- | |- | ||
− | | | + | | 104 |
| Wandering Trader | | Wandering Trader | ||
| 0.6 | | 0.6 | ||
Line 633: | Line 648: | ||
| <code>minecraft:wandering_trader</code> | | <code>minecraft:wandering_trader</code> | ||
|- | |- | ||
− | | | + | | 105 |
+ | | Warden | ||
+ | | 0.9 | ||
+ | | 2.9 | ||
+ | | <code>minecraft:wardenr</code> | ||
+ | |- | ||
+ | | 106 | ||
| Witch | | Witch | ||
| 0.6 | | 0.6 | ||
Line 639: | Line 660: | ||
| <code>minecraft:witch</code> | | <code>minecraft:witch</code> | ||
|- | |- | ||
− | | | + | | 107 |
| Wither | | Wither | ||
| 0.9 | | 0.9 | ||
Line 645: | Line 666: | ||
| <code>minecraft:wither</code> | | <code>minecraft:wither</code> | ||
|- | |- | ||
− | | | + | | 108 |
| Wither Skeleton | | Wither Skeleton | ||
| 0.7 | | 0.7 | ||
| 2.4 | | 2.4 | ||
| <code>minecraft:wither_skeleton</code> | | <code>minecraft:wither_skeleton</code> | ||
− | |- | + | |- |
− | | | + | | 109 |
| Wither Skull | | Wither Skull | ||
| 0.3125 | | 0.3125 | ||
Line 657: | Line 678: | ||
| <code>minecraft:wither_skull</code> | | <code>minecraft:wither_skull</code> | ||
|- | |- | ||
− | | | + | | 110 |
| Wolf | | Wolf | ||
| 0.6 | | 0.6 | ||
Line 663: | Line 684: | ||
| <code>minecraft:wolf</code> | | <code>minecraft:wolf</code> | ||
|- | |- | ||
− | | | + | | 111 |
| Zoglin | | Zoglin | ||
| 1.39648 | | 1.39648 | ||
Line 669: | Line 690: | ||
| <code>minecraft:zoglin</code> | | <code>minecraft:zoglin</code> | ||
|- | |- | ||
− | | | + | | 112 |
| Zombie | | Zombie | ||
| 0.6 | | 0.6 | ||
Line 675: | Line 696: | ||
| <code>minecraft:zombie</code> | | <code>minecraft:zombie</code> | ||
|- | |- | ||
− | | | + | | 113 |
| Zombie Horse | | Zombie Horse | ||
| 1.39648 | | 1.39648 | ||
Line 681: | Line 702: | ||
| <code>minecraft:zombie_horse</code> | | <code>minecraft:zombie_horse</code> | ||
|- | |- | ||
− | | | + | | 114 |
| Zombie Villager | | Zombie Villager | ||
| 0.6 | | 0.6 | ||
Line 687: | Line 708: | ||
| <code>minecraft:zombie_villager</code> | | <code>minecraft:zombie_villager</code> | ||
|- | |- | ||
− | | | + | | 115 |
| Zombified Piglin | | Zombified Piglin | ||
| 0.6 | | 0.6 | ||
Line 693: | Line 714: | ||
| <code>minecraft:zombified_piglin</code> | | <code>minecraft:zombified_piglin</code> | ||
|- style="background: #aaaaff;" | |- style="background: #aaaaff;" | ||
− | | | + | | 116 |
| Player | | Player | ||
| 0.6 | | 0.6 | ||
| 1.8 | | 1.8 | ||
| <code>minecraft:player</code> | | <code>minecraft:player</code> | ||
− | |- | + | |- |
− | | | + | | 118 |
| Fishing Hook | | Fishing Hook | ||
| 0.25 | | 0.25 |
Revision as of 15:27, 7 June 2022
Various Entities have different metadata fields and status codes.
These are the valid codes for Minecraft Java Edition 1.17; for upcoming snapshots, see Pre-release protocol#Entity Metadata.
Because this is always updated late, only valid for the latest version and not computer parseable, Bixilon wrote PixLyzer. Burger burger might help.
Contents
- 1 Mobs
- 2 Entity Metadata Format
- 2.1 Entity
- 2.2 Thrown Egg
- 2.3 Thrown Ender Pearl
- 2.4 Thrown Experience Bottle
- 2.5 Thrown Potion
- 2.6 Snowball
- 2.7 Eye of Ender
- 2.8 Falling Block
- 2.9 Area Effect Cloud
- 2.10 Fishing Hook
- 2.11 Abstract Arrow
- 2.12 Arrow
- 2.13 Spectral Arrow
- 2.14 Thrown Trident
- 2.15 Boat
- 2.16 End Crystal
- 2.17 Dragon Fireball
- 2.18 Small Fireball
- 2.19 Fireball
- 2.20 Wither Skull
- 2.21 Firework Rocket Entity
- 2.22 Item Frame
- 2.23 Item Entity
- 2.24 Living Entity
- 2.25 Player
- 2.26 Armor Stand
- 2.27 Mob
- 2.28 Ambient Creature
- 2.29 Bat
- 2.30 Pathfinder Mob
- 2.31 Water Animal
- 2.32 Squid
- 2.33 Dolphin
- 2.34 Abstract fish
- 2.35 Cod
- 2.36 Puffer fish
- 2.37 Salmon
- 2.38 Tropical fish
- 2.39 Ageable Mob
- 2.40 Animal
- 2.41 Abstract Horse
- 2.42 Horse
- 2.43 Zombie Horse
- 2.44 Skeleton Horse
- 2.45 Chested Horse
- 2.46 Donkey
- 2.47 Llama
- 2.48 Trader Llama
- 2.49 Mule
- 2.50 Axolotl
- 2.51 Bee
- 2.52 Fox
- 2.53 Ocelot
- 2.54 Panda
- 2.55 Pig
- 2.56 Rabbit
- 2.57 Turtle
- 2.58 Polar Bear
- 2.59 Chicken
- 2.60 Cow
- 2.61 Hoglin
- 2.62 Mooshroom
- 2.63 Sheep
- 2.64 Strider
- 2.65 Tameable Animal
- 2.66 Cat
- 2.67 Wolf
- 2.68 Parrot
- 2.69 Abstract Villager
- 2.70 Villager
- 2.71 Wandering Trader
- 2.72 Abstract Golem
- 2.73 Iron Golem
- 2.74 Snow Golem
- 2.75 Shulker
- 2.76 Monster
- 2.77 Base Piglin
- 2.78 Piglin
- 2.79 Piglin Brute
- 2.80 Blaze
- 2.81 Creeper
- 2.82 Endermite
- 2.83 Giant
- 2.84 Goat
- 2.85 Guardian
- 2.86 Elder Guardian
- 2.87 Silverfish
- 2.88 Raider
- 2.89 Abstract Illager
- 2.90 Vindicator
- 2.91 Pillager
- 2.92 Spellcaster Illager
- 2.93 Evoker
- 2.94 Illusioner
- 2.95 Ravager
- 2.96 Witch
- 2.97 Evoker Fangs
- 2.98 Vex
- 2.99 Abstract Skeleton
- 2.100 Skeleton
- 2.101 Wither Skeleton
- 2.102 Stray
- 2.103 Spider
- 2.104 Wither
- 2.105 Zoglin
- 2.106 Zombie
- 2.107 Zombie Villager
- 2.108 Husk
- 2.109 Drowned
- 2.110 Zombified Piglin
- 2.111 Enderman
- 2.112 Ender Dragon
- 2.113 Flying
- 2.114 Ghast
- 2.115 Phantom
- 2.116 Slime
- 2.117 Llama Spit
- 2.118 Abstract Minecart
- 2.119 Minecart
- 2.120 Abstract Minecart Container
- 2.121 Minecart Hopper
- 2.122 Minecart Chest
- 2.123 Minecart Furnace
- 2.124 Minecart TNT
- 2.125 Minecart Spawner
- 2.126 Minecart Command Block
- 2.127 Primed Tnt
Mobs
Most entities are spawned via Protocol#Spawn Entity.
Additionally, a few other entities (marked in blue) must be spawned in their own special ways:
- XP orbs should be spawned using Spawn Experience Orb.
Furthermore, the marker entity (marked in red) must not be spawned, as it is server-side only. Find out more about the marker here.}}
These entity IDs are up to date for 1.19. 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 |
---|---|---|---|---|
1 | Allay | 0.6 | 0.35 | minecraft:allay
|
2 | Area Effect Cloud | 2.0 * Radius | 0.5 | minecraft:area_effect_cloud
|
3 | Armor Stand | normal: 0.5 marker: 0.0 small: 0.25 | normal: 1.975 marker: 0.0 small: 0.9875 | minecraft:armor_stand
|
4 | Arrow | 0.5 | 0.5 | minecraft:arrow
|
5 | Axolotl | 1.3 | 0.6 | minecraft:axolotl
|
6 | Bat | 0.5 | 0.9 | minecraft:bat
|
7 | Bee | 0.7 | 0.6 | minecraft:bee
|
8 | Blaze | 0.6 | 1.8 | minecraft:blaze
|
9 | Boat | 1.375 | 0.5625 | minecraft:boat
|
10 | Chest Boat | 1.375 | 0.5625 | minecraft:chest_boat
|
11 | Cat | 0.6 | 0.7 | minecraft:cat
|
12 | Cave Spider | 0.7 | 0.5 | minecraft:cave_spider
|
13 | Chicken | 0.4 | 0.7 | minecraft:chicken
|
14 | Cod | 0.5 | 0.3 | minecraft:cod
|
15 | Cow | 0.9 | 1.4 | minecraft:cow
|
16 | Creeper | 0.6 | 1.7 | minecraft:creeper
|
17 | Dolphin | 0.9 | 0.6 | minecraft:dolphin
|
18 | Donkey | 1.5 | 1.39648 | minecraft:donkey
|
19 | Dragon Fireball | 1.0 | 1.0 | minecraft:dragon_fireball
|
20 | Drowned | 0.6 | 1.95 | minecraft:drowned
|
21 | Elder Guardian | 1.9975 (2.35 * guardian) | 1.9975 (2.35 * guardian) | minecraft:elder_guardian
|
22 | End Crystal | 2.0 | 2.0 | minecraft:end_crystal
|
23 | Ender Dragon | 16.0 | 8.0 | minecraft:ender_dragon
|
24 | Enderman | 0.6 | 2.9 | minecraft:enderman
|
25 | Endermite | 0.4 | 0.3 | minecraft:endermite
|
26 | Evoker | 0.6 | 1.95 | minecraft:evoker
|
27 | Evoker Fangs | 0.5 | 0.8 | minecraft:evoker_fangs
|
28 | Experience Orb | 0.5 | 0.5 | minecraft:experience_orb
|
29 | Eye of Ender | 0.25 | 0.25 | minecraft:eye_of_ender
|
30 | Falling Block | 0.98 | 0.98 | minecraft:falling_block
|
31 | Firework Rocket Entity | 0.25 | 0.25 | minecraft:firework_rocket
|
32 | Fox | 0.6 | 0.7 | minecraft:fox
|
33 | Frog | 0.5 | 0.5 | minecraft:frog
|
34 | Ghast | 4.0 | 4.0 | minecraft:ghast
|
35 | Giant | 3.6 | 12.0 | minecraft:giant
|
36 | Glow Item Frame | 0.75 or 0.0625 (depth) | 0.75 | minecraft:glow_item_frame
|
37 | Glow Squid | 0.8 | 0.8 | minecraft:glow_squid
|
38 | Goat | 1.3 (adult), 0.65 (baby) | 0.9 (adult), 0.45 (baby) | minecraft:goat
|
39 | Guardian | 0.85 | 0.85 | minecraft:guardian
|
40 | Hoglin | 1.39648 | 1.4 | minecraft:hoglin
|
41 | Horse | 1.39648 | 1.6 | minecraft:horse
|
42 | Husk | 0.6 | 1.95 | minecraft:husk
|
43 | Illusioner | 0.6 | 1.95 | minecraft:illusioner
|
44 | Iron Golem | 1.4 | 2.7 | minecraft:iron_golem
|
45 | Item | 0.25 | 0.25 | minecraft:item
|
46 | Item Frame | 0.75 or 0.0625 (depth) | 0.75 | minecraft:item_frame
|
47 | Fireball | 1.0 | 1.0 | minecraft:fireball
|
48 | Leash Knot | 0.375 | 0.5 | minecraft:leash_knot
|
49 | Lightning Bolt | 0.0 | 0.0 | minecraft:lightning_bolt
|
50 | Llama | 0.9 | 1.87 | minecraft:llama
|
51 | Llama Spit | 0.25 | 0.25 | minecraft:llama_spit
|
52 | Magma Cube | 0.51000005 * size | 0.51000005 * size | minecraft:magma_cube
|
53 | Marker | 0.0 | 0.0 | minecraft:marker
|
54 | Minecart | 0.98 | 0.7 | minecraft:minecart
|
55 | Minecart Chest | 0.98 | 0.7 | minecraft:chest_minecart
|
56 | Minecart Command Block | 0.98 | 0.7 | minecraft:commandblock_minecart
|
57 | Minecart Furnace | 0.98 | 0.7 | minecraft:furnace_minecart
|
58 | Minecart Hopper | 0.98 | 0.7 | minecraft:hopper_minecart
|
59 | Minecart Spawner | 0.98 | 0.7 | minecraft:spawner_minecart
|
60 | Minecart TNT | 0.98 | 0.7 | minecraft:tnt_minecart
|
61 | Mule | 1.39648 | 1.6 | minecraft:mule
|
62 | Mooshroom | 0.9 | 1.4 | minecraft:mooshroom
|
63 | Ocelot | 0.6 | 0.7 | minecraft:ocelot
|
64 | Painting | type width or 0.0625 (depth) | type height | minecraft:painting
|
65 | Panda | 1.3 | 1.25 | minecraft:panda
|
66 | Parrot | 0.5 | 0.9 | minecraft:parrot
|
67 | Phantom | 0.9 | 0.5 | minecraft:phantom
|
68 | Pig | 0.9 | 0.9 | minecraft:pig
|
69 | Piglin | 0.6 | 1.95 | minecraft:piglin
|
70 | Piglin Brute | 0.6 | 1.95 | minecraft:piglin_brute
|
71 | Pillager | 0.6 | 1.95 | minecraft:pillager
|
72 | Polar Bear | 1.4 | 1.4 | minecraft:polar_bear
|
73 | Primed TNT | 0.98 | 0.98 | minecraft:tnt
|
74 | Pufferfish | 0.7 | 0.7 | minecraft:pufferfish
|
75 | Rabbit | 0.4 | 0.5 | minecraft:rabbit
|
76 | Ravager | 1.95 | 2.2 | minecraft:ravager
|
77 | Salmon | 0.7 | 0.4 | minecraft:salmon
|
78 | Sheep | 0.9 | 1.3 | minecraft:sheep
|
79 | Shulker | 1.0 | 1.0-2.0 (depending on peek) | minecraft:shulker
|
80 | Shulker Bullet | 0.3125 | 0.3125 | minecraft:shulker_bullet
|
81 | Silverfish | 0.4 | 0.3 | minecraft:silverfish
|
82 | Skeleton | 0.6 | 1.99 | minecraft:skeleton
|
83 | Skeleton Horse | 1.39648 | 1.6 | minecraft:skeleton_horse
|
84 | Slime | 0.51000005 * size | 0.51000005 * size | minecraft:slime
|
85 | Small Fireball | 0.3125 | 0.3125 | minecraft:small_fireball
|
86 | Snow Golem | 0.7 | 1.9 | minecraft:snow_golem
|
87 | Snowball | 0.25 | 0.25 | minecraft:snowball
|
88 | Spectral Arrow | 0.5 | 0.5 | minecraft:spectral_arrow
|
89 | Spider | 1.4 | 0.9 | minecraft:spider
|
90 | Squid | 0.8 | 0.8 | minecraft:squid
|
91 | Stray | 0.6 | 1.99 | minecraft:stray
|
92 | Strider | 0.9 | 1.7 | minecraft:strider
|
93 | Thrown Egg | 0.25 | 0.25 | minecraft:egg
|
94 | Thrown Ender Pearl | 0.25 | 0.25 | minecraft:ender_pearl
|
95 | Thrown Expierience Bottle | 0.25 | 0.25 | minecraft:experience_bottle
|
96 | Thrown Potion | 0.25 | 0.25 | minecraft:potion
|
97 | Thrown Trident | 0.5 | 0.5 | minecraft:trident
|
98 | Trader Llama | 0.9 | 1.87 | minecraft:trader_llama
|
99 | Tropical Fish | 0.5 | 0.4 | minecraft:tropical_fish
|
100 | Turtle | 1.2 | 0.4 | minecraft:turtle
|
101 | Vex | 0.4 | 0.8 | minecraft:vex
|
102 | Villager | 0.6 | 1.95 | minecraft:villager
|
103 | Vindicator | 0.6 | 1.95 | minecraft:vindicator
|
104 | Wandering Trader | 0.6 | 1.95 | minecraft:wandering_trader
|
105 | Warden | 0.9 | 2.9 | minecraft:wardenr
|
106 | Witch | 0.6 | 1.95 | minecraft:witch
|
107 | Wither | 0.9 | 3.5 | minecraft:wither
|
108 | Wither Skeleton | 0.7 | 2.4 | minecraft:wither_skeleton
|
109 | Wither Skull | 0.3125 | 0.3125 | minecraft:wither_skull
|
110 | Wolf | 0.6 | 0.85 | minecraft:wolf
|
111 | Zoglin | 1.39648 | 1.4 | minecraft:zoglin
|
112 | Zombie | 0.6 | 1.95 | minecraft:zombie
|
113 | Zombie Horse | 1.39648 | 1.6 | minecraft:zombie_horse
|
114 | Zombie Villager | 0.6 | 1.95 | minecraft:zombie_villager
|
115 | Zombified Piglin | 0.6 | 1.95 | minecraft:zombified_piglin
|
116 | Player | 0.6 | 1.8 | minecraft:player
|
118 | Fishing Hook | 0.25 | 0.25 | minecraft:fishing_bobber
|
Entity Metadata Format
Note that entity metadata is a totally distinct concept from block metadata. It is not required to send all metadata fields, or even any metadata fields, so long as the terminating entry is correctly sent.
Entity Metadata is an array of entries, each of which looks like the following:
Name | Type | Meaning |
---|---|---|
Index | Unsigned Byte | Unique index key determining the meaning of the following value, see the table below. If this is 0xff then the it is the end of the Entity Metadata array and no more is read.
|
Type | Optional VarInt Enum | Only if Index is not 0xff ; the type of the index, see the table below
|
Value | Optional value of Type | Only if Index is not 0xff : the value of the metadata field
|
Value of Type field | Type of Value field | Notes |
---|---|---|
0 | Byte | |
1 | VarInt | |
2 | Float | |
3 | String | |
4 | Chat | |
5 | OptChat (Boolean + Optional Chat) | Chat is present if the Boolean is set to true |
6 | Slot | |
7 | Boolean | |
8 | Rotation | 3 floats: rotation on x, rotation on y, rotation on z |
9 | Position | |
10 | OptPosition (Boolean + Optional Position) | Position is present if the Boolean is set to true |
11 | Direction (VarInt) | (Down = 0, Up = 1, North = 2, South = 3, West = 4, East = 5) |
12 | OptUUID (Boolean + Optional UUID) | UUID is present if the Boolean is set to true |
13 | OptBlockID (VarInt) | 0 for absent (implies air); otherwise, a block state ID as per the global palette |
14 | NBT | |
15 | Particle | |
16 | Villager Data | 3 VarInts: villager type, villager profession, level |
17 | OptVarInt | 0 for absent; 1 + actual value otherwise. Used for entity IDs. |
18 | Pose | A VarInt enum: 0: STANDING, 1: FALL_FLYING, 2: SLEEPING, 3: SWIMMING, 4: SPIN_ATTACK, 5: SNEAKING, 6: LONG_JUMPING, 7: DYING |
Villager type (minecraft:villager_type
registry):
Name | ID |
---|---|
minecraft:desert |
0 |
minecraft:jungle |
1 |
minecraft:plains |
2 |
minecraft:savanna |
3 |
minecraft:snow |
4 |
minecraft:swamp |
5 |
minecraft:taiga |
6 |
Villager professions (minecraft:villager_profession
registry):
Name | ID |
---|---|
minecraft:none |
0 |
minecraft:armorer |
1 |
minecraft:butcher |
2 |
minecraft:cartographer |
3 |
minecraft:cleric |
4 |
minecraft:farmer |
5 |
minecraft:fisherman |
6 |
minecraft:fletcher |
7 |
minecraft:leatherworker |
8 |
minecraft:librarian |
9 |
minecraft:mason |
10 |
minecraft:nitwit |
11 |
minecraft:shepherd |
12 |
minecraft:toolsmith |
13 |
minecraft:weaponsmith |
14 |
Entity classes also recursively inherit fields from classes they extend.
Entity
The base class.
Index | Type | Meaning | Default | |
---|---|---|---|---|
0 | Byte | Bit mask | Meaning | 0 |
0x01 | Is on fire | |||
0x02 | Is crouching | |||
0x04 | Unused (previously riding) | |||
0x08 | Is sprinting | |||
0x10 | Is swimming | |||
0x20 | Is invisible | |||
0x40 | has glowing effect | |||
0x80 | Is flying with an elytra | |||
1 | VarInt | Air ticks | 300 | |
2 | OptChat | Custom name | empty | |
3 | Boolean | Is custom name visible | false | |
4 | Boolean | Is silent | false | |
5 | Boolean | Has no gravity | false | |
6 | Pose | Pose | STANDING | |
7 | VarInt | Ticks frozen in powdered snow | 0 |
Freezing ticks cap at 140 in the client for the player's snow overlay when stuck in powder snow. If the entity extends LivingEntity and freezing ticks reaches the cap, the mob will start shaking (this excludes the skeleton, which has its own indicator).
Thrown Egg
Extends Entity.
Index | Type | Meaning | Default | |
---|---|---|---|---|
8 | Slot | Item | Empty (which behaves as if it were a minecraft:egg )
|
Thrown Ender Pearl
Extends Entity.
Index | Type | Meaning | Default | |
---|---|---|---|---|
8 | Slot | Item | Empty (which behaves as if it were a minecraft:ender_pearl )
|
Thrown Experience Bottle
Extends Entity.
Index | Type | Meaning | Default | |
---|---|---|---|---|
8 | Slot | Item | Empty (which behaves as if it were a minecraft:experience_bottle )
|
Thrown Potion
Extends Entity.
Index | Type | Meaning | Default | |
---|---|---|---|---|
8 | Slot | Potion which is thrown | Empty |
Snowball
Extends Entity.
Index | Type | Meaning | Default | |
---|---|---|---|---|
8 | Slot | Item | Empty (which behaves as if it were a minecraft:snowball )
|
Eye of Ender
Extends Entity.
Index | Type | Meaning | Default | |
---|---|---|---|---|
8 | Slot | Item | Empty (which behaves as if it were a minecraft:ender_eye )
|
Falling Block
Extends Entity.
Index | Type | Meaning | Default | |
---|---|---|---|---|
8 | BlockPos | spawn position | (0, 0, 0) |
Area Effect Cloud
Extends Entity.
Index | Type | Meaning | Default | |
---|---|---|---|---|
8 | Float | Radius | 0.5 | |
9 | VarInt | Color (only for mob spell particle) | 0 | |
10 | Boolean | Ignore radius and show effect as single point, not area | false | |
11 | Particle | The #Particle | effect
|
Fishing Hook
Extends Entity.
Index | Type | Meaning | Default | |
---|---|---|---|---|
8 | VarInt | Hooked entity id + 1, or 0 if there is no hooked entity | 0 | |
9 | Boolean | Is catchable | False |
Abstract Arrow
Extends Entity.
Index | Type | Meaning | Default | |
---|---|---|---|---|
8 | Byte | Bit mask | Meaning | 0 |
0x01 | Is critical | |||
0x02 | Is noclip (used by loyalty tridents when returning) | |||
9 | Byte | Piercing level | 0 |
Arrow
Extends Abstract Arrow.
Used for both tipped and regular arrows. If not tipped, then color is set to -1 and no tipped arrow particles are used.
Index | Type | Meaning | Default | |
---|---|---|---|---|
10 | VarInt | Color (-1 for no particles) | -1 |
Spectral Arrow
Extends Abstract Arrow.
No additional metadata.
Thrown Trident
Extends Abstract Arrow.
Index | Type | Meaning | Default | |
---|---|---|---|---|
10 | VarInt | Loyalty level (enchantment) | 0 | |
11 | Boolean | Has enchantment glint | False |
Boat
Extends Entity.
Index | Type | Meaning | Default | |
---|---|---|---|---|
8 | VarInt | Time since last hit | 0 | |
9 | VarInt | Forward direction | 1 | |
10 | Float | Damage taken | 0.0 | |
11 | VarInt | Type (0=oak, 1=spruce, 2=birch, 3=jungle, 4=acacia, 5=dark oak) | 0 | |
12 | Boolean | Is left paddle turning | false | |
13 | Boolean | Is right paddle turning | false | |
14 | VarInt | Splash timer | 0 |
End Crystal
Extends Entity.
Index | Type | Meaning | Default | |
---|---|---|---|---|
8 | OptBlockPos | Beam target | Empty | |
9 | Boolean | Show bottom | true |
Dragon Fireball
Extends Entity.
No additional metadata.
Small Fireball
Extends Entity.
This is the fireball shot by blazes and dispensers with fire charges.
Index | Type | Meaning | Default | |
---|---|---|---|---|
8 | Slot | Item | Empty (which behaves as if it were a minecraft:fire_charge )
|
Fireball
Extends Entity.
This is the large fireball shot by ghasts.
Index | Type | Meaning | Default | |
---|---|---|---|---|
8 | Slot | Item | Empty |
Wither Skull
Extends Entity.
Index | Type | Meaning | Default | |
---|---|---|---|---|
8 | Boolean | Is invulnerable | false |
Firework Rocket Entity
Extends Entity.
Index | Type | Meaning | Default | |
---|---|---|---|---|
8 | Slot | Firework info | Empty | |
9 | OptVarInt | Entity ID of entity which used firework (for elytra boosting) | Empty | |
10 | Boolean | Is shot at angle (from a crossbow) | false |
Item Frame
Extends Entity.
Index | Type | Meaning | Default | |
---|---|---|---|---|
8 | Slot | Item | Empty | |
9 | VarInt | Rotation | 0 |
Item Entity
Extends Entity.
Index | Type | Meaning | Default | |
---|---|---|---|---|
8 | Slot | Item | Empty |
Living Entity
Extends Entity.
Index | Type | Meaning | Default | |
---|---|---|---|---|
8 | Byte | Hand states, used to trigger blocking/eating/drinking animation. | 0 | |
Bit mask | Meaning | |||
0x01 | Is hand active | |||
0x02 | Active hand (0 = main hand, 1 = offhand) | |||
0x04 | Is in riptide spin attack | |||
9 | Float | Health | 1.0 | |
10 | VarInt | Potion effect color (or 0 if there is no effect) | 0 | |
11 | Boolean | Is potion effect ambient: reduces the number of particles generated by potions to 1/5 the normal amount | false | |
12 | VarInt | Number of arrows in entity | 0 | |
13 | VarInt | Number of bee stingers in entity | 0 | |
14 | OptBlockPos | Location of the bed that the entity is currently sleeping in (Empty if it isn't sleeping) | Empty |
Player
Extends Living Entity.
Index | Type | Meaning | Default | |
---|---|---|---|---|
15 | Float | Additional Hearts | 0.0 | |
16 | VarInt | Score | 0 | |
17 | Byte | The Displayed Skin Parts bit mask that is sent in Client Settings | 0 | |
Bit mask | Meaning | |||
0x01 | Cape enabled | |||
0x02 | Jacket enabled | |||
0x04 | Left sleeve enabled | |||
0x08 | Right sleeve enabled | |||
0x10 | Left pants leg enabled | |||
0x20 | Right pants leg enabled | |||
0x40 | Hat enabled | |||
0x80 | Unused | |||
18 | Byte | Main hand (0 : Left, 1 : Right) | 1 | |
19 | NBT | Left shoulder entity data (for occupying parrot) | Empty | |
20 | NBT | Right shoulder entity data (for occupying parrot) | Empty |
Armor Stand
Extends Living Entity.
Index | Type | Meaning | Default | |
---|---|---|---|---|
15 | Byte | Bit mask | Meaning | 0 |
0x01 | Is Small | |||
0x04 | Has Arms | |||
0x08 | Has no BasePlate | |||
0x10 | Is Marker | |||
16 | Rotations | Head rotation | (0.0, 0.0, 0.0) | |
17 | Rotations | Body rotation | (0.0, 0.0, 0.0) | |
18 | Rotations | Left arm rotation | (-10.0, 0.0, -10.0) | |
19 | Rotations | Right arm rotation | (-15.0, 0.0, 10.0) | |
20 | Rotations | Left leg rotation | (-1.0, 0.0, -1.0) | |
21 | Rotations | Right leg rotation | (1.0, 0.0, 1.0) |
Note that armor stands with the invisible flag from the base entity class set also cannot be attacked or damaged, except for by the void.
Mob
Extends Living Entity.
Index | Type | Meaning | Default | |
---|---|---|---|---|
15 | Byte | Bit mask | Meaning | 0 |
0x01 | NoAI | |||
0x02 | Is left handed | |||
0x04 | Is aggressive |
Ambient Creature
Extends Mob.
No additional metadata.
Bat
Extends Ambient Creature.
Index | Type | Meaning | Default | |
---|---|---|---|---|
16 | Byte | Bit mask | Meaning | 0 |
0x01 | Is hanging |
Pathfinder Mob
Extends Mob.
No additional metadata.
Water Animal
Extends Pathfinder Mob.
No additional metadata.
Squid
Extends Water Animal.
No additional metadata.
Dolphin
Extends Water Animal.
Index | Type | Meaning | Default | |
---|---|---|---|---|
16 | Position | Treasure position | (0, 0, 0) | |
17 | Boolean | Has fish | false | |
18 | VarInt | Moisture level | 2400 |
Abstract fish
Extends Water Animal.
Index | Type | Meaning | Default | |
---|---|---|---|---|
16 | Boolean | From bucket | False |
Cod
Extends Abstract fish.
No additional metadata.
Puffer fish
Extends Abstract fish.
Index | Type | Meaning | Default | |
---|---|---|---|---|
17 | VarInt | PuffState (varies from 0 to 2) | 0 |
Salmon
Extends Abstract fish.
No additional metadata.
Tropical fish
Extends Abstract fish.
Index | Type | Meaning | Default | |
---|---|---|---|---|
17 | VarInt | Variant | 0 |
Ageable Mob
Extends Pathfinder Mob.
Index | Type | Meaning | Default | |
---|---|---|---|---|
16 | Boolean | Is baby | false |
Animal
Extends Ageable Mob.
No additional metadata.
Abstract Horse
Extends Animal.
Index | Type | Meaning | Default | |
---|---|---|---|---|
17 | Byte | Bit mask | Meaning | 0 |
0x01 | Unused | |||
0x02 | Is Tame | |||
0x04 | Is saddled | |||
0x08 | Has bred | |||
0x10 | Is eating | |||
0x20 | Is rearing (on hind legs) | |||
0x40 | Is mouth open | |||
0x80 | Unused | |||
18 | OptUUID | Owner | Absent |
Horse
Extends Abstract Horse.
Index | Type | Meaning | Default | |
---|---|---|---|---|
19 | VarInt | Variant (Color & Style) | 0 |
Zombie Horse
Extends Abstract Horse.
Skeleton Horse
Extends Abstract Horse.
Chested Horse
Extends Abstract Horse.
Index | Type | Meaning | Default | |
---|---|---|---|---|
19 | Boolean | Has Chest | false |
Donkey
Extends Chested Horse.
Llama
Extends Chested Horse.
Index | Type | Meaning | Default | |
---|---|---|---|---|
20 | VarInt | Strength (number of columns of 3 slots in the llama's inventory once a chest is equipped) | 0 | |
21 | VarInt | Carpet color (a dye color, or -1 if no carpet equipped) | -1 | |
22 | VarInt | Variant (0: llama_creamy.png , 1: llama_white.png , 2: llama_brown.png , 3: llama_gray.png )
|
0 |
Trader Llama
The base class.
No additional metadata.
Mule
Extends Chested Horse.
Axolotl
Extends Animal.
Index | Type | Meaning | Default | |
---|---|---|---|---|
17 | VarInt | Variant (0 = lucy, 1 = wild, 2 = gold, 3 = cyan, 4 = blue) | 0 (lucy) | |
18 | Boolean | If it is currently playing dead. | false | |
19 | Boolean | If it was spawned from a bucket. | false |
Bee
Extends Animal.
Index | Type | Meaning | Default | |
---|---|---|---|---|
17 | Byte | Flags | 0 | |
0x01 | Unused | |||
0x02 | Is angry | |||
0x04 | Has stung | |||
0x08 | Has nectar | |||
18 | VarInt | Anger time in ticks | 0 (Not angry) |
Fox
Extends Animal.
Index | Type | Meaning | Default | |
---|---|---|---|---|
17 | VarInt | Type (0: red, 1: snow) | 0 (red) | |
18 | Byte | Bit mask | Meaning | 0 |
0x01 | Is sitting | |||
0x02 | Unused | |||
0x04 | Is crouching | |||
0x08 | Is interested | |||
0x10 | Is pouncing | |||
0x20 | Is sleeping | |||
0x40 | Is faceplanted | |||
0x80 | Is defending | |||
19 | OptUUID | First UUID (in UUIDs NBT)?
|
Absent | |
20 | OptUUID | Second UUID (in UUIDs NBT)?
|
Absent |
Ocelot
Extends Animal.
Index | Type | Meaning | Default | |
---|---|---|---|---|
17 | Boolean | Is trusting | false |
Panda
Extends Animal.
Index | Type | Meaning | Default | |
---|---|---|---|---|
17 | Integer | Breed timer? Set to 32 when something happens, and then counts down to 0 again. At 29 and 14 (before counting down), will play the entity.panda.cant_breed sound event.
|
0 | |
18 | Integer | Sneeze timer. Counts up from 0; when it hits 1 the entity.panda.pre_sneeze event plays and when it hits 21 the entity.panda.sneeze event plays (and it is set back to 0 and the sneeze flag is cleared).
|
0 | |
19 | Integer | Eat timer. If nonzero, counts upwards. | 0 | |
20 | Byte | Main Gene | 0 | |
21 | Byte | Hidden Gene | 0 | |
22 | Byte | Bit mask | Meaning | 0 |
0x01 | Unused | |||
0x02 | Is sneezing | |||
0x04 | Is rolling | |||
0x08 | Is sitting | |||
0x10 | Is on back |
Pig
Extends Animal.
Index | Type | Meaning | Default | |
---|---|---|---|---|
17 | Boolean | Has saddle | false | |
18 | VarInt | Total time to "boost" with a carrot on a stick for | 0 |
Whenever a carrot on a stick is used, if the pig is not currently boosting it will start to boost for 140 to 980 (inclusive) ticks. When boost time is changed, a counter is reset which counts up to the boost time, after which boosting will stop. The value remains set at its modified value even after boosting is stopped.
Rabbit
Extends Animal.
Index | Type | Meaning | Default | |
---|---|---|---|---|
17 | VarInt | Type | 0 |
Turtle
Extends Animal.
Index | Type | Meaning | Default | |
---|---|---|---|---|
17 | BlockPos | Home pos | (0, 0, 0) | |
18 | Boolean | Has egg | false | |
19 | Boolean | Is laying egg | false | |
20 | BlockPos | Travel pos | (0, 0, 0) | |
21 | Boolean | Is going home | false | |
22 | Boolean | Is traveling | false |
Polar Bear
Extends Animal.
Index | Type | Meaning | Default | |
---|---|---|---|---|
17 | Boolean | Is standing up | false |
Chicken
Extends Animal.
No additional metadata.
Cow
Extends Animal.
No additional metadata.
Hoglin
Extends Animal.
Index | Type | Meaning | Default | |
---|---|---|---|---|
17 | Boolean | Is immune to zombification | false |
Mooshroom
Extends Cow.
Index | Type | Meaning | Default | |
---|---|---|---|---|
17 | String | Variant ("red" or "brown") | red |
Sheep
Extends Animal.
Index | Type | Meaning | Default | |
---|---|---|---|---|
17 | Byte | Bit mask | Meaning | 0 |
0x0F | Color ID | |||
0x10 | Is sheared |
Strider
Extends Animal.
Index | Type | Meaning | Default | |
---|---|---|---|---|
17 | VarInt | Total time to "boost" with warped fungus on a stick for | 0 | |
18 | Boolean | Is shaking (true unless riding a vehicle or on or in a block tagged with strider_warm_blocks (default: lava)) | false | |
19 | Boolean | Has saddle | false |
Tameable Animal
Extends Animal.
Index | Type | Meaning | Default | |
---|---|---|---|---|
17 | Byte | Bit mask | Meaning | 0 |
0x01 | Is sitting | |||
0x02 | Unused | |||
0x04 | Is tamed | |||
18 | OptUUID | Owner | Absent |
Cat
Extends Tameable Animal.
Index | Type | Meaning | Default | |
---|---|---|---|---|
19 | VarInt | Type (0 = tabby, 1 = black, 2 = red, 3 = siamese, 4 = british_shorthair, 5 = calico, 6 = persian, 7 = ragdoll, 8 = white, 9 = jellie, 10 = all_black) | 1 | |
20 | Boolean | Is lying | false | |
21 | Boolean | Is relaxed? (This makes their head go slightly upwards, unknown when used) | false | |
22 | VarInt | Collar color (values are those used with dyes) | 14 (Red) |
Wolf
Extends Tameable Animal.
Index | Type | Meaning | Default | |
---|---|---|---|---|
19 | Boolean | Is begging | false | |
20 | VarInt | Collar color (values are those used with dyes) | 14 (Red) | |
21 | VarInt | Anger time | 0 |
Parrot
Extends Tameable Animal.
Index | Type | Meaning | Default | |
---|---|---|---|---|
19 | VarInt | Variant (0: red/blue, 1: blue, 2: green, 3: yellow/blue, 4: grey) | 0 |
Abstract Villager
Extends Ageable Mob.
Index | Type | Meaning | Default | |
---|---|---|---|---|
17 | VarInt | Head shake timer (starts at 40, decrements each tick) | 0 |
Villager
Extends Abstract Villager.
Index | Type | Meaning | Default | |
---|---|---|---|---|
18 | Villager Data | Villager Data | Plains/None/1 |
Wandering Trader
Extends Abstract Villager.
No additional metadata.
Abstract Golem
Extends Pathfinder Mob.
No additional metadata.
Iron Golem
Extends Abstract Golem.
Index | Type | Meaning | Default | |
---|---|---|---|---|
16 | Byte | Bit mask | Meaning | 0 |
0x01 | Is player-created |
Snow Golem
Extends Abstract Golem.
Index | Type | Meaning | Default | |
---|---|---|---|---|
16 | Byte | Bit mask | Meaning | 0x10 |
0x00 | Has no pumpkin hat | |||
0x10 | Has pumpkin hat |
Shulker
Extends Abstract Golem.
Index | Type | Meaning | Default | |
---|---|---|---|---|
16 | Direction | Attach face | Down (0) | |
17 | OptPosition | Attachment position | Absent | |
18 | Byte | Shield height | 0 | |
19 | Byte | Color (dye color) | 10 (purple) |
Monster
Extends Pathfinder Mob.
No additional metadata.
Base Piglin
Extends Monster.
Index | Type | Meaning | Default | |
---|---|---|---|---|
16 | Boolean | Is immune to zombification | false |
Piglin
Extends Base Piglin.
Index | Type | Meaning | Default | |
---|---|---|---|---|
17 | Boolean | Is baby | false | |
18 | Boolean | Is charging crossbow | false | |
19 | Boolean | Is dancing | false |
Piglin Brute
Extends Base Piglin.
No additional metadata.
Blaze
Extends Monster.
Index | Type | Meaning | Default | |
---|---|---|---|---|
16 | Byte | Bit mask | Meaning | 0 |
0x01 | Is on fire |
Creeper
Extends Monster.
Index | Type | Meaning | Default | |
---|---|---|---|---|
16 | VarInt | State (-1 = idle, 1 = fuse) | -1 | |
17 | Boolean | Is charged | false | |
18 | Boolean | Is ignited | false |
Endermite
Extends Monster.
No additional metadata.
Giant
Extends Monster.
No additional metadata.
Goat
Extends Animal.
Index | Type | Meaning | Default | |
---|---|---|---|---|
17 | Boolean | Is Screaming Goat | false | |
18 | Boolean | Has Left Horn | true | |
19 | Boolean | Has Right Horn | true |
Guardian
Extends Monster.
Index | Type | Meaning | Default | |
---|---|---|---|---|
16 | Boolean | Is retracting spikes | false | |
17 | VarInt | Target EID | 0 |
Elder Guardian
Extends Guardian.
Silverfish
Extends Monster.
No additional metadata.
Raider
Extends Monster.
Index | Type | Meaning | Default | |
---|---|---|---|---|
16 | boolean | Is celebrating | false |
"Is celebrating" appears to control the pose for vindicators and does not appear to be used by other types.
Abstract Illager
Extends Raider.
No additional metadata.
Vindicator
Extends Abstract Illager.
Pillager
Extends Abstract Illager.
Index | Type | Meaning | Default | |
---|---|---|---|---|
17 | Boolean | Is charging | false |
Spellcaster Illager
Extends Abstract Illager.
Index | Type | Meaning | Default | |
---|---|---|---|---|
17 | Byte | Spell (0: none, 1: summon vex, 2: attack, 3: wololo, 4: disappear, 5: blindness) | 0 |
Evoker
Extends Spellcaster Illager.
Illusioner
Extends Spellcaster Illager.
Ravager
Extends Raider.
No additional metadata.
Witch
Extends Raider.
Index | Type | Meaning | Default | |
---|---|---|---|---|
17 | Boolean | Is drinking potion | false |
Evoker Fangs
Extends Entity.
No additional metadata.
Vex
Extends Monster.
Index | Type | Meaning | Default | |
---|---|---|---|---|
16 | Byte | Bit mask | Meaning | 0 |
0x01 | Is attacking |
Abstract Skeleton
Extends Monster.
No additional metadata.
Skeleton
Extends Abstract Skeleton.
Wither Skeleton
Extends Abstract Skeleton.
Stray
Extends Abstract Skeleton.
Spider
Extends Monster.
Index | Type | Meaning | Default | |
---|---|---|---|---|
16 | Byte | Bit mask | Meaning | 0 |
0x01 | Is climbing |
Wither
Extends Monster.
Index | Type | Meaning | Default | |
---|---|---|---|---|
16 | VarInt | Center head's target (entity ID, or 0 if no target) | 0 | |
17 | VarInt | Left head's target (entity ID, or 0 if no target) | 0 | |
18 | VarInt | Right head's target (entity ID, or 0 if no target) | 0 | |
19 | VarInt | Invulnerable time | 0 |
Zoglin
Extends Monster.
Index | Type | Meaning | Default | |
---|---|---|---|---|
16 | Boolean | Is baby | false |
Zombie
Extends Monster.
Index | Type | Meaning | Default | |
---|---|---|---|---|
16 | Boolean | Is baby | false | |
17 | VarInt | Unused (previously type) | 0 | |
18 | Boolean | Is becoming a drowned | false |
Zombie Villager
Extends Zombie.
Index | Type | Meaning | Default | |
---|---|---|---|---|
19 | Boolean | Is converting | false | |
20 | Villager Data | Villager Data | Plains/None/1 |
Husk
Extends Zombie.
No additional metadata.
Drowned
Extends Zombie.
No additional metadata.
Zombified Piglin
Extends Zombie.
No additional metadata.
Enderman
Extends Monster.
Index | Type | Meaning | Default | |
---|---|---|---|---|
16 | Opt BlockID | Carried block | Absent | |
17 | Boolean | Is screaming | false | |
18 | Boolean | Is staring | false |
Ender Dragon
Extends Mob.
Index | Type | Meaning | Default | |
---|---|---|---|---|
16 | VarInt | Dragon phase | 10 (hover) |
Phases (according to the wiki page on dragon data values) are:
- 0: circling
- 1: strafing (preparing to shoot a fireball)
- 2: flying to the portal to land (part of transition to landed state)
- 3: landing on the portal (part of transition to landed state)
- 4: taking off from the portal (part of transition out of landed state)
- 5: landed, performing breath attack
- 6: landed, looking for a player for breath attack
- 7: landed, roar before beginning breath attack
- 8: charging player
- 9: flying to portal to die
- 10: hovering with no AI (default when using the /summon command).
Flying
Extends Mob.
No additional metadata.
Ghast
Extends Flying.
Index | Type | Meaning | Default | |
---|---|---|---|---|
16 | Boolean | Is attacking | false |
Phantom
Extends Flying.
Index | Type | Meaning | Default | |
---|---|---|---|---|
16 | VarInt | Size | 0 |
Hitbox size is determined by horizontal=0.9 + 0.2*size and vertical=0.5 + 0.1 * i
Slime
Extends Mob.
Index | Type | Meaning | Default | |
---|---|---|---|---|
16 | VarInt | Size | 1 |
Llama Spit
Extends Entity.
Abstract Minecart
Extends Entity.
Index | Type | Meaning | Default | |
---|---|---|---|---|
8 | VarInt | Shaking power | 0 | |
9 | VarInt | Shaking direction | 1 | |
10 | Float | Shaking multiplier | 0.0 | |
11 | VarInt | Custom block ID and damage | 0 | |
12 | VarInt | Custom block Y position (in 16ths of a block) | 6 | |
13 | Boolean | Show custom block | false |
If show custom block is false, then each type of Minecart will render its own type of block with its own properties. Note that one does not need to send these values for the metadata fields, as the client will automatically select them if show custom block is false. They are only provided for reference to help with swapping out other blocks.
- Rideable Minecarts contain air (0:0) and have a y position of 6
- Chest Minecarts contain chests facing north (54:0) and have a y position of 8
- Furnace Minecarts contain a normal furnace facing north when unpowered (61:0) and a lit furnace facing north when powered (62:0) and have a y position of 6 in both cases
- Hopper Minecarts contain a hopper (154:0) and have a y position of 1
- TNT Minecarts contain TNT (46:0) and have a y position of 6
- Command block minecarts contain a Command Block (137:0) and have a y position of 6
- Spawner Minecarts contain a spawner (52:0) and have a y position of 6
Minecart
Extends Abstract Minecart.
No additional metadata.
Abstract Minecart Container
Extends Abstract Minecart.
No additional metadata.
Minecart Hopper
Extends Abstract Minecart Container.
No additional metadata.
Minecart Chest
Extends Abstract Minecart Container.
No additional metadata.
Minecart Furnace
Extends Abstract Minecart.
Index | Type | Meaning | Default | |
---|---|---|---|---|
14 | Boolean | Has fuel | false |
Minecart TNT
Extends Abstract Minecart.
No additional metadata.
Minecart Spawner
Extends Abstract Minecart.
No additional metadata.
Minecart Command Block
Extends Abstract Minecart.
Index | Type | Meaning | Default | |
---|---|---|---|---|
14 | String | Command |
| |
15 | Chat | Last output | {"text":""}
|
Primed Tnt
Extends Entity.
Index | Type | Meaning | Default | |
---|---|---|---|---|
8 | VarInt | Fuse time | 80 |