Difference between revisions of "Entity metadata"
m (Added player bounding box) |
m (Added missing cat type (jellie), and fixed mislabeled all_black type) |
||
(41 intermediate revisions by 10 users not shown) | |||
Line 1: | Line 1: | ||
− | Various '''Entities''' have different metadata fields and [[ | + | Various '''Entities''' have different metadata fields and [[Entity statuses|status codes]]. |
− | + | These are the valid codes for Minecraft Java Edition 1.16.5; for upcoming changes for 1.17 snapshots, see [[Pre-release protocol#Entity Metadata]]. | |
− | |||
− | |||
− | + | Because this is always updated late, only valid for the latest version and not computer parseable, Bixilon wrote a generator and wrote the mappings for 1.8.9 by hand. See [https://gitlab.bixilon.de/bixilon/minosoft/-/tree/master/util Mappings Generator]. Also [https://github.com/Pokechu22/Burger/tree/master burger] might help. | |
− | == | + | == Mobs == |
− | + | Mobs are spawned via [[Protocol#Spawn_Mob|Spawn Mob]]. | |
+ | |||
+ | {{Warning2|Some entities (marked in yellow) should only be spawned using [[Protocol#Spawn_Object|Spawn Object]] and their [[#Objects|Object ID]]. While they also have an entity ID, this ID is only used internally. Servers should not attempt to spawn these entities using [[Protocol#Spawn Mob|Spawn Mob]] with that entity ID, although clients should accept such packets if they appear. | ||
− | + | Additionally, a few other entities (marked in blue) must be spawned in their own special ways: | |
+ | * {{Minecraft Wiki|Painting}}s should be spawned using [[Protocol#Spawn_Painting|Spawn Painting]] | ||
+ | * XP orbs should be spawned using [[Protocol#Spawn_Experience_Orb|Spawn Experience Orb]].}} | ||
− | {| | + | {{Warning2|These entity IDs are up to date for 1.16.5. Use [[Data Generators]] or [https://pokechu22.github.io/Burger/1.15.2.html Burger] to get older IDs. If using Burger just replace the version number to what you want to see.}} |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{| class="wikitable" | {| class="wikitable" | ||
− | + | |- | |
− | + | ! Type | |
− | + | ! Name | |
− | + | ! bounding box x and z | |
− | + | ! bounding box y | |
− | + | ! ID | |
− | + | |- style="background: #ffff88;" | |
− | + | | 0 | |
− | + | | Area Effect Cloud | |
− | + | | 2.0 * Radius | |
− | + | | 0.5 | |
− | + | | <code>minecraft:area_effect_cloud</code> | |
− | + | |- style="background: #ffff88;" | |
− | + | | 1 | |
− | + | | Armor Stand | |
− | + | | normal: 0.5 marker: 0.0 small: 0.25 | |
− | + | | normal: 1.975 marker: 0.0 small: 0.9875 | |
− | + | | <code>minecraft:armor_stand</code> | |
− | + | |- style="background: #ffff88;" | |
− | + | | 2 | |
− | + | | Arrow | |
− | + | | 0.5 | |
− | + | | 0.5 | |
− | + | | <code>minecraft:arrow</code> | |
− | + | |- | |
− | + | | 3 | |
− | + | | Bat | |
− | + | | 0.5 | |
− | + | | 0.9 | |
− | + | | <code>minecraft:bat</code> | |
− | + | |- | |
− | + | | 4 | |
− | + | | Bee | |
− | + | | 0.7 | |
− | + | | 0.6 | |
− | + | | <code>minecraft:bee</code> | |
− | + | |- | |
− | + | | 5 | |
− | + | | Blaze | |
− | + | | 0.6 | |
− | + | | 1.8 | |
− | + | | <code>minecraft:blaze</code> | |
− | + | |- style="background: #ffff88;" | |
− | + | | 6 | |
− | + | | Boat | |
− | + | | 1.375 | |
− | + | | 0.5625 | |
− | + | | <code>minecraft:boat</code> | |
− | + | |- | |
− | + | | 7 | |
− | + | | Cat | |
− | + | | 0.6 | |
− | + | | 0.7 | |
− | + | | <code>minecraft:cat</code> | |
− | + | |- | |
− | + | | 8 | |
− | + | | Cave Spider | |
− | + | | 0.7 | |
− | + | | 0.5 | |
− | + | | <code>minecraft:cave_spider</code> | |
− | + | |- | |
− | + | | 9 | |
− | + | | Chicken | |
− | + | | 0.4 | |
− | + | | 0.7 | |
− | + | | <code>minecraft:chicken</code> | |
− | + | |- | |
− | + | | 10 | |
− | + | | Cod | |
− | + | | 0.5 | |
− | + | | 0.3 | |
− | + | | <code>minecraft:cod</code> | |
− | + | |- | |
− | + | | 11 | |
− | + | | Cow | |
− | + | | 0.9 | |
− | + | | 1.4 | |
− | + | | <code>minecraft:cow</code> | |
− | + | |- | |
− | + | | 12 | |
− | + | | Creeper | |
− | + | | 0.6 | |
− | + | | 1.7 | |
− | + | | <code>minecraft:creeper</code> | |
− | + | |- | |
− | + | | 13 | |
− | + | | Dolphin | |
− | + | | 0.9 | |
− | + | | 0.6 | |
− | + | | <code>minecraft:dolphin</code> | |
− | + | |- | |
− | + | | 14 | |
− | + | | Donkey | |
− | + | | 1.5 | |
− | + | | 1.39648 | |
− | + | | <code>minecraft:donkey</code> | |
− | + | |- style="background: #ffff88;" | |
− | + | | 15 | |
− | + | | Dragon Fireball | |
− | + | | 1.0 | |
− | + | | 1.0 | |
− | + | | <code>minecraft:dragon_fireball</code> | |
− | + | |- | |
− | + | | 16 | |
− | + | | Drowned | |
− | + | | 0.6 | |
− | + | | 1.95 | |
− | + | | <code>minecraft:drowned</code> | |
− | + | |- | |
− | + | | 17 | |
− | + | | Elder Guardian | |
− | + | | 1.9975 (2.35 * guardian) | |
− | + | | 1.9975 (2.35 * guardian) | |
− | + | | <code>minecraft:elder_guardian</code> | |
− | + | |- style="background: #ffff88;" | |
− | + | | 18 | |
− | + | | End Crystal | |
− | + | | 2.0 | |
− | + | | 2.0 | |
− | + | | <code>minecraft:end_crystal</code> | |
− | + | |- | |
− | + | | 19 | |
− | + | | Ender Dragon | |
− | + | | 16.0 | |
− | + | | 8.0 | |
− | + | | <code>minecraft:ender_dragon</code> | |
− | + | |- | |
− | + | | 20 | |
− | + | | Enderman | |
− | + | | 0.6 | |
− | + | | 2.9 | |
− | + | | <code>minecraft:enderman</code> | |
− | + | |- | |
− | + | | 21 | |
− | + | | Endermite | |
− | + | | 0.4 | |
− | + | | 0.3 | |
− | + | | <code>minecraft:endermite</code> | |
− | + | |- style="background: #ffff88;" | |
− | + | | 22 | |
− | + | | Evoker | |
− | + | | 0.6 | |
− | + | | 1.95 | |
− | + | | <code>minecraft:evoker</code> | |
− | + | |- | |
− | + | | 23 | |
− | + | | Evoker Fangs | |
− | + | | 0.5 | |
− | + | | 0.8 | |
− | + | | <code>minecraft:evoker_fangs</code> | |
− | + | |- style="background: #aaaaff;" | |
− | + | | 24 | |
− | + | | Experience Orb | |
− | + | | 0.5 | |
− | + | | 0.5 | |
− | + | | <code>minecraft:experience_orb</code> | |
− | + | |- style="background: #ffff88;" | |
− | + | | 24 | |
− | + | | Eye of Ender | |
− | + | | 0.25 | |
− | + | | 0.25 | |
− | + | | <code>minecraft:eye_of_ender</code> | |
− | + | |- style="background: #ffff88;" | |
− | + | | 26 | |
− | + | | Falling Block | |
− | + | | 0.98 | |
− | + | | 0.98 | |
− | + | | <code>minecraft:falling_block</code> | |
− | + | |- style="background: #ffff88;" | |
− | + | | 27 | |
− | + | | Firework Rocket Entity | |
− | + | | 0.25 | |
− | + | | 0.25 | |
− | + | | <code>minecraft:firework_rocket</code> | |
− | + | |- | |
− | + | | 28 | |
− | + | | Fox | |
− | + | | 0.6 | |
− | + | | 0.7 | |
− | + | | <code>minecraft:fox</code> | |
− | + | |- | |
− | + | | 29 | |
− | + | | Ghast | |
− | + | | 4.0 | |
− | + | | 4.0 | |
− | + | | <code>minecraft:ghast</code> | |
− | + | |- | |
− | + | | 30 | |
− | + | | Giant | |
− | + | | 3.6 | |
− | + | | 12.0 | |
− | + | | <code>minecraft:giant</code> | |
− | + | |- | |
− | + | | 31 | |
− | + | | Guardian | |
− | + | | 0.85 | |
− | + | | 0.85 | |
− | + | | <code>minecraft:guardian</code> | |
− | + | |- | |
− | + | | 32 | |
− | + | | Hoglin | |
− | + | | 1.39648 | |
− | + | | 1.4 | |
− | + | | <code>minecraft:hoglin</code> | |
− | + | |- | |
− | + | | 33 | |
− | + | | Horse | |
− | + | | 1.39648 | |
− | + | | 1.6 | |
− | + | | <code>minecraft:horse</code> | |
− | + | |- | |
− | + | | 34 | |
− | + | | Husk | |
− | + | | 0.6 | |
− | + | | 1.95 | |
− | + | | <code>minecraft:husk</code> | |
− | + | |- | |
− | + | | 35 | |
− | + | | Illusioner | |
− | + | | 0.6 | |
− | + | | 1.95 | |
− | + | | <code>minecraft:illusioner</code> | |
− | + | |- style="background: #ffff88;" | |
− | + | | 36 | |
− | + | | Iron Golem | |
− | + | | 1.4 | |
− | + | | 2.7 | |
− | + | | <code>minecraft:iron_golem</code> | |
− | + | |- | |
− | + | | 37 | |
− | + | | Item | |
− | + | | 0.25 | |
− | + | | 0.25 | |
− | + | | <code>minecraft:item</code> | |
− | + | |- style="background: #ffff88;" | |
− | + | | 38 | |
− | + | | Item Frame | |
− | + | | 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;" | |
− | + | | 40 | |
− | + | | Leash Knot | |
− | + | | 0.375 | |
− | + | | 0.5 | |
− | + | | <code>minecraft:leash_knot</code> | |
− | <code>minecraft: | + | |- style="background: #ffff88;" |
− | + | | 41 | |
− | + | | Lightning Bolt | |
− | + | | 0.0 | |
− | + | | 0.0 | |
− | + | | <code>minecraft:lightning_bolt</code> | |
− | + | |- | |
− | + | | 42 | |
− | <code>minecraft: | + | | Llama |
− | + | | 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 | |
− | + | | <code>minecraft:minecart</code> | |
− | + | |- style="background: #ffff88;" | |
− | + | | 46 | |
− | + | | Minecart Chest | |
− | + | | 0.98 | |
− | + | | 0.7 | |
− | + | | <code>minecraft:chest_minecart</code> | |
− | + | |- style="background: #ffff88;" | |
− | + | | 47 | |
− | + | | Minecart Command Block | |
− | + | | 0.98 | |
− | + | | 0.7 | |
− | + | | <code>minecraft:commandblock_minecart</code> | |
− | + | |- style="background: #ffff88;" | |
− | + | | 48 | |
− | + | | Minecart Furnace | |
− | + | | 0.98 | |
− | + | | 0.7 | |
− | + | | <code>minecraft:furnace_minecart</code> | |
− | + | |- style="background: #ffff88;" | |
− | + | | 49 | |
− | + | | Minecart Hopper | |
− | + | | 0.98 | |
− | + | | 0.7 | |
− | + | | <code>minecraft:hopper_minecart</code> | |
− | + | |- style="background: #ffff88;" | |
− | + | | 50 | |
− | + | | Minecart Spawner | |
− | + | | 0.98 | |
− | + | | 0.7 | |
− | + | | <code>minecraft:spawner_minecart</code> | |
− | + | |- style="background: #ffff88;" | |
− | + | | 51 | |
− | + | | Minecart TNT | |
− | + | | 0.98 | |
− | + | | 0.7 | |
− | + | | <code>minecraft:tnt_minecart</code> | |
− | + | |- | |
− | + | | 52 | |
− | + | | Mule | |
− | + | | 1.39648 | |
− | + | | 1.6 | |
− | + | | <code>minecraft:mule</code> | |
− | + | |- | |
− | + | | 53 | |
− | + | | Mushroom | |
− | + | | 0.9 | |
− | + | | 1.4 | |
− | + | | <code>minecraft:mooshroom</code> | |
− | + | |- | |
− | + | | 54 | |
− | + | | Ocelot | |
− | + | | 0.6 | |
− | + | | 0.7 | |
− | + | | <code>minecraft:ocelot</code> | |
− | + | |- style="background: #aaaaff;" | |
− | + | | 55 | |
− | + | | Painting | |
− | + | | type width or 0.0625 (depth) | |
− | + | | type height | |
− | + | | <code>minecraft:painting</code> | |
− | + | |- | |
− | + | | 56 | |
− | + | | Panda | |
− | + | | 1.3 | |
− | + | | 1.25 | |
− | + | | <code>minecraft:panda</code> | |
− | + | |- | |
− | + | | 57 | |
− | + | | Parrot | |
− | + | | 0.5 | |
− | + | | 0.9 | |
− | + | | <code>minecraft:parrot</code> | |
− | + | |- | |
− | + | | 58 | |
− | + | | Phantom | |
− | + | | 0.9 | |
− | + | | 0.5 | |
− | + | | <code>minecraft:phantom</code> | |
− | + | |- | |
− | + | | 59 | |
− | + | | Pig | |
− | + | | 0.9 | |
− | + | | 0.9 | |
− | + | | <code>minecraft:pig</code> | |
− | + | |- | |
− | + | | 60 | |
− | + | | Piglin | |
− | + | | 0.6 | |
− | + | | 1.95 | |
− | + | | <code>minecraft:piglin</code> | |
− | + | |- | |
− | + | | 61 | |
− | + | | Piglin Brute | |
− | + | | 0.6 | |
− | + | | 1.95 | |
− | + | | <code>minecraft:piglin_brute</code> | |
− | + | |- | |
− | + | | 62 | |
− | + | | Pillager | |
− | + | | 0.6 | |
− | + | | 1.95 | |
− | + | | <code>minecraft:pillager</code> | |
− | + | |- | |
− | + | | 63 | |
− | + | | Polar Bear | |
− | + | | 1.4 | |
− | + | | 1.4 | |
− | + | | <code>minecraft:polar_bear</code> | |
− | + | |- style="background: #aaaaff;" | |
− | + | | 64 | |
− | + | | Primed TNT | |
− | + | | 0.98 | |
− | + | | 0.98 | |
− | + | | <code>minecraft:tnt</code> | |
− | + | |- | |
− | + | | 65 | |
− | + | | Pufferfish | |
− | + | | 0.7 | |
− | + | | 0.7 | |
− | + | | <code>minecraft:pufferfish</code> | |
− | + | |- | |
− | + | | 66 | |
− | + | | Rabbit | |
− | + | | 0.4 | |
− | + | | 0.5 | |
− | + | | <code>minecraft:rabbit</code> | |
− | + | |- | |
− | + | | 67 | |
− | + | | Ravager | |
− | + | | 1.95 | |
− | + | | 2.2 | |
− | + | | <code>minecraft:ravager</code> | |
− | + | |- | |
− | + | | 68 | |
− | + | | Salmon | |
− | + | | 0.7 | |
− | + | | 0.4 | |
− | + | | <code>minecraft:salmon</code> | |
− | + | |- | |
− | + | | 69 | |
− | + | | Sheep | |
− | + | | 0.9 | |
− | + | | 1.3 | |
− | + | | <code>minecraft:sheep</code> | |
− | + | |- | |
− | + | | 70 | |
− | + | | Shulker | |
− | + | | 1.0 | |
− | + | | 1.0-2.0 (depending on peek) | |
− | + | | <code>minecraft:shulker</code> | |
− | + | |- style="background: #ffff88;" | |
− | + | | 71 | |
− | + | | Shulker Bullet | |
− | + | | 0.3125 | |
− | + | | 0.3125 | |
− | + | | <code>minecraft:shulker_bullet</code> | |
− | + | |- | |
− | + | | 72 | |
− | + | | Silverfish | |
− | + | | 0.4 | |
− | + | | 0.3 | |
− | + | | <code>minecraft:silverfish</code> | |
− | + | |- | |
− | + | | 73 | |
− | + | | Skeleton | |
− | + | | 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 | |
− | + | | 0.3125 | |
− | + | | 0.3125 | |
− | + | | <code>minecraft:small_fireball</code> | |
− | + | |- | |
− | + | | 77 | |
− | + | | Snow Golem | |
− | + | | 0.7 | |
− | + | | 1.9 | |
− | + | | <code>minecraft:snow_golem</code> | |
− | + | |- style="background: #ffff88;" | |
− | + | | 78 | |
− | + | | Snowball | |
− | + | | 0.25 | |
− | + | | 0.25 | |
− | + | | <code>minecraft:snowball</code> | |
− | + | |- style="background: #ffff88;" | |
− | + | | 79 | |
− | + | | Spectral Arrow | |
− | + | | 0.5 | |
− | + | | 0.5 | |
− | + | | <code>minecraft:spectral_arrow</code> | |
− | + | |- | |
− | + | | 80 | |
− | + | | Spider | |
− | + | | 1.4 | |
− | + | | 0.9 | |
− | + | | <code>minecraft:spider</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;" | |
− | + | | 84 | |
− | + | | Thrown Egg | |
− | + | | 0.25 | |
− | + | | 0.25 | |
− | + | | <code>minecraft:egg</code> | |
− | + | |- style="background: #ffff88;" | |
− | + | | 85 | |
− | + | | Thrown Ender Pearl | |
− | + | | 0.25 | |
− | + | | 0.25 | |
− | + | | <code>minecraft:ender_pearl</code> | |
− | + | |- style="background: #ffff88;" | |
− | + | | 86 | |
− | + | | Thrown Expierience Bottle | |
− | + | | 0.25 | |
− | + | | 0.25 | |
− | + | | <code>minecraft:experience_bottle</code> | |
− | + | |- style="background: #ffff88;" | |
− | + | | 87 | |
− | + | | Thrown Potion | |
− | + | | 0.25 | |
− | + | | 0.25 | |
− | + | | <code>minecraft:potion</code> | |
− | + | |- style="background: #ffff88;" | |
− | + | | 88 | |
− | + | | Thrown Trident | |
− | + | | 0.5 | |
− | + | | 0.5 | |
− | + | | <code>minecraft:trident</code> | |
− | + | |- | |
− | + | | 89 | |
− | + | | Trader Llama | |
− | + | | 0.9 | |
− | + | | 1.87 | |
− | + | | <code>minecraft:trader_llama</code> | |
− | + | |- | |
− | + | | 90 | |
− | + | | Tropical Fish | |
− | + | | 0.5 | |
− | + | | 0.4 | |
− | + | | <code>minecraft:tropical_fish</code> | |
− | + | |- | |
− | + | | 91 | |
− | + | | Turtle | |
− | + | | 1.2 | |
− | + | | 0.4 | |
− | + | | <code>minecraft:turtle</code> | |
− | + | |- | |
− | + | | 92 | |
− | + | | Vex | |
− | + | | 0.4 | |
− | + | | 0.8 | |
− | + | | <code>minecraft:vex</code> | |
− | + | |- | |
− | + | | 93 | |
− | + | | Villager | |
− | + | | 0.6 | |
− | + | | 1.95 | |
− | + | | <code>minecraft:villager</code> | |
− | + | |- | |
− | + | | 94 | |
− | + | | Vindicator | |
− | + | | 0.6 | |
− | + | | 1.95 | |
− | + | | <code>minecraft:vindicator</code> | |
− | + | |- | |
− | + | | 95 | |
− | + | | Wandering Trader | |
− | + | | 0.6 | |
− | + | | 1.95 | |
− | + | | <code>minecraft:wandering_trader</code> | |
− | + | |- | |
− | + | | 96 | |
− | + | | Witch | |
− | + | | 0.6 | |
− | + | | 1.95 | |
− | + | | <code>minecraft:witch</code> | |
− | + | |- | |
− | + | | 97 | |
− | + | | Wither | |
− | + | | 0.9 | |
− | + | | 3.5 | |
− | + | | <code>minecraft:wither</code> | |
− | + | |- | |
− | + | | 98 | |
+ | | Wither Skeleton | ||
+ | | 0.7 | ||
+ | | 2.4 | ||
+ | | <code>minecraft:wither_skeleton</code> | ||
+ | |- style="background: #ffff88;" | ||
+ | | 99 | ||
+ | | Wither Skull | ||
+ | | 0.3125 | ||
+ | | 0.3125 | ||
+ | | <code>minecraft:wither_skull</code> | ||
+ | |- | ||
+ | | 100 | ||
+ | | Wolf | ||
+ | | 0.6 | ||
+ | | 0.85 | ||
+ | | <code>minecraft:wolf</code> | ||
+ | |- | ||
+ | | 101 | ||
+ | | Zoglin | ||
+ | | 1.39648 | ||
+ | | 1.4 | ||
+ | | <code>minecraft:zoglin</code> | ||
+ | |- | ||
+ | | 102 | ||
+ | | Zombie | ||
+ | | 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 Hook | ||
+ | | 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" | {| class="wikitable" | ||
− | + | |- | |
− | + | ! 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 Entity | |
− | + | | 0.25 | |
− | + | | 0.25 | |
− | + | |- | |
− | + | | 77 | |
− | + | | Leash Knot | |
− | + | | 0.375 | |
− | + | | 0.5 | |
− | + | |- | |
− | + | | 78 | |
− | + | | Armor Stand | |
− | + | | 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 {{Minecraft Wiki|1.6}}, all minecarts are spawned with object type 10 and their functionality is then specified in the [[Object Data#Minecarts (id 10)|Data field]] within the packet. Also, their visual appearance may be sent via the [[Protocol#Entity Metadata|Entity Metadata]] packet. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | == | + | == Entity Metadata Format == |
− | + | Note that entity metadata is a totally distinct concept from block metadata. It is not required to send all metadata fields, or even any metadata fields, so long as the terminating entry is correctly sent. | |
− | {| class="wikitable" | + | Entity Metadata is an array of entries, each of which looks like the following: |
− | ! | + | |
+ | {| class="wikitable" | ||
+ | ! Name | ||
! Type | ! Type | ||
− | ! | + | ! Meaning |
− | |||
|- | |- | ||
− | | | + | | Index |
− | | | + | | Unsigned Byte |
− | | | + | | Unique index key determining the meaning of the following value, see the table below. If this is <code>0xff</code> then the it is the end of the Entity Metadata array and no more is read. |
− | |||
|- | |- | ||
− | | | + | | Type |
− | | | + | | Optional VarInt Enum |
− | | | + | | Only if Index is not <code>0xff</code>; the type of the index, see the table below |
− | |||
|- | |- | ||
− | | | + | | Value |
− | | | + | | 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 | |
− | {| class="wikitable" | ||
− | ! | ||
− | |||
− | ! | ||
− | ! | ||
|- | |- | ||
− | |||
− | |||
− | |||
| 0 | | 0 | ||
− | |- | + | | Byte |
− | | | + | | |
+ | |- | ||
+ | | 1 | ||
| VarInt | | 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 | |
− | + | | [[Data Types#Position|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 |
− | + | | [[Data Types#Particle|Particle]] | |
− | |- | + | | |
− | | | + | |- |
− | | | + | | 16 |
− | | 0. | + | | Villager Data |
− | + | | 3 VarInts: villager type, villager profession, level | |
− | + | |- | |
− | |- | + | | 17 |
− | | | + | | OptVarInt |
− | | | + | | 0 for absent; 1 + actual value otherwise. Used for entity IDs. |
− | | 0 | + | |- |
− | + | | 18 | |
− | | <code>minecraft: | + | | Pose |
− | + | | A VarInt enum: 0: STANDING, 1: FALL_FLYING, 2: SLEEPING, 3: SWIMMING, 4: SPIN_ATTACK, 5: SNEAKING, 6: DYING | |
− | | | + | |} |
− | + | ||
− | + | Villager type (<code>minecraft:villager_type</code> registry): | |
− | | | + | |
− | | <code>minecraft: | + | {| class="wikitable" |
− | | | + | ! Name !! ID |
− | | | + | |- |
− | | | + | | <code>minecraft:desert</code> || 0 |
− | + | |- | |
− | + | | <code>minecraft:jungle</code> || 1 | |
− | | <code>minecraft: | + | |- |
− | | | + | | <code>minecraft:plains</code> || 2 |
− | | | + | |- |
− | + | | <code>minecraft:savanna</code> || 3 | |
− | + | |- | |
− | + | | <code>minecraft:snow</code> || 4 | |
− | | <code>minecraft: | + | |- |
− | | | + | | <code>minecraft:swamp</code> || 5 |
− | | | + | |- |
− | | | + | | <code>minecraft:taiga</code> || 6 |
− | + | |} | |
− | + | ||
− | | <code>minecraft: | + | Villager professions (<code>minecraft:villager_profession</code> registry): |
− | | | + | |
− | | | + | {| class="wikitable" |
− | | | + | ! Name !! ID |
− | + | |- | |
− | + | | <code>minecraft:none</code> || 0 | |
− | | <code>minecraft: | + | |- |
− | | | + | | <code>minecraft:armorer</code> || 1 |
− | | | + | |- |
− | | | + | | <code>minecraft:butcher</code> || 2 |
− | + | |- | |
− | + | | <code>minecraft:cartographer</code> || 3 | |
− | | <code>minecraft: | + | |- |
− | |- | + | | <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 |
− | | 0 | + | |- |
− | | | + | | <code>minecraft:shepherd</code> || 12 |
− | | <code>minecraft: | + | |- |
− | |- | + | | <code>minecraft:toolsmith</code> || 13 |
− | + | |- | |
− | + | | <code>minecraft:weaponsmith</code> || 14 | |
− | + | |} | |
− | + | ||
− | | <code>minecraft: | + | Entity classes also recursively inherit fields from classes they extend. |
− | | | + | |
− | | | + | === Entity === |
− | | | + | |
− | + | {{metadata inherit|Entity}} | |
− | + | ||
− | | <code>minecraft: | + | {| class="wikitable" |
− | |- | + | ! Index |
− | | | + | ! Type |
− | | | + | !style="width: 250px;" colspan="2"| Meaning |
− | | | + | ! Default |
− | | | + | |- |
− | | <code>minecraft: | + | |rowspan="9"| {{Metadata id|}} |
− | |- | + | |rowspan="9"| Byte |
− | + | ! Bit mask | |
− | + | ! Meaning | |
− | + | |rowspan="9"| 0 | |
− | + | |- | |
− | + | | 0x01 | |
− | | | + | | Is on fire |
− | | | + | |- |
− | | | + | | 0x02 |
− | + | | Is crouching | |
− | + | |- | |
− | | <code>minecraft: | + | | 0x04 |
− | | | + | | Unused (previously riding) |
− | | | + | |- |
− | | | + | | 0x08 |
− | + | | Is sprinting | |
− | + | |- | |
− | | <code>minecraft: | + | | 0x10 |
− | | | + | | Is swimming |
− | | | + | |- |
− | | | + | | 0x20 |
− | + | | Is invisible | |
− | + | |- | |
− | | <code>minecraft: | + | | 0x40 |
− | |- | + | | has glowing effect |
− | + | |- | |
− | + | | 0x80 | |
− | + | | Is flying with an {{Minecraft Wiki|elytra}} | |
− | + | |- | |
− | | <code>minecraft: | + | | {{Metadata id|}} |
− | | | + | | VarInt |
− | | | + | |colspan="2"| Air ticks |
− | | | + | | 300 |
− | + | |- | |
− | + | | {{Metadata id|}} | |
− | | <code>minecraft: | + | | OptChat |
− | |- | + | |colspan="2"| Custom name |
− | | | + | | empty |
− | | | + | |- |
− | | | + | | {{Metadata id|}} |
− | | | + | | Boolean |
− | | <code>minecraft: | + | |colspan="2"| Is custom name visible |
− | |- | + | | false |
− | + | |- | |
− | + | | {{Metadata id|}} | |
− | + | | Boolean | |
− | + | |colspan="2"| Is silent | |
− | | <code>minecraft: | + | | false |
− | | | + | |- |
− | | | + | | {{Metadata id|}} |
− | | | + | | Boolean |
− | + | |colspan="2"| Has no gravity | |
− | + | | false | |
− | + | |- | |
− | + | | {{Metadata id|}} | |
− | + | | Pose | |
− | | | + | |colspan="2"| Pose |
− | + | | STANDING | |
− | | | + | |} |
− | + | ||
− | + | === Thrown Egg === | |
− | | | + | |
− | + | {{Metadata inherit|Thrown Egg|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:egg</code>) |
− | | | + | |} |
− | | | + | |
− | | | + | === Thrown Ender Pearl === |
− | + | ||
− | |- | + | {{Metadata inherit|Thrown Ender Pearl|inherits=Entity}} |
− | | | + | |
− | | | + | {| class="wikitable" |
− | | | + | ! Index |
− | | | + | ! Type |
− | | | + | !style="width: 250px;" colspan="2"| Meaning |
− | |- | + | ! Default |
− | | | + | |- |
− | | | + | | {{Metadata id|}} |
− | | | + | | [[Slot]] |
− | | | + | |colspan="2"| Item |
− | | | + | | Empty (which behaves as if it were a <code>minecraft:ender_pearl</code>) |
− | |- | + | |} |
− | | | + | |
− | | | + | === Thrown Experience Bottle=== |
− | | | + | |
− | | | + | {{Metadata inherit|Thrown Experience Bottle|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>) |
− | | | + | |} |
− | | | + | |
− | | | + | === Thrown Potion === |
− | | | + | |
− | | | + | {{Metadata inherit|Thrown Potion|inherits=Entity}} |
− | | | + | |
− | | | + | {| class="wikitable" |
− | | | + | ! Index |
− | + | ! Type | |
− | | | + | !style="width: 250px;" colspan="2"| Meaning |
− | | | + | ! Default |
− | | | + | |- |
− | | | + | | {{Metadata id|}} |
− | | | + | | [[Slot]] |
− | | | + | |colspan="2"| Potion which is thrown |
− | | | + | | Empty |
− | | | + | |} |
− | | | + | |
− | | | + | === Snowball === |
− | | | + | |
− | | | + | {{Metadata inherit|Snowball|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:snowball</code>) | |
− | + | |} | |
− | + | ||
− | | | + | === Eye of Ender === |
− | | | + | |
− | | | + | {{Metadata inherit|Eye of Ender|inherits=Entity}} |
− | | | + | |
− | | | + | {| class="wikitable" |
− | | | + | ! Index |
− | + | ! Type | |
− | + | !style="width: 250px;" colspan="2"| Meaning | |
− | + | ! Default | |
− | | <code>minecraft: | + | |- |
− | | | + | | {{Metadata id|}} |
− | + | | [[Slot]] | |
− | | | + | |colspan="2"| Item |
− | | | + | | Empty (which behaves as if it were a <code>minecraft:ender_eye</code>) |
− | + | |} | |
− | | | + | |
− | + | === Falling Block === | |
− | | | + | |
− | | | + | {{Metadata inherit|Falling Block|inherits=Entity}} |
− | | | + | |
− | | | + | {| class="wikitable" |
− | | <code>minecraft: | + | ! Index |
− | | | + | ! Type |
− | + | !style="width: 250px;" colspan="2"| Meaning | |
− | + | ! Default | |
− | | | + | |- |
− | | | + | | {{Metadata id|}} |
− | + | | [[Data Types#Position|BlockPos]] | |
− | | | + | |colspan="2"| spawn position |
− | + | | (0, 0, 0) | |
− | + | |} | |
− | + | ||
− | + | === Area Effect Cloud === | |
− | + | ||
− | + | {{Metadata inherit|Area Effect Cloud|inherits=Entity}} | |
− | | | + | |
− | + | {| class="wikitable" | |
− | | | + | ! Index |
− | | | + | ! Type |
− | | <code>minecraft: | + | !style="width: 250px;" colspan="2"| Meaning |
− | | | + | ! Default |
− | + | |- | |
− | + | | {{Metadata id|}} | |
− | + | | Float | |
− | | | + | |colspan="2"| Radius |
− | | | + | | 0.5 |
− | + | |- | |
− | | | + | | {{Metadata id|}} |
− | | | + | | VarInt |
− | + | |colspan="2"| Color (only for mob spell particle) | |
− | | | + | | 0 |
− | | | + | |- |
− | | | + | | {{Metadata id|}} |
− | | | + | | Boolean |
− | | | + | |colspan="2"| Ignore radius and show effect as single point, not area |
− | | | + | | false |
− | + | |- | |
− | + | | {{Metadata id|}} | |
− | | | + | | Particle |
− | + | | colspan="2"| The [[#Particle]] | |
− | + | | <code>effect</code> | |
− | + | |} | |
− | | | + | |
− | + | === Fishing Hook === | |
− | |- | + | |
− | | | + | {{Metadata inherit|Fishing Hook|inherits=Entity}} |
− | | | + | |
− | | | + | {| class="wikitable" |
− | | | + | ! Index |
− | | <code>minecraft: | + | ! Type |
− | | | + | !style="width: 250px;" colspan="2"| Meaning |
− | + | ! Default | |
− | + | |- | |
− | + | | {{Metadata id|}} | |
− | + | | VarInt | |
− | | | + | |colspan="2"| Hooked entity id + 1, or 0 if there is no hooked entity |
− | | | + | | 0 |
− | + | |- | |
− | | | + | | {{Metadata id|}} |
− | + | | Boolean | |
− | | | + | |colspan="2"| Is catchable |
− | + | | False | |
− | |- | + | |} |
− | | | + | |
− | | | + | === Abstract Arrow === |
− | | | + | |
− | | | + | {{Metadata inherit|Abstract Arrow|inherits=Entity}} |
− | | <code>minecraft: | + | |
− | | | + | {| class="wikitable" |
− | + | ! Index | |
− | + | ! Type | |
− | | | + | !style="width: 250px;" colspan="2"| Meaning |
− | | | + | ! Default |
− | + | |- | |
− | | | + | | rowspan="3" | {{Metadata id|}} |
− | + | | rowspan="3" | Byte | |
− | + | ! Bit mask | |
− | + | ! Meaning | |
− | | | + | | rowspan="3" | 0 |
− | + | |- | |
− | |- | + | | 0x01 |
− | | | + | | Is critical |
− | | | + | |- |
− | | | + | | 0x02 |
− | | | + | | Is noclip (used by loyalty tridents when returning) |
− | | | + | |- |
− | | | + | | {{Metadata id|}} |
− | | | + | | Byte |
− | | | + | |colspan="2"| Piercing level |
− | + | | 0 | |
− | + | |} | |
− | + | ||
− | | | + | === Arrow === |
− | | | + | |
− | + | {{Metadata inherit|Arrow|inherits=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. | |
− | | | + | |
− | |- | + | {| class="wikitable" |
− | | | + | ! Index |
− | | | + | ! Type |
− | | | + | !style="width: 250px;" colspan="2"| Meaning |
− | | | + | ! Default |
− | + | |- | |
− | |- | + | | {{Metadata id|}} |
− | | | + | | VarInt |
− | | | + | |colspan="2"| Color (-1 for no particles) |
− | | | + | | -1 |
− | | 0 | + | |} |
− | + | ||
− | |- | + | === Spectral Arrow === |
− | | | + | |
− | | | + | {{Metadata inherit|Spectral Arrow|inherits=Abstract Arrow}} |
− | | | + | |
− | | | + | No additional metadata. |
− | | | + | |
− | |- | + | === Thrown Trident === |
− | | | + | |
− | | | + | {{Metadata inherit|Thrown Trident|inherits=Abstract Arrow}} |
− | | | + | |
− | | | + | {| class="wikitable" |
− | | <code> | + | ! Index |
− | | | + | ! Type |
− | + | !style="width: 250px;" colspan="2"| Meaning | |
− | + | ! Default | |
− | + | |- | |
− | | | + | | {{Metadata id|}} |
− | | | + | | VarInt |
− | + | |colspan="2"| Loyalty level (enchantment) | |
− | | | + | | 0 |
− | + | |- | |
− | + | | {{Metadata id|}} | |
− | + | | Boolean | |
− | + | |colspan="2"| Has enchantment glint | |
− | + | | False | |
− | | | + | |} |
− | + | ||
− | | | + | === Boat === |
− | | | + | |
− | | | + | {{Metadata inherit|Boat|inherits=Entity}} |
− | | | + | |
− | | | + | {| class="wikitable" |
− | | | + | ! Index |
− | | 0 | + | ! Type |
− | | | + | !style="width: 250px;" colspan="2"| Meaning |
− | | | + | ! Default |
− | | | + | |- |
− | | | + | | {{Metadata id|}} |
− | | | + | | VarInt |
− | | | + | |colspan="2"| Time since last hit |
− | + | | 0 | |
− | + | |- | |
− | + | | {{Metadata id|}} | |
− | + | | VarInt | |
− | | | + | |colspan="2"| Forward direction |
− | | | + | | 1 |
− | + | |- | |
− | | | + | | {{Metadata id|}} |
− | + | | Float | |
− | + | |colspan="2"| Damage taken | |
− | | | + | | 0.0 |
− | + | |- | |
− | | | + | | {{Metadata id|}} |
− | | | + | | VarInt |
− | | | + | |colspan="2"| Type (0=oak, 1=spruce, 2=birch, 3=jungle, 4=acacia, 5=dark oak) |
− | | | + | | 0 |
− | | | + | |- |
− | | | + | | {{Metadata id|}} |
− | | 0 | + | | Boolean |
− | + | |colspan="2"| Is left paddle turning | |
− | |- | + | | false |
− | | | + | |- |
− | | | + | | {{Metadata id|}} |
− | | | + | | Boolean |
− | | | + | |colspan="2"| Is right paddle turning |
− | | | + | | false |
− | |- | + | |- |
− | | | + | | {{Metadata id|}} |
− | | | + | | VarInt |
− | | | + | |colspan="2"| Splash timer |
− | | 0 | + | | 0 |
− | | | + | |} |
− | | | + | |
− | | | + | === End Crystal === |
− | + | ||
− | + | {{Metadata inherit|End Crystal|inherits=Entity}} | |
− | | | + | |
− | + | {| class="wikitable" | |
− | + | ! Index | |
− | | | + | ! Type |
− | + | !style="width: 250px;" colspan="2"| Meaning | |
− | | | + | ! Default |
− | | | + | |- |
− | | | + | | {{Metadata id|}} |
− | | | + | | OptBlockPos |
− | | | + | |colspan="2"| Beam target |
− | | | + | | Empty |
− | | | + | |- |
− | + | | {{Metadata id|}} | |
− | + | | Boolean | |
− | + | |colspan="2"| Show bottom | |
− | + | | true | |
− | | | + | |} |
− | + | ||
− | + | === Dragon Fireball === | |
− | + | ||
− | + | {{Metadata inherit|Dragon Fireball|inherits=Entity}} | |
− | | | + | |
− | | | + | No additional metadata. |
− | + | ||
− | | | + | === Small Fireball === |
− | + | ||
− | + | {{Metadata inherit|Small Fireball|inherits=Entity}} | |
− | | | + | |
− | | | + | This is the fireball shot by blazes and dispensers with fire charges. |
− | | | + | |
− | | | + | {| class="wikitable" |
− | | | + | ! 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:fire_charge</code>) |
− | + | |} | |
− | + | ||
− | | | + | === Fireball === |
− | | | + | |
− | + | {{Metadata inherit|Fireball|inherits=Entity}} | |
− | | | + | |
− | + | This is the large fireball shot by ghasts. | |
− | + | ||
− | + | {| class="wikitable" | |
− | | | + | ! Index |
− | |- | + | ! Type |
− | | | + | !style="width: 250px;" colspan="2"| Meaning |
− | | | + | ! Default |
− | | | + | |- |
− | | | + | | {{Metadata id|}} |
− | | | + | | [[Slot]] |
− | | | + | |colspan="2"| Item |
− | | | + | | Empty |
− | | | + | |} |
− | | | + | |
− | | | + | === Wither Skull === |
− | | | + | |
− | | | + | {{Metadata inherit|Wither Skull|inherits=Entity}} |
− | | | + | |
− | | | + | {| class="wikitable" |
− | | 0. | + | ! Index |
− | | | + | ! Type |
− | | | + | !style="width: 250px;" colspan="2"| Meaning |
− | | | + | ! Default |
− | + | |- | |
− | + | | {{Metadata id|}} | |
− | | 0 | + | | Boolean |
− | + | |colspan="2"| Is invulnerable | |
− | | | + | | false |
− | |- | + | |} |
− | | | + | |
− | | | + | === Firework Rocket Entity === |
− | | | + | |
− | | | + | {{Metadata inherit|Firework Rocket Entity|inherits=Entity}} |
− | | | + | |
− | |- | + | {| class="wikitable" |
− | | | + | ! Index |
− | | | + | ! Type |
− | | | + | !style="width: 250px;" colspan="2"| Meaning |
− | | | + | ! Default |
− | | | + | |- |
− | | | + | | {{Metadata id|}} |
− | | | + | | [[Slot]] |
− | | | + | |colspan="2"| Firework info |
− | | | + | | Empty |
− | + | |- | |
− | + | | {{Metadata id|}} | |
− | | | + | | OptVarInt |
− | | | + | |colspan="2"| Entity ID of entity which used firework (for elytra boosting) |
− | + | | Empty | |
− | | | + | |- |
− | + | | {{Metadata id|}} | |
− | + | | Boolean | |
− | |- | + | |colspan="2"| Is shot at angle (from a crossbow) |
− | | | + | | false |
− | | | + | |} |
− | | | + | |
− | | | + | === Item Frame === |
− | + | ||
− | + | {{Metadata inherit|Item Frame|inherits=Entity}} | |
− | | | + | |
− | | | + | {| class="wikitable" |
− | | | + | ! Index |
− | | | + | ! Type |
− | | | + | !style="width: 250px;" colspan="2"| Meaning |
− | + | ! Default | |
− | | | + | |- |
− | | | + | | {{Metadata id|}} |
− | + | | [[Slot]] | |
− | + | |colspan="2"| Item | |
− | | | + | | Empty |
− | | | + | |- |
− | + | | {{Metadata id|}} | |
− | + | | VarInt | |
− | + | |colspan="2"| Rotation | |
− | + | | 0 | |
− | | | + | |} |
− | | | + | |
− | + | === Item Entity === | |
− | + | ||
− | + | {{Metadata inherit|Item Entity|inherits=Entity}} | |
− | | | + | |
− | + | {| class="wikitable" | |
− | + | ! Index | |
− | + | ! Type | |
− | == | + | !style="width: 250px;" colspan="2"| Meaning |
− | + | ! Default | |
− | + | |- | |
− | + | | {{Metadata id|}} | |
− | {{ | + | | [[Slot]] |
+ | |colspan="2"| Item | ||
+ | | Empty | ||
+ | |} | ||
+ | |||
+ | === Living Entity === | ||
+ | |||
+ | {{Metadata inherit|Living Entity|inherits=Entity}} | ||
{| class="wikitable" | {| class="wikitable" | ||
− | + | ! Index | |
− | ! | + | ! Type |
− | ! | + | !style="width: 250px;" colspan="2"| Meaning |
− | ! | + | ! Default |
− | ! | + | |- |
− | |- | + | |rowspan="5"| {{Metadata id|}} |
− | | | + | |rowspan="5"| Byte |
− | | | + | |colspan="2"| Hand states, used to trigger blocking/eating/drinking animation. |
− | | | + | |rowspan="5"| 0 |
− | | 0 | + | |- |
− | |- | + | ! Bit mask |
− | | | + | ! Meaning |
− | | | + | |- |
− | | | + | | 0x01 |
− | | | + | | Is hand active |
− | |- | + | |- |
− | | | + | | 0x02 |
− | | | + | | Active hand (0 = main hand, 1 = offhand) |
− | | 2 | + | |- |
− | | 0 | + | | 0x04 |
− | |- | + | | Is in riptide spin attack |
− | | | + | |- |
− | | | + | | {{Metadata id|}} |
− | | 0 | + | | Float |
− | | 0 | + | |colspan="2"| Health |
− | |- | + | | 1.0 |
− | | | + | |- |
− | | | + | | {{Metadata id|}} |
− | | | + | | VarInt |
− | | | + | |colspan="2"| Potion effect color (or 0 if there is no effect) |
− | |- | + | | 0 |
− | | | + | |- |
− | | | + | | {{Metadata id|}} |
− | | 2 | + | | Boolean |
− | | | + | |colspan="2"| Is potion effect ambient: reduces the number of particles generated by potions to 1/5 the normal amount |
− | |- | + | | false |
− | | | + | |- |
− | | | + | | {{Metadata id|}} |
− | | 0 | + | | 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 |
− | | 0. | + | |colspan="2"| Location of the bed that the entity is currently sleeping in (Empty if it isn't sleeping) |
− | |- | + | | Empty |
− | | | + | |} |
− | | | + | |
− | | | + | === Player === |
− | | | + | |
− | |- | + | {{Metadata inherit|Player|inherits=Living Entity}} |
− | | | + | |
− | | | + | {| class="wikitable" |
− | | | + | ! Index |
− | | 0 | + | ! Type |
− | |- | + | !style="width: 250px;" colspan="2"| Meaning |
− | | | + | ! Default |
− | | | + | |- |
− | | | + | | {{Metadata id|}} |
− | | | + | | Float |
− | |- | + | |colspan="2"| Additional Hearts |
− | | | + | | 0.0 |
− | | | + | |- |
− | | | + | | {{Metadata id|}} |
− | | | + | | VarInt |
− | |- | + | |colspan="2"| Score |
− | | | + | | 0 |
− | | | + | |- |
− | | | + | |rowspan="10"| {{Metadata id|}} |
− | | | + | |rowspan="10"| Byte |
− | |- | + | |colspan="2"| The Displayed Skin Parts bit mask that is sent in [[Protocol#Client Settings|Client Settings]] |
− | | | + | |rowspan="10"| 0 |
− | | | + | |- |
− | | | + | ! Bit mask !! Meaning |
− | | | + | |- |
− | |- | + | | 0x01 || Cape enabled |
− | | | + | |- |
− | | | + | | 0x02 || Jacket enabled |
− | | 0 | + | |- |
− | | | + | | 0x04 || Left sleeve enabled |
− | |- | + | |- |
− | | | + | | 0x08 || Right sleeve enabled |
− | | | + | |- |
− | | | + | | 0x10 || Left pants leg enabled |
− | | | + | |- |
− | |- | + | | 0x20 || Right pants leg enabled |
− | | | + | |- |
− | | | + | | 0x40 || Hat enabled |
− | | | + | |- |
− | | | + | | 0x80 || ''Unused'' |
− | | | + | |- |
− | | | + | | {{Metadata id|}} |
− | | | + | | Byte |
− | | | + | |colspan="2"| Main hand (0 : Left, 1 : Right) |
− | + | | 1 | |
− | |- | + | |- |
− | | | + | | {{Metadata id|}} |
− | | | + | | [[NBT]] |
− | | | + | |colspan="2"| Left shoulder entity data (for occupying parrot) |
− | | 0 | + | | Empty |
− | |- | + | |- |
− | | | + | | {{Metadata id|}} |
− | | | + | | [[NBT]] |
− | | | + | |colspan="2"| Right shoulder entity data (for occupying parrot) |
− | | | + | | Empty |
− | |- | + | |} |
− | | | + | |
− | | | + | === Armor Stand === |
− | | | + | |
− | | | + | {{Metadata inherit|Armor Stand|inherits=Living Entity}} |
− | |- | + | |
− | | | + | {| class="wikitable" |
− | | | + | ! Index |
− | | | + | ! Type |
− | | | + | !style="width: 250px;" colspan="2"| Meaning |
− | | | + | ! Default |
− | | | + | |- |
− | | | + | |rowspan="5"| {{Metadata id|}} |
− | | 0. | + | |rowspan="5"| Byte |
− | + | ! Bit mask | |
− | |- | + | ! Meaning |
− | | | + | |rowspan="5"| 0 |
− | | | + | |- |
− | | 0. | + | | 0x01 |
− | + | | Is Small | |
− | |- | + | |- |
− | | | + | | 0x04 |
− | | | + | | Has Arms |
− | | 0. | + | |- |
− | + | | 0x08 | |
− | |- | + | | Has no BasePlate |
− | | | + | |- |
− | | | + | | 0x10 |
− | | 1.0 | + | | Is 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) | ||
+ | |} | ||
− | + | Note that armor stands with the [[#Entity|invisible flag from the base entity class]] set also cannot be attacked or damaged, except for by the void. | |
− | |||
− | |||
− | + | === Mob === | |
− | Entity | + | {{Metadata inherit|Mob|inherits=Living Entity}} |
{| class="wikitable" | {| class="wikitable" | ||
− | ! | + | ! Index |
! Type | ! Type | ||
+ | !style="width: 250px;" colspan="2"| Meaning | ||
+ | ! Default | ||
+ | |- | ||
+ | |rowspan="4"| {{Metadata id|}} | ||
+ | |rowspan="4"| Byte | ||
+ | ! Bit mask | ||
! Meaning | ! Meaning | ||
+ | |rowspan="4"| 0 | ||
+ | |- | ||
+ | | 0x01 | ||
+ | | NoAI | ||
|- | |- | ||
− | | | + | | 0x02 |
− | | | + | | Is left handed |
− | |||
|- | |- | ||
− | | | + | | 0x04 |
− | | | + | | Is agressive |
− | |||
|- | |- | ||
− | |||
− | |||
− | |||
|} | |} | ||
+ | |||
+ | === Ambient Creature === | ||
+ | |||
+ | {{Metadata inherit|Ambient Creature|inherits=Mob}} | ||
+ | |||
+ | No additional metadata. | ||
+ | |||
+ | === Bat === | ||
+ | |||
+ | {{Metadata inherit|Bat|inherits=Ambient Creature}} | ||
{| class="wikitable" | {| class="wikitable" | ||
− | ! | + | ! Index |
− | ! | + | ! Type |
− | ! | + | !style="width: 250px;" colspan="2"| Meaning |
+ | ! Default | ||
|- | |- | ||
− | | | + | | rowspan="2"| {{Metadata id|}} |
− | | Byte | + | | rowspan="2"| Byte |
− | | | + | ! Bit mask |
+ | ! Meaning | ||
+ | | rowspan="2"| 0 | ||
|- | |- | ||
− | | | + | | 0x01 |
− | | | + | | Is hanging |
− | | | + | |} |
+ | |||
+ | === Pathfinder Mob === | ||
+ | |||
+ | {{Metadata inherit|Pathfinder Mob|inherits=Mob}} | ||
+ | |||
+ | No additional metadata. | ||
+ | |||
+ | === Water Animal === | ||
+ | |||
+ | {{Metadata inherit|Water Animal|inherits=Pathfinder Mob}} | ||
+ | |||
+ | No additional metadata. | ||
+ | |||
+ | === Squid === | ||
+ | |||
+ | {{Metadata inherit|Squid|inherits=Water Animal}} | ||
+ | |||
+ | No additional metadata. | ||
+ | |||
+ | === Dolphin === | ||
+ | |||
+ | {{Metadata inherit|Dolphin|inherits=Water Animal}} | ||
+ | |||
+ | {| class="wikitable" | ||
+ | ! Index | ||
+ | ! Type | ||
+ | !style="width: 250px;" colspan="2"| Meaning | ||
+ | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | Position |
− | | | + | |colspan="2"| Treasure position |
+ | | (0, 0, 0) | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | Boolean |
− | | | + | |colspan="2"| Can find treasure |
+ | | false | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
| Boolean | | Boolean | ||
− | | | + | |colspan="2"| Has fish |
+ | | false | ||
+ | |} | ||
+ | |||
+ | === Abstract fish === | ||
+ | |||
+ | {{Metadata inherit|Abstract fish|inherits=Water Animal}} | ||
+ | |||
+ | {| class="wikitable" | ||
+ | ! Index | ||
+ | ! Type | ||
+ | !style="width: 250px;" colspan="2"| Meaning | ||
+ | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | Boolean |
− | | | + | |colspan="2"| From bucket |
+ | | False | ||
+ | |} | ||
+ | |||
+ | === Cod === | ||
+ | |||
+ | {{Metadata inherit|Cod|inherits=Abstract fish}} | ||
+ | |||
+ | No additional metadata. | ||
+ | |||
+ | === Puffer fish === | ||
+ | |||
+ | {{Metadata inherit|Puffer fish|inherits=Abstract fish}} | ||
+ | |||
+ | {| class="wikitable" | ||
+ | ! Index | ||
+ | ! Type | ||
+ | !style="width: 250px;" colspan="2"| Meaning | ||
+ | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | + | | VarInt | |
− | | | + | |colspan="2"| PuffState (varies from 0 to 2) |
− | | | + | | 0 |
− | + | |} | |
− | + | ||
− | | | + | === Salmon === |
− | | | + | |
− | + | {{Metadata inherit|Salmon|inherits=Abstract fish}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | No additional metadata. | |
− | === | + | === Tropical fish === |
− | + | {{Metadata inherit|Tropical fish|inherits=Abstract fish}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 1,788: | Line 1,819: | ||
! Default | ! Default | ||
|- | |- | ||
− | |rowspan="9"| | + | | {{Metadata id|}} |
− | |rowspan="9"| Byte | + | | VarInt |
− | ! Bit mask | + | |colspan="2"| Variant |
+ | | 0 | ||
+ | |} | ||
+ | |||
+ | === Ageable Mob === | ||
+ | |||
+ | {{Metadata inherit|Ageable Mob|inherits=Pathfinder Mob}} | ||
+ | |||
+ | {| class="wikitable" | ||
+ | ! Index | ||
+ | ! Type | ||
+ | !style="width: 250px;" colspan="2"| Meaning | ||
+ | ! Default | ||
+ | |- | ||
+ | | {{Metadata id|}} | ||
+ | | Boolean | ||
+ | |colspan="2"| Is baby | ||
+ | | false | ||
+ | |} | ||
+ | |||
+ | === Animal === | ||
+ | |||
+ | {{Metadata inherit|Animal|inherits=Ageable Mob}} | ||
+ | |||
+ | No additional metadata. | ||
+ | |||
+ | === Abstract Horse === | ||
+ | |||
+ | {{Metadata inherit|Abstract Horse|inherits=Animal}} | ||
+ | |||
+ | {| class="wikitable" | ||
+ | ! Index | ||
+ | ! Type | ||
+ | !style="width: 250px;" colspan="2"| Meaning | ||
+ | ! Default | ||
+ | |- | ||
+ | |rowspan="9"| {{Metadata id|}} | ||
+ | |rowspan="9"| Byte | ||
+ | ! Bit mask | ||
! Meaning | ! Meaning | ||
|rowspan="9"| 0 | |rowspan="9"| 0 | ||
|- | |- | ||
| 0x01 | | 0x01 | ||
− | | | + | | ''Unused'' |
|- | |- | ||
| 0x02 | | 0x02 | ||
− | | | + | | Is Tame |
|- | |- | ||
| 0x04 | | 0x04 | ||
− | | | + | | Is saddled |
|- | |- | ||
| 0x08 | | 0x08 | ||
− | | | + | | Has bred |
|- | |- | ||
| 0x10 | | 0x10 | ||
− | | | + | | Is eating |
|- | |- | ||
| 0x20 | | 0x20 | ||
− | | | + | | Is rearing (on hind legs) |
|- | |- | ||
| 0x40 | | 0x40 | ||
− | | | + | | Is mouth open |
|- | |- | ||
| 0x80 | | 0x80 | ||
− | | | + | | ''Unused'' |
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | + | | OptUUID | |
− | + | |colspan="2"| Owner | |
− | + | | Absent | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | | ||
− | |colspan="2"| | ||
− | | | ||
|} | |} | ||
− | === | + | === Horse === |
− | + | {{Metadata inherit|Horse|inherits=Abstract Horse}} | |
− | + | {| class="wikitable" | |
− | + | ! Index | |
− | == | + | ! Type |
− | + | !style="width: 250px;" colspan="2"| Meaning | |
− | + | ! Default | |
− | + | |- | |
− | + | | {{Metadata id|}} | |
+ | | VarInt | ||
+ | |colspan="2"| Variant (Color & Style) | ||
+ | | 0 | ||
+ | |} | ||
− | === | + | === Zombie Horse === |
− | + | {{Metadata inherit|Zombie Horse|inherits=Abstract Horse}} | |
− | + | === Skeleton Horse === | |
− | = | + | {{Metadata inherit|Skeleton Horse|inherits=Abstract Horse}} |
− | + | === Chested Horse === | |
− | + | {{Metadata inherit|Chested Horse|inherits=Abstract Horse}} | |
− | + | {| class="wikitable" | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | {| class="wikitable" | ||
! Index | ! Index | ||
! Type | ! Type | ||
Line 1,884: | Line 1,927: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | Boolean |
− | |colspan="2"| | + | |colspan="2"| Has Chest |
− | | | + | | false |
|} | |} | ||
− | === | + | === Donkey === |
− | + | {{Metadata inherit|Donkey|inherits=Chested Horse}} | |
− | + | === Llama === | |
− | |||
− | === | ||
− | + | {{Metadata inherit|Llama|inherits=Chested Horse}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 1,906: | Line 1,947: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | VarInt |
− | |colspan="2"| | + | | colspan="2"| Strength (number of columns of 3 slots in the llama's inventory once a chest is equipped) |
− | | (0, | + | | 0 |
+ | |- | ||
+ | | {{Metadata id|}} | ||
+ | | VarInt | ||
+ | | colspan="2"| Carpet color (a dye color, or -1 if no carpet equipped) | ||
+ | | -1 | ||
+ | |- | ||
+ | | {{Metadata id|}} | ||
+ | | VarInt | ||
+ | | colspan="2"| Variant (0: <code>llama_creamy.png</code>, 1: <code>llama_white.png</code>, 2: <code>llama_brown.png</code>, 3: <code>llama_gray.png</code>) | ||
+ | | 0 | ||
|} | |} | ||
− | === | + | === Trader Llama === |
− | + | {{Metadata inherit|Trader Llama|Llama}} | |
+ | |||
+ | No additional metadata. | ||
+ | |||
+ | === Mule === | ||
+ | |||
+ | {{Metadata inherit|Mule|inherits=Chested Horse}} | ||
+ | |||
+ | === Bee === | ||
+ | |||
+ | {{Metadata inherit|Bee|inherits=Animal}} | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 1,922: | Line 1,983: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | |rowspan="5"| {{Metadata id|}} |
− | | | + | |rowspan="5"| Byte |
− | |colspan="2"| | + | |colspan="2"| Flags |
− | | 0 | + | |rowspan="5"| 0 |
+ | |- | ||
+ | | 0x01 || ''Unused'' | ||
|- | |- | ||
− | | | + | | 0x02 || Is angry |
− | |||
− | |||
− | |||
|- | |- | ||
− | | | + | | 0x04 || Has stung |
− | |||
− | |||
− | |||
|- | |- | ||
− | | | + | | 0x08 || Has nectar |
− | | | + | |- |
− | | colspan="2"| | + | | {{Metadata id|}} |
− | | | + | | VarInt |
+ | | colspan="2"| Anger time in ticks | ||
+ | | 0 (Not angry) | ||
|} | |} | ||
− | === | + | === Fox === |
− | + | {{Metadata inherit|Fox|inherits=Animal}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 1,953: | Line 2,012: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
| VarInt | | VarInt | ||
− | |colspan="2"| | + | | colspan="2" | Type (0: red, 1: snow) |
− | | 0 | + | | 0 (red) |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
− | | rowspan=" | + | | rowspan="9" | {{Metadata id|}} |
− | | rowspan=" | + | | rowspan="9" | Byte |
! Bit mask | ! Bit mask | ||
! Meaning | ! Meaning | ||
− | | rowspan=" | + | | rowspan="9" | 0 |
+ | |- | ||
+ | | 0x01 || Is sitting | ||
+ | |- | ||
+ | | 0x02 || ''Unused'' | ||
|- | |- | ||
− | | | + | | 0x04 || Is crouching |
− | |||
|- | |- | ||
− | | | + | | 0x08 || Is interested |
− | |||
|- | |- | ||
− | | | + | | 0x10 || Is pouncing |
+ | |- | ||
+ | | 0x20 || Is sleeping | ||
+ | |- | ||
+ | | 0x40 || Is faceplanted | ||
+ | |- | ||
+ | | 0x80 || Is defending | ||
+ | |- | ||
+ | | {{Metadata id|}} | ||
| OptUUID | | OptUUID | ||
− | |colspan="2"| | + | | colspan="2" | First UUID (in <code>UUIDs</code> NBT)? |
− | | | + | | Absent |
+ | |- | ||
+ | | {{Metadata id|}} | ||
+ | | OptUUID | ||
+ | | colspan="2" | Second UUID (in <code>UUIDs</code> NBT)? | ||
+ | | Absent | ||
|} | |} | ||
− | === | + | === Ocelot === |
− | + | {{Metadata inherit|Ocelot|inherits=Animal}} | |
− | |||
− | |||
{| class="wikitable" | {| class="wikitable" | ||
Line 2,001: | Line 2,060: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | Boolean |
− | |colspan="2"| | + | |colspan="2"| Is trusting |
− | | | + | | false |
|} | |} | ||
− | === | + | === Panda === |
− | + | {{Metadata inherit|Panda|inherits=Animal}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,017: | Line 2,076: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | Integer |
− | |colspan="2"| | + | |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 | | 0 | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | Integer |
− | |colspan="2"| | + | |colspan="2"| Eat timer. If nonzero, counts upwards. |
| 0 | | 0 | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | Byte |
− | |colspan="2"| | + | |colspan="2"| Main Gene |
− | | | + | | 0 |
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | + | | Byte | |
− | + | |colspan="2"| Hidden Gene | |
− | | | ||
− | |||
− | |||
− | |||
− | |colspan="2"| | ||
| 0 | | 0 | ||
|- | |- | ||
− | | | + | |rowspan="6"| {{Metadata id|}} |
− | + | |rowspan="6"| Byte | |
− | | | + | ! Bit mask |
− | | | + | ! Meaning |
+ | |rowspan="6"| 0 | ||
|- | |- | ||
− | | | + | | 0x01 |
− | | | + | | Unused |
− | | | + | |- |
− | | | + | | 0x02 |
+ | | Is sneezing | ||
+ | |- | ||
+ | | 0x04 | ||
+ | | Is rolling | ||
+ | |- | ||
+ | | 0x08 | ||
+ | | Is sitting | ||
|- | |- | ||
− | | | + | | 0x10 |
− | | | + | | Is on back |
− | |||
− | |||
|} | |} | ||
− | === | + | === Pig === |
− | + | {{Metadata inherit|Pig|inherits=Animal}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,079: | Line 2,133: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | Boolean |
− | |colspan="2"| | + | |colspan="2"| Has saddle |
− | | | + | | false |
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | VarInt |
− | |colspan="2"| | + | |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. | |
− | + | === Rabbit === | |
− | + | {{Metadata inherit|Rabbit|inherits=Animal}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | = | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{| class="wikitable" | {| class="wikitable" | ||
Line 2,124: | Line 2,156: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | VarInt |
− | |colspan="2"| | + | |colspan="2"| Type |
− | | | + | | 0 |
|} | |} | ||
− | === | + | === Turtle === |
− | + | {{Metadata inherit|Turtle|inherits=Animal}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,140: | Line 2,172: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | BlockPos |
− | |colspan="2"| | + | |colspan="2"| Home pos |
− | | | + | | (0, 0, 0) |
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | Boolean |
− | |colspan="2"| | + | |colspan="2"| Has egg |
− | | | + | | false |
+ | |- | ||
+ | | {{Metadata id|}} | ||
+ | | Boolean | ||
+ | |colspan="2"| Is laying egg | ||
+ | | false | ||
+ | |- | ||
+ | | {{Metadata id|}} | ||
+ | | BlockPos | ||
+ | |colspan="2"| Travel pos | ||
+ | | (0, 0, 0) | ||
+ | |- | ||
+ | | {{Metadata id|}} | ||
+ | | Boolean | ||
+ | |colspan="2"| Is going home | ||
+ | | false | ||
+ | |- | ||
+ | | {{Metadata id|}} | ||
+ | | Boolean | ||
+ | |colspan="2"| Is traveling | ||
+ | | false | ||
|} | |} | ||
− | === | + | === Polar Bear === |
− | + | {{Metadata inherit|Polar Bear|inherits=Animal}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{| class="wikitable" | {| class="wikitable" | ||
Line 2,167: | Line 2,213: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | + | | Boolean | |
− | + | |colspan="2"| Is standing up | |
− | + | | false | |
− | |||
− | |||
− | | | ||
− | |colspan="2"| | ||
− | | | ||
|} | |} | ||
− | === | + | === Chicken === |
+ | |||
+ | {{Metadata inherit|Chicken|inherits=Animal}} | ||
− | + | No additional metadata. | |
+ | |||
+ | === Cow === | ||
+ | |||
+ | {{Metadata inherit|Cow|inherits=Animal}} | ||
+ | |||
+ | No additional metadata. | ||
+ | |||
+ | === Hoglin === | ||
+ | |||
+ | {{Metadata inherit|Hoglin|inherits=Animal}} | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 2,188: | Line 2,241: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | Boolean |
− | |colspan="2"| | + | |colspan="2"| Is immune to zombification |
− | | | + | | false |
+ | |} | ||
+ | |||
+ | === Mooshroom === | ||
+ | |||
+ | {{Metadata inherit|Mooshroom|inherits=Cow}} | ||
+ | |||
+ | {| class="wikitable" | ||
+ | ! Index | ||
+ | ! Type | ||
+ | !style="width: 250px;" colspan="2"| Meaning | ||
+ | ! Default | ||
+ | |- | ||
+ | | {{Metadata id|}} | ||
+ | | String | ||
+ | | colspan="2"| Variant ("red" or "brown") | ||
+ | | red | ||
|} | |} | ||
− | === | + | === Sheep === |
− | + | {{Metadata inherit|Sheep|inherits=Animal}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,204: | Line 2,273: | ||
! Default | ! Default | ||
|- | |- | ||
− | |rowspan=" | + | |rowspan="3"| {{Metadata id|}} |
− | |rowspan=" | + | |rowspan="3"| Byte |
− | |||
− | |||
− | |||
! Bit mask | ! Bit mask | ||
! Meaning | ! Meaning | ||
+ | |rowspan="3"| 0 | ||
|- | |- | ||
− | | | + | | 0x0F |
− | | | + | | Color ID |
|- | |- | ||
− | | | + | | 0x10 |
− | | | + | | Is sheared |
+ | |} | ||
+ | |||
+ | === Strider === | ||
+ | |||
+ | {{Metadata inherit|Strider|inherits=Animal}} | ||
+ | |||
+ | {| class="wikitable" | ||
+ | ! Index | ||
+ | ! Type | ||
+ | !style="width: 250px;" colspan="2"| Meaning | ||
+ | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
| VarInt | | VarInt | ||
− | |colspan="2"| | + | |colspan="2"| Total time to "boost" with warped fungus on a stick for |
| 0 | | 0 | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
| Boolean | | Boolean | ||
− | |colspan="2"| Is | + | |colspan="2"| Is shaking (true unless riding a vehicle or on or in a block tagged with strider_warm_blocks (default: lava)) |
| false | | false | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | Boolean |
− | |colspan="2"| | + | |colspan="2"| Has saddle |
− | | | + | | false |
|} | |} | ||
− | === | + | === Tameable Animal === |
− | + | {{Metadata inherit|Tameable Animal|inherits=Animal}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,252: | Line 2,322: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | |rowspan="4"| {{Metadata id|}} |
− | + | |rowspan="4"| Byte | |
− | | | + | ! Bit mask |
− | | | + | ! Meaning |
+ | |rowspan="4"| 0 | ||
|- | |- | ||
− | | | + | | 0x01 |
− | | | + | | Is sitting |
− | |||
− | |||
|- | |- | ||
− | | | + | | 0x02 |
− | + | | ''Unused'' | |
− | | | ||
− | |||
|- | |- | ||
− | + | | 0x04 | |
+ | | Is tamed | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
+ | | OptUUID | ||
+ | |colspan="2"| Owner | ||
+ | | Absent | ||
+ | |} | ||
+ | |||
+ | === Cat === | ||
+ | |||
+ | {{Metadata inherit|Cat|inherits=Tameable Animal}} | ||
+ | |||
+ | {| class="wikitable" | ||
+ | ! Index | ||
+ | ! Type | ||
+ | !style="width: 250px;" colspan="2"| Meaning | ||
+ | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
+ | | VarInt | ||
+ | |colspan="2"| Type (0 = tabby, 1 = black, 2 = red, 3 = siamese, 4 = british_shorthair, 5 = calico, 6 = persian, 7 = ragdoll, 8 = white, 9 = jellie, 10 = all_black) | ||
+ | | 1 | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
+ | | Boolean | ||
+ | |colspan="2"| Is lying | ||
+ | | false | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
+ | | Boolean | ||
+ | |colspan="2"| Is relaxed? (This makes their head go slightly upwards, unknown when used) | ||
+ | | false | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | + | | VarInt | |
− | + | |colspan="2"| Collar color (values are those {{Minecraft Wiki|Data_values#Dyes|used with dyes}}) | |
− | + | | 14 (Red) | |
− | |||
− | |||
− | |||
− | | | ||
− | |||
− | |||
− | |colspan="2"| | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
− | === | + | === Wolf === |
− | + | {{Metadata inherit|Wolf|inherits=Tameable Animal}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,311: | Line 2,384: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | Boolean |
− | + | |colspan="2"| Is begging | |
− | + | | false | |
− | | | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | VarInt |
+ | |colspan="2"| Collar color (values are those {{Minecraft Wiki|Data_values#Dyes|used with dyes}}) | ||
+ | | 14 (Red) | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | VarInt |
+ | |colspan="2"| Anger time | ||
+ | | 0 | ||
+ | |} | ||
+ | |||
+ | === Parrot === | ||
+ | |||
+ | {{Metadata inherit|Parrot|inherits=Tameable Animal}} | ||
+ | |||
+ | {| class="wikitable" | ||
+ | ! Index | ||
+ | ! Type | ||
+ | !style="width: 250px;" colspan="2"| Meaning | ||
+ | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | VarInt |
+ | |colspan="2"| Variant (0: red/blue, 1: blue, 2: green, 3: yellow/blue, 4: grey) | ||
+ | | 0 | ||
+ | |} | ||
+ | |||
+ | === Abstract Villager === | ||
+ | |||
+ | {{Metadata inherit|Abstract Villager|inherits=Ageable Mob}} | ||
+ | |||
+ | {| class="wikitable" | ||
+ | ! Index | ||
+ | ! Type | ||
+ | !style="width: 250px;" colspan="2"| Meaning | ||
+ | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | + | | VarInt | |
− | + | |colspan="2"| Head shake timer (starts at 40, decrements each tick) | |
− | | | + | | 0 |
− | |||
− | |colspan="2"| Head | ||
− | |||
− | | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
− | + | === Villager === | |
− | = | + | {{Metadata inherit|Villager|inherits=Abstract Villager}} |
− | |||
− | |||
{| class="wikitable" | {| class="wikitable" | ||
Line 2,372: | Line 2,442: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | Villager Data |
− | + | |colspan="2"| Villager Data | |
− | + | | Plains/None/1 | |
− | | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | | ||
|} | |} | ||
− | === | + | === Wandering Trader === |
− | + | {{Metadata inherit|Wandering Trader|inherits=Abstract Villager}} | |
No additional metadata. | No additional metadata. | ||
− | === | + | === Abstract Golem === |
+ | |||
+ | {{Metadata inherit|Abstract Golem|inherits=Pathfinder Mob}} | ||
+ | |||
+ | No additional metadata. | ||
+ | |||
+ | === Iron Golem === | ||
− | + | {{Metadata inherit|Iron Golem|inherits=Abstract Golem}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,401: | Line 2,470: | ||
! Default | ! Default | ||
|- | |- | ||
− | | rowspan="2"| | + | |rowspan="2"| {{Metadata id|}} |
− | | rowspan="2"| Byte | + | |rowspan="2"| Byte |
! Bit mask | ! Bit mask | ||
! Meaning | ! Meaning | ||
− | | rowspan="2"| 0 | + | |rowspan="2"| 0 |
|- | |- | ||
| 0x01 | | 0x01 | ||
− | | Is | + | | Is player-created |
|} | |} | ||
− | === | + | === Snow Golem === |
− | + | {{Metadata inherit|Snow Golem|inherits=Abstract Golem}} | |
− | + | {| class="wikitable" | |
− | + | ! Index | |
− | + | ! Type | |
− | + | !style="width: 250px;" colspan="2"| Meaning | |
− | + | ! Default | |
− | + | |- | |
− | + | |rowspan="3"| {{Metadata id|}} | |
− | + | |rowspan="3"| Byte | |
− | + | ! Bit mask | |
− | + | ! Meaning | |
− | + | |rowspan="3"| 0x10 | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | {| class="wikitable" | ||
− | ! Index | ||
− | ! Type | ||
− | !style="width: 250px;" colspan="2"| Meaning | ||
− | ! Default | ||
|- | |- | ||
− | | | + | | 0x00 |
− | | | + | | Has no pumpkin hat |
− | |||
− | |||
|- | |- | ||
− | | | + | | 0x10 |
− | + | | Has pumpkin hat | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
− | === | + | === Shulker === |
− | + | {{Metadata inherit|Shulker|inherits=Abstract Golem}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,465: | Line 2,513: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | Direction |
− | |colspan="2"| | + | |colspan="2"| Attach face |
− | | | + | | Down (0) |
+ | |- | ||
+ | | {{Metadata id|}} | ||
+ | | OptPosition | ||
+ | |colspan="2"| Attachment position | ||
+ | | Absent | ||
+ | |- | ||
+ | | {{Metadata id|}} | ||
+ | | Byte | ||
+ | |colspan="2"| Shield height | ||
+ | | 0 | ||
+ | |- | ||
+ | | {{Metadata id|}} | ||
+ | | Byte | ||
+ | | colspan="2"| Color (dye color) | ||
+ | | 10 (purple) | ||
|} | |} | ||
− | === | + | === Monster === |
− | + | {{Metadata inherit|Monster|inherits=Pathfinder Mob}} | |
No additional metadata. | No additional metadata. | ||
− | === | + | === Base Piglin === |
− | + | {{Metadata inherit|Base Piglin|inherits=Monster}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,487: | Line 2,550: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | Boolean |
− | |colspan="2"| | + | |colspan="2"| Is immune to zombification |
− | | | + | | false |
|} | |} | ||
+ | |||
+ | === Piglin === | ||
− | + | {{Metadata inherit|Piglin|inherits=Base Piglin}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | = | ||
− | |||
− | |||
{| class="wikitable" | {| class="wikitable" | ||
Line 2,509: | Line 2,566: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | Boolean |
− | |colspan="2"| | + | |colspan="2"| Is baby |
− | | | + | | false |
+ | |- | ||
+ | | {{Metadata id|}} | ||
+ | | Boolean | ||
+ | |colspan="2"| Is charging crossbow | ||
+ | | false | ||
+ | |- | ||
+ | | {{Metadata id|}} | ||
+ | | Boolean | ||
+ | |colspan="2"| Is dancing | ||
+ | | false | ||
|} | |} | ||
+ | |||
+ | === Piglin Brute === | ||
+ | {{Metadata inherit|Piglin Brute|inherits=Base Piglin}} | ||
− | + | No additional metadata. | |
− | + | ||
+ | === Blaze === | ||
+ | |||
+ | {{Metadata inherit|Blaze|inherits=Monster}} | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 2,526: | Line 2,599: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | |rowspan="2"| {{Metadata id|}} |
− | | | + | |rowspan="2"| Byte |
− | | | + | ! Bit mask |
− | | | + | ! Meaning |
+ | |rowspan="2"| 0 | ||
+ | |- | ||
+ | | 0x01 | ||
+ | | Is on fire | ||
|} | |} | ||
− | === | + | === Creeper === |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | {{Metadata inherit|Creeper|inherits=Monster}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,548: | Line 2,619: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | VarInt |
− | + | |colspan="2"| State (-1 = idle, 1 = fuse) | |
− | + | | -1 | |
− | | | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | Boolean |
+ | |colspan="2"| Is {{Minecraft Wiki|Creeper#Charged Creeper|charged}} | ||
+ | | false | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | + | | Boolean | |
− | | | + | |colspan="2"| Is ignited |
− | | | + | | false |
− | + | |} | |
− | | | + | |
− | | | + | === Endermite === |
− | + | ||
− | + | {{Metadata inherit|Endermite|inherits=Monster}} | |
− | + | ||
− | + | No additional metadata. | |
− | + | ||
− | + | === Giant === | |
− | + | ||
− | + | {{Metadata inherit|Giant|inherits=Monster}} | |
− | + | ||
− | + | No additional metadata. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | === | + | === Guardian === |
− | + | {{Metadata inherit|Guardian|inherits=Monster}} | |
− | {| class="wikitable" | + | {| class="wikitable" |
! Index | ! Index | ||
! Type | ! Type | ||
!style="width: 250px;" colspan="2"| Meaning | !style="width: 250px;" colspan="2"| Meaning | ||
! Default | ! Default | ||
+ | |- | ||
+ | | {{Metadata id|}} | ||
+ | | Boolean | ||
+ | |colspan="2"| Is retracting spikes | ||
+ | | false | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
| VarInt | | VarInt | ||
− | |colspan="2"| | + | |colspan="2"| Target EID |
| 0 | | 0 | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
− | === | + | === Elder Guardian === |
+ | |||
+ | {{Metadata inherit|Elder Guardian|inherits=Guardian}} | ||
− | + | === Silverfish === | |
− | = | + | {{Metadata inherit|Silverfish|inherits=Monster}} |
− | + | No additional metadata. | |
− | === | + | === Raider === |
− | + | {{Metadata inherit|Raider|inherits=Monster}} | |
− | {| class="wikitable" | + | {| class="wikitable" |
! Index | ! Index | ||
! Type | ! Type | ||
Line 2,628: | Line 2,688: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | boolean |
− | |colspan="2"| | + | | colspan="2"| Is celebrating |
| false | | false | ||
|} | |} | ||
− | === | + | "Is celebrating" appears to control the pose for vindicators and does not appear to be used by other types. |
+ | |||
+ | === Abstract Illager === | ||
+ | |||
+ | {{Metadata inherit|Abstract Illager|inherits=Raider}} | ||
+ | |||
+ | No additional metadata. | ||
+ | |||
+ | === Vindicator === | ||
+ | |||
+ | {{Metadata inherit|Vindicator|inherits=Abstract Illager}} | ||
+ | |||
+ | === Pillager === | ||
− | + | {{Metadata inherit|Pillager|inherits=Abstract Illager}} | |
− | === | + | === Spellcaster Illager === |
− | + | {{Metadata inherit|Spellcaster Illager|inherits=Abstract Illager}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,648: | Line 2,720: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | + | | Byte | |
− | + | | colspan="2"| Spell (0: none, 1: summon vex, 2: attack, 3: wololo, 4: disappear, 5: blindness) | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | | ||
− | |||
− | |||
− | | colspan="2"| | ||
| 0 | | 0 | ||
|} | |} | ||
− | === | + | === Evoker === |
+ | |||
+ | {{Metadata inherit|Evoker|inherits=Spellcaster Illager}} | ||
+ | |||
+ | === Illusioner === | ||
+ | |||
+ | {{Metadata inherit|Illusioner|inherits=Spellcaster Illager}} | ||
+ | |||
+ | === Ravager === | ||
+ | |||
+ | {{Metadata inherit|Ravager|inherits=Raider}} | ||
− | + | No additional metadata. | |
− | === | + | === Witch === |
− | + | {{Metadata inherit|Witch|inherits=Raider}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,678: | Line 2,750: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
| Boolean | | Boolean | ||
− | |colspan="2"| | + | |colspan="2"| Is drinking potion |
| false | | false | ||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
− | + | === Evoker Fangs === | |
+ | |||
+ | {{Metadata inherit|Evoker Fangs|inherits=Entity}} | ||
+ | |||
+ | No additional metadata. | ||
− | === | + | === Vex === |
− | + | {{Metadata inherit|Vex|inherits=Monster}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,701: | Line 2,772: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | |rowspan="2"| {{Metadata id|}} |
− | | | + | |rowspan="2"| Byte |
− | | | + | ! Bit mask |
− | | | + | ! Meaning |
+ | |rowspan="2"| 0 | ||
+ | |- | ||
+ | | 0x01 | ||
+ | | Is attacking | ||
|} | |} | ||
− | === | + | === Abstract Skeleton === |
− | + | {{Metadata inherit|Abstract Skeleton|inherits=Monster}} | |
+ | |||
+ | No additional metadata. | ||
+ | |||
+ | === Skeleton === | ||
+ | |||
+ | {{Metadata inherit|Skeleton|inherits=Abstract Skeleton}} | ||
+ | |||
+ | === Wither Skeleton === | ||
+ | |||
+ | {{Metadata inherit|Wither Skeleton|inherits=Abstract Skeleton}} | ||
+ | |||
+ | === Stray === | ||
+ | |||
+ | {{Metadata inherit|Stray|inherits=Abstract Skeleton}} | ||
+ | |||
+ | === Spider === | ||
+ | |||
+ | {{Metadata inherit|Spider|inherits=Monster}} | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 2,717: | Line 2,810: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | |rowspan="2"| {{Metadata id|}} |
− | + | |rowspan="2"| Byte | |
− | | | + | ! Bit mask |
− | | | + | ! Meaning |
+ | |rowspan="2"| 0 | ||
|- | |- | ||
− | | | + | | 0x01 |
− | | | + | | Is climbing |
− | |colspan="2"| | + | |} |
− | + | ||
− | |- | + | === Wither === |
− | | | + | |
− | | | + | {{Metadata inherit|Wither|inherits=Monster}} |
− | |colspan="2"| | + | |
− | | | + | {| 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"| | + | |colspan="2"| Left head's target (entity ID, or 0 if no target) |
− | | | + | | 0 |
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | VarInt |
− | |colspan="2"| | + | |colspan="2"| Right head's target (entity ID, or 0 if no target) |
− | | | + | | 0 |
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | VarInt |
− | |colspan="2"| | + | |colspan="2"| Invulnerable time |
− | | | + | | 0 |
|} | |} | ||
− | === | + | === Zoglin === |
− | + | {{Metadata inherit|Hoglin|inherits=Monster}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,758: | Line 2,861: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
| Boolean | | Boolean | ||
− | |colspan="2"| | + | |colspan="2"| Is baby |
| false | | false | ||
|} | |} | ||
− | === | + | === Zombie === |
− | + | {{Metadata inherit|Zombie|inherits=Monster}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | = | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{| class="wikitable" | {| class="wikitable" | ||
Line 2,792: | Line 2,877: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | Boolean |
− | + | |colspan="2"| Is baby | |
− | + | | false | |
− | | | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | VarInt |
+ | |colspan="2"| Unused (previously type) | ||
+ | | 0 | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | Is | + | | Boolean |
+ | |colspan="2"| Is becoming a drowned | ||
+ | | false | ||
|} | |} | ||
− | === | + | === Zombie Villager === |
− | + | {{Metadata inherit|Zombie Villager|inherits=Zombie}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,815: | Line 2,903: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | Boolean |
− | + | |colspan="2"| Is converting | |
− | + | | false | |
− | | | + | |- |
− | + | | {{Metadata id|}} | |
− | + | | Villager Data | |
− | + | |colspan="2"| Villager Data | |
− | + | | Plains/None/1 | |
− | | | ||
− | |||
− | |- | ||
− | | | ||
− | |||
− | |||
− | |||
− | | | ||
− | |colspan="2"| | ||
− | | | ||
|} | |} | ||
− | === | + | === Husk === |
+ | |||
+ | {{Metadata inherit|Husk|inherits=Zombie}} | ||
+ | |||
+ | No additional metadata. | ||
+ | |||
+ | === Drowned === | ||
+ | |||
+ | {{Metadata inherit|Drowned|inherits=Zombie}} | ||
+ | |||
+ | No additional metadata. | ||
+ | |||
+ | === Zombified Piglin === | ||
+ | |||
+ | {{Metadata inherit|Zombified Piglinn|inherits=Zombie}} | ||
+ | |||
+ | No additional metadata. | ||
+ | |||
+ | === Enderman === | ||
− | + | {{Metadata inherit|Enderman|inherits=Monster}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,846: | Line 2,942: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | Opt BlockID |
− | |colspan="2"| | + | |colspan="2"| Carried block |
− | + | | Absent | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | Boolean |
− | |colspan="2"| | + | |colspan="2"| Is screaming |
− | | | + | | false |
|- | |- | ||
− | | | + | | {{Metadata id|}} |
| Boolean | | Boolean | ||
− | |colspan="2"| Is | + | |colspan="2"| Is staring |
| false | | false | ||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
− | === | + | === Ender Dragon === |
− | + | {{Metadata inherit|Ender Dragon|inherits=Mob}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,888: | Line 2,968: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
| VarInt | | VarInt | ||
− | |colspan="2"| | + | |colspan="2"| Dragon phase |
− | | | + | | 10 (hover) |
|} | |} | ||
− | === | + | Phases (according to {{Minecraft Wiki|Ender Dragon#Data_values|the wiki page on dragon data values}}) are: |
+ | |||
+ | * 0: circling | ||
+ | * 1: strafing (preparing to shoot a fireball) | ||
+ | * 2: flying to the portal to land (part of transition to landed state) | ||
+ | * 3: landing on the portal (part of transition to landed state) | ||
+ | * 4: taking off from the portal (part of transition out of landed state) | ||
+ | * 5: landed, performing breath attack | ||
+ | * 6: landed, looking for a player for breath attack | ||
+ | * 7: landed, roar before beginning breath attack | ||
+ | * 8: charging player | ||
+ | * 9: flying to portal to die | ||
+ | * 10: hovering with no AI (default when using the /summon command). | ||
+ | |||
+ | === Flying === | ||
+ | |||
+ | {{Metadata inherit|Flying|inherits=Mob}} | ||
+ | |||
+ | No additional metadata. | ||
+ | |||
+ | === Ghast === | ||
− | + | {{Metadata inherit|Ghast|inherits=Flying}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,904: | Line 3,004: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | Boolean |
− | |colspan="2"| | + | |colspan="2"| Is attacking |
− | | | + | | false |
|} | |} | ||
− | === | + | === Phantom === |
− | + | {{Metadata inherit|Phantom|inherits=Flying}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{| class="wikitable" | {| class="wikitable" | ||
Line 2,926: | Line 3,020: | ||
! Default | ! 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=Mob}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,946: | Line 3,038: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | VarInt |
− | + | |colspan="2"| Size | |
− | + | | 1 | |
− | | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | | ||
|} | |} | ||
− | === | + | === Llama Spit === |
+ | |||
+ | {{Metadata inherit|Llama Spit|inherits=Entity}} | ||
+ | |||
+ | === Abstract Minecart=== | ||
− | + | {{Metadata inherit|Abstract Minecart|inherits=Entity}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,969: | Line 3,058: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | VarInt |
− | |colspan="2"| | + | |colspan="2"| Shaking power |
− | | | + | | 0 |
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | VarInt |
− | |colspan="2"| | + | |colspan="2"| Shaking direction |
− | | | + | | 1 |
+ | |- | ||
+ | | {{Metadata id|}} | ||
+ | | Float | ||
+ | |colspan="2"| Shaking multiplier | ||
+ | | 0.0 | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
− | | | + | | VarInt |
− | |colspan="2"| | + | |colspan="2"| Custom block ID and damage |
| 0 | | 0 | ||
− | |- | + | |- |
− | | | + | | {{Metadata id|}} |
− | | | + | | VarInt |
− | | colspan="2"| | + | |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 | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | * | ||
− | |||
− | |||
− | |||
− | * | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=== Minecart === | === Minecart === | ||
− | + | {{Metadata inherit|Minecart|inherits=Abstract Minecart}} | |
− | |||
− | {| | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
No additional metadata. | No additional metadata. | ||
− | === | + | === Abstract Minecart Container === |
− | + | {{Metadata inherit|Abstract Minecart Container|inherits=Abstract Minecart}} | |
No additional metadata. | No additional metadata. | ||
− | === | + | === Minecart Hopper === |
− | + | {{Metadata inherit|Minecart Hopper|inherits=Abstract Minecart Container }} | |
No additional metadata. | No additional metadata. | ||
− | === | + | === Minecart Chest === |
− | + | {{Metadata inherit|Minecart Chest|inherits=Abstract Minecart Container }} | |
No additional metadata. | No additional metadata. | ||
− | === | + | === Minecart Furnace === |
− | + | {{Metadata inherit|Minecart Furnace|inherits=Abstract Minecart}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 3,514: | Line 3,133: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
| Boolean | | Boolean | ||
|colspan="2"| Has fuel | |colspan="2"| Has fuel | ||
Line 3,520: | Line 3,139: | ||
|} | |} | ||
− | === | + | === Minecart TNT === |
− | + | {{Metadata inherit|Minecart TNT|inherits=Abstract Minecart}} | |
No additional metadata. | No additional metadata. | ||
− | === | + | === Minecart Spawner === |
− | + | {{Metadata inherit|Minecart Spawner|inherits=Abstract Minecart}} | |
No additional metadata. | No additional metadata. | ||
− | === | + | === Minecart Command Block === |
− | + | {{Metadata inherit|Minecart Command Block|inherits=Abstract Minecart}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 3,542: | Line 3,161: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
| String | | String | ||
|colspan="2"| Command | |colspan="2"| Command | ||
| <code></code> | | <code></code> | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
| [[Chat]] | | [[Chat]] | ||
|colspan="2"| Last output | |colspan="2"| Last output | ||
Line 3,553: | Line 3,172: | ||
|} | |} | ||
− | === | + | === Primed Tnt === |
− | + | {{Metadata inherit|Primed Tnt|inherits=Entity}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 3,563: | Line 3,182: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id|}} |
| VarInt | | VarInt | ||
|colspan="2"| Fuse time | |colspan="2"| Fuse time |
Revision as of 20:49, 20 February 2021
Various Entities have different metadata fields and status codes.
These are the valid codes for Minecraft Java Edition 1.16.5; for upcoming changes for 1.17 snapshots, see Pre-release protocol#Entity Metadata.
Because this is always updated late, only valid for the latest version and not computer parseable, Bixilon wrote a generator and wrote the mappings for 1.8.9 by hand. See Mappings Generator. Also burger might help.
Contents
- 1 Mobs
- 2 Objects
- 3 Entity Metadata Format
- 3.1 Entity
- 3.2 Thrown Egg
- 3.3 Thrown Ender Pearl
- 3.4 Thrown Experience Bottle
- 3.5 Thrown Potion
- 3.6 Snowball
- 3.7 Eye of Ender
- 3.8 Falling Block
- 3.9 Area Effect Cloud
- 3.10 Fishing Hook
- 3.11 Abstract Arrow
- 3.12 Arrow
- 3.13 Spectral Arrow
- 3.14 Thrown Trident
- 3.15 Boat
- 3.16 End Crystal
- 3.17 Dragon Fireball
- 3.18 Small Fireball
- 3.19 Fireball
- 3.20 Wither Skull
- 3.21 Firework Rocket Entity
- 3.22 Item Frame
- 3.23 Item Entity
- 3.24 Living Entity
- 3.25 Player
- 3.26 Armor Stand
- 3.27 Mob
- 3.28 Ambient Creature
- 3.29 Bat
- 3.30 Pathfinder Mob
- 3.31 Water Animal
- 3.32 Squid
- 3.33 Dolphin
- 3.34 Abstract fish
- 3.35 Cod
- 3.36 Puffer fish
- 3.37 Salmon
- 3.38 Tropical fish
- 3.39 Ageable Mob
- 3.40 Animal
- 3.41 Abstract Horse
- 3.42 Horse
- 3.43 Zombie Horse
- 3.44 Skeleton Horse
- 3.45 Chested Horse
- 3.46 Donkey
- 3.47 Llama
- 3.48 Trader Llama
- 3.49 Mule
- 3.50 Bee
- 3.51 Fox
- 3.52 Ocelot
- 3.53 Panda
- 3.54 Pig
- 3.55 Rabbit
- 3.56 Turtle
- 3.57 Polar Bear
- 3.58 Chicken
- 3.59 Cow
- 3.60 Hoglin
- 3.61 Mooshroom
- 3.62 Sheep
- 3.63 Strider
- 3.64 Tameable Animal
- 3.65 Cat
- 3.66 Wolf
- 3.67 Parrot
- 3.68 Abstract Villager
- 3.69 Villager
- 3.70 Wandering Trader
- 3.71 Abstract Golem
- 3.72 Iron Golem
- 3.73 Snow Golem
- 3.74 Shulker
- 3.75 Monster
- 3.76 Base Piglin
- 3.77 Piglin
- 3.78 Piglin Brute
- 3.79 Blaze
- 3.80 Creeper
- 3.81 Endermite
- 3.82 Giant
- 3.83 Guardian
- 3.84 Elder Guardian
- 3.85 Silverfish
- 3.86 Raider
- 3.87 Abstract Illager
- 3.88 Vindicator
- 3.89 Pillager
- 3.90 Spellcaster Illager
- 3.91 Evoker
- 3.92 Illusioner
- 3.93 Ravager
- 3.94 Witch
- 3.95 Evoker Fangs
- 3.96 Vex
- 3.97 Abstract Skeleton
- 3.98 Skeleton
- 3.99 Wither Skeleton
- 3.100 Stray
- 3.101 Spider
- 3.102 Wither
- 3.103 Zoglin
- 3.104 Zombie
- 3.105 Zombie Villager
- 3.106 Husk
- 3.107 Drowned
- 3.108 Zombified Piglin
- 3.109 Enderman
- 3.110 Ender Dragon
- 3.111 Flying
- 3.112 Ghast
- 3.113 Phantom
- 3.114 Slime
- 3.115 Llama Spit
- 3.116 Abstract Minecart
- 3.117 Minecart
- 3.118 Abstract Minecart Container
- 3.119 Minecart Hopper
- 3.120 Minecart Chest
- 3.121 Minecart Furnace
- 3.122 Minecart TNT
- 3.123 Minecart Spawner
- 3.124 Minecart Command Block
- 3.125 Primed Tnt
Mobs
Mobs are spawned via Spawn Mob.
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:
- Paintings should be spawned using Spawn Painting
- XP orbs should be spawned using Spawn Experience Orb.
These entity IDs are up to date for 1.16.5. 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 Entity | 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 | Item Frame | 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 Chest | 0.98 | 0.7 | minecraft:chest_minecart
|
47 | Minecart Command Block | 0.98 | 0.7 | minecraft:commandblock_minecart
|
48 | Minecart Furnace | 0.98 | 0.7 | minecraft:furnace_minecart
|
49 | Minecart Hopper | 0.98 | 0.7 | minecraft:hopper_minecart
|
50 | Minecart Spawner | 0.98 | 0.7 | minecraft:spawner_minecart
|
51 | Minecart TNT | 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 | 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 | Spectral Arrow | 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 Expierience Bottle | 0.25 | 0.25 | minecraft:experience_bottle
|
87 | Thrown Potion | 0.25 | 0.25 | minecraft:potion
|
88 | Thrown 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 Hook | 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 Entity | 0.25 | 0.25 |
77 | Leash Knot | 0.375 | 0.5 |
78 | Armor Stand | 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 |
minecra |