Difference between revisions of "Entity metadata"

From wiki.vg
Jump to navigation Jump to search
(→‎Entity Metadata Format: The maximum string length here is 32767.)
 
(100 intermediate revisions by 29 users not shown)
Line 1: Line 1:
Various '''Entities''' have different metadata fields and [[Entity_statuses|status codes]].
+
Various '''Entities''' have different metadata fields and [[Entity statuses|status codes]].  
  
== Unmerged information ==
+
These are the valid codes for Minecraft Java Edition 1.20.2; for upcoming snapshots, see [[Pre-release protocol#Entity Metadata]].
<div style="background: repeating-linear-gradient(-55deg, #dff, #dff 10px, #fdf 10px, #fdf 20px); padding: 10px">
 
{{Warning2|Unmerged content from 1.14.4.  This needs to be merged eventually but I don't want to do it now.}}
 
  
{{Warning2|Entity metadata shifted in 19w08a; not all entities are copied here. All subclasses of entity had shift of 1; all subclasses of living had a second shift (2 total). All entities listed in the article have been updated, but there are ones not listed here. }}
+
Because this is always updated late, only valid for the latest version and not computer parseable, Bixilon wrote [https://gitlab.bixilon.de/bixilon/pixlyzer PixLyzer]. Burger [https://github.com/Pokechu22/Burger/tree/master burger] might help.
  
=== Entity Metadata Format ===
+
== Entities ==
  
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.
+
{{Warning2|These entity IDs are up to date for 1.20.2. Use [[Data Generators]] or [https://pokechu22.github.io/Burger/ Burger] to get older IDs. If using Burger just replace the version number to what you want to see.}}
 +
 
 +
Most entities are spawned via [[Protocol#Spawn Entity]], however, care should be taken for the following cases:
  
Entity Metadata is an array of entries, each of which looks like the following:
+
Entities marked in <span style="border: solid 1px black; background: #aaaaff; color: #aaaaff;">__</span> blue must be spawned in their own special ways:
 +
* <code>Experience Orb</code>, should be spawned using [[Protocol#Spawn_Experience_Orb|Spawn Experience Orb]]
  
{| class="wikitable"
+
Entities marked in <span style="border: solid 1px black; background: #ffaaaa; color: #ffaaaa;">__</span> red must not be spawned at all, as they're server-side only:
! Name
+
* <code>Marker</code>, more info can be found [https://minecraft.wiki/w/Marker here]
! 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"
 
{| class="wikitable"
! Value of Type field
+
|-
! [[Data types|Type]] of Value field
+
! Type
! Notes
+
! Name
|-
+
! bounding box x and z
| 0
+
! bounding box y
| Byte
+
! ID
|
+
|-
|-
+
| 0
| 1
+
| Allay
| VarInt
+
| 0.35
|
+
| 0.6
|-
+
| <code>minecraft:allay</code>
| 2
+
|-
| Float
+
| 1
|
+
| Area Effect Cloud
|-
+
| 2.0 * Radius
| 3
+
| 0.5
| String
+
| <code>minecraft:area_effect_cloud</code>
|
+
|-
|-
+
| 2
| 4
+
| Armor Stand
| [[Chat]]
+
| normal: 0.5 marker: 0.0 small: 0.25
|
+
| normal: 1.975 marker: 0.0 small: 0.9875
|-
+
| <code>minecraft:armor_stand</code>
| 5
+
|-
| OptChat (Boolean + Optional [[Chat]])
+
| 3
| [[Chat]] is present if the Boolean is set to true
+
| Arrow
|-
+
| 0.5
| 6
+
| 0.5
| [[Slot]]
+
| <code>minecraft:arrow</code>
|
+
|-
|-
+
| 4
| 7
+
| Axolotl
| Boolean
+
| 0.75
|
+
| 0.42
|-
+
| <code>minecraft:axolotl</code>
| 8
+
|-
| Rotation
+
| 5
| 3 floats: rotation on x, rotation on y, rotation on z
+
| Bat
|-
+
| 0.5
| 9
+
| 0.9
| [[Data Types#Position|Position]]
+
| <code>minecraft:bat</code>
|
+
|-
|-
+
| 6
| 10
+
| Bee
| OptPosition (Boolean + Optional Position)
+
| 0.7
| Position is present if the Boolean is set to true
+
| 0.6
|-
+
| <code>minecraft:bee</code>
| 11
+
|-
| Direction (VarInt)
+
| 7
| (Down = 0, Up = 1, North = 2, South = 3, West = 4, East = 5)
+
| Blaze
|-
+
| 0.6
| 12
+
| 1.8
| OptUUID (Boolean + Optional UUID)
+
| <code>minecraft:blaze</code>
| UUID is present if the Boolean is set to true
+
|-
|-
+
| 8
| 13
+
| Block Display
| OptBlockID (VarInt)
+
| 0.0
| 0 for absent otherwise, <code><nowiki>id &lt;&lt; 4 | data</nowiki></code>
+
| 0.0
|-
+
| <code>minecraft:block_display</code>
| 14
+
|-
| [[NBT]]
+
| 9
|
+
| Boat
|-
+
| 1.375
| 15
+
| 0.5625
| [[Data Types#Particle|Particle]]
+
| <code>minecraft:boat</code>
|
+
|-
|- {{Added}}
+
| 10
| 16
+
| Camel
| Villager Data
+
| 1.7
| 3 VarInts: villager type, villager profession, level
+
| 2.375
|- {{Added}}
+
| <code>minecraft:camel</code>
| 17
+
|-
| OptVarInt
+
| 11
| 0 for absent; 1 + actual value otherwise.  Used for entity IDs.
+
| Cat
|- {{Added}}
+
| 0.6
| 18
+
| 0.7
| Pose
+
| <code>minecraft:cat</code>
| A VarInt enum: 0: STANDING, 1: FALL_FLYING, 2: SLEEPING, 3: SWIMMING, 4: SPIN_ATTACK, 5: SNEAKING, 6: DYING
+
|-
|}
+
| 12
 
+
| Cave Spider
Villager type (<code>minecraft:villager_type</code> registry):
+
| 0.7
 
+
| 0.5
{| class="wikitable"
+
| <code>minecraft:cave_spider</code>
! Name !! ID
+
|-
|-
+
| 13
| <code>minecraft:desert</code> || 0
+
| Chest Boat
|-
+
| 1.375
| <code>minecraft:jungle</code> || 1
+
| 0.5625
|-
+
| <code>minecraft:chest_boat</code>
| <code>minecraft:plains</code> || 2
+
|-
|-
+
| 14
| <code>minecraft:savanna</code> || 3
+
| Chest Minecart
|-
+
| 0.98
| <code>minecraft:snow</code> || 4
+
| 0.7
|-
+
| <code>minecraft:chest_minecart</code>
| <code>minecraft:swamp</code> || 5
+
|-
|-
+
| 15
| <code>minecraft:taiga</code> || 6
+
| Chicken
|}
+
| 0.4
 
+
| 0.7
Villager professions (<code>minecraft:villager_profession</code> registry):
+
| <code>minecraft:chicken</code>
 
+
|-
{| class="wikitable"
+
| 16
! Name !! ID
+
| Cod
|-
+
| 0.5
| <code>minecraft:none</code> || 0
+
| 0.3
|-
+
| <code>minecraft:cod</code>
| <code>minecraft:armorer</code> || 1
+
|-
|-
+
| 17
| <code>minecraft:butcher</code> || 2
+
| Command Block Minecart
|-
+
| 0.98
| <code>minecraft:cartographer</code> || 3
+
| 0.7
|-
+
| <code>minecraft:command_block_minecart</code>
| <code>minecraft:cleric</code> || 4
+
|-
|-
+
| 18
| <code>minecraft:farmer</code> || 5
+
| Cow
|-
+
| 0.9
| <code>minecraft:fisherman</code> || 6
+
| 1.4
|-
+
| <code>minecraft:cow</code>
| <code>minecraft:fletcher</code> || 7
+
|-
|-
+
| 19
| <code>minecraft:leatherworker</code> || 8
+
| Creeper
|-
+
| 0.6
| <code>minecraft:librarian</code> || 9
+
| 1.7
|-
+
| <code>minecraft:creeper</code>
| <code>minecraft:mason</code> || 10
+
|-
|-
+
| 20
| <code>minecraft:nitwit</code> || 11
+
| Dolphin
|-
+
| 0.9
| <code>minecraft:shepherd</code> || 12
+
| 0.6
|-
+
| <code>minecraft:dolphin</code>
| <code>minecraft:toolsmith</code> || 13
+
|-
|-
+
| 21
| <code>minecraft:weaponsmith</code> || 14
+
| Donkey
|}
+
| 1.3964844
 
+
| 1.5
=== Mobs ===
+
| <code>minecraft:donkey</code>
 
+
|-
Entity IDs have shifted with the addition of some new mobs.
+
| 22
 
+
| Dragon Fireball
=== Entity ===
+
| 1.0
 
+
| 1.0
The base class.
+
| <code>minecraft:dragon_fireball</code>
 
+
|-
{| class="wikitable"
+
| 23
! Index
+
| Drowned
! Type
+
| 0.6
!style="width: 250px;" colspan="2"| Meaning
+
| 1.95
! Default
+
| <code>minecraft:drowned</code>
|-
+
|-
|rowspan="9"| 0
+
| 24
|rowspan="9"| Byte
+
| Egg
! Bit mask
+
| 0.25
! Meaning
+
| 0.25
|rowspan="9"| 0
+
| <code>minecraft:egg</code>
|-
+
|-
| 0x01
+
| 25
| On Fire
+
| Elder Guardian
|-
+
| 1.9975 (2.35 * guardian)
| 0x02
+
| 1.9975 (2.35 * guardian)
| Crouched
+
| <code>minecraft:elder_guardian</code>
|-
+
|-
| 0x04
+
| 26
| Unused (previously riding)
+
| End Crystal
|-
+
| 2.0
| 0x08
+
| 2.0
| Sprinting
+
| <code>minecraft:end_crystal</code>
|-
+
|-
| 0x10
+
| 27
| Swimming
+
| Ender Dragon
|-
+
| 16.0
| 0x20
+
| 8.0
| Invisible
+
| <code>minecraft:ender_dragon</code>
|-
+
|-
| 0x40
+
| 28
| Glowing effect
+
| Ender Pearl
|-
+
| 0.25
| 0x80
+
| 0.25
| Flying with {{Minecraft Wiki|elytra}}
+
| <code>minecraft:ender_pearl</code>
|-
+
|-
| 1
+
| 29
| VarInt
+
| Enderman
|colspan="2"| Air
+
| 0.6
| 300
+
| 2.9
|-
+
| <code>minecraft:enderman</code>
| 2
+
|-
| OptChat
+
| 30
|colspan="2"| Custom name
+
| Endermite
| empty
+
| 0.4
|-
+
| 0.3
| 3
+
| <code>minecraft:endermite</code>
| Boolean
+
|-
|colspan="2"| Is custom name visible
+
| 31
| false
+
| Evoker
|-
+
| 0.6
| 4
+
| 1.95
| Boolean
+
| <code>minecraft:evoker</code>
|colspan="2"| Is silent
+
|-
| false
+
| 32
|-
+
| Evoker Fangs
| 5
+
| 0.5
| Boolean
+
| 0.8
|colspan="2"| No gravity
+
| <code>minecraft:evoker_fangs</code>
| false
+
|-
|- {{Added}}
+
| 33
| 6
+
| Experience Bottle
| Pose
+
| 0.25
|colspan="2"| Pose
+
| 0.25
| STANDING
+
| <code>minecraft:experience_bottle</code>
|}
+
|- style="background: #aaaaff;"
 
+
| 34
=== Itemed Throwable ===
+
| Experience Orb
 
+
| 0.5
Extends [[#Throwable|Throwable]].
+
| 0.5
 
+
| <code>minecraft:experience_orb</code>
Used for all things that previously extended throwable other than potions, which already had an item.
+
|-
 
+
| 35
{| class="wikitable" {{added}}
+
| Eye Of Ender
! Index
+
| 0.25
! Type
+
| 0.25
!style="width: 250px;" colspan="2"| Meaning
+
| <code>minecraft:eye_of_ender</code>
! Default
+
|-
|-
+
| 36
| 7
+
| Falling Block
| Slot
+
| 0.98
|colspan="2"| Item
+
| 0.98
| empty (which behaves as if it were a specific item, depending on the subclass)
+
| <code>minecraft:falling_block</code>
|}
+
|-
 
+
| 37
=== Egg ===
+
| Firework Rocket
 
+
| 0.25
Extends [[#Itemed_Throwable|Itemed Throwable]].
+
| 0.25
 
+
| <code>minecraft:firework_rocket</code>
No additional metadata.
+
|-
 
+
| 38
An empty item behaves as if the item were a <code>minecraft:egg</code>.
+
| Fox
 
+
| 0.6
=== Ender Pearl ===
+
| 0.7
 
+
| <code>minecraft:fox</code>
Extends [[#Itemed_Throwable|Itemed Throwable]].
+
|-
 
+
| 39
No additional metadata.
+
| Frog
 
+
| 0.5
An empty item behaves as if the item were a <code>minecraft:ender_pearl</code>.
+
| 0.5
 
+
| <code>minecraft:frog</code>
=== Experience Bottle ===
+
|-
 
+
| 40
Extends [[#Itemed_Throwable|Itemed Throwable]].
+
| Furnace Minecart
 
+
| 0.98
No additional metadata.
+
| 0.7
 
+
| <code>minecraft:furnace_minecart</code>
<code>minecraft:experience_bottle</code>
+
|-
 
+
| 41
=== Snowball ===
+
| Ghast
 
+
| 4.0
Extends [[#Itemed_Throwable|Itemed Throwable]].
+
| 4.0
 
+
| <code>minecraft:ghast</code>
No additional metadata.
+
|-
 
+
| 42
<code>minecraft:snowball</code>
+
| Giant
 
+
| 3.6
=== Eye of Ender ===
+
| 12.0
 
+
| <code>minecraft:giant</code>
Extends [[#Entity|Entity]].
+
|-
 
+
| 43
{| class="wikitable" {{added}}
+
| Glow Item Frame
! Index
+
| 0.75 or 0.0625 (depth)
! Type
+
| 0.75
!style="width: 250px;" colspan="2"| Meaning
+
| <code>minecraft:glow_item_frame</code>
! Default
+
|-
|-
+
| 44
| 7
+
| Glow Squid
| Slot
+
| 0.8
|colspan="2"| Item
+
| 0.8
| empty (which behaves as if it were a <code>minecraft:ender_eye</code>)
+
| <code>minecraft:glow_squid</code>
|}
+
|-
 
+
| 45
=== Arrow ===
+
| Goat
 
+
| 1.3
Extends [[#Entity|Entity]].
+
| 0.9
 
+
| <code>minecraft:goat</code>
Abstract base class for [[#TippedArrow|TippedArrow]] (which is used for regular arrows as well as tipped ones) and Spectral Arrow.
+
|-
 
+
| 46
{| class="wikitable"
+
| Guardian
! Index
+
| 0.85
! Type
+
| 0.85
!style="width: 250px;" colspan="2"| Meaning
+
| <code>minecraft:guardian</code>
! Default
+
|-
|-
+
| 47
| rowspan="3" | {{change|6|7}}
+
| Hoglin
| rowspan="3" | Byte
+
| 1.3964844
! Bit mask
+
| 1.4
! Meaning
+
| <code>minecraft:hoglin</code>
| rowspan="3" | 0
+
|-
|-
+
| 48
| 0x01
+
| Hopper Minecart
| Is critical
+
| 0.98
|-
+
| 0.7
| 0x02
+
| <code>minecraft:hopper_minecart</code>
| Is noclip (used by loyalty tridents when returning)
+
|-
|-
+
| 49
| {{change|7|8}}
+
| Horse
| OptUUID
+
| 1.3964844
|colspan="2"| Shooter UUID
+
| 1.6
| Empty
+
| <code>minecraft:horse</code>
|- {{added}}
+
|-
| 9
+
| 50
| Byte
+
| Husk
|colspan="2"| Piercing level
+
| 0.6
| 0
+
| 1.95
|}
+
| <code>minecraft:husk</code>
 
+
|-
=== TippedArrow ===
+
| 51
 
+
| Illusioner
Extends [[#Arrow|Arrow]].
+
| 0.6
 
+
| 1.95
Used for both tipped and regular arrows.  If not tipped, then color is set to -1 and no tipped arrow particles are used.
+
| <code>minecraft:illusioner</code>
 
+
|-
{| class="wikitable"
+
| 52
! Index
+
| Interaction
! Type
+
| 0.0
!style="width: 250px;" colspan="2"| Meaning
+
| 0.0
! Default
+
| <code>minecraft:interaction</code>
|-
+
|-
| {{change|8|10}}
+
| 53
| VarInt
+
| Iron Golem
|colspan="2"| Color (-1 for no particles)
+
| 1.4
| -1
+
| 2.7
|}
+
| <code>minecraft:iron_golem</code>
 
+
|-
=== Trident ===
+
| 54
 
+
| Item
Extends [[#Arrow|Arrow]].
+
| 0.25
 
+
| 0.25
{| class="wikitable"
+
| <code>minecraft:item</code>
! Index
+
|-
! Type
+
| 55
!style="width: 250px;" colspan="2"| Meaning
+
| Item Display
! Default
+
| 0.0
|-
+
| 0.0
| {{change|8|10}}
+
| <code>minecraft:item_display</code>
| VarInt
+
|-
|colspan="2"| Loyalty level (enchantment)
+
| 56
| 0
+
| Item Frame
|}
+
| 0.75 or 0.0625 (depth)
 
+
| 0.75
=== Itemed Fireball ===
+
| <code>minecraft:item_frame</code>
 
+
|-
Extends [[#Entity|Entity]].
+
| 57
 
+
| Fireball
Used for regular and small fireballs.  Not used for dragon fireballs and wither skulls. Interestingly, regular fireballs do not come from an item.
+
| 1.0
 
+
| 1.0
{| class="wikitable" {{added}}
+
| <code>minecraft:fireball</code>
! Index
+
|-
! Type
+
| 58
!style="width: 250px;" colspan="2"| Meaning
+
| Leash Knot
! Default
+
| 0.375
|-
+
| 0.5
| 7
+
| <code>minecraft:leash_knot</code>
| Slot
+
|-
|colspan="2"| Item
+
| 59
| empty (which behaves as if it were a <code>minecraft:fire_charge</code>)
+
| Lightning Bolt
|}
+
| 0.0
 
+
| 0.0
=== Fireball ===
+
| <code>minecraft:lightning_bolt</code>
 
+
|-
Extends {{change|[[#Abstract Fireball|Abstract Fireball]]|[[#Itemed Fireball|Itemed Fireball]]}}.  This is the large fireball shot by ghasts.
+
| 60
 
+
| Llama
No additional metadata.
+
| 0.9
 
+
| 1.87
=== Small Fireball ===
+
| <code>minecraft:llama</code>
 
+
|-
Extends {{change|[[#Abstract Fireball|Abstract Fireball]]|[[#Itemed Fireball|Itemed Fireball]]}}.  This is the fireball shot by blazes and dispensers with fire charges.
+
| 61
 
+
| Llama Spit
No additional metadata.
+
| 0.25
 
+
| 0.25
=== Fireworks ===
+
| <code>minecraft:llama_spit</code>
 
+
|-
Extends [[#Entity|Entity]].
+
| 62
 
+
| Magma Cube
{| class="wikitable"
+
| 0.5202 * size
! Index
+
| 0.5202 * size
! Type
+
| <code>minecraft:magma_cube</code>
!style="width: 250px;" colspan="2"| Meaning
+
|- style="background: #ffaaaa;"
! Default
+
| 63
|-
+
| Marker
| {{change|6|7}}
+
| 0.0
| [[Slot]]
+
| 0.0
|colspan="2"| Firework info
+
| <code>minecraft:marker</code>
| empty
+
|-
|-
+
| 64
| {{change|7|8}}
+
| Minecart
| {{Change|VarInt|OptVarInt}}
+
| 0.98
|colspan="2"| Entity ID of entity which used firework (for elytra boosting)
+
| 0.7
| 0
+
| <code>minecraft:minecart</code>
|- {{Added}}
+
|-
| 9
+
| 65
| Boolean
+
| Mooshroom
|colspan="2"| Shot at angle (from a crossbow)
+
| 0.9
| false
+
| 1.4
|}
+
| <code>minecraft:mooshroom</code>
 
+
|-
=== Living ===
+
| 66
 
+
| Mule
Extends [[#Entity|Entity]].
+
| 1.3964844
 
+
| 1.6
{| class="wikitable"
+
| <code>minecraft:mule</code>
! Index
+
|-
! Type
+
| 67
!style="width: 250px;" colspan="2"| Meaning
+
| Ocelot
! Default
+
| 0.6
|-
+
| 0.7
|rowspan="5"| {{change|6|7}}
+
| <code>minecraft:ocelot</code>
|rowspan="5"| Byte
+
|-
|colspan="2"| Hand states, used to trigger blocking/eating/drinking animation.
+
| 68
|rowspan="5"| 0
+
| Painting
|-
+
| type width or 0.0625 (depth)
! Bit mask
+
| type height
! Meaning
+
| <code>minecraft:painting</code>
|-
+
|-
| 0x01
+
| 69
| Is hand active
+
| Panda
|-
+
| 1.3
| 0x02
+
| 1.25
| Active hand (0 = main hand, 1 = offhand)
+
| <code>minecraft:panda</code>
|-
+
|-
| 0x04
+
| 70
| In riptide spin attack
+
| Parrot
|-
+
| 0.5
| {{change|7|8}}
+
| 0.9
| Float
+
| <code>minecraft:parrot</code>
|colspan="2"| Health
+
|-
| 1.0
+
| 71
|-
+
| Phantom
| {{change|8|9}}
+
| 0.9
| VarInt
+
| 0.5
|colspan="2"| Potion effect color (or 0 if there is no effect)
+
| <code>minecraft:phantom</code>
| 0
+
|-
|-
+
| 72
| {{change|9|10}}
+
| Pig
| Boolean
+
| 0.9
|colspan="2"| Is potion effect ambient: reduces the number of particles generated by potions to 1/5 the normal amount
+
| 0.9
| false
+
| <code>minecraft:pig</code>
|-
+
|-
| {{change|10|11}}
+
| 73
| VarInt
+
| Piglin
|colspan="2"| Number of arrows in entity
+
| 0.6
| 0
+
| 1.95
|- {{Added}}
+
| <code>minecraft:piglin</code>
| 12
+
|-
| OptBlockPos
+
| 74
|colspan="2"| Unknown (Bed location?)
+
| Piglin Brute
| Absent
+
| 0.6
|}
+
| 1.95
 
+
| <code>minecraft:piglin_brute</code>
=== Panda ===
+
|-
 
+
| 75
Extends [[#Animal|Animal]].
+
| Pillager
 
+
| 0.6
{| class="wikitable" {{added}}
+
| 1.95
! Index
+
| <code>minecraft:pillager</code>
! Type
+
|-
!style="width: 250px;" colspan="2"| Meaning
+
| 76
! Default
+
| Polar Bear
|-
+
| 1.4
| 15
+
| 1.4
| Integer
+
| <code>minecraft:polar_bear</code>
|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
+
| 77
|-
+
| Potion
| 16
+
| 0.25
| Integer
+
| 0.25
|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).
+
| <code>minecraft:potion</code>
| 0
+
|-
|-
+
| 78
| 17
+
| Pufferfish
| Integer
+
| 0.7
|colspan="2"| Eat timer.  If nonzero, counts upwards.
+
| 0.7
| 0
+
| <code>minecraft:pufferfish</code>
|-
+
|-
| 18
+
| 79
| Byte
+
| Rabbit
|colspan="2"| Main Gene
+
| 0.4
| 0
+
| 0.5
|-
+
| <code>minecraft:rabbit</code>
| 19
+
|-
| Byte
+
| 80
|colspan="2"| Hidden Gene
+
| Ravager
| 0
+
| 1.95
|-
+
| 2.2
|rowspan="6"| 20
+
| <code>minecraft:ravager</code>
|rowspan="6"| Byte
+
|-
! Bit mask
+
| 81
! Meaning
+
| Salmon
|rowspan="6"| 0
+
| 0.7
|-
+
| 0.4
| 0x01
+
| <code>minecraft:salmon</code>
| Unused
+
|-
|-
+
| 82
| 0x02
+
| Sheep
| Is sneezing
+
| 0.9
|-
+
| 1.3
| 0x04
+
| <code>minecraft:sheep</code>
| Is eating
+
|-
|-
+
| 83
| 0x08
+
| Shulker
| Unknown
+
| 1.0
|-
+
| 1.0-2.0 (depending on peek)
| 0x10
+
| <code>minecraft:shulker</code>
| Unknown
+
|-
|}
+
| 84
 
+
| Shulker Bullet
=== Fox ===
+
| 0.3125
 
+
| 0.3125
Extends [[#Animal|Animal]].
+
| <code>minecraft:shulker_bullet</code>
 
+
|-
{| class="wikitable" {{added}}
+
| 85
! Index
+
| Silverfish
! Type
+
| 0.4
!style="width: 250px;" colspan="2"| Meaning
+
| 0.3
! Default
+
| <code>minecraft:silverfish</code>
|-
+
|-
| 15
+
| 86
| VarInt
+
| Skeleton
| colspan="2" | Type (0: red, 1: snow)
+
| 0.6
| 0 (red)
+
| 1.99
|-
+
| <code>minecraft:skeleton</code>
| rowspan="9" | 16
+
|-
| rowspan="9" | Byte
+
| 87
! Bit mask
+
| Skeleton Horse
! Meaning
+
| 1.3964844
| rowspan="9" | 0
+
| 1.6
|-
+
| <code>minecraft:skeleton_horse</code>
| 0x01 || Sitting
+
|-
|-
+
| 88
| 0x02 || ''Unused''
+
| Slime
|-
+
| 0.5202 * size
| 0x04 || Crouching
+
| 0.5202 * size
|-
+
| <code>minecraft:slime</code>
| 0x08 || Unknown
+
|-
|-
+
| 89
| 0x10 || Unknown
+
| Small Fireball
|-
+
| 0.3125
| 0x20 || Sleeping
+
| 0.3125
|-
+
| <code>minecraft:small_fireball</code>
| 0x40 || Unknown
+
|-
|-
+
| 90
| 0x80 || Unknown
+
| Sniffer
|-
+
| 1.9
| 17
+
| 1.75
| OptUUID
+
| <code>minecraft:sniffer</code>
| colspan="2" | First UUID (in <code>UUIDs</code> NBT)?
+
|-
| Absent
+
| 91
|-
+
| Snow Golem
| 18
+
| 0.7
| OptUUID
+
| 1.9
| colspan="2" | Second UUID (in <code>UUIDs</code> NBT)?
+
| <code>minecraft:snow_golem</code>
| Absent
+
|-
|}
+
| 92
 
+
| Snowball
=== Mooshroom ===
+
| 0.25
 
+
| 0.25
Extends [[#Cow|Cow]].
+
| <code>minecraft:snowball</code>
 
+
|-
{{change|No additional metadata.}}
+
| 93
 
+
| Spawner Minecart
{| class="wikitable" {{added}}
+
| 0.98
! Index
+
| 0.7
! Type
+
| <code>minecraft:spawner_minecart</code>
!style="width: 250px;" colspan="2"| Meaning
+
|-
! Default
+
| 94
|-
+
| Spectral Arrow
| 15
+
| 0.5
| String
+
| 0.5
| colspan="2"| Variant ("red" or "brown")
+
| <code>minecraft:spectral_arrow</code>
| red
+
|-
|}
+
| 95
 
+
| Spider
=== Raid Participant ===
+
| 1.4
 
+
| 0.9
{{change||Extends [[#Monster|Monster]].}}
+
| <code>minecraft:spider</code>
 
+
|-
{| class="wikitable" {{added}}
+
| 96
! Index
+
| Squid
! Type
+
| 0.8
!style="width: 250px;" colspan="2"| Meaning
+
| 0.8
! Default
+
| <code>minecraft:squid</code>
|-
+
|-
| 14
+
| 97
| boolean
+
| Stray
| colspan="2"| Is celebrating
+
| 0.6
| false
+
| 1.99
|}
+
| <code>minecraft:stray</code>
 
+
|-
"Is celebrating" appears to control the pose for vindicators and does not appear to be used by other types.
+
| 98
 
+
| Strider
=== Abstract Illager ===
+
| 0.9
 
+
| 1.7
Extends {{change|[[#Monster|Monster]]|[[#Raid Participant|Raid Participant]]}}.
+
| <code>minecraft:strider</code>
 
+
|-
{| class="wikitable" {{removed}}
+
| 99
! Index
+
| Tadpole
! Type
+
| 0.4
!style="width: 250px;" colspan="2"| Meaning
+
| 0.3
! Default
+
| <code>minecraft:tadpole</code>
|-
+
|-
|rowspan="2"| 12
+
| 100
|rowspan="2"| Byte
+
| Text Display
! Bit mask
+
| 0.0
! Meaning
+
| 0.0
|rowspan="2"| 0
+
| <code>minecraft:text_display</code>
|-
+
|-
| 0x01
+
| 101
| Has target (aggressive state)
+
| Tnt
|}
+
| 0.98
 
+
| 0.98
{{Change||Replaced with pose (presumably?)}}
+
| <code>minecraft:tnt</code>
 
+
|-
=== Spellcaster Illager ===
+
| 102
 
+
| Tnt Minecart
Extends [[#Abstract Illager|Abstract Illlager]].
+
| 0.98
 
+
| 0.7
{| class="wikitable"
+
| <code>minecraft:tnt_minecart</code>
! Index
+
|-
! Type
+
| 103
!style="width: 250px;" colspan="2"| Meaning
+
| Trader Llama
! Default
+
| 0.9
|-
+
| 1.87
| {{change|13|15}}
+
| <code>minecraft:trader_llama</code>
| Byte
+
|-
| colspan="2"| Spell (0: none, 1: summon vex, 2: attack, 3: wololo, 4: disappear, 5: blindness)
+
| 104
| 0
+
| Trident
|}
+
| 0.5
 
+
| 0.5
=== {{change|EvocationIllager|Evoker}} ===
+
| <code>minecraft:trident</code>
 
+
|-
Extends [[#Spellcaster Illager|Spellcaster Illager]].
+
| 105
 
+
| Tropical Fish
=== {{change|IllusionIllager|Illusioner}} ===
+
| 0.5
 
+
| 0.4
Extends [[#Spellcaster Illager|Spellcaster Illager]].
+
| <code>minecraft:tropical_fish</code>
 
+
|-
=== Pillager ===
+
| 106
 
+
| Turtle
Extends [[#Abstract Illager|Abstract Illlager]].
+
| 1.2
 
+
| 0.4
{| class="wikitable" {{added}}
+
| <code>minecraft:turtle</code>
! Index
+
|-
! Type
+
| 107
!style="width: 250px;" colspan="2"| Meaning
+
| Vex
! Default
+
| 0.4
|-
+
| 0.8
| 15
+
| <code>minecraft:vex</code>
| Boolean
+
|-
| colspan="2"| Using crossbow
+
| 108
| false
+
| Villager
|}
+
| 0.6
 
+
| 1.95
=== {{change|VindicationIllager|Vindicator}} ===
+
| <code>minecraft:villager</code>
 
+
|-
Extends [[#Abstract Illager|Abstract Illager]].
+
| 109
 
+
| Vindicator
=== Ravager ===
+
| 0.6
 
+
| 1.95
Extends [[#Raid Participant|Raid Participant]]
+
| <code>minecraft:vindicator</code>
 
+
|-
No additional metadata.
+
| 110
 
+
| Wandering Trader
{| class="wikitable" {{added}}
+
| 0.6
! Status
+
| 1.95
!colspan="2"| Description
+
| <code>minecraft:wandering_trader</code>
|-
+
|-
| 4
+
| 111
|colspan="2"| Starts the attack animation.
+
| Warden
|-
+
| 0.9
| 39
+
| 2.9
|colspan="2"| Starts the stun animation.
+
| <code>minecraft:warden</code>
|}
+
|-
 
+
| 112
=== Witch ===
+
| Witch
 
+
| 0.6
Extends {{change|[[#Monster|Monster]]|[[#Raid Participant|Raid Participant]]}}.
+
| 1.95
 
+
| <code>minecraft:witch</code>
{| class="wikitable"
+
|-
! Index
+
| 113
! Type
+
| Wither
!style="width: 250px;" colspan="2"| Meaning
+
| 0.9
! Default
+
| 3.5
|-
+
| <code>minecraft:wither</code>
| {{change|12|15}}
+
|-
| Boolean
+
| 114
|colspan="2"| Is drinking potion
+
| Wither Skeleton
| false
+
| 0.7
|}
+
| 2.4
 
+
| <code>minecraft:wither_skeleton</code>
=== AbstractSkeleton ===
+
|-
 
+
| 115
Extends [[#Monster|Monster]].
+
| Wither Skull
 
+
| 0.3125
{| class="wikitable" {{removed}}
+
| 0.3125
! Index
+
| <code>minecraft:wither_skull</code>
! Type
+
|-
!style="width: 250px;" colspan="2"| Meaning
+
| 116
! Default
+
| Wolf
|-
+
| 0.6
| {{change|12|14}}
+
| 0.85
| Boolean
+
| <code>minecraft:wolf</code>
|colspan="2"| Is swinging arms
+
|-
| false
+
| 117
|}
+
| Zoglin
 
+
| 1.3964844
{{Change||Replaced with pose (presumably?)}}
+
| 1.4
 
+
| <code>minecraft:zoglin</code>
=== Zombie ===
+
|-
 
+
| 118
Extends [[#Monster|Monster]].
+
| Zombie
 
+
| 0.6
{| class="wikitable"
+
| 1.95
! Index
+
| <code>minecraft:zombie</code>
! Type
+
|-
!style="width: 250px;" colspan="2"| Meaning
+
| 119
! Default
+
| Zombie Horse
|-
+
| 1.3964844
| {{change|12|14}}
+
| 1.6
| Boolean
+
| <code>minecraft:zombie_horse</code>
|colspan="2"| Is baby
+
|-
| false
+
| 120
|-
+
| Zombie Villager
| {{change|13|15}}
+
| 0.6
| VarInt
+
| 1.95
|colspan="2"| Unused (previously type)
+
| <code>minecraft:zombie_villager</code>
| 0
+
|-
|- {{removed}}
+
| 121
| 14
+
| Zombified Piglin
| Boolean
+
| 0.6
|colspan="2"| Are hands held up
+
| 1.95
| false
+
| <code>minecraft:zombified_piglin</code>
|-
+
|-
| {{change|15|16}}
+
| 122
| Boolean
+
| Player
|colspan="2"| Is becoming a drowned
+
| 0.6
| false
+
| 1.8
|}
+
| <code>minecraft:player</code>
 
+
|-
{{Change||Replaced with pose (presumably?)}}
+
| 123
 
+
| Fishing Bobber
=== Zombie Villager ===
+
| 0.25
 
+
| 0.25
Extends [[#Zombie|Zombie]].
+
| <code>minecraft:fishing_bobber</code>
 
+
|}
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| {{change|16|17}}
 
| Boolean
 
|colspan="2"| Is converting
 
| false
 
|-  
 
| {{change|17|18}}
 
| {{Change|VarInt|Villager Data}}
 
|colspan="2"| {{Change|Profession|Villager Data}}
 
| {{change|0|Plains/None/1}}
 
|}
 
 
 
 
 
=== Ocelot ===
 
 
 
Extends {{change|[[#TameableAnimal|TameableAnimal]]|[[#Ageable|Ageable]]}}.
 
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|- {{removed}}
 
| 15
 
| VarInt
 
|colspan="2"| Type (0 = untamed, 1 = tuxedo, 2 = tabby, 3 = siamese).  Used to render regardless as to whether it is tamed or not.
 
| 0
 
|- {{added}}
 
| 15
 
| Boolean
 
|colspan="2"| Is trusting
 
| false
 
|}
 
 
 
{| class="wikitable" {{added}}
 
! Status
 
!colspan="2"| Description
 
|-
 
| 40
 
|colspan="2"| Spawn smoke particles (trust gaining failed)
 
|-
 
| 41
 
|colspan="2"| Spawn heart particles (trust gaining succeeded)
 
|}
 
 
 
=== Cat ===
 
 
 
Extends [[#TameableAnimal|TameableAnimal]].
 
 
 
{| class="wikitable" {{added}}
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| 17
 
| VarInt
 
|colspan="2"| Type (0 = tabby, 1 = black, 2 = red, 3 = siamese, 4 = british_shorthair, 5 = calico, 6 = persian, 7 = ragdoll, 8 = white, 9 = all_black)
 
| 1
 
|-
 
| 18
 
| Boolean
 
|colspan="2"| Unknown
 
| false
 
|-
 
| 19
 
| Boolean
 
|colspan="2"| Unknown
 
| false
 
|-
 
| 20
 
| VarInt
 
|colspan="2"| Collar color (values are those {{Minecraft Wiki|Data_values#Dyes|used with dyes}})
 
| 14 (Red)
 
|}
 
 
 
=== Horse ===
 
 
 
Extends [[#AbstractHorse|AbstractHorse]].
 
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| {{change|15|17}}
 
| VarInt
 
|colspan="2"| Variant (Color & Style)
 
| 0
 
|- {{removed}}
 
| 16
 
| VarInt
 
|colspan="2"| Armor (0: none, 1: iron, 2: gold, 3: diamond)
 
| 0 (none)
 
|- {{removed}}
 
| 17
 
| [[Slot]]
 
|colspan="2"| Armor Item (Forge only)
 
| Empty
 
|}
 
 
 
{{change||Replaced with [[#Entity Equipment|Entity Equipment]] packet. (Uses chestplate slot)}}
 
 
 
=== Trader Llama ===
 
  
Extends [[#Llama|Llama]].
+
== Entity Metadata Format ==
  
No additional metadata.
+
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.
  
=== Abstract Merchant ===
+
Entity Metadata is an array of entries, each of which looks like the following:
  
Extends [[#Ageable|Ageable]].
+
{| class="wikitable"
 
+
  ! Name
{| class="wikitable" {{added}}
 
  ! Index
 
 
  ! Type
 
  ! Type
  !style="width: 250px;" colspan="2"| Meaning
+
  ! Meaning
! Default
 
 
  |-
 
  |-
  | 15
+
  | Index
  | VarInt
+
  | {{Type|Unsigned Byte}}
  |colspan="2"| Head shake timer (starts at 40, decrements each tick)
+
| 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.
  | 0
+
|-
 +
| Type
 +
| {{Type|VarInt}} {{Type|Enum}}
 +
  | Only if Index is not <code>0xff</code>; the type of the index, see the table below
 +
|-
 +
| Value
 +
| Varies
 +
  | Only if Index is not <code>0xff</code>: the value of the metadata field, see the table below
 
  |}
 
  |}
  
=== Villager ===
+
{{Metadata type definition/begin}}
 +
! Value
 +
! Notes
 +
{{Metadata type definition|Byte}}
 +
| {{Type|Byte}}
 +
|
 +
{{Metadata type definition|VarInt}}
 +
| {{Type|VarInt}}
 +
|
 +
{{Metadata type definition|VarLong}}
 +
| {{Type|VarLong}}
 +
|
 +
{{Metadata type definition|Float}}
 +
| {{Type|Float}}
 +
|
 +
{{Metadata type definition|String}}
 +
| {{Type|String}} (32767)
 +
|
 +
{{Metadata type definition|Text Component}}
 +
| {{Type|Text Component}}
 +
|
 +
{{Metadata type definition|Optional Text Component}}
 +
| ({{Type|Boolean}}, {{Type|Optional}} {{Type|Text Component}})
 +
| Text Component is present if the Boolean is set to true.
 +
{{Metadata type definition|Slot}}
 +
| {{Type|Slot}}
 +
|
 +
{{Metadata type definition|Boolean}}
 +
| {{Type|Boolean}}
 +
|
 +
{{Metadata type definition|Rotations}}
 +
| ({{Type|Float}}, {{Type|Float}}, {{Type|Float}})
 +
| rotation on x, rotation on y, rotation on z
 +
{{Metadata type definition|Position}}
 +
| {{Type|Position}}
 +
|
 +
{{Metadata type definition|Optional Position}}
 +
| ({{Type|Boolean}}, {{Type|Optional}} {{Type|Position}})
 +
| Position is present if the Boolean is set to true.
 +
{{Metadata type definition|Direction}}
 +
| {{Type|VarInt}} {{Type|Enum}}
 +
| Down = 0, Up = 1, North = 2, South = 3, West = 4, East = 5
 +
{{Metadata type definition|Optional UUID}}
 +
| ({{Type|Boolean}}, {{Type|Optional}} {{Type|UUID}})
 +
| UUID is present if the Boolean is set to true.
 +
{{Metadata type definition|Block State}}
 +
| {{Type|VarInt}}
 +
| An ID in the block state registry.
 +
{{Metadata type definition|Optional Block State}}
 +
| {{Type|VarInt}}
 +
| 0 for absent (air is unrepresentable); otherwise, an ID in the block state registry.
 +
{{Metadata type definition|NBT}}
 +
| {{Type|NBT}}
 +
|
 +
{{Metadata type definition|Particle}}
 +
| ({{Type|VarInt}}, Varies)
 +
| particle type (an ID in the <code>minecraft:particle_type</code> registry), particle data (See [[Particles]].)
 +
{{Metadata type definition|Villager Data}}
 +
| ({{Type|VarInt}}, {{Type|VarInt}}, {{Type|VarInt}})
 +
| villager type, villager profession, level (See below.)
 +
{{Metadata type definition|Optional VarInt}}
 +
| {{Type|VarInt}}
 +
| 0 for absent; 1 + actual value otherwise. Used for entity IDs.
 +
{{Metadata type definition|Pose}}
 +
| {{Type|VarInt}} {{Type|Enum}}
 +
| STANDING = 0, FALL_FLYING = 1, SLEEPING = 2, SWIMMING = 3, SPIN_ATTACK = 4, SNEAKING = 5, LONG_JUMPING = 6, DYING = 7, CROAKING = 8, USING_TONGUE = 9, SITTING = 10, ROARING = 11, SNIFFING = 12, EMERGING = 13, DIGGING = 14
 +
{{Metadata type definition|Cat Variant}}
 +
| {{Type|VarInt}}
 +
| An ID in the <code>minecraft:cat_variant</code> registry.
 +
{{Metadata type definition|Frog Variant}}
 +
| {{Type|VarInt}}
 +
| An ID in the <code>minecraft:frog_variant</code> registry.
 +
{{Metadata type definition|Optional Global Position}}
 +
| ({{Type|Boolean}}, {{Type|Optional}} {{Type|Identifier}}, {{Type|Optional}} {{Type|Position}})
 +
| dimension identifier, position; only if the Boolean is set to true.
 +
{{Metadata type definition|Painting Variant}}
 +
| {{Type|VarInt}}
 +
| An ID in the <code>minecraft:painting_variant</code> registry.
 +
{{Metadata type definition|Sniffer State}}
 +
| {{Type|VarInt}} {{Type|Enum}}
 +
| IDLING = 0, FEELING_HAPPY = 1, SCENTING = 2, SNIFFING = 3, SEARCHING = 4, DIGGING = 5, RISING = 6
 +
{{Metadata type definition|Vector3}}
 +
| ({{Type|Float}}, {{Type|Float}}, {{Type|Float}})
 +
| x, y, z
 +
{{Metadata type definition|Quaternion}}
 +
| ({{Type|Float}}, {{Type|Float}}, {{Type|Float}}, {{Type|Float}})
 +
| x, y, z, w
 +
|}
  
Extends {{change|[[#Ageable|Ageable]]|[[#Abstract Merchant|Abstract Merchant]]}}.
+
Villager types (<code>minecraft:villager_type</code> registry):
  
 
{| class="wikitable"
 
{| class="wikitable"
  ! Index
+
  ! Name !! ID
  ! Type
+
  |-
  !style="width: 250px;" colspan="2"| Meaning
+
  | <code>minecraft:desert</code> || 0
  ! Default
+
  |-
 +
| <code>minecraft:jungle</code> || 1
 
  |-
 
  |-
  | {{change|13|16}}
+
  | <code>minecraft:plains</code> || 2
  | {{change|VarInt|Villager Data}}
+
  |-
  |colspan="2"| {{Change|Profession (Farmer = 0, Librarian = 1, Priest = 2, Blacksmith = 3, Butcher = 4, Nitwit = 5)|Villager Data}}
+
  | <code>minecraft:savanna</code> || 3
  | {{change|0|Plains/None/1}}
+
  |-
  |}
+
  | <code>minecraft:snow</code> || 4
 
 
=== Wandering Trader ===
 
 
 
Extends [[#Abstract Merchant|Abstract Merchant]].
 
 
 
No additional metadata.
 
 
 
=== Bee ===
 
 
 
Extends [[#Animal|Animal]].
 
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
 
  |-
 
  |-
  | 16
+
  | <code>minecraft:swamp</code> || 5
| Byte
 
| colspan="2"| Looping animation state
 
| 0
 
 
  |-
 
  |-
  | 17
+
  | <code>minecraft:taiga</code> || 6
| VarInt
 
| colspan="2"| Angry time in ticks
 
| 0 (Not angry)
 
 
  |}
 
  |}
  
</div>
+
Villager professions (<code>minecraft:villager_profession</code> registry):
 
 
== 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]].}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
|-
+
! Name !! ID
! Type
+
|-
! Name
+
| <code>minecraft:none</code> || 0
! bounding box x and z
+
|-
! bounding box y
+
| <code>minecraft:armorer</code> || 1
! ID
+
|-
|- style="background: #ffff88;"
+
| <code>minecraft:butcher</code> || 2
| 0
+
|-
| AreaEffectCloud
+
| <code>minecraft:cartographer</code> || 3
| 2.0 * Radius
+
|-
| 0.5
+
| <code>minecraft:cleric</code> || 4
| <code>minecraft:area_effect_cloud</code>
+
|-
|- style="background: #ffff88;"
+
| <code>minecraft:farmer</code> || 5
| 1
+
|-
| ArmorStand
+
| <code>minecraft:fisherman</code> || 6
| normal: 0.5 marker: 0.0 small: 0.25
+
|-
| normal: 1.975 marker: 0.0 small: 0.9875
+
| <code>minecraft:fletcher</code> || 7
| <code>minecraft:armor_stand</code>
+
|-
|- style="background: #ffff88;"
+
| <code>minecraft:leatherworker</code> || 8
| 2
+
|-
| Arrow
+
| <code>minecraft:librarian</code> || 9
| 0.5
+
|-
| 0.5
+
| <code>minecraft:mason</code> || 10
| <code>minecraft:arrow</code>
+
|-
|-
+
| <code>minecraft:nitwit</code> || 11
| 3
+
|-
| Bat
+
| <code>minecraft:shepherd</code> || 12
| 0.5
+
|-
| 0.9
+
| <code>minecraft:toolsmith</code> || 13
| <code>minecraft:bat</code>
+
|-
|-
+
| <code>minecraft:weaponsmith</code> || 14
| 4
+
|}
| Blaze
+
 
| 0.6
+
Entity classes also recursively inherit fields from classes they extend.
| 1.8
+
 
| <code>minecraft:blaze</code>
+
== Entity Metadata ==
|- style="background: #ffff88;"
+
 
| 5
+
=== Entity ===
| Boat
+
 
| 1.375
+
{{metadata inherit|Entity}}
| 0.5625
+
 
| <code>minecraft:boat</code>
+
{| class="wikitable"
|-
+
! Index
| 6
+
! Type
| CaveSpider
+
!style="width: 250px;" colspan="2"| Meaning
| 0.7
+
! Default
| 0.5
+
|-
| <code>minecraft:cave_spider</code>
+
|rowspan="9"| {{Metadata id|}}
|-
+
|rowspan="9"| {{Metadata type|Byte}}
| 7
+
! Bit mask
| Chicken
+
! Meaning
| 0.4
+
|rowspan="9"| 0
| 0.7
+
|-
| <code>minecraft:chicken</code>
+
| 0x01
|-
+
| Is on fire
| 8
+
|-
| Cod
+
| 0x02
| 0.9
+
| Is crouching
| 1.4
+
|-
| <code>minecraft:cod</code>
+
| 0x04
|-
+
| Unused (previously riding)
| 9
+
|-
| Cow
+
| 0x08
| 0.9
+
| Is sprinting
| 1.4
+
|-
| <code>minecraft:cow</code>
+
| 0x10
|-
+
| Is swimming
| 10
+
|-
| Creeper
+
| 0x20
| 0.6
+
| Is invisible
| 1.7
+
|-
| <code>minecraft:creeper</code>
+
| 0x40
|-
+
| has glowing effect
| 11
+
|-
| Donkey
+
| 0x80
| 1.3964844
+
| Is flying with an {{Minecraft Wiki|elytra}}
| 1.6
+
|-
| <code>minecraft:donkey</code>
+
| {{Metadata id|}}
|-
+
| {{Metadata type|VarInt}}
| 12
+
|colspan="2"| Air ticks
| Dolphin
+
| 300
| 0.9
+
|-
| 0.6
+
| {{Metadata id|}}
| <code>minecraft:dolphin</code>
+
| {{Metadata type|Optional Text Component}}
|- style="background: #ffff88;"
+
|colspan="2"| Custom name
| 13
+
| empty
| DragonFireball
+
|-
| 1.0
+
| {{Metadata id|}}
| 1.0
+
| {{Metadata type|Boolean}}
| <code>minecraft:dragon_fireball</code>
+
|colspan="2"| Is custom name visible
|-
+
| false
| 14
+
|-
| Drowned
+
| {{Metadata id|}}
| ?
+
| {{Metadata type|Boolean}}
| ?
+
|colspan="2"| Is silent
| <code>minecraft:drowned</code>
+
| false
|-
+
|-
| 15
+
| {{Metadata id|}}
| ElderGuardian
+
| {{Metadata type|Boolean}}
| 1.9975 (2.35 * guardian)
+
|colspan="2"| Has no gravity
| 1.9975 (2.35 * guardian)
+
| false
| <code>minecraft:elder_guardian</code>
+
|-
|- style="background: #ffff88;"
+
| {{Metadata id|}}
| 16
+
| {{Metadata type|Pose}}
| EnderCrystal
+
|colspan="2"| Pose
| 2.0
+
| STANDING
| 2.0
+
|-
| <code>minecraft:end_crystal</code>
+
| {{Metadata id|}}
|-
+
| {{Metadata type|VarInt}}
| 17
+
|colspan="2"| Ticks frozen in powdered snow
| EnderDragon
+
| 0
| 16.0
+
|}
| 8.0
+
 
| <code>minecraft:ender_dragon</code>
+
Freezing ticks cap at 140 in the client for the player's snow overlay when stuck in powder snow. If the entity extends LivingEntity and freezing ticks reaches the cap, the mob will start shaking (this excludes the skeleton, which has its own indicator).
|-
+
 
| 18
+
=== Interaction ===
| Enderman
+
 
| 0.6
+
{{Metadata inherit|Interaction |inherits=Entity}}
| 2.9
+
 
| <code>minecraft:enderman</code>
+
{| class="wikitable"
|-
+
! Index
| 19
+
! Type
| Endermite
+
!style="width: 250px;" colspan="2"| Meaning
| 0.4
+
! Default
| 0.3
+
|-
| <code>minecraft:endermite</code>
+
| {{Metadata id|}}
|- style="background: #ffff88;"
+
| {{Metadata type|Float}}
| 20
+
|colspan="2"| Width
| EvocationFangs
+
| 1.0
| 0.5
+
|-
| 0.8
+
| {{Metadata id|}}
| <code>minecraft:evoker_fangs</code>
+
| {{Metadata type|Float}}
|-
+
|colspan="2"| Height
| 21
+
| 1.0
| EvocationIllager
+
|-
| 0.6
+
| {{Metadata id|}}
| 1.95
+
| {{Metadata type|Boolean}}
| <code>minecraft:evoker</code>
+
|colspan="2"| Responsive - can be attacked/interacted with if true
|- style="background: #aaaaff;"
+
| false
| 22
+
|}
| XPOrb
+
 
| 0.5
+
=== Display ===
| 0.5
+
 
| <code>minecraft:experience_orb</code>
+
{{Metadata inherit|Display|inherits=Entity}}
|- style="background: #ffff88;"
+
 
| 23
+
{| class="wikitable"
| EyeOfEnderSignal
+
! Index
| 0.25
+
! Type
| 0.25
+
!style="width: 250px;" colspan="2"| Meaning
| <code>minecraft:eye_of_ender</code>
+
! Default
|- style="background: #ffff88;"
+
|-
| 24
+
| {{Metadata id|}}
| FallingSand
+
| {{Metadata type|VarInt}}
| 0.98
+
|colspan="2"| Interpolation delay
| 0.98
+
| 0
| <code>minecraft:falling_block</code>
+
|-
|- style="background: #ffff88;"
+
| {{Metadata id|}}
| 25
+
| {{Metadata type|VarInt}}
| FireworksRocketEntity
+
|colspan="2"| Transformation interpolation duration
| 0.25
+
| 0
| 0.25
+
|-
| <code>minecraft:fireworks_rocket</code>
+
| {{Metadata id|}}
|-
+
| {{Metadata type|VarInt}}
| 26
+
|colspan="2"| Position/Rotation interpolation duration
| Ghast
+
| 0
| 4
+
|-
| 4
+
| {{Metadata id|}}
| <code>minecraft:ghast</code>
+
| {{Metadata type|Vector3}}
|-
+
|colspan="2"| Translation
| 27
+
| (0.0, 0.0, 0.0)
| Giant
+
|-
| 3.6
+
| {{Metadata id|}}
| 10.8
+
| {{Metadata type|Vector3}}
| <code>minecraft:giant</code>
+
|colspan="2"| Scale
|-
+
| (1.0, 1.0, 1.0)
| 28
+
|-
| Guardian
+
| {{Metadata id|}}
| 0.85
+
| {{Metadata type|Quaternion}}
| 0.85
+
|colspan="2"| Rotation left
| <code>minecraft:guardian</code>
+
| (0.0, 0.0, 0.0, 1.0)
|-
+
|-
| 29
+
| {{Metadata id|}}
| Horse (EntityHorse until 1.11)
+
| {{Metadata type|Quaternion}}
| 1.3964844
+
|colspan="2"| Rotation right
| 1.6
+
| (0.0, 0.0, 0.0, 1.0)
| <code>minecraft:horse</code>
+
|-
|-
+
| {{Metadata id|}}
| 30
+
| {{Metadata type|Byte}}
| Husk
+
|colspan="2"| Billboard Constraints (0 = FIXED, 1 = VERTICAL, 2 = HORIZONTAL, 3 = CENTER)
| 0.6
+
| 0
| 1.95
+
|-
| <code>minecraft:husk</code>
+
| {{Metadata id|}}
|-
+
| {{Metadata type|VarInt}}
| 31
+
|colspan="2"| Brightness override (<code>blockLight << 4 | skyLight << 20</code>)
| IllusionIllager
+
| -1
| 0.6
+
|-
| 1.95
+
| {{Metadata id|}}
| <code>minecraft:illusioner</code>
+
| {{Metadata type|Float}}
|- style="background: #ffff88;"
+
|colspan="2"| View range
| 32
+
| 1.0
| Item
+
|-
| 0.25
+
| {{Metadata id|}}
| 0.25
+
| {{Metadata type|Float}}
| <code>minecraft:item</code>
+
|colspan="2"| Shadow radius
|- style="background: #ffff88;"
+
| 0.0
| 33
+
|-
| ItemFrame
+
| {{Metadata id|}}
| 0.75 or 0.0625 (depth)
+
| {{Metadata type|Float}}
| 0.75
+
|colspan="2"| Shadow strength
| <code>minecraft:item_frame</code>
+
| 1.0
|- style="background: #ffff88;"
+
|-
| 34
+
| {{Metadata id|}}
| Fireball (ghast)
+
| {{Metadata type|Float}}
| 1.0
+
|colspan="2"| Width
| 1.0
+
| 0.0
| <code>minecraft:fireball</code>
+
|-
|- style="background: #ffff88;"
+
| {{Metadata id|}}
| 35
+
| {{Metadata type|Float}}
| LeashKnot
+
|colspan="2"| Height
| 0.375
+
| 0.0
| 0.5
+
|-
| <code>minecraft:leash_knot</code>
+
| {{Metadata id|}}
|-
+
| {{Metadata type|VarInt}}
| 36
+
|colspan="2"| Glow color override
| Llama
+
| -1
| 0.9
+
|}
| 1.87
+
 
| <code>minecraft:llama</code>
+
=== Block Display ===
|- style="background: #ffff88;"
+
 
| 37
+
{{Metadata inherit|Block Display|inherits=Display}}
| LlamaSpit
+
 
| 0.25
+
{| class="wikitable"
| 0.25
+
! Index
| <code>minecraft:llama_spit</code>
+
! Type
|-  
+
!style="width: 250px;" colspan="2"| Meaning
| 38
+
! Default
| LavaSlime (Magma Cube)
+
|-
| 0.51000005 * size
+
| {{Metadata id|}}
| 0.51000005 * size
+
| {{Metadata type|Block State}}
| <code>minecraft:magma_cube</code>
+
|colspan="2"| Displayed block state
|- style="background: #ffff88;"
+
| 0 (Air)
| 39
+
|}
| MinecartRideable
+
 
| 0.98
+
=== Item Display ===
| 0.7
+
 
| <code>minecraft:minecart</code>
+
{{Metadata inherit|Block Display|inherits=Display}}
|- style="background: #ffff88;"
+
 
| 40
+
{| class="wikitable"
| MinecartChest
+
! Index
| 0.98
+
! Type
| 0.7
+
!style="width: 250px;" colspan="2"| Meaning
| <code>minecraft:chest_minecart</code>
+
! Default
|- style="background: #ffff88;"
+
|-
| 41
+
| {{Metadata id|}}
| MinecartCommandBlock
+
| {{Metadata type|Slot}}
| 0.98
+
|colspan="2"| Displayed item
| 0.7
+
| Empty
| <code>minecraft:commandblock_minecart</code>
+
|-
|- style="background: #ffff88;"
+
| {{Metadata id|}}
| 42
+
| {{Metadata type|Byte}}
| MinecartFurnace
+
|colspan="2"| Display type:
| 0.98
+
* 0 = NONE
| 0.7
+
* 1 = THIRD_PERSON_LEFT_HAND
| <code>minecraft:furnace_minecart</code>
+
* 2 = THIRD_PERSON_RIGHT_HAND
|- style="background: #ffff88;"
+
* 3 = FIRST_PERSON_LEFT_HAND
| 43
+
* 4 = FIRST_PERSON_RIGHT_HAND
| MinecartHopper
+
* 5 = HEAD
| 0.98
+
* 6 = GUI
| 0.7
+
* 7 = GROUND
| <code>minecraft:hopper_minecart</code>
+
* 8 = FIXED
|- style="background: #ffff88;"
+
| 0 (NONE)
| 44
+
|}
| MinecartSpawner
+
 
| 0.98
+
=== Text Display ===
| 0.7
+
 
| <code>minecraft:spawner_minecart</code>
+
{{Metadata inherit|Text Display|inherits=Display}}
|- style="background: #ffff88;"
+
 
| 45
+
{| class="wikitable"
| MinecartTNT
+
! Index
| 0.98
+
! Type
| 0.7
+
!style="width: 250px;" colspan="2"| Meaning
| <code>minecraft:tnt_minecart</code>
+
! Default
|-
+
|-
| 46
+
| {{Metadata id|}}
| Mule
+
| {{Metadata type|Text Component}}
| 1.3964844
+
|colspan="2"| Text
| 1.6
+
| Empty
| <code>minecraft:mule</code>
+
|-
|-
+
| {{Metadata id|}}
| 47
+
| {{Metadata type|VarInt}}
| MushroomCow (Mooshroom)
+
|colspan="2"| Line width
| 0.9
+
| 200
| 1.4
+
|-
| <code>minecraft:mooshroom</code>
+
| {{Metadata id|}}
|-
+
| {{Metadata type|VarInt}}
| 48
+
|colspan="2"| Background color
| Ozelot (Ocelot)
+
| 1073741824 (0x40000000)
| 0.6
+
|-
| 0.7
+
| {{Metadata id|}}
| <code>minecraft:ocelot</code>
+
| {{Metadata type|Byte}}
|- style="background: #aaaaff;"
+
|colspan="2"| Text opacity
| 49
+
| -1 (fully opaque)
| Painting
+
|-
| type width or 0.0625 (depth)
+
| rowspan="5" | {{Metadata id|}}
| type height
+
| rowspan="5" | {{Metadata type|Byte}}
| <code>minecraft:painting</code>
+
! Bit mask
|-
+
! Meaning
| 50
+
| rowspan="5" | 0
| Parrot
+
|-
| 0.5
+
| 0x01 || Has shadow
| 0.9
+
|-
| <code>minecraft:parrot</code>
+
| 0x02 || Is see through
|-
+
|-
| 51
+
| 0x04 || Use default background color
| Pig
+
|-
| 0.9
+
| 0x08 || Alignment:
| 0.9
+
* 0 = CENTER
| <code>minecraft:pig</code>
+
* 1 or 3 = LEFT
|-
+
* 2 = RIGHT
| 52
+
|}
| Pufferfish
+
 
| ?
+
=== Thrown Item Projectile ===
| ?
+
 
| <code>minecraft:pufferfish</code>
+
{{Metadata inherit|Thrown Item Projectile|inherits=Entity}}
|-
+
 
| 53
+
{| class="wikitable"
| PigZombie
+
! Index
| 0.6
+
! Type
| 1.95
+
!style="width: 250px;" colspan="2"| Meaning
| <code>minecraft:zombie_pigman</code>
+
! Default
|-
+
|-
| 54
+
| {{Metadata id|}}
| PolarBear
+
| {{Metadata type|Slot}}
| 1.3
+
|colspan="2"| Item
| 1.4
+
| Empty (which behaves as the default)
| <code>minecraft:polar_bear</code>
+
|}
|- style="background: #ffff88;"
+
 
| 55
+
=== Thrown Egg ===
| PrimedTnt
+
 
| 0.98
+
{{Metadata inherit|Thrown Egg|inherits=Thrown Item Projectile}}
| 0.98
+
 
| <code>minecraft:tnt</code>
+
Default item is <code>minecraft:egg</code>.
|-
+
 
| 56
+
No additional metadata.
| Rabbit
+
 
| 0.4
+
=== Thrown Ender Pearl ===
| 0.5
+
 
| <code>minecraft:rabbit</code>
+
{{Metadata inherit|Thrown Ender Pearl|inherits=Thrown Item Projectile}}
|-
+
 
| 57
+
Default item is <code>minecraft:ender_pearl</code>.
| Salmon
+
 
| ?
+
No additional metadata.
| ?
+
 
| <code>minecraft:salmon</code>
+
=== Thrown Experience Bottle===
|-
+
 
| 58
+
{{Metadata inherit|Thrown Experience Bottle|inherits=Thrown Item Projectile}}
| Sheep
+
 
| 0.9
+
Default item is <code>minecraft:experience_bottle</code>.
| 1.3
+
 
| <code>minecraft:sheep</code>
+
No additional metadata.
|-
+
 
| 59
+
=== Thrown Potion ===
| Shulker
+
 
| 1.0
+
{{Metadata inherit|Thrown Potion|inherits=Thrown Item Projectile}}
| 1.0-2.0 (depending on peek)
+
 
| <code>minecraft:shulker</code>
+
Default item is <code>minecraft:splash_potion</code>.
|- style="background: #ffff88;"
+
 
| 60
+
No additional metadata.
| ShulkerBullet
+
 
| 0.3125
+
=== Snowball ===
| 0.3125
+
 
| <code>minecraft:shulker_bullet</code>
+
{{Metadata inherit|Snowball|inherits=Thrown Item Projectile}}
|-
+
 
| 61
+
Default item is <code>minecraft:snowball</code>.
| Silverfish
+
 
| 0.4
+
No additional metadata.
| 0.3
+
 
| <code>minecraft:silverfish</code>
+
=== Eye of Ender ===
|-
+
 
| 62
+
{{Metadata inherit|Eye of Ender|inherits=Entity}}
| Skeleton
+
 
| 0.6
+
{| class="wikitable"
| 1.99
+
! Index
| <code>minecraft:skeleton</code>
+
! Type
|-
+
!style="width: 250px;" colspan="2"| Meaning
| 63
+
! Default
| SkeletonHorse
+
|-
| 1.3964844
+
| {{Metadata id|}}
| 1.6
+
| {{Metadata type|Slot}}
| <code>minecraft:skeleton_horse</code>
+
|colspan="2"| Item
|-
+
| Empty (which behaves as if it were a <code>minecraft:ender_eye</code>)
| 64 (67: 1.14)
+
|}
| Slime
+
 
| 0.51000005 * size
+
=== Falling Block ===
| 0.51000005 * size
+
 
| <code>minecraft:slime</code>
+
{{Metadata inherit|Falling Block|inherits=Entity}}
|- style="background: #ffff88;"
+
 
| 65
+
{| class="wikitable"
| SmallFireball (blaze)
+
! Index
| 0.3125
+
! Type
| 0.3125
+
!style="width: 250px;" colspan="2"| Meaning
| <code>minecraft:small_fireball</code>
+
! Default
|-
+
|-
| 66
+
| {{Metadata id|}}
| SnowMan
+
| {{Metadata type|Position}}
| 0.7
+
|colspan="2"| spawn position
| 1.9
+
| (0, 0, 0)
| <code>minecraft:snow_golem</code>
+
|}
|- style="background: #ffff88;"
+
 
| 67
+
=== Area Effect Cloud ===
| Snowball
+
 
| 0.25
+
{{Metadata inherit|Area Effect Cloud|inherits=Entity}}
| 0.25
+
 
| <code>minecraft:snowball</code>
+
{| class="wikitable"
|- style="background: #ffff88;"
+
! Index
| 68
+
! Type
| SpectralArrow
+
!style="width: 250px;" colspan="2"| Meaning
| 0.5
+
! Default
| 0.5
+
|-
| <code>minecraft:spectral_arrow</code>
+
| {{Metadata id|}}
|-
+
| {{Metadata type|Float}}
| 69
+
|colspan="2"| Radius
| Spider
+
| 0.5
| 1.4
+
|-
| 0.9
+
| {{Metadata id|}}
| <code>minecraft:spider</code>
+
| {{Metadata type|VarInt}}
|-
+
|colspan="2"| Color (only for mob spell particle)
| 70
+
| 0
| Squid
+
|-
| 0.8
+
| {{Metadata id|}}
| 0.8
+
| {{Metadata type|Boolean}}
| <code>minecraft:squid</code>
+
|colspan="2"| Ignore radius and show effect as single point, not area
|-
+
| false
| 71
+
|-
| Stray
+
| {{Metadata id|}}
| 0.6
+
| {{Metadata type|Particle}}
| 1.99
+
| colspan="2"| The particle
| <code>minecraft:stray</code>
+
| <code>effect</code>
|-
+
|}
| 72
+
 
| Tropical Fish
+
=== Fishing Hook ===
| 0.5
+
 
| 0.4
+
{{Metadata inherit|Fishing Hook|inherits=Entity}}
| <code>minecraft:tropical_fish</code>
+
 
|-
+
{| class="wikitable"
| 73
+
! Index
| Turtle
+
! Type
| 1.2
+
!style="width: 250px;" colspan="2"| Meaning
| 0.4
+
! Default
| <code>minecraft:turtle</code>
+
|-
|- style="background: #ffff88;"
+
| {{Metadata id|}}
| 74
+
| {{Metadata type|VarInt}}
| ThrownEgg
+
|colspan="2"| Hooked entity id + 1, or 0 if there is no hooked entity
| 0.25
+
| 0
| 0.25
+
  |-
| <code>minecraft:egg</code>
+
| {{Metadata id|}}
|- style="background: #ffff88;"
+
| {{Metadata type|Boolean}}
| 75
+
|colspan="2"| Is catchable
| ThrownEnderpearl
+
| False
| 0.25
+
|}
| 0.25
+
 
| <code>minecraft:ender_pearl</code>
+
=== Abstract Arrow ===
|- style="background: #ffff88;"
+
 
| 76
+
{{Metadata inherit|Abstract Arrow|inherits=Entity}}
| ThrownExpBottle
+
 
| 0.25
+
{| class="wikitable"
| 0.25
+
! Index
| <code>minecraft:experience_bottle</code>
+
! Type
|- style="background: #ffff88;"
+
!style="width: 250px;" colspan="2"| Meaning
| 77
+
! Default
| ThrownPotion
+
|-
| 0.25
+
| rowspan="3" | {{Metadata id|}}
| 0.25
+
| rowspan="3" | {{Metadata type|Byte}}
| <code>minecraft:potion</code>
+
! Bit mask
|-
+
! Meaning
| 78
+
| rowspan="3" | 0
| Vex
+
|-
| 0.4
+
| 0x01
| 0.8
+
| Is critical
| <code>minecraft:vex</code>
+
|-
|-
+
| 0x02
| 79
+
| Is noclip (used by loyalty tridents when returning)
| Villager
+
|-
| 0.6
+
| {{Metadata id|}}
| 1.95
+
| {{Metadata type|Byte}}
| <code>minecraft:villager</code>
+
|colspan="2"| Piercing level
|-
+
| 0
| 80
+
|}
| VillagerGolem (Iron Golem)
+
 
| 1.4
+
=== Arrow ===
| 2.7
+
 
| <code>minecraft:iron_golem}</code>
+
{{Metadata inherit|Arrow|inherits=Abstract Arrow}}
|-
+
 
| 81
+
Used for both tipped and regular arrows.  If not tipped, then color is set to -1 and no tipped arrow particles are used.
| VindicationIllager
+
 
| 0.6
+
{| class="wikitable"
| 1.95
+
! Index
| <code>minecraft:vindicator</code>
+
! Type
|-
+
!style="width: 250px;" colspan="2"| Meaning
| 82
+
! Default
| Witch
+
|-
| 0.6
+
| {{Metadata id|}}
| 1.95
+
| {{Metadata type|VarInt}}
| <code>minecraft:witch</code>
+
|colspan="2"| Color (-1 for no particles)
|-
+
| -1
| 83
+
|}
| WitherBoss
+
 
| 0.9
+
=== Spectral Arrow ===
| 3.5
+
 
| <code>minecraft:wither</code>
+
{{Metadata inherit|Spectral Arrow|inherits=Abstract Arrow}}
|-
+
 
| 84
+
No additional metadata.
| WitherSkeleton
+
 
| 0.7
+
=== Thrown Trident ===
| 2.4
+
 
| <code>minecraft:wither_skeleton</code>
+
{{Metadata inherit|Thrown Trident|inherits=Abstract Arrow}}
|- style="background: #ffff88;"
+
 
| 85
+
{| class="wikitable"
| WitherSkull
+
! Index
| 0.3125
+
! Type
| 0.3125
+
!style="width: 250px;" colspan="2"| Meaning
| <code>minecraft:wither_skull</code>
+
! Default
|-
+
|-
| 86
+
| {{Metadata id|}}
| Wolf
+
| {{Metadata type|VarInt}}
| 0.6
+
|colspan="2"| Loyalty level (enchantment)
| 0.85
+
| 0
| <code>minecraft:wolf</code>
+
|-
|-
+
| {{Metadata id|}}
| 87
+
| {{Metadata type|Boolean}}
| Zombie
+
|colspan="2"| Has enchantment glint
| 0.6
+
| False
| 1.95
+
|}
| <code>minecraft:zombie</code>
+
 
|-
+
=== Abstract Vehicle ===
| 88
+
 
| ZombieHorse
+
{{Metadata inherit|Abstract Vehicle|inherits=Entity}}
| 1.3964844
+
 
| 1.6
+
{| class="wikitable"
| <code>minecraft:zombie_horse</code>
+
! Index
|-
+
! Type
| 89
+
!style="width: 250px;" colspan="2"| Meaning
| ZombieVillager
+
! Default
| 0.6
+
|-
| 1.95
+
| {{Metadata id|}}
| <code>minecraft:zombie_villager</code>
+
| {{Metadata type|VarInt}}
|-
+
|colspan="2"| Shaking power
| 90
+
| 0
| Phantom
+
|-
| 0.9
+
| {{Metadata id|}}
| 0.5
+
| {{Metadata type|VarInt}}
| <code>minecraft:phantom</code>
+
|colspan="2"| Shaking direction
|- style="background: #aaaaff;"
+
| 1
| 91
+
|-
| Lightning Bolt
+
| {{Metadata id|}}
| -
+
| {{Metadata type|Float}}
| -
+
|colspan="2"| Shaking multiplier
| <code>minecraft:lightning_bolt</code>
+
| 0.0
|- style="background: #aaaaff;"
+
|-
| 92
+
|}
| Player
+
 
| 0.8
+
=== Boat ===
| 1.8
+
 
| <code>minecraft:player</code>
+
{{Metadata inherit|Boat|inherits=Abstract Vehicle}}
|- style="background: #ffff88;"
+
 
| 93
+
{| class="wikitable"
| Fishing bobber
+
! Index
| ?
+
! Type
| ?
+
!style="width: 250px;" colspan="2"| Meaning
| <code>minecraft:fishing_bobber</code>
+
! Default
|- style="background: #ffff88;"
+
|-
| 94
+
| {{Metadata id|}}
| Trident
+
| {{Metadata type|VarInt}}
| ?
+
|colspan="2"| Type (0=oak, 1=spruce, 2=birch, 3=jungle, 4=acacia, 5=dark oak)
| ?
+
| 0
| <code>minecraft:trident</code>
+
|-
|}
+
| {{Metadata id|}}
 
+
| {{Metadata type|Boolean}}
== Objects ==
+
|colspan="2"| Is left paddle turning
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
|colspan="2"| Is right paddle turning
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|VarInt}}
 +
|colspan="2"| Splash timer
 +
| 0
 +
|}
 +
 
 +
=== Chest Boat ===
 +
 
 +
{{Metadata inherit|Chest Boat|inherits=Boat}}
 +
 
 +
No additional metadata.
 +
 
 +
=== End Crystal ===
 +
 
 +
{{Metadata inherit|End Crystal|inherits=Entity}}
 +
 
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Optional Position}}
 +
|colspan="2"| Beam target
 +
| Empty
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|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|}}
 +
| {{Metadata type|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|}}
 +
| {{Metadata type|Slot}}
 +
|colspan="2"| Item
 +
| Empty
 +
|}
 +
 
 +
=== Wither Skull ===
 +
 
 +
{{Metadata inherit|Wither Skull|inherits=Entity}}
 +
 
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|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|}}
 +
| {{Metadata type|Slot}}
 +
|colspan="2"| Firework info
 +
| Empty
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Optional VarInt}}
 +
|colspan="2"| Entity ID of entity which used firework (for elytra boosting)
 +
| Empty
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
|colspan="2"| Is shot at angle (from a crossbow)
 +
| false
 +
|}
  
Objects are spawned via [[Protocol#Spawn_Object|Spawn Object]]. See [[Object Data]] for more details.
+
=== Item Frame ===
  
{{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]].}}
+
{{Metadata inherit|Item Frame|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
|-
+
! Index
! ID
+
! Type
! Name
+
!style="width: 250px;" colspan="2"| Meaning
! bounding box x and z
+
! Default
! bounding box y
+
|-
|-  
+
| {{Metadata id|}}
| 1
+
| {{Metadata type|Slot}}
| Boat
+
|colspan="2"| Item
| 1.375
+
| Empty
| 0.6
+
|-
|-  
+
| {{Metadata id|}}
| 2
+
| {{Metadata type|VarInt}}
| Item Stack ([[Slot]])
+
|colspan="2"| Rotation
| 0.25
+
| 0
| 0.25
+
|}
|-
+
 
| 3
+
=== Glowing Item Frame ===
| Area Effect Cloud
+
 
| 2.0 * Radius
+
{{Metadata inherit|Glowing Item Frame|inherits=Item Frame}}
| 0.5
+
 
|-  
+
No additional metadata.
| 10
+
 
| Minecart
+
=== Painting ===
| 0.98
+
 
| 0.7
+
{{Metadata inherit|Painting|inherits=Entity}}
|-
+
 
| 50
+
{| class="wikitable"
| Activated TNT
+
! Index
| 0.98
+
! Type
| 0.98
+
!style="width: 250px;" colspan="2"| Meaning
|-  
+
! Default
| 51
+
|-
| EnderCrystal
+
| {{Metadata id|}}
| 2.0
+
| {{Metadata type|Painting Variant}}
| 2.0
+
|colspan="2"| Painting Type
|-
+
| KEBAB
| 60
+
|}
| Tipped arrow (projectile; also used for regular arrows)
+
 
| 0.5
+
=== Item Entity ===
| 0.5
+
 
|-
+
{{Metadata inherit|Item Entity|inherits=Entity}}
| 61
+
 
| Snowball (projectile)
+
{| class="wikitable"
| 0.25
+
! Index
| 0.25
+
! Type
|-  
+
!style="width: 250px;" colspan="2"| Meaning
| 62
+
! Default
| Egg (projectile)
+
|-
| 0.25
+
| {{Metadata id|}}
| 0.25
+
| {{Metadata type|Slot}}
|-  
+
|colspan="2"| Item
| 63
+
| Empty
| FireBall (ghast projectile)
+
|}
| 1.0
+
 
| 1.0
+
=== Living Entity ===
|-  
+
 
| 64
+
{{Metadata inherit|Living Entity|inherits=Entity}}
| FireCharge (blaze projectile)
+
 
| 0.3125
+
{| class="wikitable"
| 0.3125
+
! Index
|-  
+
! Type
| 65
+
!style="width: 250px;" colspan="2"| Meaning
| Thrown Enderpearl
+
! Default
| 0.25
+
|-
| 0.25
+
|rowspan="5"| {{Metadata id|}}
|-  
+
|rowspan="5"| {{Metadata type|Byte}}
| 66
+
|colspan="2"| Hand states, used to trigger blocking/eating/drinking animation.
| Wither Skull (projectile)
+
|rowspan="5"| 0
| 0.3125
+
|-
| 0.3125
+
! Bit mask
|-  
+
! Meaning
| 67
+
|-
| Shulker Bullet
+
| 0x01
| 0.3125
+
| Is hand active
| 0.3125
+
|-
|-  
+
| 0x02
| 68
+
| Active hand (0 = main hand, 1 = offhand)
| Llama spit
+
|-
| 0.25
+
| 0x04
| 0.25
+
| Is in riptide spin attack
|-  
+
|-
| 70
+
| {{Metadata id|}}
| Falling Objects
+
| {{Metadata type|Float}}
| 0.98
+
|colspan="2"| Health
| 0.98
+
| 1.0
|-
+
|-
| 71
+
| {{Metadata id|}}
| Item frames
+
| {{Metadata type|VarInt}}
| 0.75 or 0.0625
+
|colspan="2"| Potion effect color (or 0 if there is no effect)
| 0.75
+
| 0
|-  
+
|-
| 72
+
| {{Metadata id|}}
| Eye of Ender
+
| {{Metadata type|Boolean}}
| 0.25
+
|colspan="2"| Is potion effect ambient: reduces the number of particles generated by potions to 1/5 the normal amount
| 0.25
+
| false
|-  
+
|-
| 73
+
| {{Metadata id|}}
| Thrown Potion
+
| {{Metadata type|VarInt}}
| 0.25
+
|colspan="2"| Number of arrows in entity
| 0.25
+
| 0
|-  
+
|-
| 75
+
| {{Metadata id|}}
| Thrown Exp Bottle
+
| {{Metadata type|VarInt}}
| 0.25
+
|colspan="2"| Number of bee stingers in entity
| 0.25
+
| 0
|-  
+
|-
| 76
+
| {{Metadata id|}}
| Firework Rocket
+
| {{Metadata type|Optional Position}}
| 0.25
+
|colspan="2"| Location of the bed that the entity is currently sleeping in (Empty if it isn't sleeping)
| 0.25
+
| Empty
|-  
+
|}
| 77
+
 
| Leash Knot
+
=== Player ===
| 0.375
+
 
| 0.5
+
{{Metadata inherit|Player|inherits=Living Entity}}
|-
+
 
| 78
+
{| class="wikitable"
| ArmorStand
+
! Index
| normal: 0.5 marker: 0.0 small: 0.25
+
! Type
| normal: 1.975 marker: 0.0 small: 0.9875
+
!style="width: 250px;" colspan="2"| Meaning
|-
+
! Default
| 79
+
|-
| Evocation Fangs
+
| {{Metadata id|}}
| 0.5
+
| {{Metadata type|Float}}
| 0.8
+
|colspan="2"| Additional Hearts
|-  
+
| 0.0
| 90
+
|-
| Fishing Hook
+
| {{Metadata id|}}
| 0.25
+
| {{Metadata type|VarInt}}
| 0.25
+
|colspan="2"| Score
|-
+
| 0
| 91
+
|-
| Spectral Arrow
+
|rowspan="10"| {{Metadata id|}}
| 0.5
+
|rowspan="10"| {{Metadata type|Byte}}
| 0.5
+
|colspan="2"| The Displayed Skin Parts bit mask that is sent in [[Protocol#Client Settings|Client Settings]]
|-  
+
|rowspan="10"| 0
| 93
+
|-
| Dragon Fireball
+
! Bit mask !! Meaning
| 1.0
+
|-
| 1.0
+
| 0x01 || Cape enabled
|-
+
|-
| 94
+
| 0x02 || Jacket enabled
| Trident
+
|-
| ?
+
| 0x04 || Left sleeve enabled
| ?
+
|-
|}
+
| 0x08 || Right sleeve enabled
 +
|-
 +
| 0x10 || Left pants leg enabled
 +
|-
 +
| 0x20 || Right pants leg enabled
 +
|-
 +
| 0x40 || Hat enabled
 +
|-
 +
| 0x80 || ''Unused''
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Byte}}
 +
|colspan="2"| Main hand (0 : Left, 1 : Right)
 +
| 1
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|NBT}}
 +
|colspan="2"| Left shoulder entity data (for occupying parrot)
 +
| Empty
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|NBT}}
 +
|colspan="2"| Right shoulder entity data (for occupying parrot)
 +
| Empty
 +
|}
  
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.
+
=== Armor Stand ===
  
== Entity Metadata Format ==
+
{{Metadata inherit|Armor Stand|inherits=Living Entity}}
  
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"
 
+
  ! Index
Entity Metadata is an array of entries, each of which looks like the following:
 
 
 
{| class="wikitable"
 
  ! Name
 
 
  ! Type
 
  ! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
|rowspan="5"| {{Metadata id|}}
 +
|rowspan="5"| {{Metadata type|Byte}}
 +
! Bit mask
 
  ! Meaning
 
  ! Meaning
 +
|rowspan="5"| 0
 
  |-
 
  |-
  | Index
+
  | 0x01
  | Unsigned Byte
+
  | Is Small
| 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
+
  | 0x04
  | Optional VarInt Enum
+
  | Has Arms
| Only if Index is not <code>0xff</code>; the type of the index, see the table below
 
 
  |-
 
  |-
  | Value
+
  | 0x08
  | Optional ''value of Type''
+
  | Has no BasePlate
| 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
 
 
  |-
 
  |-
  | 0
+
  | 0x10
| Byte
+
  | Is Marker
  |
 
 
  |-
 
  |-
  | 1
+
  | {{Metadata id|}}
  | VarInt
+
| {{Metadata type|Rotations}}
  |
+
  |colspan="2"| Head rotation
 +
  | (0.0, 0.0, 0.0)
 
  |-
 
  |-
  | 2
+
  | {{Metadata id|}}
  | Float
+
| {{Metadata type|Rotations}}
  |
+
  |colspan="2"| Body rotation
 +
  | (0.0, 0.0, 0.0)
 
  |-
 
  |-
  | 3
+
  | {{Metadata id|}}
  | String
+
| {{Metadata type|Rotations}}
  |
+
  |colspan="2"| Left arm rotation
 +
  | (-10.0, 0.0, -10.0)
 
  |-
 
  |-
  | 4
+
  | {{Metadata id|}}
  | [[Chat]]
+
| {{Metadata type|Rotations}}
  |
+
  |colspan="2"| Right arm rotation
 +
  | (-15.0, 0.0, 10.0)
 
  |-
 
  |-
  | 5
+
  | {{Metadata id|}}
  | OptChat (Boolean + Optional [[Chat]])
+
| {{Metadata type|Rotations}}
  | [[Chat]] is present if the Boolean is set to true
+
  |colspan="2"| Left leg rotation
 +
  | (-1.0, 0.0, -1.0)
 
  |-
 
  |-
  | 6
+
  | {{Metadata id|}}
| [[Slot]]
+
  | {{Metadata type|Rotations}}
  |
+
  |colspan="2"| Right leg rotation
|-
+
  | (1.0, 0.0, 1.0)
  | 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]]
 
|
 
 
  |}
 
  |}
  
Entity classes also recursively inherit fields from classes they extend.
+
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.
  
=== Entity ===
+
=== Mob ===
  
The base class.
+
{{Metadata inherit|Mob|inherits=Living Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,810: Line 1,856:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="9"| 0
+
  |rowspan="4"| {{Metadata id|}}
  |rowspan="9"| Byte
+
  |rowspan="4"| {{Metadata type|Byte}}
 
  ! Bit mask
 
  ! Bit mask
 
  ! Meaning
 
  ! Meaning
  |rowspan="9"| 0
+
  |rowspan="4"| 0
 
  |-
 
  |-
 
  | 0x01
 
  | 0x01
  | On Fire
+
  | NoAI
 
  |-
 
  |-
 
  | 0x02
 
  | 0x02
  | Crouched
+
  | Is left handed
 
  |-
 
  |-
 
  | 0x04
 
  | 0x04
  | Unused (previously riding)
+
  | Is aggressive
 
  |-
 
  |-
| 0x08
+
  |}
| Sprinting
 
|-
 
| 0x10
 
| Swimming
 
|-
 
| 0x20
 
| Invisible
 
|-
 
| 0x40
 
| Glowing effect
 
|-
 
| 0x80
 
| Flying with {{Minecraft Wiki|elytra}}
 
|-
 
| 1
 
| VarInt
 
|colspan="2"| Air
 
| 300
 
|-
 
| 2
 
| OptChat
 
|colspan="2"| Custom name
 
| empty
 
|-
 
| 3
 
| Boolean
 
|colspan="2"| Is custom name visible
 
| false
 
|-
 
| 4
 
| Boolean
 
|colspan="2"| Is silent
 
| false
 
|-
 
| 5
 
| Boolean
 
|colspan="2"| No gravity
 
| false
 
  |}
 
  
=== Throwable ===
+
=== Ambient Creature ===
  
Extends [[#Entity|Entity]].
+
{{Metadata inherit|Ambient Creature|inherits=Mob}}
  
 
No additional metadata.
 
No additional metadata.
  
=== Egg ===
+
=== Bat ===
  
Extends [[#Throwable|Throwable]].
+
{{Metadata inherit|Bat|inherits=Ambient Creature}}
  
No additional metadata.
+
{| class="wikitable"
 
+
! Index
=== Ender Pearl ===
+
! Type
 
+
!style="width: 250px;" colspan="2"| Meaning
Extends [[#Throwable|Throwable]].
+
! Default
 
+
|-
No additional metadata.
+
| rowspan="2"| {{Metadata id|}}
 +
| rowspan="2"| {{Metadata type|Byte}}
 +
! Bit mask
 +
! Meaning
 +
| rowspan="2"| 0
 +
|-
 +
| 0x01
 +
| Is hanging
 +
|}
  
=== Experience Bottle ===
+
=== Pathfinder Mob ===
  
Extends [[#Throwable|Throwable]].
+
{{Metadata inherit|Pathfinder Mob|inherits=Mob}}
  
 
No additional metadata.
 
No additional metadata.
  
=== Snowball ===
+
=== Water Animal ===
  
Extends [[#Throwable|Throwable]].
+
{{Metadata inherit|Water Animal|inherits=Pathfinder Mob}}
  
 
No additional metadata.
 
No additional metadata.
  
=== Potion ===
+
=== Squid ===
 
 
Extends [[#Throwable|Throwable]].
 
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| 6
 
| [[Slot]]
 
|colspan="2"| Potion which is thrown
 
| Empty
 
|}
 
  
=== Eye of Ender ===
+
{{Metadata inherit|Squid|inherits=Water Animal}}
 
 
Extends [[#Entity|Entity]].
 
  
 
No additional metadata.
 
No additional metadata.
  
=== FallingBlock ===
+
=== Dolphin ===
  
Extends [[#Entity|Entity]].
+
{{Metadata inherit|Dolphin|inherits=Water Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,928: Line 1,927:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 6
+
  | {{Metadata id|}}
  | [[Data Types#Position|Position]]
+
  | {{Metadata type|Position}}
  |colspan="2"| spawn position
+
  |colspan="2"| Treasure position
 
  | (0, 0, 0)
 
  | (0, 0, 0)
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
|colspan="2"| Has fish
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|VarInt}}
 +
|colspan="2"| Moisture level
 +
| 2400
 
  |}
 
  |}
  
=== AreaEffectCloud ===
+
=== Abstract fish ===
  
Extends [[#Entity|Entity]].
+
{{Metadata inherit|Abstract fish|inherits=Water Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,944: Line 1,953:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 6
+
  | {{Metadata id|}}
| Float
+
  | {{Metadata type|Boolean}}
|colspan="2"| Radius
+
  |colspan="2"| From bucket
| 0.5
+
  | False
  |-
 
| 7
 
| VarInt
 
|colspan="2"| Color (only for mob spell particle)
 
| 0
 
|-
 
| 8
 
| Boolean
 
  |colspan="2"| Ignore radius and show effect as single point, not area
 
| false
 
|-
 
| 9
 
| Particle
 
| colspan="2"| The [[#Particle]]
 
  | <code>effect</code>
 
 
  |}
 
  |}
  
=== FishingHook ===
+
=== Cod ===
 +
 
 +
{{Metadata inherit|Cod|inherits=Abstract fish}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Puffer fish ===
  
Extends [[#Entity|Entity]].
+
{{Metadata inherit|Puffer fish|inherits=Abstract fish}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,975: Line 1,975:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 6
+
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Hooked entity id + 1, or 0 if there is no hooked entity
+
  |colspan="2"| PuffState (varies from 0 to 2)
 
  | 0
 
  | 0
 
  |}
 
  |}
  
=== Arrow ===
+
=== Salmon ===
 +
 
 +
{{Metadata inherit|Salmon|inherits=Abstract fish}}
  
Extends [[#Entity|Entity]].
+
No additional metadata.
  
Abstract base class for [[#TippedArrow|TippedArrow]] (which is used for regular arrows as well as tipped ones) and Spectral Arrow.
+
=== Tropical fish ===
 +
 
 +
{{Metadata inherit|Tropical fish|inherits=Abstract fish}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,993: Line 1,997:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | rowspan="3" | 6
+
  | {{Metadata id|}}
  | rowspan="3" | Byte
+
  | {{Metadata type|VarInt}}
! Bit mask
+
  |colspan="2"| Variant
! Meaning
+
  | 0
  | rowspan="3" | 0
+
  |}
  |-
+
 
  | 0x01
+
=== Tadpole ===
| Is critical
+
 
|-
+
{{Metadata inherit|Tadpole|inherits=Abstract fish}}
| 0x02
 
| Is noclip (used by loyalty tridents when returning)
 
|-
 
| 7
 
| OptUUID
 
|colspan="2"| Shooter UUID
 
| Empty
 
|}
 
  
=== TippedArrow ===
+
No additional metadata.
  
Extends [[#Arrow|Arrow]].
+
=== Ageable Mob ===
  
Used for both tipped and regular arrows.  If not tipped, then color is set to -1 and no tipped arrow particles are used.
+
{{Metadata inherit|Ageable Mob|inherits=Pathfinder Mob}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,023: Line 2,019:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 8
+
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|Boolean}}
  |colspan="2"| Color (-1 for no particles)
+
  |colspan="2"| Is baby
  | -1
+
  | false
 
  |}
 
  |}
  
=== Trident ===
+
=== Animal ===
 +
 
 +
{{Metadata inherit|Animal|inherits=Ageable Mob}}
  
Extends [[#Arrow|Arrow]].
+
No additional metadata.
 +
 
 +
=== Sniffer ===
 +
 
 +
{{Metadata inherit|Axolotl|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,039: Line 2,041:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 8
+
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|Sniffer State }}
  |colspan="2"| Loyalty level (enchantment)
+
|colspan="2"| Sniffer State
 +
| IDLING
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|VarInt}}
 +
  |colspan="2"| Drop seed at tick
 
  | 0
 
  | 0
 
  |}
 
  |}
  
=== Boat ===
+
=== Abstract Horse ===
  
Extends [[#Entity|Entity]].
+
{{Metadata inherit|Abstract Horse|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,055: Line 2,062:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 6
+
  |rowspan="9"| {{Metadata id|}}
| VarInt
+
  |rowspan="9"| {{Metadata type|Byte}}
  |colspan="2"| Time since last hit
+
  ! Bit mask
  | 0
+
! Meaning
 +
|rowspan="9"| 0
 
  |-
 
  |-
  | 7
+
  | 0x01
  | VarInt
+
  | ''Unused''
|colspan="2"| Forward direction
 
| 1
 
 
  |-
 
  |-
  | 8
+
  | 0x02
  | Float
+
  | Is Tame
|colspan="2"| Damage taken
 
| 0.0
 
 
  |-
 
  |-
  | 9
+
  | 0x04
  | VarInt
+
  | Is saddled
  |colspan="2"| Type (0=oak, 1=spruce, 2=birch, 3=jungle, 4=acacia, 5=dark oak)
+
  |-
  | 0
+
| 0x08
 +
| Has bred
 +
|-
 +
| 0x10
 +
  | Is eating
 
  |-
 
  |-
  | 10
+
  | 0x20
  | Boolean
+
  | Is rearing (on hind legs)
|colspan="2"| Left paddle turning
 
| false
 
 
  |-
 
  |-
  | 11
+
  | 0x40
  | Boolean
+
  | Is mouth open
|colspan="2"| Right paddle turning
 
| false
 
 
  |-
 
  |-
  | 12
+
  | 0x80
  | VarInt
+
  | ''Unused''
|colspan="2"| Splash timer
 
| 0
 
 
  |}
 
  |}
  
=== EnderCrystal ===
+
=== Horse ===
  
Extends [[#Entity|Entity]].
+
{{Metadata inherit|Horse|inherits=Abstract Horse}}
  
{| class="wikitable"
+
{| class="wikitable"  
 
  ! Index
 
  ! Index
 
  ! Type
 
  ! Type
Line 2,101: Line 2,103:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 6
+
  | {{Metadata id|}}
| OptPosition
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Beam target
+
  |colspan="2"| Variant (Color & Style)
| Absent
+
  | 0
|-
 
| 7
 
| Boolean
 
  |colspan="2"| Show bottom
 
  | true
 
 
  |}
 
  |}
  
=== Abstract Fireball ===
+
=== Zombie Horse ===
  
Extends [[#Entity|Entity]].
+
{{Metadata inherit|Zombie Horse|inherits=Abstract Horse}}
  
 
No additional metadata.
 
No additional metadata.
  
=== Dragon Fireball ===
+
=== Skeleton Horse ===
  
Extends [[#Abstract Fireball|Abstract Fireball]].
+
{{Metadata inherit|Skeleton Horse|inherits=Abstract Horse}}
  
 
No additional metadata.
 
No additional metadata.
  
=== Fireball ===
+
=== Camel ===
  
Extends [[#Abstract Fireball|Abstract Fireball]].  This is the large fireball shot by ghasts.
+
{{Metadata inherit|Camel|inherits=Abstract Horse}}
 
 
No additional metadata.
 
 
 
=== Small Fireball ===
 
 
 
Extends [[#Abstract Fireball|Abstract Fireball]].  This is the fireball shot by blazes and dispensers with fire charges.
 
 
 
No additional metadata.
 
 
 
=== WitherSkull ===
 
 
 
Extends [[#Abstract Fireball|Abstract Fireball]].
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,146: Line 2,131:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 6
+
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|Boolean}}
  |colspan="2"| Invulnerable
+
|colspan="2"| Is dashing
  | false
+
| False
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|VarLong}}
 +
  |colspan="2"| Last pose change tick
 +
  | 0
 
  |}
 
  |}
  
=== Fireworks ===
+
=== Chested Horse ===
  
Extends [[#Entity|Entity]].
+
{{Metadata inherit|Chested Horse|inherits=Abstract Horse}}
  
{| class="wikitable"
+
{| class="wikitable"  
 
  ! Index
 
  ! Index
 
  ! Type
 
  ! Type
Line 2,162: Line 2,152:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 6
+
  | {{Metadata id|}}
| [[Slot]]
+
  | {{Metadata type|Boolean}}
  |colspan="2"| Firework info
+
  |colspan="2"| Has Chest
| empty
+
  | false
|-
 
| 7
 
| VarInt
 
  |colspan="2"| Entity ID of entity which used firework (for elytra boosting)
 
  | 0
 
 
  |}
 
  |}
  
=== Hanging ===
+
=== Donkey ===
  
Extends [[#Entity|Entity]].
+
{{Metadata inherit|Donkey|inherits=Chested Horse}}
  
 
No additional metadata.
 
No additional metadata.
  
=== ItemFrame ===
+
=== Llama ===
  
Extends [[#Hanging|Hanging]].
+
{{Metadata inherit|Llama|inherits=Chested Horse}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,189: Line 2,174:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 6
+
  | {{Metadata id|}}
  | [[Slot]]
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Item
+
  | colspan="2"| Strength (number of columns of 3 slots in the llama's inventory once a chest is equipped)
  | Empty
+
  | 0
 
  |-
 
  |-
  | 7
+
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Rotation
+
  | colspan="2"| Carpet color (a dye color, or -1 if no carpet equipped)
  | 0
+
| -1
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|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
 
  |}
 
  |}
  
=== Item ===
+
=== Trader Llama ===
  
Extends [[#Entity|Entity]].
+
{{Metadata inherit|Trader Llama|inherits=Llama}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Mule ===
 +
 
 +
{{Metadata inherit|Mule|inherits=Chested Horse}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Axolotl ===
 +
 
 +
{{Metadata inherit|Axolotl|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,210: Line 2,212:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 6
+
  | {{Metadata id|}}
  | [[Slot]]
+
| {{Metadata type|VarInt}}
  |colspan="2"| Item
+
|colspan="2"| Variant (0 = lucy, 1 = wild, 2 = gold, 3 = cyan, 4 = blue)
  | Empty
+
| 0 (lucy)
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
  |colspan="2"| If it is currently playing dead.
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
  |colspan="2"| If it was spawned from a bucket.
 +
  | false
 
  |}
 
  |}
  
=== Living ===
+
=== Bee ===
  
Extends [[#Entity|Entity]].
+
{{Metadata inherit|Bee|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,226: Line 2,238:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="5"| 6
+
  |rowspan="5"| {{Metadata id|}}
  |rowspan="5"| Byte
+
  |rowspan="5"| {{Metadata type|Byte}}
  |colspan="2"| Hand states, used to trigger blocking/eating/drinking animation.
+
  |colspan="2"| Flags
 
  |rowspan="5"| 0
 
  |rowspan="5"| 0
 
  |-
 
  |-
  ! Bit mask
+
  | 0x01 || ''Unused''
! Meaning
 
 
  |-
 
  |-
  | 0x01
+
  | 0x02 || Is angry
| Is hand active
 
 
  |-
 
  |-
  | 0x02
+
  | 0x04 || Has stung
| Active hand (0 = main hand, 1 = offhand)
 
 
  |-
 
  |-
  | 0x04
+
  | 0x08 || Has nectar
| In riptide spin attack
 
 
  |-
 
  |-
  | 7
+
  | {{Metadata id|}}
| Float
+
  | {{Metadata type|VarInt}}
|colspan="2"| Health
+
  | colspan="2"| Anger time in ticks
  | 1.0
+
  | 0 (Not angry)
|-
+
  |}
| 8
 
| VarInt
 
  |colspan="2"| Potion effect color (or 0 if there is no effect)
 
| 0
 
|-
 
| 9
 
| Boolean
 
|colspan="2"| Is potion effect ambient: reduces the number of particles generated by potions to 1/5 the normal amount
 
| false
 
|-
 
| 10
 
| VarInt
 
|colspan="2"| Number of arrows in entity
 
  | 0
 
  |}
 
  
=== Player ===
+
=== Fox ===
  
Extends [[#Living|Living]].
+
{{Metadata inherit|Fox|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,274: Line 2,267:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 11
+
  | {{Metadata id|}}
  | Float
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Additional Hearts
+
  | colspan="2" | Type (0: red, 1: snow)
  | 0.0
+
  | 0 (red)
 
  |-
 
  |-
  | 12
+
  | rowspan="9" | {{Metadata id|}}
| VarInt
+
  | rowspan="9" | {{Metadata type|Byte}}
  |colspan="2"| Score
+
  ! Bit mask
  | 0
+
! Meaning
 +
| rowspan="9" | 0
 
  |-
 
  |-
  |rowspan="10"| 13
+
  | 0x01 || Is sitting
|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
+
  | 0x02 || ''Unused''
 
  |-
 
  |-
  | 0x01 || Cape enabled
+
  | 0x04 || Is crouching
 
  |-
 
  |-
  | 0x02 || Jacket enabled
+
  | 0x08 || Is interested
 
  |-
 
  |-
  | 0x04 || Left sleeve enabled
+
  | 0x10 || Is pouncing
 
  |-
 
  |-
  | 0x08 || Right sleeve enabled
+
  | 0x20 || Is sleeping
 +
|-
 +
| 0x40 || Is faceplanted
 
  |-
 
  |-
  | 0x10 || Left pants leg enabled
+
  | 0x80 || Is defending
 
  |-
 
  |-
  | 0x20 || Right pants leg enabled
+
  | {{Metadata id|}}
 +
| {{Metadata type|Optional UUID}}
 +
| colspan="2" | First UUID (in <code>UUIDs</code> NBT)?
 +
| Absent
 
  |-
 
  |-
  | 0x40 || Hat enabled
+
  | {{Metadata id|}}
 +
| {{Metadata type|Optional UUID}}
 +
| colspan="2" | Second UUID (in <code>UUIDs</code> NBT)?
 +
| Absent
 +
|}
 +
 
 +
=== Frog ===
 +
 
 +
{{Metadata inherit|Frog|inherits=Animal}}
 +
 
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 
  |-
 
  |-
  | 0x80 || ''Unused''
+
  | {{Metadata id|}}
 +
| {{Metadata type|Frog Variant}}
 +
|colspan="2"| Frog Variant
 +
| TEMPERATE
 
  |-
 
  |-
  | 14
+
  | {{Metadata id|}}
| Byte
+
  | {{Metadata type|Optional VarInt}}
  |colspan="2"| Main hand (0 : Left, 1 : Right)
+
  |colspan="2"| Tongue Target
| 1
+
  | 0
|-
 
| 15
 
| [[NBT]]
 
  |colspan="2"| Left shoulder entity data (for occupying parrot)
 
  | Empty
 
|-
 
| 16
 
| [[NBT]]
 
|colspan="2"| Right shoulder entity data (for occupying parrot)
 
| Empty
 
 
  |}
 
  |}
  
=== ArmorStand ===
+
=== Ocelot ===
  
Extends [[#Living|Living]].
+
{{Metadata inherit|Ocelot|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,333: Line 2,336:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="5"| 11
+
  | {{Metadata id|}}
  |rowspan="5"| Byte
+
| {{Metadata type|Boolean}}
  ! Bit mask
+
|colspan="2"| Is trusting
  ! Meaning
+
| false
  |rowspan="5"| 0
+
  |}
  |-
+
 
| 0x01
+
=== Panda ===
| is Small
+
 
 +
{{Metadata inherit|Panda|inherits=Animal}}
 +
 
 +
{| class="wikitable"
 +
  ! Index
 +
  ! Type
 +
  !style="width: 250px;" colspan="2"| Meaning
 +
  ! Default
 
  |-
 
  |-
  | 0x04
+
  | {{Metadata id|}}
  | has Arms
+
| {{Metadata type|VarInt}}
 +
|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
 
  |-
 
  |-
  | 0x08
+
  | {{Metadata id|}}
  | no BasePlate
+
| {{Metadata type|VarInt}}
 +
|colspan="2"| Sneeze timer.  Counts up from 0; when it hits 1 the <code>entity.panda.pre_sneeze</code> event plays and when it hits 21 the <code>entity.panda.sneeze</code> event plays (and it is set back to 0 and the sneeze flag is cleared).
 +
  | 0
 
  |-
 
  |-
  | 0x10
+
  | {{Metadata id|}}
  | set Marker
+
| {{Metadata type|VarInt}}
 +
|colspan="2"| Eat timer.  If nonzero, counts upwards.
 +
  | 0
 
  |-
 
  |-
  | 12
+
  | {{Metadata id|}}
  | Rotation
+
  | {{Metadata type|Byte}}
  |colspan="2"| Head rotation
+
  |colspan="2"| Main Gene
  | (0.0, 0.0, 0.0)
+
  | 0
 
  |-
 
  |-
  | 13
+
  | {{Metadata id|}}
  | Rotation
+
  | {{Metadata type|Byte}}
  |colspan="2"| Body rotation
+
  |colspan="2"| Hidden Gene
  | (0.0, 0.0, 0.0)
+
  | 0
 
  |-
 
  |-
  | 14
+
  |rowspan="6"| {{Metadata id|}}
| Rotation
+
  |rowspan="6"| {{Metadata type|Byte}}
  |colspan="2"| Left arm rotation
+
! Bit mask
  | (-10.0, 0.0, -10.0)
+
! Meaning
 +
  |rowspan="6"| 0
 
  |-
 
  |-
  | 15
+
  | 0x01
  | Rotation
+
  | Unused
|colspan="2"| Right arm rotation
 
| (-15.0, 0.0, 10.0)
 
 
  |-
 
  |-
  | 16
+
  | 0x02
  | Rotation
+
  | Is sneezing
  |colspan="2"| Left leg rotation
+
  |-
  | (-1.0, 0.0, -1.0)
+
| 0x04
 +
| Is rolling
 +
  |-
 +
| 0x08
 +
| Is sitting
 
  |-
 
  |-
  | 17
+
  | 0x10
  | Rotation
+
  | Is on back
|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.
+
=== Pig ===
 
 
=== Insentient ===
 
  
Extends [[#Living|Living]].
+
{{Metadata inherit|Pig|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,394: Line 2,409:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="3"| 11
+
  | {{Metadata id|}}
  |rowspan="3"| Byte
+
  | {{Metadata type|Boolean}}
! Bit mask
+
  |colspan="2"| Has saddle
! Meaning
+
| false
  |rowspan="3"| 0
 
 
  |-
 
  |-
  | 0x01
+
  | {{Metadata id|}}
  | NoAI
+
  | {{Metadata type|VarInt}}
  |-
+
  |colspan="2"| Total time to "boost" with a carrot on a stick for
| 0x02
+
  | 0
  | Left handed
 
 
  |}
 
  |}
  
=== Ambient ===
+
Whenever a carrot on a stick is used, if the pig is not currently boosting it will start to boost for 140 to 980 (inclusive) ticks.  When boost time is changed, a counter is reset which counts up to the boost time, after which boosting will stop.  The value remains set at its modified value even after boosting is stopped.
  
Extends [[#Insentient|Insentient]].
+
=== Rabbit ===
 
 
No additional metadata.
 
 
 
=== Bat ===
 
  
Extends [[#Ambient|Ambient]].
+
{{Metadata inherit|Rabbit|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,423: Line 2,432:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | rowspan="2"| 12
+
  | {{Metadata id|}}
  | rowspan="2"| Byte
+
  | {{Metadata type|VarInt}}
! Bit mask
+
  |colspan="2"| Type
! Meaning
+
  | 0
  | rowspan="2"| 0
 
  |-
 
| 0x01
 
| Is hanging
 
 
  |}
 
  |}
  
=== Creature ===
+
=== Turtle ===
 
 
Extends [[#Insentient|Insentient]].
 
 
 
No additional metadata.
 
 
 
=== WaterMob ===
 
 
 
Extends [[#Creature|Creature]].
 
 
 
No additional metadata.
 
 
 
=== Squid ===
 
 
 
Extends [[#WaterMob|WaterMob]]
 
 
 
No additional metadata.
 
  
=== Dolphin ===
+
{{Metadata inherit|Turtle|inherits=Animal}}
 
 
Extends [[#WaterMob|WaterMob]].
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,461: Line 2,448:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 12
+
  | {{Metadata id|}}
  | Position
+
| {{Metadata type|Position}}
  |colspan="2"| Treasure position
+
|colspan="2"| Home pos
 +
| (0, 0, 0)
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
|colspan="2"| Has egg
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
|colspan="2"| Is laying egg
 +
| false
 +
  |-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Position}}
 +
  |colspan="2"| Travel pos
 
  | (0, 0, 0)
 
  | (0, 0, 0)
 
  |-
 
  |-
  | 13
+
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|Boolean}}
  |colspan="2"| Can find treasure
+
  |colspan="2"| Is going home
 
  | false
 
  | false
 
  |-
 
  |-
  | 14
+
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|Boolean}}
  |colspan="2"| Has fish
+
  |colspan="2"| Is traveling
 
  | false
 
  | false
 
  |}
 
  |}
  
=== Abstract fish ===
+
=== Polar Bear ===
  
Extends [[#WaterMob|WaterMob]].
+
{{Metadata inherit|Polar Bear|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,487: Line 2,489:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 12
+
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|Boolean}}
  |colspan="2"| From bucket
+
  |colspan="2"| Is standing up
  | False
+
  | false
 
  |}
 
  |}
  
=== Cod ===
+
=== Chicken ===
 +
 
 +
{{Metadata inherit|Chicken|inherits=Animal}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Cow ===
  
Extends [[#AbstractFish|AbstractFish]].
+
{{Metadata inherit|Cow|inherits=Animal}}
  
 
No additional metadata.
 
No additional metadata.
  
=== Puffer fish ===
+
=== Hoglin ===
  
Extends [[#AbstractFish|AbstractFish]].
+
{{Metadata inherit|Hoglin|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,509: Line 2,517:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 13
+
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|Boolean}}
  |colspan="2"| PuffState (varies from 0 to 2)
+
  |colspan="2"| Is immune to zombification
  | 0
+
  | false
 
  |}
 
  |}
 +
 +
=== Mooshroom ===
  
=== Salmon ===
+
{{Metadata inherit|Mooshroom|inherits=Cow}}
 
 
Extends [[#AbstractFish|AbstractFish]].
 
 
 
No additional metadata.
 
 
 
=== Tropical fish ===
 
 
 
Extends [[#AbstractFish|AbstractFish]].
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,531: Line 2,533:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 13
+
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|String}}
  |colspan="2"| Variant
+
  | colspan="2"| Variant ("red" or "brown")
  | 0
+
  | red
 
  |}
 
  |}
  
 +
=== Sheep ===
  
=== Ageable ===
+
{{Metadata inherit|Sheep|inherits=Animal}}
 
 
Extends [[#Creature|Creature]].
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,548: Line 2,549:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 12
+
  |rowspan="3"| {{Metadata id|}}
  | Boolean
+
  |rowspan="3"| {{Metadata type|Byte}}
  |colspan="2"| Is baby
+
! Bit mask
  | false
+
! Meaning
  |}
+
  |rowspan="3"| 0
 +
|-
 +
| 0x0F
 +
| Color ID
 +
|-
 +
| 0x10
 +
  | Is sheared
 +
  |}
 +
 +
=== Strider ===
  
=== Animal ===
+
{{Metadata inherit|Strider|inherits=Animal}}
  
Extends [[#Ageable|Ageable]].
+
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|VarInt}}
 +
|colspan="2"| Total time to "boost" with warped fungus on a stick for
 +
| 0
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
|colspan="2"| Is shaking (true unless riding a vehicle or on or in a block tagged with strider_warm_blocks (default: lava))
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
|colspan="2"| Has saddle
 +
| false
 +
|}
  
No additional metadata.
+
=== Tameable Animal ===
  
=== AbstractHorse ===
+
{{Metadata inherit|Tameable Animal|inherits=Animal}}
 
 
Extends [[#Animal|Animal]].
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,570: Line 2,598:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="9"| 13
+
  |rowspan="4"| {{Metadata id|}}
  |rowspan="9"| Byte
+
  |rowspan="4"| {{Metadata type|Byte}}
 
  ! Bit mask
 
  ! Bit mask
 
  ! Meaning
 
  ! Meaning
  |rowspan="9"| 0
+
  |rowspan="4"| 0
 
  |-
 
  |-
 
  | 0x01
 
  | 0x01
  | ''Unused''
+
  | Is sitting
 
  |-
 
  |-
 
  | 0x02
 
  | 0x02
  | Is Tame
+
  | ''Unused''
 
  |-
 
  |-
 
  | 0x04
 
  | 0x04
  | Is saddled
+
  | Is tamed
 
  |-
 
  |-
  | 0x08
+
  | {{Metadata id|}}
| Has bred
+
  | {{Metadata type|Optional UUID}}
|-
+
  |colspan="2"| Owner
| 0x10
+
  | Absent
| Is eating
+
  |}
|-
 
  | 0x20
 
| Is rearing (on hind legs)
 
|-
 
| 0x40
 
| Is mouth open
 
|-
 
| 0x80
 
| ''Unused''
 
|-
 
| 14
 
| OptUUID
 
  |colspan="2"| Owner
 
  | Absent
 
  |}
 
  
=== Horse ===
+
=== Cat ===
  
Extends [[#AbstractHorse|AbstractHorse]].
+
{{Metadata inherit|Cat|inherits=Tameable Animal}}
  
{| class="wikitable"  
+
{| class="wikitable"
 
  ! Index
 
  ! Index
 
  ! Type
 
  ! Type
Line 2,616: Line 2,629:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 15
+
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|Cat Variant}}
  |colspan="2"| Variant (Color & Style)
+
  |colspan="2"| Cat Variant
  | 0
+
  | BLACK
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
|colspan="2"| Is lying
 +
| false
 
  |-
 
  |-
  | 16
+
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|Boolean}}
  |colspan="2"| Armor (0: none, 1: iron, 2: gold, 3: diamond)
+
  |colspan="2"| Is relaxed? (This makes their head go slightly upwards, unknown when used)
  | 0 (none)
+
  | false
 
  |-
 
  |-
  | 17
+
  | {{Metadata id|}}
  | [[Slot]]
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Armor Item (Forge only)
+
  |colspan="2"| Collar color (values are those {{Minecraft Wiki|Data_values#Dyes|used with dyes}})
  | Empty
+
  | 14 (Red)
 
  |}
 
  |}
  
=== ZombieHorse ===
+
=== Wolf ===
  
Extends [[#AbstractHorse|AbstractHorse]].
+
{{Metadata inherit|Wolf|inherits=Tameable Animal}}
  
=== SkeletonHorse ===
+
{| class="wikitable"
 
+
  ! Index
Extends [[#AbstractHorse|AbstractHorse]].
+
  ! Type
 
+
  !style="width: 250px;" colspan="2"| Meaning
=== ChestedHorse ===
 
 
 
Extends [[#AbstractHorse|AbstractHorse]].
 
 
 
{| class="wikitable"  
 
  ! Index
 
  ! Type
 
  !style="width: 250px;" colspan="2"| Meaning
 
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 15
+
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|Boolean}}
  |colspan="2"| Has Chest
+
  |colspan="2"| Is begging
 
  | false
 
  | false
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|VarInt}}
 +
|colspan="2"| Collar color (values are those {{Minecraft Wiki|Data_values#Dyes|used with dyes}})
 +
| 14 (Red)
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|VarInt}}
 +
|colspan="2"| Anger time
 +
| 0
 
  |}
 
  |}
  
=== Donkey ===
+
=== Parrot ===
 
 
Extends [[#ChestedHorse|ChestedHorse]].
 
  
=== Llama ===
+
{{Metadata inherit|Parrot|inherits=Tameable Animal}}
 
 
Extends [[#ChestedHorse|ChestedHorse]].
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,670: Line 2,686:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 16
+
  | {{Metadata id|}}
| VarInt
+
  | {{Metadata type|VarInt}}
  | colspan="2"| Strength (number of columns of 3 slots in the llama's inventory once a chest is equipped)
+
  |colspan="2"| Variant (0: red/blue, 1: blue, 2: green, 3: yellow/blue, 4: grey)
| 0
 
|-
 
| 17
 
| VarInt
 
| colspan="2"| Carpet color (a dye color, or -1 if no carpet equipped)
 
| -1
 
|-
 
| 18
 
| 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
 
  | 0
 
  |}
 
  |}
  
=== Mule ===
+
=== Abstract Villager ===
 
 
Extends [[#ChestedHorse|ChestedHorse]].
 
 
 
=== Pig ===
 
  
Extends [[#Animal|Animal]].
+
{{Metadata inherit|Abstract Villager|inherits=Ageable Mob}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,700: Line 2,702:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 13
+
  | {{Metadata id|}}
| Boolean
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Has saddle
+
  |colspan="2"| Head shake timer (starts at 40, decrements each tick)
| false
 
|-
 
| 14
 
| VarInt
 
  |colspan="2"| Total time to "boost" with a carrot on a stick for
 
 
  | 0
 
  | 0
 
  |}
 
  |}
  
Whenever a carrot on a stick is used, if the pig is not currently boosting it will start to boost for 140 to 980 (inclusive) ticks.  When boost time is changed, a counter is reset which counts up to the boost time, after which boosting will stop.  The value remains set at its modified value even after boosting is stopped.
+
=== Villager ===
 
 
=== Rabbit ===
 
  
Extends [[#Animal|Animal]].
+
{{Metadata inherit|Villager|inherits=Abstract Villager}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,723: Line 2,718:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 13
+
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|Villager Data}}
  |colspan="2"| Type
+
  |colspan="2"| Villager Data
  | 0
+
  | Plains/None/1
 
  |}
 
  |}
  
=== Turtle ===
+
=== Wandering Trader ===
 +
 
 +
{{Metadata inherit|Wandering Trader|inherits=Abstract Villager}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Abstract Golem ===
 +
 
 +
{{Metadata inherit|Abstract Golem|inherits=Pathfinder Mob}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Iron Golem ===
  
Extends [[#Animal|Animal]].
+
{{Metadata inherit|Iron Golem|inherits=Abstract Golem}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,739: Line 2,746:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 13
+
  |rowspan="2"| {{Metadata id|}}
| BlockPos
+
  |rowspan="2"| {{Metadata type|Byte}}
  |colspan="2"| Home pos
+
! Bit mask
  | (0, 0, 0)
+
! Meaning
 +
  |rowspan="2"| 0
 
  |-
 
  |-
  | 14
+
  | 0x01
  | Boolean
+
  | Is player-created
  |colspan="2"| Has egg
+
  |}
| false
+
 
|-
+
=== Snow Golem ===
  | 15
+
 
  | Boolean
+
{{Metadata inherit|Snow Golem|inherits=Abstract Golem}}
  |colspan="2"| Laying egg
+
 
  | false
+
{| class="wikitable"
 +
  ! Index
 +
  ! Type
 +
  !style="width: 250px;" colspan="2"| Meaning
 +
  ! Default
 
  |-
 
  |-
  | 16
+
  |rowspan="3"| {{Metadata id|}}
| BlockPos
+
  |rowspan="3"| {{Metadata type|Byte}}
  |colspan="2"| Travel pos
+
  ! Bit mask
  | (0, 0, 0)
+
! Meaning
 +
|rowspan="3"| 0x10
 
  |-
 
  |-
  | 17
+
  | 0x00
  | Boolean
+
  | Has no pumpkin hat
|colspan="2"| Going home
 
| false
 
 
  |-
 
  |-
  | 18
+
  | 0x10
  | Boolean
+
  | Has pumpkin hat
|colspan="2"| Traveling
 
| false
 
 
  |}
 
  |}
  
=== Polar Bear ===
+
=== Shulker ===
  
Extends [[#Animal|Animal]].
+
{{Metadata inherit|Shulker|inherits=Abstract Golem}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,780: Line 2,789:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 13
+
  | {{Metadata id|}}
  | Boolean
+
| {{Metadata type|Direction}}
  |colspan="2"| Standing up
+
|colspan="2"| Attach face
  | false
+
| Down (0)
 +
|-
 +
| {{Metadata id|}}}}
 +
| {{Metadata type|Byte}}
 +
|colspan="2"| Shield height
 +
| 0
 +
|-
 +
| {{Metadata id|}}
 +
  | {{Metadata type|Byte}}
 +
  | colspan="2"| Color (dye color)
 +
  | 16
 
  |}
 
  |}
  
=== Chicken ===
+
=== Monster ===
  
Extends [[#Animal|Animal]].
+
{{Metadata inherit|Monster|inherits=Pathfinder Mob}}
  
 
No additional metadata.
 
No additional metadata.
  
=== Cow ===
+
=== Base Piglin ===
 
 
Extends [[#Animal|Animal]].
 
  
No additional metadata.
+
{{Metadata inherit|Base Piglin|inherits=Monster}}
  
=== Mooshroom ===
+
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
|colspan="2"| Is immune to zombification
 +
| false
 +
|}
 +
 +
=== Piglin ===
 +
 
 +
{{Metadata inherit|Piglin|inherits=Base Piglin}}
 +
 
 +
{| class="wikitable"
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
|colspan="2"| Is baby
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
|colspan="2"| Is charging crossbow
 +
| false
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
|colspan="2"| Is dancing
 +
| false
 +
|}
 +
 +
=== Piglin Brute ===
  
Extends [[#Cow|Cow]].
+
{{Metadata inherit|Piglin Brute|inherits=Base Piglin}}
  
 
No additional metadata.
 
No additional metadata.
  
=== Sheep ===
+
=== Blaze ===
  
Extends [[#Animal|Animal]].
+
{{Metadata inherit|Blaze|inherits=Monster}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,814: Line 2,869:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="3"| 13
+
  |rowspan="2"| {{Metadata id|}}
  |rowspan="3"| Byte
+
  |rowspan="2"| {{Metadata type|Byte}}
 
  ! Bit mask
 
  ! Bit mask
 
  ! Meaning
 
  ! Meaning
  |rowspan="3"| 0
+
  |rowspan="2"| 0
 
  |-
 
  |-
  | 0x0F
+
  | 0x01
| Color (matches {{Minecraft Wiki|Data_values#Dyes|dye damage values}})
+
  | Is on fire
|-
 
| 0x10
 
  | Is sheared
 
 
  |}
 
  |}
  
=== TameableAnimal ===
+
=== Creeper ===
  
Extends [[#Animal|Animal]].
+
{{Metadata inherit|Creeper|inherits=Monster}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,837: Line 2,889:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="4"| 13
+
  | {{Metadata id|}}
  |rowspan="4"| Byte
+
  | {{Metadata type|VarInt}}
! Bit mask
+
  |colspan="2"| State (-1 = idle, 1 = fuse)
! Meaning
+
| -1
  |rowspan="4"| 0
 
 
  |-
 
  |-
  | 0x01
+
  | {{Metadata id|}}
  | Is sitting
+
| {{Metadata type|Boolean}}
 +
  |colspan="2"| Is {{Minecraft Wiki|Creeper#Charged Creeper|charged}}
 +
| false
 
  |-
 
  |-
  | 0x02
+
  | {{Metadata id|}}
| Is angry (only used with wolves)
+
  | {{Metadata type|Boolean}}
|-
+
  |colspan="2"| Is ignited
  | 0x04
+
  | false
| Is tamed
 
|-
 
| 14
 
| OptUUID
 
  |colspan="2"| Owner
 
  | Absent
 
 
  |}
 
  |}
  
=== Ocelot ===
+
=== Endermite ===
 +
 
 +
{{Metadata inherit|Endermite|inherits=Monster}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Giant ===
  
Extends [[#TameableAnimal|TameableAnimal]].
+
{{Metadata inherit|Giant|inherits=Monster}}
  
{| class="wikitable"
+
No additional metadata.
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| 15
 
| VarInt
 
|colspan="2"| Type (0 = untamed, 1 = tuxedo, 2 = tabby, 3 = siamese). Used to render regardless as to whether it is tamed or not.
 
| 0
 
|}
 
  
=== Wolf ===
+
=== Goat ===
  
Extends [[#TameableAnimal|TameableAnimal]].
+
{{Metadata inherit|Goat|inherits=Animal}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,884: Line 2,927:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 15
+
  | {{Metadata id|}}
  | Float
+
  | {{Metadata type|Boolean}}
  |colspan="2"| Damage taken (used for tail rotation)
+
  |colspan="2"| Is Screaming Goat
  | Value of health field (1.0)
+
  | false
 
  |-
 
  |-
  | 16
+
  | {{Metadata id|}}
  | Boolean
+
| {{Metadata type|Boolean}}
  |colspan="2"| Is begging
+
|colspan="2"| Has Left Horn
  | false
+
  | true
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
  |colspan="2"| Has Right Horn
 +
  | true
 
  |-
 
  |-
| 17
 
| VarInt
 
|colspan="2"| Collar color (values are those {{Minecraft Wiki|Data_values#Dyes|used with dyes}})
 
| 14 (Red)
 
 
  |}
 
  |}
  
=== Parrot ===
+
=== Guardian ===
  
Extends [[#TameableAnimal|TameableAnimal]].
+
{{Metadata inherit|Guardian|inherits=Monster}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,909: Line 2,953:
 
  !style="width: 250px;" colspan="2"| Meaning
 
  !style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
  ! Default
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
|colspan="2"| Is retracting spikes
 +
| false
 
  |-
 
  |-
  | 15
+
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Variant (0: red/blue, 1: blue, 2: green, 3: yellow/blue, 4: grey)
+
  |colspan="2"| Target EID
 
  | 0
 
  | 0
 
  |}
 
  |}
  
=== Villager ===
+
=== Elder Guardian ===
  
Extends [[#Ageable|Ageable]].
+
{{Metadata inherit|Elder Guardian|inherits=Guardian}}
  
{| class="wikitable"
+
No additional metadata.
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| 13
 
| VarInt
 
|colspan="2"| Profession (Farmer = 0, Librarian = 1, Priest = 2, Blacksmith = 3, Butcher = 4, Nitwit = 5)
 
| 0
 
|}
 
  
=== Golem ===
+
=== Silverfish ===
  
Extends [[#Creature|Creature]].
+
{{Metadata inherit|Silverfish|inherits=Monster}}
  
 
No additional metadata.
 
No additional metadata.
  
=== IronGolem ===
+
=== Raider ===
  
Extends [[#Golem|Golem]].
+
{{Metadata inherit|Raider|inherits=Monster}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,948: Line 2,987:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="2"| 12
+
  | {{Metadata id|}}
  |rowspan="2"| Byte
+
  | {{Metadata type|Boolean}}
! Bit mask
+
  | colspan="2"| Is celebrating
! Meaning
+
  | false
  |rowspan="2"| 0
 
|-
 
  | 0x01
 
| Is player-created
 
 
  |}
 
  |}
  
=== Snowman ===
+
"Is celebrating" appears to control the pose for vindicators and does not appear to be used by other types.
  
Extends [[#Golem|Golem]].
+
=== Abstract Illager ===
 +
 
 +
{{Metadata inherit|Abstract Illager|inherits=Raider}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Vindicator ===
 +
 
 +
{{Metadata inherit|Vindicator|inherits=Abstract Illager}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Pillager ===
 +
 
 +
{{Metadata inherit|Pillager|inherits=Abstract Illager}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,968: Line 3,017:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="3"| 12
+
  | {{Metadata id|}}
  |rowspan="3"| Byte
+
  | {{Metadata type|Boolean}}
! Bit mask
+
  |colspan="2"| Is charging
! Meaning
+
  | false
  |rowspan="3"| 0x10
 
|-
 
| 0x10
 
| has pumpkin hat
 
|-
 
| 0x00
 
  | has no pumpkin hat
 
 
  |}
 
  |}
  
=== Shulker ===
+
=== Spellcaster Illager ===
  
Extends [[#Golem|Golem]].
+
{{Metadata inherit|Spellcaster Illager|inherits=Abstract Illager}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,991: Line 3,033:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 12
+
  | {{Metadata id|}}
  | Direction
+
  | {{Metadata type|Byte}}
  |colspan="2"| Attach face
+
  | colspan="2"| Spell (0: none, 1: summon vex, 2: attack, 3: wololo, 4: disappear, 5: blindness)
| Down (0)
 
|-
 
| 13
 
| OptPosition
 
|colspan="2"| Attachment position
 
| Absent
 
|-
 
| 14
 
| Byte
 
|colspan="2"| Shield height
 
 
  | 0
 
  | 0
|-
 
| 15
 
| Byte
 
| colspan="2"| Color (dye color)
 
| 10 (purple)
 
 
  |}
 
  |}
  
=== Monster ===
+
=== Evoker ===
  
Extends [[#Creature|Creature]].
+
{{Metadata inherit|Evoker|inherits=Spellcaster Illager}}
  
 
No additional metadata.
 
No additional metadata.
  
=== Blaze ===
+
=== Illusioner ===
  
Extends [[#Monster|Monster]].
+
{{Metadata inherit|Illusioner|inherits=Spellcaster Illager}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Ravager ===
 +
 
 +
{{Metadata inherit|Ravager|inherits=Raider}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Witch ===
 +
 
 +
{{Metadata inherit|Witch|inherits=Raider}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 3,028: Line 3,067:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="2"|12
+
  | {{Metadata id|}}
  |rowspan="2"|Byte
+
  | {{Metadata type|Boolean}}
! Bit mask
+
  |colspan="2"| Is drinking potion
! Meaning
+
  | false
  |rowspan="2"|0
 
|-
 
  | 0x01
 
| Is on fire
 
 
  |}
 
  |}
  
=== Creeper ===
+
=== Evoker Fangs ===
 +
 
 +
{{Metadata inherit|Evoker Fangs|inherits=Entity}}
 +
 
 +
No additional metadata.
 +
 
 +
=== Vex ===
  
Extends [[#Monster|Monster]].
+
{{Metadata inherit|Vex|inherits=Monster}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 3,048: Line 3,089:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 12
+
  |rowspan="2"| {{Metadata id|}}
| VarInt
+
  |rowspan="2"| {{Metadata type|Byte}}
  |colspan="2"| State (-1 = idle, 1 = fuse)
+
! Bit mask
  | -1
+
! Meaning
 +
  |rowspan="2"| 0
 
  |-
 
  |-
  | 13
+
  | 0x01
  | Boolean
+
  | Is attacking
|colspan="2"| Is {{Minecraft Wiki|Creeper#Charged Creeper|charged}}
 
| false
 
|-
 
| 14
 
| Boolean
 
|colspan="2"| Is ignited
 
| false
 
 
  |}
 
  |}
  
=== Endermite ===
+
=== Abstract Skeleton ===
  
Extends [[#Monster|Monster]].
+
{{Metadata inherit|Abstract Skeleton|inherits=Monster}}
  
 
No additional metadata.
 
No additional metadata.
  
=== Giant Zombie ===
+
=== Skeleton ===
  
Extends [[#Monster|Monster]].
+
{{Metadata inherit|Skeleton|inherits=Abstract Skeleton}}
  
 
No additional metadata.
 
No additional metadata.
  
=== Guardian ===
+
=== Wither Skeleton ===
  
Extends [[#Monster|Monster]].
+
{{Metadata inherit|Wither Skeleton|inherits=Abstract Skeleton}}
  
{| class="wikitable"
+
No additional metadata.
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| 12
 
| Boolean
 
|colspan="2"| Is retracting spikes
 
| false
 
|-
 
| 13
 
| VarInt
 
|colspan="2"| Target EID
 
| 0
 
|}
 
  
=== ElderGuardian ===
+
=== Stray ===
 
 
Extends [[#Guardian|Guardian]].
 
  
=== Silverfish ===
+
{{Metadata inherit|Stray|inherits=Abstract Skeleton}}
 
 
Extends [[#Monster|Monster]].
 
  
 
No additional metadata.
 
No additional metadata.
  
=== Abstract Illager ===
+
=== Spider ===
  
Extends [[#Monster|Monster]].
+
{{Metadata inherit|Spider|inherits=Monster}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 3,117: Line 3,133:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="2"| 12
+
  |rowspan="2"| {{Metadata id|}}
  |rowspan="2"| Byte
+
  |rowspan="2"| {{Metadata type|Byte}}
 
  ! Bit mask
 
  ! Bit mask
 
  ! Meaning
 
  ! Meaning
Line 3,124: Line 3,140:
 
  |-
 
  |-
 
  | 0x01
 
  | 0x01
  | Has target (aggressive state)
+
  | Is climbing
 
  |}
 
  |}
  
=== VindicationIllager ===
+
=== Warden ===
 
 
Extends [[#Abstract Illager|Abstract Illager]].
 
 
 
=== Spellcaster Illager ===
 
  
Extends [[#Abstract Illager|Abstract Illlager]].
+
{{Metadata inherit|Warden|inherits=Monster}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 3,141: Line 3,153:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 13
+
  | {{Metadata id|}}
  | Byte
+
  | {{Metadata type|VarInt}}
  | colspan="2"| Spell (0: none, 1: summon vex, 2: attack, 3: wololo, 4: disappear, 5: blindness)
+
  |colspan="2"| Anger Level
 
  | 0
 
  | 0
 
  |}
 
  |}
  
=== EvocationIllager ===
+
=== Wither ===
 
 
Extends [[#Spellcaster Illager|Spellcaster Illager]].
 
 
 
=== IllusionIllager ===
 
 
 
Extends [[#Spellcaster Illager|Spellcaster Illager]].
 
 
 
=== Vex ===
 
  
Extends [[#Monster|Monster]].
+
{{Metadata inherit|Wither|inherits=Monster}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 3,165: Line 3,169:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="2"| 12
+
  | {{Metadata id|}}
  |rowspan="2"| Byte
+
| {{Metadata type|VarInt}}
  ! Bit mask
+
|colspan="2"| Center head's target (entity ID, or 0 if no target)
  ! Meaning
+
| 0
  |rowspan="2"| 0
+
  |-
 +
| {{Metadata id|}}
 +
| {{Metadata type|VarInt}}
 +
|colspan="2"| Left head's target (entity ID, or 0 if no target)
 +
  | 0
 +
  |-
 +
  | {{Metadata id|}}
 +
| {{Metadata type|VarInt}}
 +
|colspan="2"| Right head's target (entity ID, or 0 if no target)
 +
| 0
 
  |-
 
  |-
  | 0x01
+
  | {{Metadata id|}}
  | Is in attack mode
+
| {{Metadata type|VarInt}}
 +
|colspan="2"| Invulnerable time
 +
  | 0
 
  |}
 
  |}
  
=== EvocationFangs ===
+
=== Zoglin ===
 
 
Extends [[#Entity|Entity]].
 
 
 
No additional metadata.
 
 
 
=== AbstractSkeleton ===
 
  
Extends [[#Monster|Monster]].
+
{{Metadata inherit|Hoglin|inherits=Monster}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 3,191: Line 3,200:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 12
+
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|Boolean}}
  |colspan="2"| Is swinging arms
+
  |colspan="2"| Is baby
 
  | false
 
  | false
 
  |}
 
  |}
  
=== Skeleton ===
+
=== Zombie ===
  
Extends [[#AbstractSkeleton|AbstractSkeleton]].
+
{{Metadata inherit|Zombie|inherits=Monster}}
 
 
=== Wither Skeleton ===
 
 
 
Extends [[#AbstractSkeleton|AbstractSkeleton]].
 
 
 
=== Stray ===
 
 
 
Extends [[#AbstractSkeleton|AbstractSkeleton]].
 
 
 
=== Spider ===
 
 
 
Extends [[#Monster|Monster]].
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 3,219: Line 3,216:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  |rowspan="2"| 12
+
  | {{Metadata id|}}
  |rowspan="2"| Byte
+
  | {{Metadata type|Boolean}}
! Bit mask
+
  |colspan="2"| Is baby
! Meaning
+
| false
  |rowspan="2"| 0
 
 
  |-
 
  |-
  | 0x01
+
  | {{Metadata id|}}
  | Is climbing
+
| {{Metadata type|VarInt}}
 +
|colspan="2"| Unused (previously type)
 +
  | 0
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Boolean}}
 +
|colspan="2"| Is becoming a drowned
 +
| false
 
  |}
 
  |}
  
=== Witch ===
+
=== Zombie Villager ===
  
Extends [[#Monster|Monster]].
+
{{Metadata inherit|Zombie Villager|inherits=Zombie}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 3,239: Line 3,242:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 12
+
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|Boolean}}
  |colspan="2"| Is drinking potion
+
  |colspan="2"| Is converting
 
  | false
 
  | false
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|Villager Data}}
 +
|colspan="2"| Villager Data
 +
| Plains/None/1
 
  |}
 
  |}
  
=== Wither ===
+
=== 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 ===
  
Extends [[#Monster|Monster]].
+
{{Metadata inherit|Enderman|inherits=Monster}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 3,255: Line 3,281:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 12
+
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|Optional Block State}}
  |colspan="2"| Center head's target (entity ID, or 0 if no target)
+
  |colspan="2"| Carried block
  | 0
+
  | Absent
 
  |-
 
  |-
  | 13
+
  | {{Metadata id|}}
| VarInt
+
  | {{Metadata type|Boolean}}
  |colspan="2"| Left head's target (entity ID, or 0 if no target)
+
  |colspan="2"| Is screaming
| 0
 
|-
 
| 14
 
| VarInt
 
|colspan="2"| Right head's target (entity ID, or 0 if no target)
 
| 0
 
|-
 
| 15
 
| VarInt
 
|colspan="2"| Invulnerable time
 
| 0
 
|}
 
 
 
=== Zombie ===
 
 
 
Extends [[#Monster|Monster]].
 
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| 12
 
| Boolean
 
  |colspan="2"| Is baby
 
 
  | false
 
  | false
 
  |-
 
  |-
  | 13
+
  | {{Metadata id|}}
| VarInt
+
  | {{Metadata type|Boolean}}
  |colspan="2"| Unused (previously type)
+
  |colspan="2"| Is staring
| 0
 
|-
 
| 14
 
| Boolean
 
|colspan="2"| Are hands held up
 
| false
 
|-
 
| 15
 
| Boolean
 
  |colspan="2"| Is becoming a drowned
 
 
  | false
 
  | false
 
  |}
 
  |}
  
=== Zombie Villager ===
+
=== Ender Dragon ===
  
Extends [[#Zombie|Zombie]].
+
{{Metadata inherit|Ender Dragon|inherits=Mob}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 3,317: Line 3,307:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 16
+
  | {{Metadata id|}}
| Boolean
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Is converting
+
  |colspan="2"| Dragon phase
| false
+
  | 10 (hover)
|-
 
| 17
 
| VarInt
 
  |colspan="2"| Profession
 
  | 0
 
 
  |}
 
  |}
  
=== Husk ===
+
Phases (according to {{Minecraft Wiki|Ender Dragon#Data_values|the wiki page on dragon data values}}) are:
  
Extends [[#Zombie|Zombie]].
+
* 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).
  
No additional metadata.
+
=== Flying ===
 
 
=== Drowned ===
 
  
Extends [[#Zombie|Zombie]].
+
{{Metadata inherit|Flying|inherits=Mob}}
  
 
No additional metadata.
 
No additional metadata.
  
=== Enderman ===
+
=== Ghast ===
  
Extends [[#Monster|Monster]].
+
{{Metadata inherit|Ghast|inherits=Flying}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 3,350: Line 3,343:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 12
+
  | {{Metadata id|}}
| Opt BlockID
+
  | {{Metadata type|Boolean}}
  |colspan="2"| Carried block
+
  |colspan="2"| Is attacking
| Absent
 
|-
 
| 13
 
| Boolean
 
  |colspan="2"| Is screaming
 
 
  | false
 
  | false
 
  |}
 
  |}
  
=== EnderDragon ===
+
=== Phantom ===
  
Extends [[#Insentient|Insentient]].
+
{{Metadata inherit|Phantom|inherits=Flying}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 3,371: Line 3,359:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 12
+
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|VarInt}}
  |colspan="2"| Dragon phase
+
  |colspan="2"| Size
  | 10 (hover)
+
  | 0
 
  |}
 
  |}
  
Phases (according to {{Minecraft Wiki|Ender Dragon#Data_values|the wiki page on dragon data values}}) are:
+
Hitbox size is determined by horizontal=0.9 + 0.2*size and vertical=0.5 + 0.1 * i
 +
 
 +
=== Slime ===
  
* 0: circling
+
{{Metadata inherit|Slime|inherits=Mob}}
* 1: strafing (preparing to shoot a fireball)
+
 
* 2: flying to the portal to land (part of transition to landed state)
+
{| class="wikitable"
* 3: landing on the portal (part of transition to landed state)
+
! Index
* 4: taking off from the portal (part of transition out of landed state)
+
! Type
* 5: landed, performing breath attack
+
!style="width: 250px;" colspan="2"| Meaning
* 6: landed, looking for a player for breath attack
+
! Default
* 7: landed, roar before beginning breath attack
+
|-
* 8: charging player
+
| {{Metadata id|}}
* 9: flying to portal to die
+
| {{Metadata type|VarInt}}
* 10: hovering with no AI (default when using the /summon command).
+
|colspan="2"| Size
 +
| 1
 +
|}
  
=== Flying ===
+
=== Llama Spit ===
  
Extends [[#Insentient|Insentient]].
+
{{Metadata inherit|Llama Spit|inherits=Entity}}
  
 
No additional metadata.
 
No additional metadata.
  
=== Ghast ===
+
=== Abstract Minecart===
  
Extends [[#Flying|Flying]].
+
{{Metadata inherit|Abstract Minecart|inherits=Abstract Vehicle}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 3,407: Line 3,399:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 12
+
  | {{Metadata id|}}
  | Boolean
+
| {{Metadata type|VarInt}}
  |colspan="2"| Is attacking
+
|colspan="2"| Custom block ID and damage
 +
| 0
 +
|-
 +
| {{Metadata id|}}
 +
| {{Metadata type|VarInt}}
 +
|colspan="2"| Custom block Y position (in 16ths of a block)
 +
| 6
 +
|-
 +
| {{Metadata id|}}
 +
  | {{Metadata type|Boolean}}
 +
  |colspan="2"| Show custom block
 
  | false
 
  | false
 
  |}
 
  |}
  
=== Phantom ===
+
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 falseThey are only provided for reference to help with swapping out other blocks.
 
+
 
Extends [[#Flying|Flying]].
+
* 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
{| class="wikitable"
+
* 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
  ! Index
+
* Hopper Minecarts contain a hopper (154:0) and have a y position of 1
! Type
+
* TNT Minecarts contain TNT (46:0) and have a y position of 6
!style="width: 250px;" colspan="2"| Meaning
+
* Command block minecarts contain a Command Block (137:0) and have a y position of 6
! Default
+
* Spawner Minecarts contain a spawner (52:0) and have a y position of 6
|-
 
| 12
 
| VarInt
 
|colspan="2"| Size
 
| 0
 
|}
 
 
 
Hitbox size is determined by horizontal=0.9 + 0.2*size and vertical=0.5 + 0.1 * i
 
 
 
=== Slime ===
 
 
 
Extends [[#Insentient|Insentient]].
 
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| 12
 
| VarInt
 
|colspan="2"| Size
 
| 1
 
|}
 
 
 
=== LlamaSpit ===
 
 
 
Extends [[#Entity|Entity]].
 
  
 
=== Minecart ===
 
=== Minecart ===
  
Extends [[#Entity|Entity]].
+
{{Metadata inherit|Minecart|inherits=Abstract Minecart}}
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| 6
 
| VarInt
 
|colspan="2"| Shaking power
 
| 0
 
|-
 
| 7
 
| VarInt
 
|colspan="2"| Shaking direction
 
| 1
 
|-
 
| 8
 
| Float
 
|colspan="2"| Shaking multiplier
 
| 0.0
 
|-
 
| 9
 
| VarInt
 
|colspan="2"| Custom block ID and damage
 
| 0
 
|-
 
| 10
 
| VarInt
 
|colspan="2"| Custom block Y position (in 16ths of a block)
 
| 6
 
|-
 
| 11
 
| Boolean
 
|colspan="2"| Show custom block
 
| false
 
|}
 
 
 
If show custom block is false, then each type of Minecart will render its own type of block with its own properties.  Note that one does ''not'' need to send these values for the metadata fields, as the client will automatically select them if show custom block is false.  They are only provided for reference to help with swapping out other blocks.
 
 
 
* Rideable Minecarts contain air (0:0) and have a y position of 6
 
* Chest Minecarts contain chests facing north (54:0) and have a y position of 8
 
* Furnace Minecarts contain a normal furnace facing north when unpowered (61:0) and a lit furnace facing north when powered (62:0) and have a y position of 6 in both cases
 
* Hopper Minecarts contain a hopper (154:0) and have a y position of 1
 
* TNT Minecarts contain TNT (46:0) and have a y position of 6
 
* Command block minecarts contain a Command Block (137:0) and have a y position of 6
 
* Spawner Minecarts contain a spawner (52:0) and have a y position of 6
 
 
 
=== MinecartRideable ===
 
 
 
Extends [[#Minecart|Minecart]].
 
  
 
No additional metadata.
 
No additional metadata.
  
=== MinecartContainer ===
+
=== Abstract Minecart Container ===
  
Extends [[#Minecart|Minecart]].
+
{{Metadata inherit|Abstract Minecart Container|inherits=Abstract Minecart}}
  
 
No additional metadata.
 
No additional metadata.
  
=== MinecartHopper ===
+
=== Minecart Hopper ===
  
Extends [[#MinecartContainer|MinecartContainer]].
+
{{Metadata inherit|Minecart Hopper|inherits=Abstract Minecart Container }}
  
 
No additional metadata.
 
No additional metadata.
  
=== MinecartChest ===
+
=== Minecart Chest ===
  
Extends [[#MinecartContainer|MinecartContainer]].
+
{{Metadata inherit|Minecart Chest|inherits=Abstract Minecart Container }}
  
 
No additional metadata.
 
No additional metadata.
  
=== MinecartFurnace ===
+
=== Minecart Furnace ===
  
Extends [[#Minecart|Minecart]].
+
{{Metadata inherit|Minecart Furnace|inherits=Abstract Minecart}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 3,536: Line 3,459:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 12
+
  | {{Metadata id|}}
  | Boolean
+
  | {{Metadata type|Boolean}}
 
  |colspan="2"| Has fuel
 
  |colspan="2"| Has fuel
 
  | false
 
  | false
 
  |}
 
  |}
  
=== MinecartTNT ===
+
=== Minecart TNT ===
  
Extends [[#Minecart|Minecart]].
+
{{Metadata inherit|Minecart TNT|inherits=Abstract Minecart}}
  
 
No additional metadata.
 
No additional metadata.
  
=== MinecartSpawner ===
+
=== Minecart Spawner ===
  
Extends [[#Minecart|Minecart]].
+
{{Metadata inherit|Minecart Spawner|inherits=Abstract Minecart}}
  
 
No additional metadata.
 
No additional metadata.
  
=== MinecartCommandBlock ===
+
=== Minecart Command Block ===
  
Extends [[#Minecart|Minecart]].
+
{{Metadata inherit|Minecart Command Block|inherits=Abstract Minecart}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 3,564: Line 3,487:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 12
+
  | {{Metadata id|}}
  | String
+
  | {{Metadata type|String}}
 
  |colspan="2"| Command
 
  |colspan="2"| Command
 
  | <code></code>
 
  | <code></code>
 
  |-
 
  |-
  | 13
+
  | {{Metadata id|}}
  | [[Chat]]
+
  | {{Metadata type|Text Component}}
 
  |colspan="2"| Last output
 
  |colspan="2"| Last output
 
  | <code>{"text":""}</code>
 
  | <code>{"text":""}</code>
 
  |}
 
  |}
  
=== TNTPrimed ===
+
=== Primed Tnt ===
  
Extends [[#Entity|Entity]].
+
{{Metadata inherit|Primed Tnt|inherits=Entity}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 3,585: Line 3,508:
 
  ! Default
 
  ! Default
 
  |-
 
  |-
  | 6
+
  | {{Metadata id|}}
  | VarInt
+
  | {{Metadata type|VarInt}}
 
  |colspan="2"| Fuse time
 
  |colspan="2"| Fuse time
 
  | 80
 
  | 80
 
  |}
 
  |}
  
 +
[[Category:Protocol Details]]
 
[[Category:Minecraft Modern]]
 
[[Category:Minecraft Modern]]

Latest revision as of 17:25, 7 March 2024

Various Entities have different metadata fields and status codes.

These are the valid codes for Minecraft Java Edition 1.20.2; for upcoming snapshots, see Pre-release protocol#Entity Metadata.

Because this is always updated late, only valid for the latest version and not computer parseable, Bixilon wrote PixLyzer. Burger burger might help.

Contents

Entities

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

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

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

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

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

Entity Metadata Format

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

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

Name Type Meaning
Index Unsigned Byte Unique index key determining the meaning of the following value, see the table below. If this is 0xff then the it is the end of the Entity Metadata array and no more is read.
Type VarInt Enum Only if Index is not 0xff; the type of the index, see the table below
Value Varies Only if Index is not 0xff: the value of the metadata field, see the table below
Type Name Value Notes
0 Byte Byte
1 VarInt VarInt
2 VarLong VarLong
3 Float Float
4 String String (32767)
5 Text Component Text Component
6 Optional Text Component (Boolean, Optional Text Component) Text Component is present if the Boolean is set to true.
7 Slot Slot
8 Boolean Boolean
9 Rotations (Float, Float, Float) rotation on x, rotation on y, rotation on z
10 Position Position
11 Optional Position (Boolean, Optional Position) Position is present if the Boolean is set to true.
12 Direction VarInt Enum Down = 0, Up = 1, North = 2, South = 3, West = 4, East = 5
13 Optional UUID (Boolean, Optional UUID) UUID is present if the Boolean is set to true.
14 Block State VarInt An ID in the block state registry.
15 Optional Block State VarInt 0 for absent (air is unrepresentable); otherwise, an ID in the block state registry.
16 NBT NBT
17 Particle (VarInt, Varies) particle type (an ID in the minecraft:particle_type registry), particle data (See Particles.)
18 Villager Data (VarInt, VarInt, VarInt) villager type, villager profession, level (See below.)
19 Optional VarInt VarInt 0 for absent; 1 + actual value otherwise. Used for entity IDs.
20 Pose VarInt Enum STANDING = 0, FALL_FLYING = 1, SLEEPING = 2, SWIMMING = 3, SPIN_ATTACK = 4, SNEAKING = 5, LONG_JUMPING = 6, DYING = 7, CROAKING = 8, USING_TONGUE = 9, SITTING = 10, ROARING = 11, SNIFFING = 12, EMERGING = 13, DIGGING = 14
21 Cat Variant VarInt An ID in the minecraft:cat_variant registry.
22 Frog Variant VarInt An ID in the minecraft:frog_variant registry.
23 Optional Global Position (Boolean, Optional Identifier, Optional Position) dimension identifier, position; only if the Boolean is set to true.
24 Painting Variant VarInt An ID in the minecraft:painting_variant registry.
25 Sniffer State VarInt Enum IDLING = 0, FEELING_HAPPY = 1, SCENTING = 2, SNIFFING = 3, SEARCHING = 4, DIGGING = 5, RISING = 6
26 Vector3 (Float, Float, Float) x, y, z
27 Quaternion (Float, Float, Float, Float) x, y, z, w

Villager types (minecraft:villager_type registry):

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

Villager professions (minecraft:villager_profession registry):

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

Entity classes also recursively inherit fields from classes they extend.

Entity Metadata

Entity

The base class.

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

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

Interaction

Extends Entity.

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

Display

Extends Entity.

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

Block Display

Extends Display.

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

Item Display

Extends Display.

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

Text Display

Extends Display.

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

Thrown Item Projectile

Extends Entity.

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

Thrown Egg

Extends Thrown Item Projectile.

Default item is minecraft:egg.

No additional metadata.

Thrown Ender Pearl

Extends Thrown Item Projectile.

Default item is minecraft:ender_pearl.

No additional metadata.

Thrown Experience Bottle

Extends Thrown Item Projectile.

Default item is minecraft:experience_bottle.

No additional metadata.

Thrown Potion

Extends Thrown Item Projectile.

Default item is minecraft:splash_potion.

No additional metadata.

Snowball

Extends Thrown Item Projectile.

Default item is minecraft:snowball.

No additional metadata.

Eye of Ender

Extends Entity.

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

Falling Block

Extends Entity.

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

Area Effect Cloud

Extends Entity.

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

Fishing Hook

Extends Entity.

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

Abstract Arrow

Extends Entity.

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

Arrow

Extends Abstract Arrow.

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

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

Spectral Arrow

Extends Abstract Arrow.

No additional metadata.

Thrown Trident

Extends Abstract Arrow.

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

Abstract Vehicle

Extends Entity.

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

Boat

Extends Abstract Vehicle.

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

Chest Boat

Extends Boat.

No additional metadata.

End Crystal

Extends Entity.

Index Type Meaning Default
8 Optional Position (11) Beam target Empty
9 Boolean (8) Show bottom true

Dragon Fireball

Extends Entity.

No additional metadata.

Small Fireball

Extends Entity.

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

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

Fireball

Extends Entity.

This is the large fireball shot by ghasts.

Index Type Meaning Default
8 Slot (7) Item Empty

Wither Skull

Extends Entity.

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

Firework Rocket Entity

Extends Entity.

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

Item Frame

Extends Entity.

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

Glowing Item Frame

Extends Item Frame.

No additional metadata.

Painting

Extends Entity.

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

Item Entity

Extends Entity.

Index Type Meaning Default
8 Slot (7) Item Empty

Living Entity

Extends Entity.

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

Player

Extends Living Entity.

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

Armor Stand

Extends Living Entity.

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

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

Mob

Extends Living Entity.

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

Ambient Creature

Extends Mob.

No additional metadata.

Bat

Extends Ambient Creature.

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

Pathfinder Mob

Extends Mob.

No additional metadata.

Water Animal

Extends Pathfinder Mob.

No additional metadata.

Squid

Extends Water Animal.

No additional metadata.

Dolphin

Extends Water Animal.

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

Abstract fish

Extends Water Animal.

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

Cod

Extends Abstract fish.

No additional metadata.

Puffer fish

Extends Abstract fish.

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

Salmon

Extends Abstract fish.

No additional metadata.

Tropical fish

Extends Abstract fish.

Index Type Meaning Default
17 VarInt (1) Variant 0

Tadpole

Extends Abstract fish.

No additional metadata.

Ageable Mob

Extends Pathfinder Mob.

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

Animal

Extends Ageable Mob.

No additional metadata.

Sniffer

Extends Animal.

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

Abstract Horse

Extends Animal.

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

Horse

Extends Abstract Horse.

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

Zombie Horse

Extends Abstract Horse.

No additional metadata.

Skeleton Horse

Extends Abstract Horse.

No additional metadata.

Camel

Extends Abstract Horse.

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

Chested Horse

Extends Abstract Horse.

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

Donkey

Extends Chested Horse.

No additional metadata.

Llama

Extends Chested Horse.

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

Trader Llama

Extends Llama.

No additional metadata.

Mule

Extends Chested Horse.

No additional metadata.

Axolotl

Extends Animal.

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

Bee

Extends Animal.

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

Fox

Extends Animal.

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

Frog

Extends Animal.

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

Ocelot

Extends Animal.

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

Panda

Extends Animal.

Index Type Meaning Default
17 VarInt (1) Breed timer? Set to 32 when something happens, and then counts down to 0 again. At 29 and 14 (before counting down), will play the entity.panda.cant_breed sound event. 0
18 VarInt (1) Sneeze timer. Counts up from 0; when it hits 1 the entity.panda.pre_sneeze event plays and when it hits 21 the entity.panda.sneeze event plays (and it is set back to 0 and the sneeze flag is cleared). 0
19 VarInt (1) Eat timer. If nonzero, counts upwards. 0
20 Byte (0) Main Gene 0
21 Byte (0) Hidden Gene 0
22 Byte (0) Bit mask Meaning 0
0x01 Unused
0x02 Is sneezing
0x04 Is rolling
0x08 Is sitting
0x10 Is on back

Pig

Extends Animal.

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

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

Rabbit

Extends Animal.

Index Type Meaning Default
17 VarInt (1) Type 0

Turtle

Extends Animal.

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

Polar Bear

Extends Animal.

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

Chicken

Extends Animal.

No additional metadata.

Cow

Extends Animal.

No additional metadata.

Hoglin

Extends Animal.

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

Mooshroom

Extends Cow.

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

Sheep

Extends Animal.

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

Strider

Extends Animal.

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

Tameable Animal

Extends Animal.

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

Cat

Extends Tameable Animal.

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

Wolf

Extends Tameable Animal.

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

Parrot

Extends Tameable Animal.

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

Abstract Villager

Extends Ageable Mob.

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

Villager

Extends Abstract Villager.

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

Wandering Trader

Extends Abstract Villager.

No additional metadata.

Abstract Golem

Extends Pathfinder Mob.

No additional metadata.

Iron Golem

Extends Abstract Golem.

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

Snow Golem

Extends Abstract Golem.

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

Shulker

Extends Abstract Golem.

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

Monster

Extends Pathfinder Mob.

No additional metadata.

Base Piglin

Extends Monster.

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

Piglin

Extends Base Piglin.

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

Piglin Brute

Extends Base Piglin.

No additional metadata.

Blaze

Extends Monster.

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

Creeper

Extends Monster.

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

Endermite

Extends Monster.

No additional metadata.

Giant

Extends Monster.

No additional metadata.

Goat

Extends Animal.

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

Guardian

Extends Monster.

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

Elder Guardian

Extends Guardian.

No additional metadata.

Silverfish

Extends Monster.

No additional metadata.

Raider

Extends Monster.

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

"Is celebrating" appears to control the pose for vindicators and does not appear to be used by other types.

Abstract Illager

Extends Raider.

No additional metadata.

Vindicator

Extends Abstract Illager.

No additional metadata.

Pillager

Extends Abstract Illager.

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

Spellcaster Illager

Extends Abstract Illager.

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

Evoker

Extends Spellcaster Illager.

No additional metadata.

Illusioner

Extends Spellcaster Illager.

No additional metadata.

Ravager

Extends Raider.

No additional metadata.

Witch

Extends Raider.

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

Evoker Fangs

Extends Entity.

No additional metadata.

Vex

Extends Monster.

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

Abstract Skeleton

Extends Monster.

No additional metadata.

Skeleton

Extends Abstract Skeleton.

No additional metadata.

Wither Skeleton

Extends Abstract Skeleton.

No additional metadata.

Stray

Extends Abstract Skeleton.

No additional metadata.

Spider

Extends Monster.

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

Warden

Extends Monster.

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

Wither

Extends Monster.

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

Zoglin

Extends Monster.

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

Zombie

Extends Monster.

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

Zombie Villager

Extends Zombie.

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

Husk

Extends Zombie.

No additional metadata.

Drowned

Extends Zombie.

No additional metadata.

Zombified Piglin

Extends Zombie.

No additional metadata.

Enderman

Extends Monster.

Index Type Meaning Default
16 Optional Block State (15) Carried block Absent
17 Boolean (8) Is screaming false
18 Boolean (8) Is staring false

Ender Dragon

Extends Mob.

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

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

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

Flying

Extends Mob.

No additional metadata.

Ghast

Extends Flying.

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

Phantom

Extends Flying.

Index Type Meaning Default
16 VarInt (1) Size 0

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

Slime

Extends Mob.

Index Type Meaning Default
16 VarInt (1) Size 1

Llama Spit

Extends Entity.

No additional metadata.

Abstract Minecart

Extends Abstract Vehicle.

Index Type Meaning Default
11 VarInt (1) Custom block ID and damage 0
12 VarInt (1) Custom block Y position (in 16ths of a block) 6
13 Boolean (8) Show custom block false

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

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

Minecart

Extends Abstract Minecart.

No additional metadata.

Abstract Minecart Container

Extends Abstract Minecart.

No additional metadata.

Minecart Hopper

Extends Abstract Minecart Container.

No additional metadata.

Minecart Chest

Extends Abstract Minecart Container.

No additional metadata.

Minecart Furnace

Extends Abstract Minecart.

Index Type Meaning Default
14 Boolean (8) Has fuel false

Minecart TNT

Extends Abstract Minecart.

No additional metadata.

Minecart Spawner

Extends Abstract Minecart.

No additional metadata.

Minecart Command Block

Extends Abstract Minecart.

Index Type Meaning Default
14 String (4) Command
15 Text Component (5) Last output {"text":""}

Primed Tnt

Extends Entity.

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