Difference between revisions of "Entity metadata"
(Added Bee index 16 Bitmask) |
(→Entity Metadata Format: Attempt to switch to {{Metadata id}} and {{Metadata inherit}} -- unfortunately this is broken currently due to caching (T191574, fixed in Variables 2.4, while we're using 2.1 for some reason tktech mentioned but I forget)) |
||
Line 1,811: | Line 1,811: | ||
=== Entity === | === Entity === | ||
− | + | {{metadata inherit|Entity}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 1,819: | Line 1,819: | ||
! Default | ! Default | ||
|- | |- | ||
− | |rowspan="9"| | + | |rowspan="9"| {{Metadata id}} |
|rowspan="9"| Byte | |rowspan="9"| Byte | ||
! Bit mask | ! Bit mask | ||
Line 1,849: | Line 1,849: | ||
| Flying with {{Minecraft Wiki|elytra}} | | Flying with {{Minecraft Wiki|elytra}} | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Air | |colspan="2"| Air | ||
| 300 | | 300 | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| OptChat | | OptChat | ||
|colspan="2"| Custom name | |colspan="2"| Custom name | ||
| empty | | empty | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Boolean | | Boolean | ||
|colspan="2"| Is custom name visible | |colspan="2"| Is custom name visible | ||
| false | | false | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Boolean | | Boolean | ||
|colspan="2"| Is silent | |colspan="2"| Is silent | ||
| false | | false | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Boolean | | Boolean | ||
|colspan="2"| No gravity | |colspan="2"| No gravity | ||
Line 1,877: | Line 1,877: | ||
=== Throwable === | === Throwable === | ||
− | + | {{Metadata inherit|Throwable|inherits=Entity}} | |
No additional metadata. | No additional metadata. | ||
Line 1,883: | Line 1,883: | ||
=== Egg === | === Egg === | ||
− | + | {{Metadata inherit|Egg|inherits=Throwable}} | |
No additional metadata. | No additional metadata. | ||
Line 1,889: | Line 1,889: | ||
=== Ender Pearl === | === Ender Pearl === | ||
− | + | {{Metadata inherit|Ender Pearl|inherits=Throwable}} | |
No additional metadata. | No additional metadata. | ||
Line 1,895: | Line 1,895: | ||
=== Experience Bottle === | === Experience Bottle === | ||
− | + | {{Metadata inherit|Experience Bottle|inherits=Throwable}} | |
No additional metadata. | No additional metadata. | ||
Line 1,901: | Line 1,901: | ||
=== Snowball === | === Snowball === | ||
− | + | {{Metadata inherit|Snowball|inherits=Throwable}} | |
No additional metadata. | No additional metadata. | ||
Line 1,907: | Line 1,907: | ||
=== Potion === | === Potion === | ||
− | + | {{Metadata inherit|Potion|inherits=Throwable}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 1,915: | Line 1,915: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| [[Slot]] | | [[Slot]] | ||
|colspan="2"| Potion which is thrown | |colspan="2"| Potion which is thrown | ||
Line 1,923: | Line 1,923: | ||
=== Eye of Ender === | === Eye of Ender === | ||
− | + | {{Metadata inherit|Eye of Ender|inherits=Entity}} | |
No additional metadata. | No additional metadata. | ||
Line 1,929: | Line 1,929: | ||
=== FallingBlock === | === FallingBlock === | ||
− | + | {{Metadata inherit|FallingBlock|inherits=Entity}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 1,937: | Line 1,937: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| [[Data Types#Position|Position]] | | [[Data Types#Position|Position]] | ||
|colspan="2"| spawn position | |colspan="2"| spawn position | ||
Line 1,945: | Line 1,945: | ||
=== AreaEffectCloud === | === AreaEffectCloud === | ||
− | + | {{Metadata inherit|AreaEffectCloud|inherits=Entity}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 1,953: | Line 1,953: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Float | | Float | ||
|colspan="2"| Radius | |colspan="2"| Radius | ||
| 0.5 | | 0.5 | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Color (only for mob spell particle) | |colspan="2"| Color (only for mob spell particle) | ||
| 0 | | 0 | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Boolean | | Boolean | ||
|colspan="2"| Ignore radius and show effect as single point, not area | |colspan="2"| Ignore radius and show effect as single point, not area | ||
| false | | false | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Particle | | Particle | ||
| colspan="2"| The [[#Particle]] | | colspan="2"| The [[#Particle]] | ||
Line 1,976: | Line 1,976: | ||
=== FishingHook === | === FishingHook === | ||
− | + | {{Metadata inherit|FishingHook|inherits=Entity}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 1,984: | Line 1,984: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Hooked entity id + 1, or 0 if there is no hooked entity | |colspan="2"| Hooked entity id + 1, or 0 if there is no hooked entity | ||
Line 1,992: | Line 1,992: | ||
=== Arrow === | === Arrow === | ||
− | + | {{Metadata inherit|Arrow|inherits=Entity}} | |
Abstract base class for [[#TippedArrow|TippedArrow]] (which is used for regular arrows as well as tipped ones) and Spectral Arrow. | Abstract base class for [[#TippedArrow|TippedArrow]] (which is used for regular arrows as well as tipped ones) and Spectral Arrow. | ||
Line 2,002: | Line 2,002: | ||
! Default | ! Default | ||
|- | |- | ||
− | | rowspan="3" | | + | | rowspan="3" | {{Metadata id}} |
| rowspan="3" | Byte | | rowspan="3" | Byte | ||
! Bit mask | ! Bit mask | ||
Line 2,014: | Line 2,014: | ||
| Is noclip (used by loyalty tridents when returning) | | Is noclip (used by loyalty tridents when returning) | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| OptUUID | | OptUUID | ||
|colspan="2"| Shooter UUID | |colspan="2"| Shooter UUID | ||
Line 2,022: | Line 2,022: | ||
=== TippedArrow === | === TippedArrow === | ||
− | + | {{Metadata inherit|TippedArrow|inherits=Arrow}} | |
Used for both tipped and regular arrows. If not tipped, then color is set to -1 and no tipped arrow particles are used. | Used for both tipped and regular arrows. If not tipped, then color is set to -1 and no tipped arrow particles are used. | ||
Line 2,032: | Line 2,032: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Color (-1 for no particles) | |colspan="2"| Color (-1 for no particles) | ||
Line 2,040: | Line 2,040: | ||
=== Trident === | === Trident === | ||
− | + | {{Metadata inherit|Trident|inherits=Arrow}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,048: | Line 2,048: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Loyalty level (enchantment) | |colspan="2"| Loyalty level (enchantment) | ||
Line 2,056: | Line 2,056: | ||
=== Boat === | === Boat === | ||
− | + | {{Metadata inherit|Boat|inherits=Entity}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,064: | Line 2,064: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Time since last hit | |colspan="2"| Time since last hit | ||
| 0 | | 0 | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Forward direction | |colspan="2"| Forward direction | ||
| 1 | | 1 | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Float | | Float | ||
|colspan="2"| Damage taken | |colspan="2"| Damage taken | ||
| 0.0 | | 0.0 | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Type (0=oak, 1=spruce, 2=birch, 3=jungle, 4=acacia, 5=dark oak) | |colspan="2"| Type (0=oak, 1=spruce, 2=birch, 3=jungle, 4=acacia, 5=dark oak) | ||
| 0 | | 0 | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Boolean | | Boolean | ||
|colspan="2"| Left paddle turning | |colspan="2"| Left paddle turning | ||
| false | | false | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Boolean | | Boolean | ||
|colspan="2"| Right paddle turning | |colspan="2"| Right paddle turning | ||
| false | | false | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Splash timer | |colspan="2"| Splash timer | ||
Line 2,102: | Line 2,102: | ||
=== EnderCrystal === | === EnderCrystal === | ||
− | + | {{Metadata inherit|EnderCrystal|inherits=Entity}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,110: | Line 2,110: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| OptPosition | | OptPosition | ||
|colspan="2"| Beam target | |colspan="2"| Beam target | ||
| Absent | | Absent | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Boolean | | Boolean | ||
|colspan="2"| Show bottom | |colspan="2"| Show bottom | ||
Line 2,123: | Line 2,123: | ||
=== Abstract Fireball === | === Abstract Fireball === | ||
− | + | {{Metadata inherit|Abstract Fireball|inherits=Entity}} | |
No additional metadata. | No additional metadata. | ||
Line 2,129: | Line 2,129: | ||
=== Dragon Fireball === | === Dragon Fireball === | ||
− | + | {{Metadata inherit|Dragon Fireball|inherits=Abstract Fireball}} | |
No additional metadata. | No additional metadata. | ||
Line 2,135: | Line 2,135: | ||
=== Fireball === | === Fireball === | ||
− | + | {{Metadata inherit|Fireball|inherits=Abstract Fireball}} This is the large fireball shot by ghasts. | |
No additional metadata. | No additional metadata. | ||
Line 2,141: | Line 2,141: | ||
=== Small Fireball === | === Small Fireball === | ||
− | + | {{Metadata inherit|Small Fireball|inherits=Abstract Fireball}} This is the fireball shot by blazes and dispensers with fire charges. | |
No additional metadata. | No additional metadata. | ||
Line 2,147: | Line 2,147: | ||
=== WitherSkull === | === WitherSkull === | ||
− | + | {{Metadata inherit|WitherSkull|inherits=Abstract Fireball}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,155: | Line 2,155: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Boolean | | Boolean | ||
|colspan="2"| Invulnerable | |colspan="2"| Invulnerable | ||
Line 2,163: | Line 2,163: | ||
=== Fireworks === | === Fireworks === | ||
− | + | {{Metadata inherit|Fireworks|inherits=Entity}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,171: | Line 2,171: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| [[Slot]] | | [[Slot]] | ||
|colspan="2"| Firework info | |colspan="2"| Firework info | ||
| empty | | empty | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Entity ID of entity which used firework (for elytra boosting) | |colspan="2"| Entity ID of entity which used firework (for elytra boosting) | ||
Line 2,184: | Line 2,184: | ||
=== Hanging === | === Hanging === | ||
− | + | {{Metadata inherit|Hanging|inherits=Entity}} | |
No additional metadata. | No additional metadata. | ||
Line 2,190: | Line 2,190: | ||
=== ItemFrame === | === ItemFrame === | ||
− | + | {{Metadata inherit|ItemFrame|inherits=Hanging}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,198: | Line 2,198: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| [[Slot]] | | [[Slot]] | ||
|colspan="2"| Item | |colspan="2"| Item | ||
| Empty | | Empty | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Rotation | |colspan="2"| Rotation | ||
Line 2,211: | Line 2,211: | ||
=== Item === | === Item === | ||
− | + | {{Metadata inherit|Item|inherits=Entity}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,219: | Line 2,219: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| [[Slot]] | | [[Slot]] | ||
|colspan="2"| Item | |colspan="2"| Item | ||
Line 2,227: | Line 2,227: | ||
=== Living === | === Living === | ||
− | + | {{Metadata inherit|Living|inherits=Entity}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,235: | Line 2,235: | ||
! Default | ! Default | ||
|- | |- | ||
− | |rowspan="5"| | + | |rowspan="5"| {{Metadata id}} |
|rowspan="5"| Byte | |rowspan="5"| Byte | ||
|colspan="2"| Hand states, used to trigger blocking/eating/drinking animation. | |colspan="2"| Hand states, used to trigger blocking/eating/drinking animation. | ||
Line 2,252: | Line 2,252: | ||
| In riptide spin attack | | In riptide spin attack | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Float | | Float | ||
|colspan="2"| Health | |colspan="2"| Health | ||
| 1.0 | | 1.0 | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Potion effect color (or 0 if there is no effect) | |colspan="2"| Potion effect color (or 0 if there is no effect) | ||
| 0 | | 0 | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Boolean | | Boolean | ||
|colspan="2"| Is potion effect ambient: reduces the number of particles generated by potions to 1/5 the normal amount | |colspan="2"| Is potion effect ambient: reduces the number of particles generated by potions to 1/5 the normal amount | ||
| false | | false | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Number of arrows in entity | |colspan="2"| Number of arrows in entity | ||
Line 2,275: | Line 2,275: | ||
=== Player === | === Player === | ||
− | + | {{Metadata inherit|Player|inherits=Living}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,283: | Line 2,283: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Float | | Float | ||
|colspan="2"| Additional Hearts | |colspan="2"| Additional Hearts | ||
| 0.0 | | 0.0 | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Score | |colspan="2"| Score | ||
| 0 | | 0 | ||
|- | |- | ||
− | |rowspan="10"| | + | |rowspan="10"| {{Metadata id}} |
|rowspan="10"| Byte | |rowspan="10"| Byte | ||
|colspan="2"| The Displayed Skin Parts bit mask that is sent in [[Protocol#Client Settings|Client Settings]] | |colspan="2"| The Displayed Skin Parts bit mask that is sent in [[Protocol#Client Settings|Client Settings]] | ||
Line 2,316: | Line 2,316: | ||
| 0x80 || ''Unused'' | | 0x80 || ''Unused'' | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Byte | | Byte | ||
|colspan="2"| Main hand (0 : Left, 1 : Right) | |colspan="2"| Main hand (0 : Left, 1 : Right) | ||
| 1 | | 1 | ||
− | |- | + | |- |
− | | | + | | {{Metadata id}} |
| [[NBT]] | | [[NBT]] | ||
|colspan="2"| Left shoulder entity data (for occupying parrot) | |colspan="2"| Left shoulder entity data (for occupying parrot) | ||
| Empty | | Empty | ||
− | |- | + | |- |
− | | | + | | {{Metadata id}} |
| [[NBT]] | | [[NBT]] | ||
|colspan="2"| Right shoulder entity data (for occupying parrot) | |colspan="2"| Right shoulder entity data (for occupying parrot) | ||
Line 2,334: | Line 2,334: | ||
=== ArmorStand === | === ArmorStand === | ||
− | + | {{Metadata inherit|ArmorStand|inherits=Living}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,342: | Line 2,342: | ||
! Default | ! Default | ||
|- | |- | ||
− | |rowspan="5"| | + | |rowspan="5"| {{Metadata id}} |
|rowspan="5"| Byte | |rowspan="5"| Byte | ||
! Bit mask | ! Bit mask | ||
Line 2,360: | Line 2,360: | ||
| set Marker | | set Marker | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Rotation | | Rotation | ||
|colspan="2"| Head rotation | |colspan="2"| Head rotation | ||
| (0.0, 0.0, 0.0) | | (0.0, 0.0, 0.0) | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Rotation | | Rotation | ||
|colspan="2"| Body rotation | |colspan="2"| Body rotation | ||
| (0.0, 0.0, 0.0) | | (0.0, 0.0, 0.0) | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Rotation | | Rotation | ||
|colspan="2"| Left arm rotation | |colspan="2"| Left arm rotation | ||
| (-10.0, 0.0, -10.0) | | (-10.0, 0.0, -10.0) | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Rotation | | Rotation | ||
|colspan="2"| Right arm rotation | |colspan="2"| Right arm rotation | ||
| (-15.0, 0.0, 10.0) | | (-15.0, 0.0, 10.0) | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Rotation | | Rotation | ||
|colspan="2"| Left leg rotation | |colspan="2"| Left leg rotation | ||
| (-1.0, 0.0, -1.0) | | (-1.0, 0.0, -1.0) | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Rotation | | Rotation | ||
|colspan="2"| Right leg rotation | |colspan="2"| Right leg rotation | ||
Line 2,395: | Line 2,395: | ||
=== Insentient === | === Insentient === | ||
− | + | {{Metadata inherit|Insentient|inherits=Living}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,403: | Line 2,403: | ||
! Default | ! Default | ||
|- | |- | ||
− | |rowspan="3"| | + | |rowspan="3"| {{Metadata id}} |
|rowspan="3"| Byte | |rowspan="3"| Byte | ||
! Bit mask | ! Bit mask | ||
Line 2,418: | Line 2,418: | ||
=== Ambient === | === Ambient === | ||
− | + | {{Metadata inherit|Ambient|inherits=Insentient}} | |
No additional metadata. | No additional metadata. | ||
Line 2,424: | Line 2,424: | ||
=== Bat === | === Bat === | ||
− | + | {{Metadata inherit|Bat|inherits=Ambient}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,432: | Line 2,432: | ||
! Default | ! Default | ||
|- | |- | ||
− | | rowspan="2"| | + | | rowspan="2"| {{Metadata id}} |
| rowspan="2"| Byte | | rowspan="2"| Byte | ||
! Bit mask | ! Bit mask | ||
Line 2,444: | Line 2,444: | ||
=== Creature === | === Creature === | ||
− | + | {{Metadata inherit|Creature|inherits=Insentient}} | |
No additional metadata. | No additional metadata. | ||
Line 2,450: | Line 2,450: | ||
=== WaterMob === | === WaterMob === | ||
− | + | {{Metadata inherit|WaterMob|inherits=Creature}} | |
No additional metadata. | No additional metadata. | ||
Line 2,456: | Line 2,456: | ||
=== Squid === | === Squid === | ||
− | + | {{Metadata inherit|Squid|inherits=WaterMob}} | |
No additional metadata. | No additional metadata. | ||
Line 2,462: | Line 2,462: | ||
=== Dolphin === | === Dolphin === | ||
− | + | {{Metadata inherit|Dolphin|inherits=WaterMob}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,470: | Line 2,470: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Position | | Position | ||
|colspan="2"| Treasure position | |colspan="2"| Treasure position | ||
| (0, 0, 0) | | (0, 0, 0) | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Boolean | | Boolean | ||
|colspan="2"| Can find treasure | |colspan="2"| Can find treasure | ||
| false | | false | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Boolean | | Boolean | ||
|colspan="2"| Has fish | |colspan="2"| Has fish | ||
Line 2,488: | Line 2,488: | ||
=== Abstract fish === | === Abstract fish === | ||
− | + | {{Metadata inherit|Abstract fish|inherits=WaterMob}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,496: | Line 2,496: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Boolean | | Boolean | ||
|colspan="2"| From bucket | |colspan="2"| From bucket | ||
Line 2,504: | Line 2,504: | ||
=== Cod === | === Cod === | ||
− | + | {{Metadata inherit|Cod|inherits=Abstract fish}} | |
No additional metadata. | No additional metadata. | ||
Line 2,510: | Line 2,510: | ||
=== Puffer fish === | === Puffer fish === | ||
− | + | {{Metadata inherit|Puffer fish|inherits=Abstract fish}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,518: | Line 2,518: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| PuffState (varies from 0 to 2) | |colspan="2"| PuffState (varies from 0 to 2) | ||
Line 2,526: | Line 2,526: | ||
=== Salmon === | === Salmon === | ||
− | + | {{Metadata inherit|Salmon|inherits=Abstract fish}} | |
No additional metadata. | No additional metadata. | ||
Line 2,532: | Line 2,532: | ||
=== Tropical fish === | === Tropical fish === | ||
− | + | {{Metadata inherit|Tropical fish|inherits=Abstract fish}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,540: | Line 2,540: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Variant | |colspan="2"| Variant | ||
| 0 | | 0 | ||
|} | |} | ||
− | |||
=== Ageable === | === Ageable === | ||
− | + | {{Metadata inherit|Ageable|inherits=Creature}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,557: | Line 2,556: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Boolean | | Boolean | ||
|colspan="2"| Is baby | |colspan="2"| Is baby | ||
Line 2,565: | Line 2,564: | ||
=== Animal === | === Animal === | ||
− | + | {{Metadata inherit|Animal|inherits=Ageable}} | |
No additional metadata. | No additional metadata. | ||
Line 2,571: | Line 2,570: | ||
=== AbstractHorse === | === AbstractHorse === | ||
− | + | {{Metadata inherit|AbstractHorse|inherits=Animal}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,579: | Line 2,578: | ||
! Default | ! Default | ||
|- | |- | ||
− | |rowspan="9"| | + | |rowspan="9"| {{Metadata id}} |
|rowspan="9"| Byte | |rowspan="9"| Byte | ||
! Bit mask | ! Bit mask | ||
Line 2,609: | Line 2,608: | ||
| ''Unused'' | | ''Unused'' | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| OptUUID | | OptUUID | ||
|colspan="2"| Owner | |colspan="2"| Owner | ||
Line 2,617: | Line 2,616: | ||
=== Horse === | === Horse === | ||
− | + | {{Metadata inherit|Horse|inherits=AbstractHorse}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,625: | Line 2,624: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Variant (Color & Style) | |colspan="2"| Variant (Color & Style) | ||
| 0 | | 0 | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Armor (0: none, 1: iron, 2: gold, 3: diamond) | |colspan="2"| Armor (0: none, 1: iron, 2: gold, 3: diamond) | ||
| 0 (none) | | 0 (none) | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| [[Slot]] | | [[Slot]] | ||
|colspan="2"| Armor Item (Forge only) | |colspan="2"| Armor Item (Forge only) | ||
Line 2,643: | Line 2,642: | ||
=== ZombieHorse === | === ZombieHorse === | ||
− | + | {{Metadata inherit|ZombieHorse|inherits=AbstractHorse}} | |
=== SkeletonHorse === | === SkeletonHorse === | ||
− | + | {{Metadata inherit|SkeletonHorse|inherits=AbstractHorse}} | |
=== ChestedHorse === | === ChestedHorse === | ||
− | + | {{Metadata inherit|ChestedHorse|inherits=AbstractHorse}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,659: | Line 2,658: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Boolean | | Boolean | ||
|colspan="2"| Has Chest | |colspan="2"| Has Chest | ||
Line 2,667: | Line 2,666: | ||
=== Donkey === | === Donkey === | ||
− | + | {{Metadata inherit|Donkey|inherits=ChestedHorse}} | |
=== Llama === | === Llama === | ||
− | + | {{Metadata inherit|Llama|inherits=ChestedHorse}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,679: | Line 2,678: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
| colspan="2"| Strength (number of columns of 3 slots in the llama's inventory once a chest is equipped) | | colspan="2"| Strength (number of columns of 3 slots in the llama's inventory once a chest is equipped) | ||
| 0 | | 0 | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
| colspan="2"| Carpet color (a dye color, or -1 if no carpet equipped) | | colspan="2"| Carpet color (a dye color, or -1 if no carpet equipped) | ||
| -1 | | -1 | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | 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>) | | 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>) | ||
Line 2,697: | Line 2,696: | ||
=== Mule === | === Mule === | ||
− | + | {{Metadata inherit|Mule|inherits=ChestedHorse}} | |
=== Pig === | === Pig === | ||
− | + | {{Metadata inherit|Pig|inherits=Animal}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,709: | Line 2,708: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Boolean | | Boolean | ||
|colspan="2"| Has saddle | |colspan="2"| Has saddle | ||
| false | | false | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Total time to "boost" with a carrot on a stick for | |colspan="2"| Total time to "boost" with a carrot on a stick for | ||
Line 2,724: | Line 2,723: | ||
=== Rabbit === | === Rabbit === | ||
− | + | {{Metadata inherit|Rabbit|inherits=Animal}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,732: | Line 2,731: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Type | |colspan="2"| Type | ||
Line 2,740: | Line 2,739: | ||
=== Turtle === | === Turtle === | ||
− | + | {{Metadata inherit|Turtle|inherits=Animal}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,748: | Line 2,747: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| BlockPos | | BlockPos | ||
|colspan="2"| Home pos | |colspan="2"| Home pos | ||
| (0, 0, 0) | | (0, 0, 0) | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Boolean | | Boolean | ||
|colspan="2"| Has egg | |colspan="2"| Has egg | ||
| false | | false | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Boolean | | Boolean | ||
|colspan="2"| Laying egg | |colspan="2"| Laying egg | ||
| false | | false | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| BlockPos | | BlockPos | ||
|colspan="2"| Travel pos | |colspan="2"| Travel pos | ||
| (0, 0, 0) | | (0, 0, 0) | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Boolean | | Boolean | ||
|colspan="2"| Going home | |colspan="2"| Going home | ||
| false | | false | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Boolean | | Boolean | ||
|colspan="2"| Traveling | |colspan="2"| Traveling | ||
Line 2,781: | Line 2,780: | ||
=== Polar Bear === | === Polar Bear === | ||
− | + | {{Metadata inherit|Polar Bear|inherits=Animal}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,789: | Line 2,788: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Boolean | | Boolean | ||
|colspan="2"| Standing up | |colspan="2"| Standing up | ||
Line 2,797: | Line 2,796: | ||
=== Chicken === | === Chicken === | ||
− | + | {{Metadata inherit|Chicken|inherits=Animal}} | |
No additional metadata. | No additional metadata. | ||
Line 2,803: | Line 2,802: | ||
=== Cow === | === Cow === | ||
− | + | {{Metadata inherit|Cow|inherits=Animal}} | |
No additional metadata. | No additional metadata. | ||
Line 2,809: | Line 2,808: | ||
=== Mooshroom === | === Mooshroom === | ||
− | + | {{Metadata inherit|Mooshroom|inherits=Cow}} | |
No additional metadata. | No additional metadata. | ||
Line 2,815: | Line 2,814: | ||
=== Sheep === | === Sheep === | ||
− | + | {{Metadata inherit|Sheep|inherits=Animal}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,823: | Line 2,822: | ||
! Default | ! Default | ||
|- | |- | ||
− | |rowspan="3"| | + | |rowspan="3"| {{Metadata id}} |
|rowspan="3"| Byte | |rowspan="3"| Byte | ||
! Bit mask | ! Bit mask | ||
Line 2,838: | Line 2,837: | ||
=== TameableAnimal === | === TameableAnimal === | ||
− | + | {{Metadata inherit|TameableAnimal|inherits=Animal}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,846: | Line 2,845: | ||
! Default | ! Default | ||
|- | |- | ||
− | |rowspan="4"| | + | |rowspan="4"| {{Metadata id}} |
|rowspan="4"| Byte | |rowspan="4"| Byte | ||
! Bit mask | ! Bit mask | ||
Line 2,861: | Line 2,860: | ||
| Is tamed | | Is tamed | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| OptUUID | | OptUUID | ||
|colspan="2"| Owner | |colspan="2"| Owner | ||
Line 2,869: | Line 2,868: | ||
=== Ocelot === | === Ocelot === | ||
− | + | {{Metadata inherit|Ocelot|inherits=TameableAnimal}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,877: | Line 2,876: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Type (0 = untamed, 1 = tuxedo, 2 = tabby, 3 = siamese). Used to render regardless as to whether it is tamed or not. | |colspan="2"| Type (0 = untamed, 1 = tuxedo, 2 = tabby, 3 = siamese). Used to render regardless as to whether it is tamed or not. | ||
Line 2,885: | Line 2,884: | ||
=== Wolf === | === Wolf === | ||
− | + | {{Metadata inherit|Wolf|inherits=TameableAnimal}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,893: | Line 2,892: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Float | | Float | ||
|colspan="2"| Damage taken (used for tail rotation) | |colspan="2"| Damage taken (used for tail rotation) | ||
| Value of health field (1.0) | | Value of health field (1.0) | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Boolean | | Boolean | ||
|colspan="2"| Is begging | |colspan="2"| Is begging | ||
| false | | false | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Collar color (values are those {{Minecraft Wiki|Data_values#Dyes|used with dyes}}) | |colspan="2"| Collar color (values are those {{Minecraft Wiki|Data_values#Dyes|used with dyes}}) | ||
Line 2,911: | Line 2,910: | ||
=== Parrot === | === Parrot === | ||
− | + | {{Metadata inherit|Parrot|inherits=TameableAnimal}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,919: | Line 2,918: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Variant (0: red/blue, 1: blue, 2: green, 3: yellow/blue, 4: grey) | |colspan="2"| Variant (0: red/blue, 1: blue, 2: green, 3: yellow/blue, 4: grey) | ||
Line 2,927: | Line 2,926: | ||
=== Villager === | === Villager === | ||
− | + | {{Metadata inherit|Villager|inherits=Ageable}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,935: | Line 2,934: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Profession (Farmer = 0, Librarian = 1, Priest = 2, Blacksmith = 3, Butcher = 4, Nitwit = 5) | |colspan="2"| Profession (Farmer = 0, Librarian = 1, Priest = 2, Blacksmith = 3, Butcher = 4, Nitwit = 5) | ||
Line 2,943: | Line 2,942: | ||
=== Golem === | === Golem === | ||
− | + | {{Metadata inherit|Golem|inherits=Creature}} | |
No additional metadata. | No additional metadata. | ||
Line 2,949: | Line 2,948: | ||
=== IronGolem === | === IronGolem === | ||
− | + | {{Metadata inherit|IronGolem|inherits=Golem}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,957: | Line 2,956: | ||
! Default | ! Default | ||
|- | |- | ||
− | |rowspan="2"| | + | |rowspan="2"| {{Metadata id}} |
|rowspan="2"| Byte | |rowspan="2"| Byte | ||
! Bit mask | ! Bit mask | ||
Line 2,969: | Line 2,968: | ||
=== Snowman === | === Snowman === | ||
− | + | {{Metadata inherit|Snowman|inherits=Golem}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 2,977: | Line 2,976: | ||
! Default | ! Default | ||
|- | |- | ||
− | |rowspan="3"| | + | |rowspan="3"| {{Metadata id}} |
|rowspan="3"| Byte | |rowspan="3"| Byte | ||
! Bit mask | ! Bit mask | ||
Line 2,992: | Line 2,991: | ||
=== Shulker === | === Shulker === | ||
− | + | {{Metadata inherit|Shulker|inherits=Golem}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 3,000: | Line 2,999: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Direction | | Direction | ||
|colspan="2"| Attach face | |colspan="2"| Attach face | ||
| Down (0) | | Down (0) | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| OptPosition | | OptPosition | ||
|colspan="2"| Attachment position | |colspan="2"| Attachment position | ||
| Absent | | Absent | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Byte | | Byte | ||
|colspan="2"| Shield height | |colspan="2"| Shield height | ||
| 0 | | 0 | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Byte | | Byte | ||
| colspan="2"| Color (dye color) | | colspan="2"| Color (dye color) | ||
Line 3,023: | Line 3,022: | ||
=== Monster === | === Monster === | ||
− | + | {{Metadata inherit|Monster|inherits=Creature}} | |
No additional metadata. | No additional metadata. | ||
Line 3,029: | Line 3,028: | ||
=== Blaze === | === Blaze === | ||
− | + | {{Metadata inherit|Blaze|inherits=Monster}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 3,037: | Line 3,036: | ||
! Default | ! Default | ||
|- | |- | ||
− | |rowspan="2"| | + | |rowspan="2"| {{Metadata id}} |
− | |rowspan="2"|Byte | + | |rowspan="2"| Byte |
! Bit mask | ! Bit mask | ||
! Meaning | ! Meaning | ||
− | |rowspan="2"|0 | + | |rowspan="2"| 0 |
|- | |- | ||
| 0x01 | | 0x01 | ||
Line 3,049: | Line 3,048: | ||
=== Creeper === | === Creeper === | ||
− | + | {{Metadata inherit|Creeper|inherits=Monster}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 3,057: | Line 3,056: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| State (-1 = idle, 1 = fuse) | |colspan="2"| State (-1 = idle, 1 = fuse) | ||
| -1 | | -1 | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Boolean | | Boolean | ||
|colspan="2"| Is {{Minecraft Wiki|Creeper#Charged Creeper|charged}} | |colspan="2"| Is {{Minecraft Wiki|Creeper#Charged Creeper|charged}} | ||
| false | | false | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Boolean | | Boolean | ||
|colspan="2"| Is ignited | |colspan="2"| Is ignited | ||
Line 3,075: | Line 3,074: | ||
=== Endermite === | === Endermite === | ||
− | + | {{Metadata inherit|Endermite|inherits=Monster}} | |
No additional metadata. | No additional metadata. | ||
Line 3,081: | Line 3,080: | ||
=== Giant Zombie === | === Giant Zombie === | ||
− | + | {{Metadata inherit|Giant Zombie|inherits=Monster}} | |
No additional metadata. | No additional metadata. | ||
Line 3,087: | Line 3,086: | ||
=== Guardian === | === Guardian === | ||
− | + | {{Metadata inherit|Guardian|inherits=Monster}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 3,095: | Line 3,094: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Boolean | | Boolean | ||
|colspan="2"| Is retracting spikes | |colspan="2"| Is retracting spikes | ||
| false | | false | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Target EID | |colspan="2"| Target EID | ||
Line 3,108: | Line 3,107: | ||
=== ElderGuardian === | === ElderGuardian === | ||
− | + | {{Metadata inherit|ElderGuardian|inherits=Guardian}} | |
=== Silverfish === | === Silverfish === | ||
− | + | {{Metadata inherit|Silverfish|inherits=Monster}} | |
No additional metadata. | No additional metadata. | ||
Line 3,118: | Line 3,117: | ||
=== Abstract Illager === | === Abstract Illager === | ||
− | + | {{Metadata inherit|Abstract Illager|inherits=Monster}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 3,126: | Line 3,125: | ||
! Default | ! Default | ||
|- | |- | ||
− | |rowspan="2"| | + | |rowspan="2"| {{Metadata id}} |
|rowspan="2"| Byte | |rowspan="2"| Byte | ||
! Bit mask | ! Bit mask | ||
Line 3,138: | Line 3,137: | ||
=== VindicationIllager === | === VindicationIllager === | ||
− | + | {{Metadata inherit|VindicationIllager|inherits=Abstract Illager}} | |
=== Spellcaster Illager === | === Spellcaster Illager === | ||
− | + | {{Metadata inherit|Spellcaster Illager|inherits=Abstract Illager}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 3,150: | Line 3,149: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Byte | | Byte | ||
| colspan="2"| Spell (0: none, 1: summon vex, 2: attack, 3: wololo, 4: disappear, 5: blindness) | | colspan="2"| Spell (0: none, 1: summon vex, 2: attack, 3: wololo, 4: disappear, 5: blindness) | ||
Line 3,158: | Line 3,157: | ||
=== EvocationIllager === | === EvocationIllager === | ||
− | + | {{Metadata inherit|EvocationIllager|inherits=Spellcaster Illager}} | |
=== IllusionIllager === | === IllusionIllager === | ||
− | + | {{Metadata inherit|IllusionIllager|inherits=Spellcaster Illager}} | |
=== Vex === | === Vex === | ||
− | + | {{Metadata inherit|Vex|inherits=Monster}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 3,174: | Line 3,173: | ||
! Default | ! Default | ||
|- | |- | ||
− | |rowspan="2"| | + | |rowspan="2"| {{Metadata id}} |
|rowspan="2"| Byte | |rowspan="2"| Byte | ||
! Bit mask | ! Bit mask | ||
Line 3,186: | Line 3,185: | ||
=== EvocationFangs === | === EvocationFangs === | ||
− | + | {{Metadata inherit|EvocationFangs|inherits=Entity}} | |
No additional metadata. | No additional metadata. | ||
Line 3,192: | Line 3,191: | ||
=== AbstractSkeleton === | === AbstractSkeleton === | ||
− | + | {{Metadata inherit|AbstractSkeleton|inherits=Monster}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 3,200: | Line 3,199: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Boolean | | Boolean | ||
|colspan="2"| Is swinging arms | |colspan="2"| Is swinging arms | ||
Line 3,208: | Line 3,207: | ||
=== Skeleton === | === Skeleton === | ||
− | + | {{Metadata inherit|Skeleton|inherits=AbstractSkeleton}} | |
=== Wither Skeleton === | === Wither Skeleton === | ||
− | + | {{Metadata inherit|Wither Skeleton|inherits=AbstractSkeleton}} | |
=== Stray === | === Stray === | ||
− | + | {{Metadata inherit|Stray|inherits=AbstractSkeleton}} | |
=== Spider === | === Spider === | ||
− | + | {{Metadata inherit|Spider|inherits=Monster}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 3,228: | Line 3,227: | ||
! Default | ! Default | ||
|- | |- | ||
− | |rowspan="2"| | + | |rowspan="2"| {{Metadata id}} |
|rowspan="2"| Byte | |rowspan="2"| Byte | ||
! Bit mask | ! Bit mask | ||
Line 3,240: | Line 3,239: | ||
=== Witch === | === Witch === | ||
− | + | {{Metadata inherit|Witch|inherits=Monster}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 3,248: | Line 3,247: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Boolean | | Boolean | ||
|colspan="2"| Is drinking potion | |colspan="2"| Is drinking potion | ||
Line 3,256: | Line 3,255: | ||
=== Wither === | === Wither === | ||
− | + | {{Metadata inherit|Wither|inherits=Monster}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 3,264: | Line 3,263: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Center head's target (entity ID, or 0 if no target) | |colspan="2"| Center head's target (entity ID, or 0 if no target) | ||
| 0 | | 0 | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Left head's target (entity ID, or 0 if no target) | |colspan="2"| Left head's target (entity ID, or 0 if no target) | ||
| 0 | | 0 | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Right head's target (entity ID, or 0 if no target) | |colspan="2"| Right head's target (entity ID, or 0 if no target) | ||
| 0 | | 0 | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Invulnerable time | |colspan="2"| Invulnerable time | ||
Line 3,287: | Line 3,286: | ||
=== Zombie === | === Zombie === | ||
− | + | {{Metadata inherit|Zombie|inherits=Monster}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 3,295: | Line 3,294: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Boolean | | Boolean | ||
|colspan="2"| Is baby | |colspan="2"| Is baby | ||
| false | | false | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Unused (previously type) | |colspan="2"| Unused (previously type) | ||
| 0 | | 0 | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Boolean | | Boolean | ||
|colspan="2"| Are hands held up | |colspan="2"| Are hands held up | ||
| false | | false | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Boolean | | Boolean | ||
|colspan="2"| Is becoming a drowned | |colspan="2"| Is becoming a drowned | ||
Line 3,318: | Line 3,317: | ||
=== Zombie Villager === | === Zombie Villager === | ||
− | + | {{Metadata inherit|Zombie Villager|inherits=Zombie}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 3,326: | Line 3,325: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Boolean | | Boolean | ||
|colspan="2"| Is converting | |colspan="2"| Is converting | ||
| false | | false | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Profession | |colspan="2"| Profession | ||
Line 3,339: | Line 3,338: | ||
=== Husk === | === Husk === | ||
− | + | {{Metadata inherit|Husk|inherits=Zombie}} | |
No additional metadata. | No additional metadata. | ||
Line 3,345: | Line 3,344: | ||
=== Drowned === | === Drowned === | ||
− | + | {{Metadata inherit|Drowned|inherits=Zombie}} | |
No additional metadata. | No additional metadata. | ||
Line 3,351: | Line 3,350: | ||
=== Enderman === | === Enderman === | ||
− | + | {{Metadata inherit|Enderman|inherits=Monster}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 3,359: | Line 3,358: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Opt BlockID | | Opt BlockID | ||
|colspan="2"| Carried block | |colspan="2"| Carried block | ||
| Absent | | Absent | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Boolean | | Boolean | ||
|colspan="2"| Is screaming | |colspan="2"| Is screaming | ||
Line 3,372: | Line 3,371: | ||
=== EnderDragon === | === EnderDragon === | ||
− | + | {{Metadata inherit|EnderDragon|inherits=Insentient}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 3,380: | Line 3,379: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Dragon phase | |colspan="2"| Dragon phase | ||
Line 3,402: | Line 3,401: | ||
=== Flying === | === Flying === | ||
− | + | {{Metadata inherit|Flying|inherits=Insentient}} | |
No additional metadata. | No additional metadata. | ||
Line 3,408: | Line 3,407: | ||
=== Ghast === | === Ghast === | ||
− | + | {{Metadata inherit|Ghast|inherits=Flying}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 3,416: | Line 3,415: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Boolean | | Boolean | ||
|colspan="2"| Is attacking | |colspan="2"| Is attacking | ||
Line 3,424: | Line 3,423: | ||
=== Phantom === | === Phantom === | ||
− | + | {{Metadata inherit|Phantom|inherits=Flying}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 3,432: | Line 3,431: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Size | |colspan="2"| Size | ||
Line 3,442: | Line 3,441: | ||
=== Slime === | === Slime === | ||
− | + | {{Metadata inherit|Slime|inherits=Insentient}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 3,450: | Line 3,449: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Size | |colspan="2"| Size | ||
Line 3,458: | Line 3,457: | ||
=== LlamaSpit === | === LlamaSpit === | ||
− | + | {{Metadata inherit|LlamaSpit|inherits=Entity}} | |
=== Minecart === | === Minecart === | ||
− | + | {{Metadata inherit|Minecart|inherits=Entity}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 3,470: | Line 3,469: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Shaking power | |colspan="2"| Shaking power | ||
| 0 | | 0 | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Shaking direction | |colspan="2"| Shaking direction | ||
| 1 | | 1 | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Float | | Float | ||
|colspan="2"| Shaking multiplier | |colspan="2"| Shaking multiplier | ||
| 0.0 | | 0.0 | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Custom block ID and damage | |colspan="2"| Custom block ID and damage | ||
| 0 | | 0 | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Custom block Y position (in 16ths of a block) | |colspan="2"| Custom block Y position (in 16ths of a block) | ||
| 6 | | 6 | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Boolean | | Boolean | ||
|colspan="2"| Show custom block | |colspan="2"| Show custom block | ||
Line 3,513: | Line 3,512: | ||
=== MinecartRideable === | === MinecartRideable === | ||
− | + | {{Metadata inherit|MinecartRideable|inherits=Minecart}} | |
No additional metadata. | No additional metadata. | ||
Line 3,519: | Line 3,518: | ||
=== MinecartContainer === | === MinecartContainer === | ||
− | + | {{Metadata inherit|MinecartContainer|inherits=Minecart}} | |
No additional metadata. | No additional metadata. | ||
Line 3,525: | Line 3,524: | ||
=== MinecartHopper === | === MinecartHopper === | ||
− | + | {{Metadata inherit|MinecartHopper|inherits=MinecartContainer}} | |
No additional metadata. | No additional metadata. | ||
Line 3,531: | Line 3,530: | ||
=== MinecartChest === | === MinecartChest === | ||
− | + | {{Metadata inherit|MinecartChest|inherits=MinecartContainer}} | |
No additional metadata. | No additional metadata. | ||
Line 3,537: | Line 3,536: | ||
=== MinecartFurnace === | === MinecartFurnace === | ||
− | + | {{Metadata inherit|MinecartFurnace|inherits=Minecart}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 3,545: | Line 3,544: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| Boolean | | Boolean | ||
|colspan="2"| Has fuel | |colspan="2"| Has fuel | ||
Line 3,553: | Line 3,552: | ||
=== MinecartTNT === | === MinecartTNT === | ||
− | + | {{Metadata inherit|MinecartTNT|inherits=Minecart}} | |
No additional metadata. | No additional metadata. | ||
Line 3,559: | Line 3,558: | ||
=== MinecartSpawner === | === MinecartSpawner === | ||
− | + | {{Metadata inherit|MinecartSpawner|inherits=Minecart}} | |
No additional metadata. | No additional metadata. | ||
Line 3,565: | Line 3,564: | ||
=== MinecartCommandBlock === | === MinecartCommandBlock === | ||
− | + | {{Metadata inherit|MinecartCommandBlock|inherits=Minecart}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 3,573: | Line 3,572: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| String | | String | ||
|colspan="2"| Command | |colspan="2"| Command | ||
| <code></code> | | <code></code> | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| [[Chat]] | | [[Chat]] | ||
|colspan="2"| Last output | |colspan="2"| Last output | ||
Line 3,586: | Line 3,585: | ||
=== TNTPrimed === | === TNTPrimed === | ||
− | + | {{Metadata inherit|TNTPrimed|inherits=Entity}} | |
{| class="wikitable" | {| class="wikitable" | ||
Line 3,594: | Line 3,593: | ||
! Default | ! Default | ||
|- | |- | ||
− | | | + | | {{Metadata id}} |
| VarInt | | VarInt | ||
|colspan="2"| Fuse time | |colspan="2"| Fuse time |
Revision as of 05:12, 9 January 2020
Various Entities have different metadata fields and status codes.
Contents
- 1 Unmerged information
- 1.1 Entity Metadata Format
- 1.2 Mobs
- 1.3 Entity
- 1.4 Itemed Throwable
- 1.5 Egg
- 1.6 Ender Pearl
- 1.7 Experience Bottle
- 1.8 Snowball
- 1.9 Eye of Ender
- 1.10 Arrow
- 1.11 TippedArrow
- 1.12 Trident
- 1.13 Itemed Fireball
- 1.14 Fireball
- 1.15 Small Fireball
- 1.16 Fireworks
- 1.17 Living
- 1.18 Panda
- 1.19 Fox
- 1.20 Mooshroom
- 1.21 Raid Participant
- 1.22 Abstract Illager
- 1.23 Spellcaster Illager
- 1.24 EvocationIllager Evoker
- 1.25 IllusionIllager Illusioner
- 1.26 Pillager
- 1.27 VindicationIllager Vindicator
- 1.28 Ravager
- 1.29 Witch
- 1.30 AbstractSkeleton
- 1.31 Zombie
- 1.32 Zombie Villager
- 1.33 Ocelot
- 1.34 Cat
- 1.35 Horse
- 1.36 Trader Llama
- 1.37 Abstract Merchant
- 1.38 Villager
- 1.39 Wandering Trader
- 1.40 Bee
- 2 Mobs
- 3 Objects
- 4 Entity Metadata Format
- 4.1 Entity
- 4.2 Throwable
- 4.3 Egg
- 4.4 Ender Pearl
- 4.5 Experience Bottle
- 4.6 Snowball
- 4.7 Potion
- 4.8 Eye of Ender
- 4.9 FallingBlock
- 4.10 AreaEffectCloud
- 4.11 FishingHook
- 4.12 Arrow
- 4.13 TippedArrow
- 4.14 Trident
- 4.15 Boat
- 4.16 EnderCrystal
- 4.17 Abstract Fireball
- 4.18 Dragon Fireball
- 4.19 Fireball
- 4.20 Small Fireball
- 4.21 WitherSkull
- 4.22 Fireworks
- 4.23 Hanging
- 4.24 ItemFrame
- 4.25 Item
- 4.26 Living
- 4.27 Player
- 4.28 ArmorStand
- 4.29 Insentient
- 4.30 Ambient
- 4.31 Bat
- 4.32 Creature
- 4.33 WaterMob
- 4.34 Squid
- 4.35 Dolphin
- 4.36 Abstract fish
- 4.37 Cod
- 4.38 Puffer fish
- 4.39 Salmon
- 4.40 Tropical fish
- 4.41 Ageable
- 4.42 Animal
- 4.43 AbstractHorse
- 4.44 Horse
- 4.45 ZombieHorse
- 4.46 SkeletonHorse
- 4.47 ChestedHorse
- 4.48 Donkey
- 4.49 Llama
- 4.50 Mule
- 4.51 Pig
- 4.52 Rabbit
- 4.53 Turtle
- 4.54 Polar Bear
- 4.55 Chicken
- 4.56 Cow
- 4.57 Mooshroom
- 4.58 Sheep
- 4.59 TameableAnimal
- 4.60 Ocelot
- 4.61 Wolf
- 4.62 Parrot
- 4.63 Villager
- 4.64 Golem
- 4.65 IronGolem
- 4.66 Snowman
- 4.67 Shulker
- 4.68 Monster
- 4.69 Blaze
- 4.70 Creeper
- 4.71 Endermite
- 4.72 Giant Zombie
- 4.73 Guardian
- 4.74 ElderGuardian
- 4.75 Silverfish
- 4.76 Abstract Illager
- 4.77 VindicationIllager
- 4.78 Spellcaster Illager
- 4.79 EvocationIllager
- 4.80 IllusionIllager
- 4.81 Vex
- 4.82 EvocationFangs
- 4.83 AbstractSkeleton
- 4.84 Skeleton
- 4.85 Wither Skeleton
- 4.86 Stray
- 4.87 Spider
- 4.88 Witch
- 4.89 Wither
- 4.90 Zombie
- 4.91 Zombie Villager
- 4.92 Husk
- 4.93 Drowned
- 4.94 Enderman
- 4.95 EnderDragon
- 4.96 Flying
- 4.97 Ghast
- 4.98 Phantom
- 4.99 Slime
- 4.100 LlamaSpit
- 4.101 Minecart
- 4.102 MinecartRideable
- 4.103 MinecartContainer
- 4.104 MinecartHopper
- 4.105 MinecartChest
- 4.106 MinecartFurnace
- 4.107 MinecartTNT
- 4.108 MinecartSpawner
- 4.109 MinecartCommandBlock
- 4.110 TNTPrimed
Unmerged information
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.
Entity Metadata Format
Note that entity metadata is a totally distinct concept from block metadata. It is not required to send all metadata fields, or even any metadata fields, so long as the terminating entry is correctly sent.
Entity Metadata is an array of entries, each of which looks like the following:
Name | Type | Meaning |
---|---|---|
Index | Unsigned Byte | Unique index key determining the meaning of the following value, see the table below. If this is 0xff then the it is the end of the Entity Metadata array and no more is read.
|
Type | Optional VarInt Enum | Only if Index is not 0xff ; the type of the index, see the table below
|
Value | Optional value of Type | Only if Index is not 0xff : the value of the metadata field
|
Value of Type field | Type of Value field | Notes |
---|---|---|
0 | Byte | |
1 | VarInt | |
2 | Float | |
3 | String | |
4 | Chat | |
5 | OptChat (Boolean + Optional Chat) | Chat is present if the Boolean is set to true |
6 | Slot | |
7 | Boolean | |
8 | Rotation | 3 floats: rotation on x, rotation on y, rotation on z |
9 | Position | |
10 | OptPosition (Boolean + Optional Position) | Position is present if the Boolean is set to true |
11 | Direction (VarInt) | (Down = 0, Up = 1, North = 2, South = 3, West = 4, East = 5) |
12 | OptUUID (Boolean + Optional UUID) | UUID is present if the Boolean is set to true |
13 | OptBlockID (VarInt) | 0 for absent otherwise, id << 4 | data
|
14 | NBT | |
15 | Particle | |
16 | Villager Data | 3 VarInts: villager type, villager profession, level |
17 | OptVarInt | 0 for absent; 1 + actual value otherwise. Used for entity IDs. |
18 | Pose | A VarInt enum: 0: STANDING, 1: FALL_FLYING, 2: SLEEPING, 3: SWIMMING, 4: SPIN_ATTACK, 5: SNEAKING, 6: DYING |
Villager type (minecraft:villager_type
registry):
Name | ID |
---|---|
minecraft:desert |
0 |
minecraft:jungle |
1 |
minecraft:plains |
2 |
minecraft:savanna |
3 |
minecraft:snow |
4 |
minecraft:swamp |
5 |
minecraft:taiga |
6 |
Villager professions (minecraft:villager_profession
registry):
Name | ID |
---|---|
minecraft:none |
0 |
minecraft:armorer |
1 |
minecraft:butcher |
2 |
minecraft:cartographer |
3 |
minecraft:cleric |
4 |
minecraft:farmer |
5 |
minecraft:fisherman |
6 |
minecraft:fletcher |
7 |
minecraft:leatherworker |
8 |
minecraft:librarian |
9 |
minecraft:mason |
10 |
minecraft:nitwit |
11 |
minecraft:shepherd |
12 |
minecraft:toolsmith |
13 |
minecraft:weaponsmith |
14 |
Mobs
Entity IDs have shifted with the addition of some new mobs.
Entity
The base class.
Index | Type | Meaning | Default | |
---|---|---|---|---|
0 | Byte | Bit mask | Meaning | 0 |
0x01 | On Fire | |||
0x02 | Crouched | |||
0x04 | Unused (previously riding) | |||
0x08 | Sprinting | |||
0x10 | Swimming | |||
0x20 | Invisible | |||
0x40 | Glowing effect | |||
0x80 | Flying with elytra | |||
1 | VarInt | Air | 300 | |
2 | OptChat | Custom name | empty | |
3 | Boolean | Is custom name visible | false | |
4 | Boolean | Is silent | false | |
5 | Boolean | No gravity | false | |
6 | Pose | Pose | STANDING |
Itemed Throwable
Extends Throwable.
Used for all things that previously extended throwable other than potions, which already had an item.
Index | Type | Meaning | Default | |
---|---|---|---|---|
7 | Slot | Item | empty (which behaves as if it were a specific item, depending on the subclass) |
Egg
Extends Itemed Throwable.
No additional metadata.
An empty item behaves as if the item were a minecraft:egg
.
Ender Pearl
Extends Itemed Throwable.
No additional metadata.
An empty item behaves as if the item were a minecraft:ender_pearl
.
Experience Bottle
Extends Itemed Throwable.
No additional metadata.
minecraft:experience_bottle
Snowball
Extends Itemed Throwable.
No additional metadata.
minecraft:snowball
Eye of Ender
Extends Entity.
Index | Type | Meaning | Default | |
---|---|---|---|---|
7 | Slot | Item | empty (which behaves as if it were a minecraft:ender_eye )
|
Arrow
Extends Entity.
Abstract base class for TippedArrow (which is used for regular arrows as well as tipped ones) and Spectral Arrow.
Index | Type | Meaning | Default | |
---|---|---|---|---|
Byte | Bit mask | Meaning | 0 | |
0x01 | Is critical | |||
0x02 | Is noclip (used by loyalty tridents when returning) | |||
OptUUID | Shooter UUID | Empty | ||
9 | Byte | Piercing level | 0 |
TippedArrow
Extends 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 | |
---|---|---|---|---|
VarInt | Color (-1 for no particles) | -1 |
Trident
Extends Arrow.
Index | Type | Meaning | Default | |
---|---|---|---|---|
VarInt | Loyalty level (enchantment) | 0 |
Itemed Fireball
Extends Entity.
Used for regular and small fireballs. Not used for dragon fireballs and wither skulls. Interestingly, regular fireballs do not come from an item.
Index | Type | Meaning | Default | |
---|---|---|---|---|
7 | Slot | Item | empty (which behaves as if it were a minecraft:fire_charge )
|
Fireball
Extends Abstract Fireball Itemed Fireball. This is the large fireball shot by ghasts.
No additional metadata.
Small Fireball
Extends Abstract Fireball Itemed Fireball. This is the fireball shot by blazes and dispensers with fire charges.
No additional metadata.
Fireworks
Extends Entity.
Index | Type | Meaning | Default | |
---|---|---|---|---|
Slot | Firework info | empty | ||
Entity ID of entity which used firework (for elytra boosting) | 0 | |||
9 | Boolean | Shot at angle (from a crossbow) | false |
Living
Extends Entity.
Index | Type | Meaning | Default | |
---|---|---|---|---|
Byte | Hand states, used to trigger blocking/eating/drinking animation. | 0 | ||
Bit mask | Meaning | |||
0x01 | Is hand active | |||
0x02 | Active hand (0 = main hand, 1 = offhand) | |||
0x04 | In riptide spin attack | |||
Float | Health | 1.0 | ||
VarInt | Potion effect color (or 0 if there is no effect) | 0 | ||
Boolean | Is potion effect ambient: reduces the number of particles generated by potions to 1/5 the normal amount | false | ||
VarInt | Number of arrows in entity | 0 | ||
12 | OptBlockPos | Unknown (Bed location?) | Absent |
Panda
Extends Animal.
Index | Type | Meaning | Default | |
---|---|---|---|---|
15 | Integer | Breed timer? Set to 32 when something happens, and then counts down to 0 again. At 29 and 14 (before counting down), will play the entity.panda.cant_breed sound event.
|
0 | |
16 | Integer | Sneeze timer. Counts up from 0; when it hits 1 the entity.panda.pre_sneeze event plays and when it hits 21 the entity.panda.sneeze event plays (and it is set back to 0 and the sneeze flag is cleared).
|
0 | |
17 | Integer | Eat timer. If nonzero, counts upwards. | 0 | |
18 | Byte | Main Gene | 0 | |
19 | Byte | Hidden Gene | 0 | |
20 | Byte | Bit mask | Meaning | 0 |
0x01 | Unused | |||
0x02 | Is sneezing | |||
0x04 | Is eating | |||
0x08 | Unknown | |||
0x10 | Unknown |
Fox
Extends Animal.
Index | Type | Meaning | Default | |
---|---|---|---|---|
15 | VarInt | Type (0: red, 1: snow) | 0 (red) | |
16 | Byte | Bit mask | Meaning | 0 |
0x01 | Sitting | |||
0x02 | Unused | |||
0x04 | Crouching | |||
0x08 | Unknown | |||
0x10 | Unknown | |||
0x20 | Sleeping | |||
0x40 | Unknown | |||
0x80 | Unknown | |||
17 | OptUUID | First UUID (in UUIDs NBT)?
|
Absent | |
18 | OptUUID | Second UUID (in UUIDs NBT)?
|
Absent |
Mooshroom
Extends Cow.
No additional metadata.
Index | Type | Meaning | Default | |
---|---|---|---|---|
15 | String | Variant ("red" or "brown") | red |
Raid Participant
Extends Monster.
Index | Type | Meaning | Default | |
---|---|---|---|---|
14 | boolean | Is celebrating | false |
"Is celebrating" appears to control the pose for vindicators and does not appear to be used by other types.
Abstract Illager
Extends Monster Raid Participant.
Index | Type | Meaning | Default | |
---|---|---|---|---|
12 | Byte | Bit mask | Meaning | 0 |
0x01 | Has target (aggressive state) |
Replaced with pose (presumably?)
Spellcaster Illager
Extends Abstract Illlager.
Index | Type | Meaning | Default | |
---|---|---|---|---|
Byte | Spell (0: none, 1: summon vex, 2: attack, 3: wololo, 4: disappear, 5: blindness) | 0 |
EvocationIllager Evoker
Extends Spellcaster Illager.
IllusionIllager Illusioner
Extends Spellcaster Illager.
Pillager
Extends Abstract Illlager.
Index | Type | Meaning | Default | |
---|---|---|---|---|
15 | Boolean | Using crossbow | false |
VindicationIllager Vindicator
Extends Abstract Illager.
Ravager
Extends Raid Participant
No additional metadata.
Status | Description | |
---|---|---|
4 | Starts the attack animation. | |
39 | Starts the stun animation. |
Witch
Extends Monster Raid Participant.
Index | Type | Meaning | Default | |
---|---|---|---|---|
Boolean | Is drinking potion | false |
AbstractSkeleton
Extends Monster.
Index | Type | Meaning | Default | |
---|---|---|---|---|
Boolean | Is swinging arms | false |
Replaced with pose (presumably?)
Zombie
Extends Monster.
Index | Type | Meaning | Default | |
---|---|---|---|---|
Boolean | Is baby | false | ||
VarInt | Unused (previously type) | 0 | ||
14 | Boolean | Are hands held up | false | |
Boolean | Is becoming a drowned | false |
Replaced with pose (presumably?)
Zombie Villager
Extends Zombie.
Index | Type | Meaning | Default | |
---|---|---|---|---|
Boolean | Is converting | false | ||
Ocelot
Extends TameableAnimal Ageable.
Index | Type | Meaning | Default | |
---|---|---|---|---|
15 | VarInt | Type (0 = untamed, 1 = tuxedo, 2 = tabby, 3 = siamese). Used to render regardless as to whether it is tamed or not. | 0 | |
15 | Boolean | Is trusting | false |
Status | Description | |
---|---|---|
40 | Spawn smoke particles (trust gaining failed) | |
41 | Spawn heart particles (trust gaining succeeded) |
Cat
Extends TameableAnimal.
Index | Type | Meaning | Default | |
---|---|---|---|---|
17 | VarInt | Type (0 = tabby, 1 = black, 2 = red, 3 = siamese, 4 = british_shorthair, 5 = calico, 6 = persian, 7 = ragdoll, 8 = white, 9 = all_black) | 1 | |
18 | Boolean | Unknown | false | |
19 | Boolean | Unknown | false | |
20 | VarInt | Collar color (values are those used with dyes) | 14 (Red) |
Horse
Extends AbstractHorse.
Index | Type | Meaning | Default | |
---|---|---|---|---|
VarInt | Variant (Color & Style) | 0 | ||
16 | VarInt | Armor (0: none, 1: iron, 2: gold, 3: diamond) | 0 (none) | |
17 | Slot | Armor Item (Forge only) | Empty |
Replaced with Entity Equipment packet. (Uses chestplate slot)
Trader Llama
Extends Llama.
No additional metadata.
Abstract Merchant
Extends Ageable.
Index | Type | Meaning | Default | |
---|---|---|---|---|
15 | VarInt | Head shake timer (starts at 40, decrements each tick) | 0 |
Villager
Extends Ageable Abstract Merchant.
Index | Type | Meaning | Default | |
---|---|---|---|---|
Wandering Trader
Extends Abstract Merchant.
No additional metadata.
Bee
Extends Animal.
Index | Type | Meaning | Default | |
---|---|---|---|---|
16 | Byte | Bit mask | Meaning | 0 |
0x01 | Unused | |||
0x02 | Looping | |||
0x04 | Has lost stung | |||
0x08 | Has nectar | |||
17 | VarInt | Anger time in ticks | 0 (Not angry) |
Mobs
Mobs are spawned via Spawn Mob.
Some entities (marked in yellow) should only be spawned using Spawn Object and their Object ID. While they also have an entity ID, this ID is only used internally. Servers should not attempt to spawn these entities using Spawn Mob with that entity ID, although clients should accept such packets if they appear.
Additionally, a few other entities (marked in blue) must be spawned in their own special ways:
- Paintings should be spawned using Spawn Painting
- XP orbs should be spawned using Spawn Experience Orb.
Type | Name | bounding box x and z | bounding box y | ID |
---|---|---|---|---|
0 | AreaEffectCloud | 2.0 * Radius | 0.5 | minecraft:area_effect_cloud
|
1 | ArmorStand | normal: 0.5 marker: 0.0 small: 0.25 | normal: 1.975 marker: 0.0 small: 0.9875 | minecraft:armor_stand
|
2 | Arrow | 0.5 | 0.5 | minecraft:arrow
|
3 | Bat | 0.5 | 0.9 | minecraft:bat
|
4 | Blaze | 0.6 | 1.8 | minecraft:blaze
|
5 | Boat | 1.375 | 0.5625 | minecraft:boat
|
6 | CaveSpider | 0.7 | 0.5 | minecraft:cave_spider
|
7 | Chicken | 0.4 | 0.7 | minecraft:chicken
|
8 | Cod | 0.9 | 1.4 | minecraft:cod
|
9 | Cow | 0.9 | 1.4 | minecraft:cow
|
10 | Creeper | 0.6 | 1.7 | minecraft:creeper
|
11 | Donkey | 1.3964844 | 1.6 | minecraft:donkey
|
12 | Dolphin | 0.9 | 0.6 | minecraft:dolphin
|
13 | DragonFireball | 1.0 | 1.0 | minecraft:dragon_fireball
|
14 | Drowned | ? | ? | minecraft:drowned
|
15 | ElderGuardian | 1.9975 (2.35 * guardian) | 1.9975 (2.35 * guardian) | minecraft:elder_guardian
|
16 | EnderCrystal | 2.0 | 2.0 | minecraft:end_crystal
|
17 | EnderDragon | 16.0 | 8.0 | minecraft:ender_dragon
|
18 | Enderman | 0.6 | 2.9 | minecraft:enderman
|
19 | Endermite | 0.4 | 0.3 | minecraft:endermite
|
20 | EvocationFangs | 0.5 | 0.8 | minecraft:evoker_fangs
|
21 | EvocationIllager | 0.6 | 1.95 | minecraft:evoker
|
22 | XPOrb | 0.5 | 0.5 | minecraft:experience_orb
|
23 | EyeOfEnderSignal | 0.25 | 0.25 | minecraft:eye_of_ender
|
24 | FallingSand | 0.98 | 0.98 | minecraft:falling_block
|
25 | FireworksRocketEntity | 0.25 | 0.25 | minecraft:fireworks_rocket
|
26 | Ghast | 4 | 4 | minecraft:ghast
|
27 | Giant | 3.6 | 10.8 | minecraft:giant
|
28 | Guardian | 0.85 | 0.85 | minecraft:guardian
|
29 | Horse (EntityHorse until 1.11) | 1.3964844 | 1.6 | minecraft:horse
|
30 | Husk | 0.6 | 1.95 | minecraft:husk
|
31 | IllusionIllager | 0.6 | 1.95 | minecraft:illusioner
|
32 | Item | 0.25 | 0.25 | minecraft:item
|
33 | ItemFrame | 0.75 or 0.0625 (depth) | 0.75 | minecraft:item_frame
|
34 | Fireball (ghast) | 1.0 | 1.0 | minecraft:fireball
|
35 | LeashKnot | 0.375 | 0.5 | minecraft:leash_knot
|
36 | Llama | 0.9 | 1.87 | minecraft:llama
|
37 | LlamaSpit | 0.25 | 0.25 | minecraft:llama_spit
|
38 | LavaSlime (Magma Cube) | 0.51000005 * size | 0.51000005 * size | minecraft:magma_cube
|
39 | MinecartRideable | 0.98 | 0.7 | minecraft:minecart
|
40 | MinecartChest | 0.98 | 0.7 | minecraft:chest_minecart
|
41 | MinecartCommandBlock | 0.98 | 0.7 | minecraft:commandblock_minecart
|
42 | MinecartFurnace | 0.98 | 0.7 | minecraft:furnace_minecart
|
43 | MinecartHopper | 0.98 | 0.7 | minecraft:hopper_minecart
|
44 | MinecartSpawner | 0.98 | 0.7 | minecraft:spawner_minecart
|
45 | MinecartTNT | 0.98 | 0.7 | minecraft:tnt_minecart
|
46 | Mule | 1.3964844 | 1.6 | minecraft:mule
|
47 | MushroomCow (Mooshroom) | 0.9 | 1.4 | minecraft:mooshroom
|
48 | Ozelot (Ocelot) | 0.6 | 0.7 | minecraft:ocelot
|
49 | Painting | type width or 0.0625 (depth) | type height | minecraft:painting
|
50 | Parrot | 0.5 | 0.9 | minecraft:parrot
|
51 | Pig | 0.9 | 0.9 | minecraft:pig
|
52 | Pufferfish | ? | ? | minecraft:pufferfish
|
53 | PigZombie | 0.6 | 1.95 | minecraft:zombie_pigman
|
54 | PolarBear | 1.3 | 1.4 | minecraft:polar_bear
|
55 | PrimedTnt | 0.98 | 0.98 | minecraft:tnt
|
56 | Rabbit | 0.4 | 0.5 | minecraft:rabbit
|
57 | Salmon | ? | ? | minecraft:salmon
|
58 | Sheep | 0.9 | 1.3 | minecraft:sheep
|
59 | Shulker | 1.0 | 1.0-2.0 (depending on peek) | minecraft:shulker
|
60 | ShulkerBullet | 0.3125 | 0.3125 | minecraft:shulker_bullet
|
61 | Silverfish | 0.4 | 0.3 | minecraft:silverfish
|
62 | Skeleton | 0.6 | 1.99 | minecraft:skeleton
|
63 | SkeletonHorse | 1.3964844 | 1.6 | minecraft:skeleton_horse
|
64 (67: 1.14) | Slime | 0.51000005 * size | 0.51000005 * size | minecraft:slime
|
65 | SmallFireball (blaze) | 0.3125 | 0.3125 | minecraft:small_fireball
|
66 | SnowMan | 0.7 | 1.9 | minecraft:snow_golem
|
67 | Snowball | 0.25 | 0.25 | minecraft:snowball
|
68 | SpectralArrow | 0.5 | 0.5 | minecraft:spectral_arrow
|
69 | Spider | 1.4 | 0.9 | minecraft:spider
|
70 | Squid | 0.8 | 0.8 | minecraft:squid
|
71 | Stray | 0.6 | 1.99 | minecraft:stray
|
72 | Tropical Fish | 0.5 | 0.4 | minecraft:tropical_fish
|
73 | Turtle | 1.2 | 0.4 | minecraft:turtle
|
74 | ThrownEgg | 0.25 | 0.25 | minecraft:egg
|
75 | ThrownEnderpearl | 0.25 | 0.25 | minecraft:ender_pearl
|
76 | ThrownExpBottle | 0.25 | 0.25 | minecraft:experience_bottle
|
77 | ThrownPotion | 0.25 | 0.25 | minecraft:potion
|
78 | Vex | 0.4 | 0.8 | minecraft:vex
|
79 | Villager | 0.6 | 1.95 | minecraft:villager
|
80 | VillagerGolem (Iron Golem) | 1.4 | 2.7 | minecraft:iron_golem}
|
81 | VindicationIllager | 0.6 | 1.95 | minecraft:vindicator
|
82 | Witch | 0.6 | 1.95 | minecraft:witch
|
83 | WitherBoss | 0.9 | 3.5 | minecraft:wither
|
84 | WitherSkeleton | 0.7 | 2.4 | minecraft:wither_skeleton
|
85 | WitherSkull | 0.3125 | 0.3125 | minecraft:wither_skull
|
86 | Wolf | 0.6 | 0.85 | minecraft:wolf
|
87 | Zombie | 0.6 | 1.95 | minecraft:zombie
|
88 | ZombieHorse | 1.3964844 | 1.6 | minecraft:zombie_horse
|
89 | ZombieVillager | 0.6 | 1.95 | minecraft:zombie_villager
|
90 | Phantom | 0.9 | 0.5 | minecraft:phantom
|
91 | Lightning Bolt | - | - | minecraft:lightning_bolt
|
92 | Player | 0.8 | 1.8 | minecraft:player
|
93 | Fishing bobber | ? | ? | minecraft:fishing_bobber
|
94 | Trident | ? | ? | minecraft:trident
|
Objects
Objects are spawned via Spawn Object. See Object Data for more details.
Object IDs and Entity IDs are different. Most objects also have an entity ID, but should only ever be spawned via Spawn Object.
ID | Name | bounding box x and z | bounding box y |
---|---|---|---|
1 | Boat | 1.375 | 0.6 |
2 | Item Stack (Slot) | 0.25 | 0.25 |
3 | Area Effect Cloud | 2.0 * Radius | 0.5 |
10 | Minecart | 0.98 | 0.7 |
50 | Activated TNT | 0.98 | 0.98 |
51 | EnderCrystal | 2.0 | 2.0 |
60 | Tipped arrow (projectile; also used for regular arrows) | 0.5 | 0.5 |
61 | Snowball (projectile) | 0.25 | 0.25 |
62 | Egg (projectile) | 0.25 | 0.25 |
63 | FireBall (ghast projectile) | 1.0 | 1.0 |
64 | FireCharge (blaze projectile) | 0.3125 | 0.3125 |
65 | Thrown Enderpearl | 0.25 | 0.25 |
66 | Wither Skull (projectile) | 0.3125 | 0.3125 |
67 | Shulker Bullet | 0.3125 | 0.3125 |
68 | Llama spit | 0.25 | 0.25 |
70 | Falling Objects | 0.98 | 0.98 |
71 | Item frames | 0.75 or 0.0625 | 0.75 |
72 | Eye of Ender | 0.25 | 0.25 |
73 | Thrown Potion | 0.25 | 0.25 |
75 | Thrown Exp Bottle | 0.25 | 0.25 |
76 | Firework Rocket | 0.25 | 0.25 |
77 | Leash Knot | 0.375 | 0.5 |
78 | ArmorStand | normal: 0.5 marker: 0.0 small: 0.25 | normal: 1.975 marker: 0.0 small: 0.9875 |
79 | Evocation Fangs | 0.5 | 0.8 |
90 | Fishing Hook | 0.25 | 0.25 |
91 | Spectral Arrow | 0.5 | 0.5 |
93 | Dragon Fireball | 1.0 | 1.0 |
94 | Trident | ? | ? |
Since release 1.6, all minecarts are spawned with object type 10 and their functionality is then specified in the Data field within the packet. Also, their visual appearance may be sent via the Entity Metadata packet.
Entity Metadata Format
Note that entity metadata is a totally distinct concept from block metadata. It is not required to send all metadata fields, or even any metadata fields, so long as the terminating entry is correctly sent.
Entity Metadata is an array of entries, each of which looks like the following:
Name | Type | Meaning |
---|---|---|
Index | Unsigned Byte | Unique index key determining the meaning of the following value, see the table below. If this is 0xff then the it is the end of the Entity Metadata array and no more is read.
|
Type | Optional VarInt Enum | Only if Index is not 0xff ; the type of the index, see the table below
|
Value | Optional value of Type | Only if Index is not 0xff : the value of the metadata field
|
Value of Type field | Type of Value field | Notes |
---|---|---|
0 | Byte | |
1 | VarInt | |
2 | Float | |
3 | String | |
4 | Chat | |
5 | OptChat (Boolean + Optional Chat) | Chat is present if the Boolean is set to true |
6 | Slot | |
7 | Boolean | |
8 | Rotation | 3 floats: rotation on x, rotation on y, rotation on z |
9 | Position | |
10 | OptPosition (Boolean + Optional Position) | Position is present if the Boolean is set to true |
11 | Direction (VarInt) | (Down = 0, Up = 1, North = 2, South = 3, West = 4, East = 5) |
12 | OptUUID (Boolean + Optional UUID) | UUID is present if the Boolean is set to true |
13 | OptBlockID (VarInt) | 0 for absent (implies air); otherwise, a block state ID as per the global palette |
14 | NBT | |
15 | Particle |
Entity classes also recursively inherit fields from classes they extend.
Entity
The base class.
Index | Type | Meaning | Default | |
---|---|---|---|---|
0
Template:Metadata id must be used as
|
Byte | Bit mask | Meaning | 0 |
0x01 | On Fire | |||
0x02 | Crouched | |||
0x04 | Unused (previously riding) | |||
0x08 | Sprinting | |||
0x10 | Swimming | |||
0x20 | Invisible | |||
0x40 | Glowing effect | |||
0x80 | Flying with elytra | |||
1
Template:Metadata id must be used as
|
VarInt | Air | 300 | |
2
Template:Metadata id must be used as
|
OptChat | Custom name | empty | |
3
Template:Metadata id must be used as
|
Boolean | Is custom name visible | false | |
4
Template:Metadata id must be used as
|
Boolean | Is silent | false | |
5
Template:Metadata id must be used as
|
Boolean | No gravity | false |
Throwable
Extends Entity.
No additional metadata.
Egg
Extends Throwable.
No additional metadata.
Ender Pearl
Extends Throwable.
No additional metadata.
Experience Bottle
Extends Throwable.
No additional metadata.
Snowball
Extends Throwable.
No additional metadata.
Potion
Extends Throwable.
Index | Type | Meaning | Default | |
---|---|---|---|---|
6
Template:Metadata id must be used as
|
Slot | Potion which is thrown | Empty |
Eye of Ender
Extends Entity.
No additional metadata.
FallingBlock
Extends Entity.
Index | Type | Meaning | Default | |
---|---|---|---|---|
6
Template:Metadata id must be used as
|
Position | spawn position | (0, 0, 0) |
AreaEffectCloud
Extends Entity.
Index | Type | Meaning | Default | |
---|---|---|---|---|
6
Template:Metadata id must be used as
|
Float | Radius | 0.5 | |
7
Template:Metadata id must be used as
|
VarInt | Color (only for mob spell particle) | 0 | |
8
Template:Metadata id must be used as
|
Boolean | Ignore radius and show effect as single point, not area | false | |
9
Template:Metadata id must be used as
|
Particle | The #Particle | effect
|
FishingHook
Extends Entity.
Index | Type | Meaning | Default | |
---|---|---|---|---|
6
Template:Metadata id must be used as
|
VarInt | Hooked entity id + 1, or 0 if there is no hooked entity | 0 |
Arrow
Extends Entity.
Abstract base class for TippedArrow (which is used for regular arrows as well as tipped ones) and Spectral Arrow.
Index | Type | Meaning | Default | |
---|---|---|---|---|
6
Template:Metadata id must be used as
|
Byte | Bit mask | Meaning | 0 |
0x01 | Is critical | |||
0x02 | Is noclip (used by loyalty tridents when returning) | |||
7
Template:Metadata id must be used as
|
OptUUID | Shooter UUID | Empty |
TippedArrow
Extends 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 | |
---|---|---|---|---|
8
Template:Metadata id must be used as
|
VarInt | Color (-1 for no particles) | -1 |
Trident
Extends Arrow.
Index | Type | Meaning | Default | |
---|---|---|---|---|
8
Template:Metadata id must be used as
|
VarInt | Loyalty level (enchantment) | 0 |
Boat
Extends Entity.
Index | Type | Meaning | Default | |
---|---|---|---|---|
6
Template:Metadata id must be used as
|
VarInt | Time since last hit | 0 | |
7
Template:Metadata id must be used as
|
VarInt | Forward direction | 1 | |
8
Template:Metadata id must be used as
|
Float | Damage taken | 0.0 | |
9
Template:Metadata id must be used as
|
VarInt | Type (0=oak, 1=spruce, 2=birch, 3=jungle, 4=acacia, 5=dark oak) | 0 | |
10
Template:Metadata id must be used as
|
Boolean | Left paddle turning | false | |
11
Template:Metadata id must be used as
|
Boolean | Right paddle turning | false | |
12
Template:Metadata id must be used as
|
VarInt | Splash timer | 0 |
EnderCrystal
Extends Entity.
Index | Type | Meaning | Default | |
---|---|---|---|---|
6
Template:Metadata id must be used as
|
OptPosition | Beam target | Absent | |
7
Template:Metadata id must be used as
|
Boolean | Show bottom | true |
Abstract Fireball
Extends Entity.
No additional metadata.
Dragon Fireball
Extends Abstract Fireball.
No additional metadata.
Fireball
Extends Abstract Fireball. This is the large fireball shot by ghasts.
No additional metadata.
Small Fireball
Extends Abstract Fireball. This is the fireball shot by blazes and dispensers with fire charges.
No additional metadata.
WitherSkull
Extends Abstract Fireball.
Index | Type | Meaning | Default | |
---|---|---|---|---|
6
Template:Metadata id must be used as
|
Boolean | Invulnerable | false |
Fireworks
Extends Entity.
Index | Type | Meaning | Default | |
---|---|---|---|---|
6
Template:Metadata id must be used as
|
Slot | Firework info | empty | |
7
Template:Metadata id must be used as
|
VarInt | Entity ID of entity which used firework (for elytra boosting) | 0 |
Hanging
Extends Entity.
No additional metadata.
ItemFrame
Extends Hanging.
Index | Type | Meaning | Default | |
---|---|---|---|---|
6
Template:Metadata id must be used as
|
Slot | Item | Empty | |
7
Template:Metadata id must be used as
|
VarInt | Rotation | 0 |
Item
Extends Entity.
Index | Type | Meaning | Default | |
---|---|---|---|---|
6
Template:Metadata id must be used as
|
Slot | Item | Empty |
Living
Extends Entity.
Index | Type | Meaning | Default | |
---|---|---|---|---|
6
Template:Metadata id must be used as
|
Byte | Hand states, used to trigger blocking/eating/drinking animation. | 0 | |
Bit mask | Meaning | |||
0x01 | Is hand active | |||
0x02 | Active hand (0 = main hand, 1 = offhand) | |||
0x04 | In riptide spin attack | |||
7
Template:Metadata id must be used as
|
Float | Health | 1.0 | |
8
Template:Metadata id must be used as
|
VarInt | Potion effect color (or 0 if there is no effect) | 0 | |
9
Template:Metadata id must be used as
|
Boolean | Is potion effect ambient: reduces the number of particles generated by potions to 1/5 the normal amount | false | |
10
Template:Metadata id must be used as
|
VarInt | Number of arrows in entity | 0 |
Player
Extends Living.
Index | Type | Meaning | Default | |
---|---|---|---|---|
11
Template:Metadata id must be used as
|
Float | Additional Hearts | 0.0 | |
12
Template:Metadata id must be used as
|
VarInt | Score | 0 | |
13
Template:Metadata id must be used as
|
Byte | The Displayed Skin Parts bit mask that is sent in Client Settings | 0 | |
Bit mask | Meaning | |||
0x01 | Cape enabled | |||
0x02 | Jacket enabled | |||
0x04 | Left sleeve enabled | |||
0x08 | Right sleeve enabled | |||
0x10 | Left pants leg enabled | |||
0x20 | Right pants leg enabled | |||
0x40 | Hat enabled | |||
0x80 | Unused | |||
14
Template:Metadata id must be used as
|
Byte | Main hand (0 : Left, 1 : Right) | 1 | |
15
Template:Metadata id must be used as
|
NBT | Left shoulder entity data (for occupying parrot) | Empty | |
16
Template:Metadata id must be used as
|
NBT | Right shoulder entity data (for occupying parrot) | Empty |
ArmorStand
Extends Living.
Index | Type | Meaning | Default | |
---|---|---|---|---|
11
Template:Metadata id must be used as
|
Byte | Bit mask | Meaning | 0 |
0x01 | is Small | |||
0x04 | has Arms | |||
0x08 | no BasePlate | |||
0x10 | set Marker | |||
12
Template:Metadata id must be used as
|
Rotation | Head rotation | (0.0, 0.0, 0.0) | |
13
Template:Metadata id must be used as
|
Rotation | Body rotation | (0.0, 0.0, 0.0) | |
14
Template:Metadata id must be used as
|
Rotation | Left arm rotation | (-10.0, 0.0, -10.0) | |
15
Template:Metadata id must be used as
|
Rotation | Right arm rotation | (-15.0, 0.0, 10.0) | |
16
Template:Metadata id must be used as
|
Rotation | Left leg rotation | (-1.0, 0.0, -1.0) | |
17
Template:Metadata id must be used as
|
Rotation | Right leg rotation | (1.0, 0.0, 1.0) |
Note that armor stands with the invisible flag from the base entity class set also cannot be attacked or damaged, except for by the void.
Insentient
Extends Living.
Index | Type | Meaning | Default | |
---|---|---|---|---|
11
Template:Metadata id must be used as
|
Byte | Bit mask | Meaning | 0 |
0x01 | NoAI | |||
0x02 | Left handed |
Ambient
Extends Insentient.
No additional metadata.
Bat
Extends Ambient.
Index | Type | Meaning | Default | |
---|---|---|---|---|
12
Template:Metadata id must be used as
|
Byte | Bit mask | Meaning | 0 |
0x01 | Is hanging |
Creature
Extends Insentient.
No additional metadata.
WaterMob
Extends Creature.
No additional metadata.
Squid
Extends WaterMob.
No additional metadata.
Dolphin
Extends WaterMob.
Index | Type | Meaning | Default | |
---|---|---|---|---|
12
Template:Metadata id must be used as
|
Position | Treasure position | (0, 0, 0) | |
13
Template:Metadata id must be used as
|
Boolean | Can find treasure | false | |
14
Template:Metadata id must be used as
|
Boolean | Has fish | false |
Abstract fish
Extends WaterMob.
Index | Type | Meaning | Default | |
---|---|---|---|---|
12
Template:Metadata id must be used as
|
Boolean | From bucket | False |
Cod
Extends Abstract fish.
No additional metadata.
Puffer fish
Extends Abstract fish.
Index | Type | Meaning | Default | |
---|---|---|---|---|
13
Template:Metadata id must be used as
|
VarInt | PuffState (varies from 0 to 2) | 0 |
Salmon
Extends Abstract fish.
No additional metadata.
Tropical fish
Extends Abstract fish.
Index | Type | Meaning | Default | |
---|---|---|---|---|
13
Template:Metadata id must be used as
|
VarInt | Variant | 0 |
Ageable
Extends Creature.
Index | Type | Meaning | Default | |
---|---|---|---|---|
12
Template:Metadata id must be used as
|
Boolean | Is baby | false |
Animal
Extends Ageable.
No additional metadata.
AbstractHorse
Extends Animal.
Index | Type | Meaning | Default | |
---|---|---|---|---|
13
Template:Metadata id must be used as
|
Byte | Bit mask | Meaning | 0 |
0x01 | Unused | |||
0x02 | Is Tame | |||
0x04 | Is saddled | |||
0x08 | Has bred | |||
0x10 | Is eating | |||
0x20 | Is rearing (on hind legs) | |||
0x40 | Is mouth open | |||
0x80 | Unused | |||
14
Template:Metadata id must be used as
|
OptUUID | Owner | Absent |
Horse
Extends AbstractHorse.
Index | Type | Meaning | Default | |
---|---|---|---|---|
15
Template:Metadata id must be used as
|
VarInt | Variant (Color & Style) | 0 | |
16
Template:Metadata id must be used as
|
VarInt | Armor (0: none, 1: iron, 2: gold, 3: diamond) | 0 (none) | |
17
Template:Metadata id must be used as
|
Slot | Armor Item (Forge only) | Empty |
ZombieHorse
Extends AbstractHorse.
SkeletonHorse
Extends AbstractHorse.
ChestedHorse
Extends AbstractHorse.
Index | Type | Meaning | Default | |
---|---|---|---|---|
15
Template:Metadata id must be used as
|
Boolean | Has Chest | false |
Donkey
Extends ChestedHorse.
Llama
Extends ChestedHorse.
Index | Type | Meaning | Default | |
---|---|---|---|---|
16
Template:Metadata id must be used as
|
VarInt | Strength (number of columns of 3 slots in the llama's inventory once a chest is equipped) | 0 | |
17
Template:Metadata id must be used as
|
VarInt | Carpet color (a dye color, or -1 if no carpet equipped) | -1 | |
18
Template:Metadata id must be used as
|
VarInt | Variant (0: llama_creamy.png , 1: llama_white.png , 2: llama_brown.png , 3: llama_gray.png )
|
0 |
Mule
Extends ChestedHorse.
Pig
Extends Animal.
Index | Type | Meaning | Default | |
---|---|---|---|---|
13
Template:Metadata id must be used as
|
Boolean | Has saddle | false | |
14
Template:Metadata id must be used as
|
VarInt | Total time to "boost" with a carrot on a stick for | 0 |
Whenever a carrot on a stick is used, if the pig is not currently boosting it will start to boost for 140 to 980 (inclusive) ticks. When boost time is changed, a counter is reset which counts up to the boost time, after which boosting will stop. The value remains set at its modified value even after boosting is stopped.
Rabbit
Extends Animal.
Index | Type | Meaning | Default | |
---|---|---|---|---|
13
Template:Metadata id must be used as
|
VarInt | Type | 0 |
Turtle
Extends Animal.
Index | Type | Meaning | Default | |
---|---|---|---|---|
13
Template:Metadata id must be used as
|
BlockPos | Home pos | (0, 0, 0) | |
14
Template:Metadata id must be used as
|
Boolean | Has egg | false | |
15
Template:Metadata id must be used as
|
Boolean | Laying egg | false | |
16
Template:Metadata id must be used as
|
BlockPos | Travel pos | (0, 0, 0) | |
17
Template:Metadata id must be used as
|
Boolean | Going home | false | |
18
Template:Metadata id must be used as
|
Boolean | Traveling | false |
Polar Bear
Extends Animal.
Index | Type | Meaning | Default | |
---|---|---|---|---|
13
Template:Metadata id must be used as
|
Boolean | Standing up | false |
Chicken
Extends Animal.
No additional metadata.
Cow
Extends Animal.
No additional metadata.
Mooshroom
Extends Cow.
No additional metadata.
Sheep
Extends Animal.
Index | Type | Meaning | Default | |
---|---|---|---|---|
13
Template:Metadata id must be used as
|
Byte | Bit mask | Meaning | 0 |
0x0F | Color (matches dye damage values) | |||
0x10 | Is sheared |
TameableAnimal
Extends Animal.
Index | Type | Meaning | Default | |
---|---|---|---|---|
13
Template:Metadata id must be used as
|
Byte | Bit mask | Meaning | 0 |
0x01 | Is sitting | |||
0x02 | Is angry (only used with wolves) | |||
0x04 | Is tamed | |||
14
Template:Metadata id must be used as
|
OptUUID | Owner | Absent |
Ocelot
Extends TameableAnimal.
Index | Type | Meaning | Default | |
---|---|---|---|---|
15
Template:Metadata id must be used as
|
VarInt | Type (0 = untamed, 1 = tuxedo, 2 = tabby, 3 = siamese). Used to render regardless as to whether it is tamed or not. | 0 |
Wolf
Extends TameableAnimal.
Index | Type | Meaning | Default | |
---|---|---|---|---|
15
Template:Metadata id must be used as
|
Float | Damage taken (used for tail rotation) | Value of health field (1.0) | |
16
Template:Metadata id must be used as
|
Boolean | Is begging | false | |
17
Template:Metadata id must be used as
|
VarInt | Collar color (values are those used with dyes) | 14 (Red) |
Parrot
Extends TameableAnimal.
Index | Type | Meaning | Default | |
---|---|---|---|---|
15
Template:Metadata id must be used as
|
VarInt | Variant (0: red/blue, 1: blue, 2: green, 3: yellow/blue, 4: grey) | 0 |
Villager
Extends Ageable.
Index | Type | Meaning | Default | |
---|---|---|---|---|
13
Template:Metadata id must be used as
|
VarInt | Profession (Farmer = 0, Librarian = 1, Priest = 2, Blacksmith = 3, Butcher = 4, Nitwit = 5) | 0 |
Golem
Extends Creature.
No additional metadata.
IronGolem
Extends Golem.
Index | Type | Meaning | Default | |
---|---|---|---|---|
12
Template:Metadata id must be used as
|
Byte | Bit mask | Meaning | 0 |
0x01 | Is player-created |
Snowman
Extends Golem.
Index | Type | Meaning | Default | |
---|---|---|---|---|
12
Template:Metadata id must be used as
|
Byte | Bit mask | Meaning | 0x10 |
0x10 | has pumpkin hat | |||
0x00 | has no pumpkin hat |
Shulker
Extends Golem.
Index | Type | Meaning | Default | |
---|---|---|---|---|
12
Template:Metadata id must be used as
|
Direction | Attach face | Down (0) | |
13
Template:Metadata id must be used as
|
OptPosition | Attachment position | Absent | |
14
Template:Metadata id must be used as
|
Byte | Shield height | 0 | |
15
Template:Metadata id must be used as
|
Byte | Color (dye color) | 10 (purple) |
Monster
Extends Creature.
No additional metadata.
Blaze
Extends Monster.
Index | Type | Meaning | Default | |
---|---|---|---|---|
12
Template:Metadata id must be used as
|
Byte | Bit mask | Meaning | 0 |
0x01 | Is on fire |
Creeper
Extends Monster.
Index | Type | Meaning | Default | |
---|---|---|---|---|
12
Template:Metadata id must be used as
|
VarInt | State (-1 = idle, 1 = fuse) | -1 | |
13
Template:Metadata id must be used as
|
Boolean | Is charged | false | |
14
Template:Metadata id must be used as
|
Boolean | Is ignited | false |
Endermite
Extends Monster.
No additional metadata.
Giant Zombie
Extends Monster.
No additional metadata.
Guardian
Extends Monster.
Index | Type | Meaning | Default | |
---|---|---|---|---|
12
Template:Metadata id must be used as
|
Boolean | Is retracting spikes | false | |
13
Template:Metadata id must be used as
|
VarInt | Target EID | 0 |
ElderGuardian
Extends Guardian.
Silverfish
Extends Monster.
No additional metadata.
Abstract Illager
Extends Monster.
Index | Type | Meaning | Default | |
---|---|---|---|---|
12
Template:Metadata id must be used as
|
Byte | Bit mask | Meaning | 0 |
0x01 | Has target (aggressive state) |
VindicationIllager
Extends Abstract Illager.
Spellcaster Illager
Extends Abstract Illager.
Index | Type | Meaning | Default | |
---|---|---|---|---|
13
Template:Metadata id must be used as
|
Byte | Spell (0: none, 1: summon vex, 2: attack, 3: wololo, 4: disappear, 5: blindness) | 0 |
EvocationIllager
Extends Spellcaster Illager.
IllusionIllager
Extends Spellcaster Illager.
Vex
Extends Monster.
Index | Type | Meaning | Default | |
---|---|---|---|---|
12
Template:Metadata id must be used as
|
Byte | Bit mask | Meaning | 0 |
0x01 | Is in attack mode |
EvocationFangs
Extends Entity.
No additional metadata.
AbstractSkeleton
Extends Monster.
Index | Type | Meaning | Default | |
---|---|---|---|---|
12
Template:Metadata id must be used as
|
Boolean | Is swinging arms | false |
Skeleton
Extends AbstractSkeleton.
Wither Skeleton
Extends AbstractSkeleton.
Stray
Extends AbstractSkeleton.
Spider
Extends Monster.
Index | Type | Meaning | Default | |
---|---|---|---|---|
12
Template:Metadata id must be used as
|
Byte | Bit mask | Meaning | 0 |
0x01 | Is climbing |
Witch
Extends Monster.
Index | Type | Meaning | Default | |
---|---|---|---|---|
12
Template:Metadata id must be used as
|
Boolean | Is drinking potion | false |
Wither
Extends Monster.
Index | Type | Meaning | Default | |
---|---|---|---|---|
12
Template:Metadata id must be used as
|
VarInt | Center head's target (entity ID, or 0 if no target) | 0 | |
13
Template:Metadata id must be used as
|
VarInt | Left head's target (entity ID, or 0 if no target) | 0 | |
14
Template:Metadata id must be used as
|
VarInt | Right head's target (entity ID, or 0 if no target) | 0 | |
15
Template:Metadata id must be used as
|
VarInt | Invulnerable time | 0 |
Zombie
Extends Monster.
Index | Type | Meaning | Default | |
---|---|---|---|---|
12
Template:Metadata id must be used as
|
Boolean | Is baby | false | |
13
Template:Metadata id must be used as
|
VarInt | Unused (previously type) | 0 | |
14
Template:Metadata id must be used as
|
Boolean | Are hands held up | false | |
15
Template:Metadata id must be used as
|
Boolean | Is becoming a drowned | false |
Zombie Villager
Extends Zombie.
Index | Type | Meaning | Default | |
---|---|---|---|---|
16
Template:Metadata id must be used as
|
Boolean | Is converting | false | |
17
Template:Metadata id must be used as
|
VarInt | Profession | 0 |
Husk
Extends Zombie.
No additional metadata.
Drowned
Extends Zombie.
No additional metadata.
Enderman
Extends Monster.
Index | Type | Meaning | Default | |
---|---|---|---|---|
12
Template:Metadata id must be used as
|
Opt BlockID | Carried block | Absent | |
13
Template:Metadata id must be used as
|
Boolean | Is screaming | false |
EnderDragon
Extends Insentient.
Index | Type | Meaning | Default | |
---|---|---|---|---|
12
Template:Metadata id must be used as
|
VarInt | Dragon phase | 10 (hover) |
Phases (according to the wiki page on dragon data values) are:
- 0: circling
- 1: strafing (preparing to shoot a fireball)
- 2: flying to the portal to land (part of transition to landed state)
- 3: landing on the portal (part of transition to landed state)
- 4: taking off from the portal (part of transition out of landed state)
- 5: landed, performing breath attack
- 6: landed, looking for a player for breath attack
- 7: landed, roar before beginning breath attack
- 8: charging player
- 9: flying to portal to die
- 10: hovering with no AI (default when using the /summon command).
Flying
Extends Insentient.
No additional metadata.
Ghast
Extends Flying.
Index | Type | Meaning | Default | |
---|---|---|---|---|
12
Template:Metadata id must be used as
|
Boolean | Is attacking | false |
Phantom
Extends Flying.
Index | Type | Meaning | Default | |
---|---|---|---|---|
12
Template:Metadata id must be used as
|
VarInt | Size | 0 |
Hitbox size is determined by horizontal=0.9 + 0.2*size and vertical=0.5 + 0.1 * i
Slime
Extends Insentient.
Index | Type | Meaning | Default | |
---|---|---|---|---|
12
Template:Metadata id must be used as
|
VarInt | Size | 1 |
LlamaSpit
Extends Entity.
Minecart
Extends Entity.
Index | Type | Meaning | Default | |
---|---|---|---|---|
6
Template:Metadata id must be used as
|
VarInt | Shaking power | 0 | |
7
Template:Metadata id must be used as
|
VarInt | Shaking direction | 1 | |
8
Template:Metadata id must be used as
|
Float | Shaking multiplier | 0.0 | |
9
Template:Metadata id must be used as
|
VarInt | Custom block ID and damage | 0 | |
10
Template:Metadata id must be used as
|
VarInt | Custom block Y position (in 16ths of a block) | 6 | |
11
Template:Metadata id must be used as
|
Boolean | Show custom block | false |
If show custom block is false, then each type of Minecart will render its own type of block with its own properties. Note that one does not need to send these values for the metadata fields, as the client will automatically select them if show custom block is false. They are only provided for reference to help with swapping out other blocks.
- Rideable Minecarts contain air (0:0) and have a y position of 6
- Chest Minecarts contain chests facing north (54:0) and have a y position of 8
- Furnace Minecarts contain a normal furnace facing north when unpowered (61:0) and a lit furnace facing north when powered (62:0) and have a y position of 6 in both cases
- Hopper Minecarts contain a hopper (154:0) and have a y position of 1
- TNT Minecarts contain TNT (46:0) and have a y position of 6
- Command block minecarts contain a Command Block (137:0) and have a y position of 6
- Spawner Minecarts contain a spawner (52:0) and have a y position of 6
MinecartRideable
Extends Minecart.
No additional metadata.
MinecartContainer
Extends Minecart.
No additional metadata.
MinecartHopper
Extends MinecartContainer.
No additional metadata.
MinecartChest
Extends MinecartContainer.
No additional metadata.
MinecartFurnace
Extends Minecart.
Index | Type | Meaning | Default | |
---|---|---|---|---|
12
Template:Metadata id must be used as
|
Boolean | Has fuel | false |
MinecartTNT
Extends Minecart.
No additional metadata.
MinecartSpawner
Extends Minecart.
No additional metadata.
MinecartCommandBlock
Extends Minecart.
Index | Type | Meaning | Default | |
---|---|---|---|---|
12
Template:Metadata id must be used as
|
String | Command |
| |
13
Template:Metadata id must be used as
|
Chat | Last output | {"text":""}
|
TNTPrimed
Extends Entity.
Index | Type | Meaning | Default | |
---|---|---|---|---|
6
Template:Metadata id must be used as
|
VarInt | Fuse time | 80 |