Difference between revisions of "Pre-release protocol"

From wiki.vg
Jump to navigation Jump to search
(→‎Entity Metadata Format: New entity information (finally))
(→‎Entity Metadata: Merge changes from stable docs to incorporate new metadata type templates. Fix my earlier mistake on Pose in the process.)
 
(543 intermediate revisions by 43 users not shown)
Line 1: Line 1:
This page documents the changes from the [[Protocol|last stable Minecraft release]] (currently [[Protocol version numbers|1.12.2, protocol 340]]) to the current pre-release (currently [[Protocol version numbers|1.13.1-pre2, protocol 400]]). Note that this page contains bleeding-edge information that may not be completely or correctly documented.
+
This page documents the changes from the [[Protocol|last stable Minecraft release]] (currently [[Protocol version numbers|1.20.4, protocol 765]]) to the current pre-release (currently [[Protocol version numbers|24w03b, protocol {{Snapshot PVN|1073741996}}]]). Note that this page contains bleeding-edge information that may not be completely or correctly documented.
  
 
One who wishes to commandeer the merging of this into [[Protocol]] when an update is made must be sure to respect any changes that may have occurred to the respective packets there.
 
One who wishes to commandeer the merging of this into [[Protocol]] when an update is made must be sure to respect any changes that may have occurred to the respective packets there.
Line 9: Line 9:
 
=== Data types ===
 
=== Data types ===
  
==== Other definitions ====
+
No changes so far.
 
 
===== Global palette =====
 
A table/dictionary/palette mapping nonnegative integers to block states. {{change|The block state IDs can be constructed from this table by multiplying what the Minecraft Wiki calls “block IDs” by 16 and adding the metadata/damage value (or in most programming languages block_id << 4 {{!}} metadata).|Block state IDs are created in a linear fashion based off of order of assignment.  One block state ID allocated for each unique block state for a block; if a block has multiple properties then the number of allocated states is the product of the number of values for each property.  A current list of properties and state ID ranges is found on [http://pokechu22.github.io/Burger/1.13.html burger].}}
 
 
 
{{Change||Alternatively, the vanilla server now includes an option to export the current block state ID mapping, by running <code>java -cp minecraft_server.jar net.minecraft.data.Main --reports</code>.  See [[Data Generators]] for more information.}}
 
  
 
=== Packets ===
 
=== Packets ===
Line 23: Line 18:
 
  !colspan="2"| Documentation
 
  !colspan="2"| Documentation
 
  |-
 
  |-
!colspan="4"| Handshaking serverbound
+
!colspan="4"| Handshake serverbound
{{PacketList|0x00|Handshake}}
+
{{PacketList|0x00|Handshake}}
 
  |-
 
  |-
!colspan="4"| Play clientbound
+
!colspan="4"| Login clientbound
{{PacketList|0x04|Spawn Painting}}
+
{{PacketList|0x05|Cookie Request (login)|rel=added}}
{{PacketList|0x07|Statistics}}
 
{{PacketList|0x09|Update Block Entity}}
 
{{PacketList|0x0B|Block Change}}
 
{{PacketList|0x0C|Boss Bar}}
 
{{PacketList|{{change|0x0F|0x0E}}|Chat Message (clientbound)|pre=unchanged}}
 
{{PacketList|{{change|0x10|0x0F}}|Multi Block Change}}
 
{{PacketList|{{change|0x0E|0x10}}|Tab-Complete (clientbound)}}
 
{{PacketList|0x11|Declare Commands|rel=added}}
 
{{PacketList|{{change|0x11|0x12}}|Confirm Transaction (clientbound)|pre=unchanged}}
 
{{PacketList|{{change|0x12|0x13}}|Close Window (clientbound)|pre=unchanged}}
 
{{PacketList|{{change|0x13|0x14}}|Open Window|pre=unchanged}}
 
{{PacketList|{{change|0x14|0x15}}|Window Items|pre=unchanged}}
 
{{PacketList|{{change|0x15|0x16}}|Window Property|pre=unchanged}}
 
{{PacketList|{{change|0x16|0x17}}|Set Slot|pre=unchanged}}
 
{{PacketList|{{change|0x17|0x18}}|Set Cooldown|pre=unchanged}}
 
{{PacketList|{{change|0x18|0x19}}|Plugin Message (clientbound)}}
 
{{PacketList|{{change|0x19|0x1A}}|Named Sound Effect}}
 
{{PacketList|{{change|0x1A|0x1B}}|Disconnect (play)|pre=unchanged}}
 
{{PacketList|{{change|0x1B|0x1C}}|Entity Status|pre=unchanged}}
 
{{PacketList|0x1D|NBT Query Response|rel=added}}
 
{{PacketList|{{change|0x1C|0x1E}}|Explosion|pre=unchanged}}
 
{{PacketList|{{change|0x1D|0x1F}}|Unload Chunk|pre=unchanged}}
 
{{PacketList|{{change|0x1E|0x20}}|Change Game State|pre=unchanged}}
 
{{PacketList|{{change|0x1F|0x21}}|Keep Alive (clientbound)|pre=unchanged}}
 
{{PacketList|{{change|0x20|0x22}}|Chunk Data}}
 
{{PacketList|{{change|0x21|0x23}}|Effect}}
 
{{PacketList|{{change|0x22|0x24}}|Spawn Particle}}
 
{{PacketList|{{change|0x23|0x25}}|Join Game|pre=unchanged}}
 
{{PacketList|{{change|0x24|0x26}}|Map}}
 
{{PacketList|{{change|0x25|0x27}}|Entity|pre=unchanged}}
 
{{PacketList|{{change|0x26|0x28}}|Entity Relative Move|pre=unchanged}}
 
{{PacketList|{{change|0x27|0x29}}|Entity Look And Relative Move|pre=unchanged}}
 
{{PacketList|{{change|0x28|0x2A}}|Entity Look|pre=unchanged}}
 
{{PacketList|{{change|0x29|0x2B}}|Vehicle Move (clientbound)|pre=unchanged}}
 
{{PacketList|{{change|0x2A|0x2C}}|Open Sign Editor|pre=unchanged}}
 
{{PacketList|{{change|0x2B|0x2D}}|Craft Recipe Response}}
 
{{PacketList|{{change|0x2C|0x2E}}|Player Abilities (clientbound)|pre=unchanged}}
 
{{PacketList|{{change|0x2D|0x2F}}|Combat Event|pre=unchanged}}
 
{{PacketList|{{change|0x2E|0x30}}|Player List Item|pre=unchanged}}
 
{{PacketList|0x31|Face Player|rel=added}}
 
{{PacketList|{{change|0x2F|0x32}}|Player Position And Look (clientbound)|pre=unchanged}}
 
{{PacketList|{{change|0x30|0x33}}|Use Bed|pre=unchanged}}
 
{{PacketList|{{change|0x31|0x34}}|Unlock Recipes}}
 
{{PacketList|{{change|0x32|0x35}}|Destroy Entities|pre=unchanged}}
 
{{PacketList|{{change|0x33|0x36}}|Remove Entity Effect|pre=unchanged}}
 
{{PacketList|{{change|0x34|0x37}}|Resource Pack Send|pre=unchanged}}
 
{{PacketList|{{change|0x35|0x38}}|Respawn|pre=unchanged}}
 
{{PacketList|{{change|0x36|0x39}}|Entity Head Look|pre=unchanged}}
 
{{PacketList|{{change|0x37|0x3A}}|Select Advancement Tab|pre=unchanged}}
 
{{PacketList|{{change|0x38|0x3B}}|World Border|pre=unchanged}}
 
{{PacketList|{{change|0x39|0x3C}}|Camera|pre=unchanged}}
 
{{PacketList|{{change|0x3A|0x3D}}|Held Item Change (clientbound)|pre=unchanged}}
 
{{PacketList|{{change|0x3B|0x3E}}|Display Scoreboard|pre=unchanged}}
 
{{PacketList|{{change|0x3C|0x3F}}|Entity Metadata|pre=unchanged}}
 
{{PacketList|{{change|0x3D|0x40}}|Attach Entity|pre=unchanged}}
 
{{PacketList|{{change|0x3E|0x41}}|Entity Velocity|pre=unchanged}}
 
{{PacketList|{{change|0x3F|0x42}}|Entity Equipment|pre=unchanged}}
 
{{PacketList|{{change|0x40|0x43}}|Set Experience|pre=unchanged}}
 
{{PacketList|{{change|0x41|0x44}}|Update Health|pre=unchanged}}
 
{{PacketList|{{change|0x42|0x45}}|Scoreboard Objective}}
 
{{PacketList|{{change|0x43|0x46}}|Set Passengers|pre=unchanged}}
 
{{PacketList|{{change|0x44|0x47}}|Teams}}
 
{{PacketList|{{change|0x45|0x48}}|Update Score|pre=unchanged}}
 
{{PacketList|{{change|0x46|0x49}}|Spawn Position|pre=unchanged}}
 
{{PacketList|{{change|0x47|0x4A}}|Time Update|pre=unchanged}}
 
{{PacketList|{{change|0x48|0x4B}}|Title|pre=unchanged}}
 
{{PacketList|0x4C|Stop Sound|rel=added}}
 
{{PacketList|{{change|0x49|0x4D}}|Sound Effect|pre=unchanged}}
 
{{PacketList|{{change|0x4A|0x4E}}|Player List Header And Footer|pre=unchanged}}
 
{{PacketList|{{change|0x4B|0x4F}}|Collect Item|pre=unchanged}}
 
{{PacketList|{{change|0x4C|0x50}}|Entity Teleport|pre=unchanged}}
 
{{PacketList|{{change|0x4D|0x51}}|Advancements|pre=unchanged}}
 
{{PacketList|{{change|0x4E|0x52}}|Entity Properties|pre=unchanged}}
 
{{PacketList|{{change|0x4F|0x53}}|Entity Effect|pre=unchanged}}
 
{{PacketList|0x54|Declare Recipes|rel=added}}
 
{{PacketList|0x55|Tags|rel=added}}
 
 
  |-
 
  |-
!colspan="4"| Play serverbound
+
!colspan="4"| Login serverbound
{{PacketList|0x01|Query Block NBT|rel=added}}
+
{{PacketList|0x04|Cookie Response (login)|rel=added}}
{{PacketList|{{change|0x01|0x05}}|Tab-Complete (serverbound)}}
 
{{PacketList|{{change|0x05|0x06}}|Confirm Transaction (serverbound)|pre=unchanged}}
 
{{PacketList|{{change|0x06|0x07}}|Enchant Item|pre=unchanged}}
 
{{PacketList|{{change|0x07|0x08}}|Click Window|pre=unchanged}}
 
{{PacketList|{{change|0x08|0x09}}|Close Window (serverbound)|pre=unchanged}}
 
{{PacketList|{{change|0x09|0x0A}}|Plugin message (serverbound)}}
 
{{PacketList|0x0B|Edit Book|rel=added}}
 
{{PacketList|0x0C|Query Entity NBT|rel=added}}
 
{{PacketList|{{change|0x0A|0x0D}}|Use Entity|pre=unchanged}}
 
{{PacketList|{{change|0x0B|0x0E}}|Keep Alive (serverbound)|pre=unchanged}}
 
{{PacketList|{{change|0x0C|0x0F}}|Player|pre=unchanged}}
 
{{PacketList|{{change|0x0D|0x10}}|Player Position|pre=unchanged}}
 
{{PacketList|{{change|0x0E|0x11}}|Player Position And Look (serverbound)|pre=unchanged}}
 
{{PacketList|{{change|0x0F|0x12}}|Player Look|pre=unchanged}}
 
{{PacketList|{{change|0x10|0x13}}|Vehicle Move (serverbound)|pre=unchanged}}
 
{{PacketList|{{change|0x11|0x14}}|Steer Boat|pre=unchanged}}
 
{{PacketList|0x15|Pick Item|rel=added}}
 
{{PacketList|{{change|0x12|0x16}}|Craft Recipe Request}}
 
{{PacketList|{{change|0x13|0x17}}|Player Abilities (serverbound)|pre=unchanged}}
 
{{PacketList|{{change|0x14|0x18}}|Player Digging|pre=unchanged}}
 
{{PacketList|{{change|0x15|0x19}}|Entity Action|pre=unchanged}}
 
{{PacketList|{{change|0x16|0x1A}}|Steer Vehicle|pre=unchanged}}
 
{{PacketList|{{change|0x17|0x1B}}|Recipe Book Data}}
 
{{PacketList|0x1C|Name Item|rel=added}}
 
{{PacketList|{{change|0x18|0x1D}}|Resource Pack Status|pre=unchanged}}
 
{{PacketList|{{change|0x19|0x1E}}|Advancement Tab|pre=unchanged}}
 
{{PacketList|0x1F|Select Trade|rel=added}}
 
{{PacketList|0x20|Set Beacon Effect|rel=added}}
 
{{PacketList|{{change|0x1A|0x21}}|Held Item Change (serverbound)|pre=unchanged}}
 
{{PacketList|0x22|Update Command Block|rel=added}}
 
{{PacketList|0x23|Update Command Block Minecart|rel=added}}
 
{{PacketList|{{change|0x1B|0x24}}|Creative Inventory Action|pre=unchanged}}
 
{{PacketList|0x25|Update Structure Block|rel=added}}
 
{{PacketList|{{change|0x1C|0x26}}|Update Sign|pre=unchanged}}
 
{{PacketList|{{change|0x1D|0x27}}|Animation (serverbound)|pre=unchanged}}
 
{{PacketList|{{change|0x1E|0x28}}|Spectate|pre=unchanged}}
 
{{PacketList|{{change|0x1F|0x29}}|Player Block Placement|pre=unchanged}}
 
{{PacketList|{{change|0x20|0x2A}}|Use Item|pre=unchanged}}
 
|-
 
!colspan="5"| Login clientbound
 
{{PacketList|0x04|Login Plugin Request|rel=added}}
 
|-
 
!colspan="3"| Login serverbound
 
{{PacketList|0x02|Login Plugin Response|rel=added}}
 
|}
 
 
 
== New/modified data types ==
 
 
 
=== [[Slot]] ===
 
 
 
{| class="wikitable"
 
! Name
 
! Type
 
! Meaning
 
|-
 
| {{Change|Block ID|Item ID}}
 
| Short
 
| The {{Minecraft Wiki|Data values#Block IDs|item{{change|/block}} ID}}. A value of <code>-1</code> signifies that the slot is empty, and no further data follows. {{Change||Item IDs are now uniquely defined and are completely independent of block IDs.}}
 
 
  |-
 
  |-
  | Item Count
+
  !colspan="4"| Configuration clientbound
  | Optional Byte
+
  {{PacketList|0x00|Cookie Request (configuration)|rel=added}}
  | Not present if Block ID is <code>-1</code>.
+
  {{PacketList|{{change|0x00|0x01}}|Clientbound Plugin Message (configuration)|pre=unchanged}}
  |- {{Removed}}
+
  {{PacketList|{{change|0x01|0x02}}|Disconnect (configuration)|pre=unchanged}}
  | Item Damage
+
  {{PacketList|{{change|0x02|0x03}}|Finish Configuration|pre=unchanged}}
  | Optional Short
+
  {{PacketList|{{change|0x03|0x04}}|Clientbound Keep Alive (configuration)|pre=unchanged}}
  | Not present if Block ID is <code>-1</code>.
+
  {{PacketList|{{change|0x04|0x05}}|Ping (configuration)|pre=unchanged}}
  |-
+
  {{PacketList|{{change|0x05|0x06}}|Registry Data|pre=unchanged}}
  | NBT
+
  {{PacketList|{{change|0x06|0x07}}|Remove Resource Pack (configuration)|pre=unchanged}}
  | Optional NBT
+
  {{PacketList|{{change|0x07|0x08}}|Add Resource Pack (configuration)|pre=unchanged}}
  | Not present if Block ID is <code>-1</code>. If 0, there is no NBT data, and no further data follows. Otherwise the byte is the start of an NBT blob as shown below:
+
  {{PacketList|0x09|Store Cookie (configuration)|rel=added}}
  |}
+
  {{PacketList|0x0A|Transfer (configuration)|rel=added}}
 +
{{PacketList|{{change|0x08|0x0B}}|Feature Flags|pre=unchanged}}
 +
{{PacketList|{{change|0x09|0x0C}}|Update Tags (configuration)|pre=unchanged}}
  
=== Particle ===
 
 
{| class="wikitable"
 
! Field Name
 
! Field Type
 
! Meaning
 
|-
 
| ID
 
| VarInt
 
| The ID of the particle type, see below.
 
|-
 
| Data
 
| Varies
 
| Varies based on the particle type, see below.
 
|}
 
 
{| class="wikitable"
 
 
  |-
 
  |-
  ! Particle Name
+
  !colspan="4"| Configuration serverbound
  ! Particle ID
+
  {{PacketList|0x01|Cookie Response (configuration)|rel=added}}
  ! Data
+
  {{PacketList|{{change|0x01|0x02}}|Serverbound Plugin Message (configuration)|pre=unchanged}}
 +
{{PacketList|{{change|0x02|0x03}}|Finish Configuration|pre=unchanged}}
 +
{{PacketList|{{change|0x03|0x04}}|Serverbound Keep Alive (configuration)|pre=unchanged}}
 +
{{PacketList|{{change|0x04|0x05}}|Pong (configuration)|pre=unchanged}}
 +
{{PacketList|{{change|0x05|0x06}}|Resource Pack Response (configuration)|pre=unchanged}}
 
  |-
 
  |-
  | <code>minecraft:ambient_entity_effect</code>
+
  !colspan="4"| Play clientbound
  | 0
+
  {{PacketList|0x16|Cookie Request (Play)|rel=added}}
  | None
+
{{PacketList|{{change|0x16|0x17}}|Set Cooldown|pre=unchanged}}
 +
{{PacketList|{{change|0x17|0x18}}|Chat Suggestions|pre=unchanged}}
 +
{{PacketList|{{change|0x18|0x19}}|Clientbound Plugin Message (play)|pre=unchanged}}
 +
{{PacketList|{{change|0x19|0x1A}}|Damage Event|pre=unchanged}}
 +
{{PacketList|{{change|0x1A|0x1B}}|Delete Message|pre=unchanged}}
 +
{{PacketList|{{change|0x1B|0x1C}}|Disconnect (play)|pre=unchanged}}
 +
{{PacketList|{{change|0x1C|0x1D}}|Disguised Chat Message|pre=unchanged}}
 +
{{PacketList|{{change|0x1D|0x1E}}|Entity Event|pre=unchanged}}
 +
{{PacketList|{{change|0x1E|0x1F}}|Explosion|pre=unchanged}}
 +
{{PacketList|{{change|0x1F|0x20}}|Unload Chunk|pre=unchanged}}
 +
{{PacketList|{{change|0x20|0x21}}|Game Event|pre=unchanged}}
 +
{{PacketList|{{change|0x21|0x22}}|Open Horse Screen|pre=unchanged}}
 +
{{PacketList|{{change|0x22|0x23}}|Hurt Animation|pre=unchanged}}
 +
{{PacketList|{{change|0x23|0x24}}|Initialize World Border|pre=unchanged}}
 +
{{PacketList|{{change|0x24|0x25}}|Clientbound Keep Alive (play)|pre=unchanged}}
 +
{{PacketList|{{change|0x25|0x26}}|Chunk Data and Update Light|pre=unchanged}}
 +
{{PacketList|{{change|0x26|0x27}}|World Event|pre=unchanged}}
 +
{{PacketList|{{change|0x27|0x28}}|Particle|pre=unchanged}}
 +
{{PacketList|{{change|0x28|0x29}}|Update Light|pre=unchanged}}
 +
{{PacketList|{{change|0x29|0x2A}}|Login (play)|pre=unchanged}}
 +
{{PacketList|{{change|0x2A|0x2B}}|Map Data|pre=unchanged}}
 +
{{PacketList|{{change|0x2B|0x2C}}|Merchant Offers|pre=unchanged}}
 +
{{PacketList|{{change|0x2C|0x2D}}|Update Entity Position|pre=unchanged}}
 +
{{PacketList|{{change|0x2D|0x2E}}|Update Entity Position and Rotation|pre=unchanged}}
 +
{{PacketList|{{change|0x2E|0x2F}}|Update Entity Rotation|pre=unchanged}}
 +
{{PacketList|{{change|0x2F|0x30}}|Move Vehicle|pre=unchanged}}
 +
{{PacketList|{{change|0x30|0x31}}|Open Book|pre=unchanged}}
 +
{{PacketList|{{change|0x31|0x32}}|Open Screen|pre=unchanged}}
 +
{{PacketList|{{change|0x32|0x33}}|Open Sign Editor|pre=unchanged}}
 +
{{PacketList|{{change|0x33|0x34}}|Ping (play)|pre=unchanged}}
 +
{{PacketList|{{change|0x34|0x35}}|Ping Response (play)|pre=unchanged}}
 +
{{PacketList|{{change|0x35|0x36}}|Place Ghost Recipe|pre=unchanged}}
 +
{{PacketList|{{change|0x36|0x37}}|Player Abilities|pre=unchanged}}
 +
{{PacketList|{{change|0x37|0x38}}|Player Chat Message|pre=unchanged}}
 +
{{PacketList|{{change|0x38|0x39}}|End Combat|pre=unchanged}}
 +
{{PacketList|{{change|0x39|0x3A}}|Enter Combat|pre=unchanged}}
 +
{{PacketList|{{change|0x3A|0x3B}}|Combat Death|pre=unchanged}}
 +
{{PacketList|{{change|0x3B|0x3C}}|Player Info Remove|pre=unchanged}}
 +
{{PacketList|{{change|0x3C|0x3D}}|Player Info Update|pre=unchanged}}
 +
{{PacketList|{{change|0x3D|0x3E}}|Look At|pre=unchanged}}
 +
{{PacketList|{{change|0x3E|0x3F}}|Synchronize Player Position|pre=unchanged}}
 +
{{PacketList|{{change|0x3F|0x40}}|Update Recipe Book|pre=unchanged}}
 +
{{PacketList|{{change|0x40|0x41}}|Remove Entities|pre=unchanged}}
 +
{{PacketList|{{change|0x41|0x42}}|Remove Entity Effect|pre=unchanged}}
 +
{{PacketList|{{change|0x42|0x43}}|Reset Score|pre=unchanged}}
 +
{{PacketList|{{change|0x43|0x44}}|Remove Resource Pack (play)|pre=unchanged}}
 +
{{PacketList|{{change|0x44|0x45}}|Add Resource Pack (play)|pre=unchanged}}
 +
{{PacketList|{{change|0x45|0x46}}|Respawn|pre=unchanged}}
 +
{{PacketList|{{change|0x46|0x47}}|Set Head Rotation|pre=unchanged}}
 +
{{PacketList|{{change|0x47|0x48}}|Update Section Blocks|pre=unchanged}}
 +
{{PacketList|{{change|0x48|0x49}}|Select Advancements Tab|pre=unchanged}}
 +
{{PacketList|{{change|0x49|0x4A}}|Server Data|pre=unchanged}}
 +
{{PacketList|{{change|0x4A|0x4B}}|Set Action Bar Text|pre=unchanged}}
 +
{{PacketList|{{change|0x4B|0x4C}}|Set Border Center|pre=unchanged}}
 +
{{PacketList|{{change|0x4C|0x4D}}|Set Border Lerp Size|pre=unchanged}}
 +
{{PacketList|{{change|0x4D|0x4E}}|Set Border Size|pre=unchanged}}
 +
{{PacketList|{{change|0x4E|0x4F}}|Set Border Warning Delay|pre=unchanged}}
 +
{{PacketList|{{change|0x4F|0x50}}|Set Border Warning Distance|pre=unchanged}}
 +
{{PacketList|{{change|0x50|0x51}}|Set Camera|pre=unchanged}}
 +
{{PacketList|{{change|0x51|0x52}}|Set Held Item|pre=unchanged}}
 +
{{PacketList|{{change|0x52|0x53}}|Set Center Chunk|pre=unchanged}}
 +
{{PacketList|{{change|0x53|0x54}}|Set Render Distance|pre=unchanged}}
 +
{{PacketList|{{change|0x54|0x55}}|Set Default Spawn Position|pre=unchanged}}
 +
{{PacketList|{{change|0x55|0x56}}|Display Objective|pre=unchanged}}
 +
{{PacketList|{{change|0x56|0x57}}|Set Entity Metadata|pre=unchanged}}
 +
{{PacketList|{{change|0x57|0x58}}|Link Entities|pre=unchanged}}
 +
{{PacketList|{{change|0x58|0x59}}|Set Entity Velocity|pre=unchanged}}
 +
{{PacketList|{{change|0x59|0x5A}}|Set Equipment|pre=unchanged}}
 +
{{PacketList|{{change|0x5A|0x5B}}|Set Experience|pre=unchanged}}
 +
{{PacketList|{{change|0x5B|0x5C}}|Set Health|pre=unchanged}}
 +
{{PacketList|{{change|0x5C|0x5D}}|Update Objectives|pre=unchanged}}
 +
{{PacketList|{{change|0x5D|0x5E}}|Set Passengers|pre=unchanged}}
 +
{{PacketList|{{change|0x5E|0x5F}}|Update Teams|pre=unchanged}}
 +
{{PacketList|{{change|0x5F|0x60}}|Update Score|pre=unchanged}}
 +
{{PacketList|{{change|0x60|0x61}}|Set Simulation Distance|pre=unchanged}}
 +
{{PacketList|{{change|0x61|0x62}}|Set Subtitle Text|pre=unchanged}}
 +
{{PacketList|{{change|0x62|0x63}}|Update Time|pre=unchanged}}
 +
{{PacketList|{{change|0x63|0x64}}|Set Title Text|pre=unchanged}}
 +
{{PacketList|{{change|0x64|0x65}}|Set Title Animation Times|pre=unchanged}}
 +
{{PacketList|{{change|0x65|0x66}}|Entity Sound Effect|pre=unchanged}}
 +
{{PacketList|{{change|0x66|0x67}}|Sound Effect|pre=unchanged}}
 +
{{PacketList|{{change|0x67|0x68}}|Start Configuration|pre=unchanged}}
 +
{{PacketList|{{change|0x68|0x69}}|Stop Sound|pre=unchanged}}
 +
{{PacketList|0x6A|Store Cookie (Play)|rel=added}}
 +
{{PacketList|{{change|0x69|0x6B}}|System Chat Message|pre=unchanged}}
 +
{{PacketList|{{change|0x6A|0x6C}}|Set Tab List Header And Footer|pre=unchanged}}
 +
{{PacketList|{{change|0x6B|0x6D}}|Tag Query Response|pre=unchanged}}
 +
{{PacketList|{{change|0x6C|0x6E}}|Pickup Item|pre=unchanged}}
 +
{{PacketList|{{change|0x6D|0x6F}}|Teleport Entity|pre=unchanged}}
 +
{{PacketList|{{change|0x6E|0x70}}|Set Ticking State|pre=unchanged}}
 +
{{PacketList|{{change|0x6F|0x71}}|Step Tick|pre=unchanged}}
 +
{{PacketList|0x72|Transfer (Play)|rel=added}}
 +
{{PacketList|{{change|0x70|0x73}}|Update Advancements|pre=unchanged}}
 +
{{PacketList|{{change|0x71|0x74}}|Update Attributes}}
 +
  {{PacketList|{{change|0x72|0x75}}|Entity Effect}}
 +
{{PacketList|{{change|0x73|0x76}}|Update Recipes|pre=unchanged}}
 +
{{PacketList|{{change|0x74|0x77}}|Update Tags (play)|pre=unchanged}}
 
  |-
 
  |-
  | <code>minecraft:angry_villager</code>
+
  !colspan="4"| Play serverbound
  | 1
+
  {{PacketList|0x10|Cookie Response (play)|rel=added}}
| None
+
  {{PacketList|{{change|0x10|0x11}}|Serverbound Plugin Message (play)|pre=unchanged}}
|-
+
  {{PacketList|{{change|0x11|0x12}}|Edit Book|pre=unchanged}}
  | <code>minecraft:barrier</code>
+
  {{PacketList|{{change|0x12|0x13}}|Query Entity Tag|pre=unchanged}}
| 2
+
  {{PacketList|{{change|0x13|0x14}}|Interact|pre=unchanged}}
| None
+
  {{PacketList|{{change|0x14|0x15}}|Jigsaw Generate|pre=unchanged}}
|-
+
  {{PacketList|{{change|0x15|0x16}}|Serverbound Keep Alive (play)|pre=unchanged}}
| <code>minecraft:block</code>
+
  {{PacketList|{{change|0x16|0x17}}|Lock Difficulty|pre=unchanged}}
  | 3
+
  {{PacketList|{{change|0x17|0x18}}|Set Player Position|pre=unchanged}}
|
+
  {{PacketList|{{change|0x18|0x19}}|Set Player Position and Rotation|pre=unchanged}}
{| class="wikitable"
+
  {{PacketList|{{change|0x19|0x1A}}|Set Player Rotation|pre=unchanged}}
  ! Field Name
+
  {{PacketList|{{change|0x1A|0x1B}}|Set Player On Ground|pre=unchanged}}
  ! Field Type
+
  {{PacketList|{{change|0x1B|0x1C}}|Move Vehicle|pre=unchanged}}
  ! Meaning
+
  {{PacketList|{{change|0x1C|0x1D}}|Paddle Boat|pre=unchanged}}
  |-
+
  {{PacketList|{{change|0x1D|0x1E}}|Pick Item|pre=unchanged}}
  | BlockState
+
  {{PacketList|{{change|0x1E|0x1F}}|Ping Request (play)|pre=unchanged}}
  | VarInt
+
  {{PacketList|{{change|0x1F|0x20}}|Place Recipe|pre=unchanged}}
  | The ID of the block state.
+
  {{PacketList|{{change|0x20|0x21}}|Player Abilities|pre=unchanged}}
  |}
+
  {{PacketList|{{change|0x21|0x22}}|Player Action|pre=unchanged}}
  |-
+
  {{PacketList|{{change|0x22|0x23}}|Player Command|pre=unchanged}}
| <code>minecraft:bubble</code>
+
  {{PacketList|{{change|0x23|0x24}}|Player Input|pre=unchanged}}
| 4
+
  {{PacketList|{{change|0x24|0x25}}|Pong (play)|pre=unchanged}}
| None
+
  {{PacketList|{{change|0x25|0x26}}|Change Recipe Book Settings|pre=unchanged}}
|-
+
  {{PacketList|{{change|0x26|0x27}}|Set Seen Recipe|pre=unchanged}}
  | <code>minecraft:cloud</code>
+
  {{PacketList|{{change|0x27|0x28}}|Rename Item|pre=unchanged}}
| 5
+
  {{PacketList|{{change|0x28|0x29}}|Resource Pack Response (play)|pre=unchanged}}
| None
+
  {{PacketList|{{change|0x29|0x2A}}|Seen Advancements|pre=unchanged}}
|-
+
  {{PacketList|{{change|0x2A|0x2B}}|Select Trade|pre=unchanged}}
| <code>minecraft:crit</code>
+
  {{PacketList|{{change|0x2B|0x2C}}|Set Beacon Effect|pre=unchanged}}
  | 6
+
  {{PacketList|{{change|0x2C|0x2D}}|Set Held Item|pre=unchanged}}
| None
+
  {{PacketList|{{change|0x2D|0x2E}}|Program Command Block|pre=unchanged}}
|-
+
  {{PacketList|{{change|0x2E|0x2F}}|Program Command Block Minecart|pre=unchanged}}
| <code>minecraft:damage_indicator</code>
+
  {{PacketList|{{change|0x2F|0x30}}|Set Creative Mode Slot|pre=unchanged}}
| 7
+
  {{PacketList|{{change|0x30|0x31}}|Program Jigsaw Block|pre=unchanged}}
  | None
+
  {{PacketList|{{change|0x31|0x32}}|Program Structure Block|pre=unchanged}}
|-
+
  {{PacketList|{{change|0x32|0x33}}|Update Sign|pre=unchanged}}
| <code>minecraft:dragon_breath</code>
+
  {{PacketList|{{change|0x33|0x34}}|Swing Arm|pre=unchanged}}
| 8
+
  {{PacketList|{{change|0x34|0x35}}|Teleport To Entity|pre=unchanged}}
| None
+
  {{PacketList|{{change|0x35|0x36}}|Use Item On|pre=unchanged}}
  |-
+
  {{PacketList|{{change|0x36|0x37}}|Use Item|pre=unchanged}}
| <code>minecraft:dripping_lava</code>
 
| 9
 
| None
 
|-
 
  | <code>minecraft:dripping_water</code>
 
| 10
 
| None
 
|-
 
| <code>minecraft:dust</code>
 
| 11
 
  |  
 
{| class="wikitable"
 
  ! Field Name
 
  ! Field Type
 
  ! Meaning
 
  |-
 
  | Red
 
  | Float
 
  | Red value, 0-1
 
  |-
 
  | Green
 
  | Float
 
  | Green value, 0-1
 
  |-
 
  | Blue
 
  | Float
 
  | Blue value, 0-1
 
  |-
 
  | Scale
 
  | Float
 
  | The scale, will be clamped between 0.01 and 4.
 
  |}
 
  |-
 
| <code>minecraft:effect</code>
 
| 12
 
| None
 
|-
 
  | <code>minecraft:elder_guardian</code>
 
| 13
 
| None
 
|-
 
| <code>minecraft:enchanted_hit</code>
 
  | 14
 
| None
 
|-
 
| <code>minecraft:enchant</code>
 
| 15
 
  | None
 
|-
 
| <code>minecraft:end_rod</code>
 
| 16
 
| None
 
  |-
 
| <code>minecraft:entity_effect</code>
 
| 17
 
| None
 
|-
 
  | <code>minecraft:explosion_emitter</code>
 
| 18
 
| None
 
|-
 
| <code>minecraft:explosion</code>
 
  | 19
 
| None
 
|-
 
| <code>minecraft:falling_dust</code>
 
| 20
 
  |
 
{| class="wikitable"
 
  ! Field Name
 
  ! Field Type
 
  ! Meaning
 
  |-
 
  | BlockState
 
  | VarInt
 
  | The ID of the block state.
 
  |}
 
  |-
 
| <code>minecraft:firework</code>
 
| 21
 
| None
 
|-
 
  | <code>minecraft:fishing</code>
 
| 22
 
| None
 
|-
 
| <code>minecraft:flame</code>
 
  | 23
 
| None
 
|-
 
| <code>minecraft:happy_villager</code>
 
| 24
 
  | None
 
|-
 
| <code>minecraft:heart</code>
 
| 25
 
| None
 
  |-
 
| <code>minecraft:instant_effect</code>
 
| 26
 
| None
 
|-
 
  | <code>minecraft:item</code>
 
| 27
 
|
 
{| class="wikitable"
 
  ! Field Name
 
  ! Field Type
 
  ! Meaning
 
  |-
 
  | Item
 
  | [[Slot]]
 
  | The item that will be used.
 
  |}
 
  |-
 
| <code>minecraft:item_slime</code>
 
| 28
 
| None
 
|-
 
  | <code>minecraft:item_snowball</code>
 
| 29
 
| None
 
|-
 
| <code>minecraft:large_smoke</code>
 
  | 30
 
| None
 
|-
 
| <code>minecraft:lava</code>
 
| 31
 
  | None
 
|-
 
| <code>minecraft:mycelium</code>
 
| 32
 
| None
 
  |-
 
| <code>minecraft:note</code>
 
| 33
 
| None
 
|-
 
  | <code>minecraft:poof</code>
 
| 34
 
| None
 
|-
 
| <code>minecraft:portal</code>
 
  | 35
 
| None
 
|-
 
| <code>minecraft:rain</code>
 
| 36
 
  | None
 
|-
 
| <code>minecraft:smoke</code>
 
| 37
 
| None
 
  |-
 
| <code>minecraft:spit</code>
 
| 38
 
| None
 
|-
 
  | <code>minecraft:squid_ink</code>
 
| 39
 
| None
 
|-
 
| <code>minecraft:sweep_attack</code>
 
  | 40
 
| None
 
|-
 
| <code>minecraft:totem_of_undying</code>
 
| 41
 
| None
 
  |-
 
| <code>minecraft:underwater</code>
 
| 42
 
| None
 
|-
 
  | <code>minecraft:splash</code>
 
| 43
 
| None
 
|-
 
| <code>minecraft:witch</code>
 
  | 44
 
| None
 
|-
 
| <code>minecraft:bubble_pop</code>
 
| 45
 
  | None
 
|-
 
| <code>minecraft:current_down</code>
 
| 46
 
| None
 
  |-
 
| <code>minecraft:bubble_column_up</code>
 
| 47
 
| None
 
|-
 
| <code>minecraft:nautilus</code>
 
| 48
 
| None
 
|-
 
| <code>minecraft:dolphin</code>
 
| 49
 
| None
 
 
  |}
 
  |}
  
=== [[Chat]] ===
+
== New/modified data types ==
  
==== Selector component ====
+
No changes so far.
 
 
Displays the results of an entity selector.  '''Should not be sent to clients'''; only intended for commands and client-to-server actions.  If the component contains a <code>selector</code> key, then it is a selector component.
 
 
 
The server resolves the list selector into a list of entities, each with an appropriate hover event, {{change|and joined with commas and "and" (but it lacks a [[wikipedia:serial comma|serial comma]])|joined with commas between each entry, without an "and"}}.
 
 
 
== Entity Metadata Format ==
 
 
 
Note that entity metadata is a totally distinct concept from block metadata.  It is not required to send all metadata fields, or even any metadata fields, so long as the terminating entry is correctly sent.
 
 
 
Entity Metadata is an array of entries, each of which looks like the following:
 
 
 
{| class="wikitable"
 
! Name
 
! Type
 
! Meaning
 
|-
 
| Index
 
| Unsigned Byte
 
| Unique index key determining the meaning of the following value, see the table below. If this is <code>0xff</code> then the it is the end of the Entity Metadata array and no more is read.
 
|-
 
| Type
 
| Optional Byte Enum
 
| Only if Index is not <code>0xff</code>; the type of the index, see the table below
 
|-
 
| Value
 
| Optional ''value of Type''
 
| Only if Index is not <code>0xff</code>: the value of the metadata field
 
|}
 
 
 
{| class="wikitable"
 
! Value of Type field
 
! [[Data types|Type]] of Value field
 
! Notes
 
|-
 
| 0
 
| Byte
 
|
 
|-
 
| 1
 
| VarInt
 
|
 
|-
 
| 2
 
| Float
 
|
 
|-
 
| 3
 
| String
 
|
 
|-
 
| 4
 
| [[Chat]]
 
|
 
|- {{Added}}
 
| 5
 
| OptChat (Boolean + Optional [[Chat]])
 
| [[Chat]] is present if the Boolean is set to true
 
|-
 
| {{change|5|6}}
 
| [[Slot]]
 
|
 
|-
 
| {{change|6|7}}
 
| Boolean
 
|
 
|-
 
| {{change|7|8}}
 
| Rotation
 
| 3 floats: rotation on x, rotation on y, rotation on z
 
|-
 
| {{change|8|9}}
 
| [[Data Types#Position|Position]]
 
|
 
|-
 
| {{change|9|10}}
 
| OptPosition (Boolean + Optional Position)
 
| Position is present if the Boolean is set to true
 
|-
 
| {{change|10|11}}
 
| Direction (VarInt)
 
| (Down = 0, Up = 1, North = 2, South = 3, West = 4, East = 5)
 
|-
 
| {{change|11|12}}
 
| OptUUID (Boolean + Optional UUID)
 
| UUID is present if the Boolean is set to true
 
|-
 
| {{change|12|13}}
 
| OptBlockID (VarInt)
 
| 0 for absent, otherwise index into the global palette.  (Air is treated as absent)
 
|-
 
| {{change|13|14}}
 
| [[NBT|NBT Tag]]
 
|
 
|- {{Added}}
 
| 15
 
| [[#Particle]]
 
|
 
|}
 
 
 
=== Mobs ===
 
 
 
Mobs are spawned via [[Protocol#Spawn_Mob|Spawn Mob]].
 
 
 
{{Warning2|Some entities (marked in yellow) should only be spawned using [[Protocol#Spawn_Object|Spawn Object]] and their [[#Objects|Object ID]].  While they also have an entity ID, this ID is only used internally.  Servers should not attempt to spawn these entities using [[Protocol#Spawn Mob|Spawn Mob]] with that entity ID, although clients should accept such packets if they appear.
 
 
 
Additionally, a few other entities (marked in blue) must be spawned in their own special ways:
 
* {{Minecraft Wiki|Painting}}s should be spawned using [[Protocol#Spawn_Painting|Spawn Painting]]
 
* XP orbs should be spawned using [[Protocol#Spawn_Experience_Orb|Spawn Experience Orb]].}}
 
 
 
{{Change|Entity IDs are now flattened, and are mostly now in alphabetical order.  The following is a table of the new IDs; a diff can be seen [https://pokechu22.github.io/Burger/diff_1.12.2_1.13.html#entities on burger].  Note that some entities also changed the name ID.  Object IDs were not affected by this change.}}
 
 
 
{| class="wikitable"
 
|-
 
! Type
 
! Name
 
! bounding box x and z
 
! bounding box y
 
! ID
 
|- style="background: #ffff88;"
 
| 0
 
| AreaEffectCloud
 
| 2.0 * Radius
 
| 0.5
 
| <code>minecraft:area_effect_cloud</code>
 
|- style="background: #ffff88;"
 
| 1
 
| ArmorStand
 
| normal: 0.5 marker: 0.0 small: 0.25
 
| normal: 1.975 marker: 0.0 small: 0.9875
 
| <code>minecraft:armor_stand</code>
 
|- style="background: #ffff88;"
 
| 2
 
| Arrow
 
| 0.5
 
| 0.5
 
| <code>minecraft:arrow</code>
 
|-
 
| 3
 
| Bat
 
| 0.5
 
| 0.9
 
| <code>minecraft:bat</code>
 
|-
 
| 4
 
| Blaze
 
| 0.6
 
| 1.8
 
| <code>minecraft:blaze</code>
 
|- style="background: #ffff88;"
 
| 5
 
| Boat
 
| 1.375
 
| 0.5625
 
| <code>minecraft:boat</code>
 
|-
 
| 6
 
| CaveSpider
 
| 0.7
 
| 0.5
 
| <code>minecraft:cave_spider</code>
 
|-
 
| 7
 
| Chicken
 
| 0.4
 
| 0.7
 
| <code>minecraft:chicken</code>
 
|-
 
| 8
 
| Cod
 
| 0.9
 
| 1.4
 
| <code>minecraft:cod</code>
 
|-
 
| 9
 
| Cow
 
| 0.9
 
| 1.4
 
| <code>minecraft:cow</code>
 
|-
 
| 10
 
| Creeper
 
| 0.6
 
| 1.7
 
| <code>minecraft:creeper</code>
 
|-
 
| 11
 
| Donkey
 
| 1.3964844
 
| 1.6
 
| <code>minecraft:donkey</code>
 
|-
 
| 12
 
| Dolphin
 
| 0.9
 
| 0.6
 
| <code>minecraft:dolphin</code>
 
|- style="background: #ffff88;"
 
| 13
 
| DragonFireball
 
| 1.0
 
| 1.0
 
| <code>minecraft:dragon_fireball</code>
 
|-
 
| 14
 
| Drowned
 
| ?
 
| ?
 
| <code>minecraft:drowned</code>
 
|-
 
| 15
 
| ElderGuardian
 
| 1.9975 (2.35 * guardian)
 
| 1.9975 (2.35 * guardian)
 
| <code>minecraft:elder_guardian</code>
 
|- style="background: #ffff88;"
 
| 16
 
| EnderCrystal
 
| 2.0
 
| 2.0
 
| <code>minecraft:end_crystal</code>
 
|-
 
| 17
 
| EnderDragon
 
| 16.0
 
| 8.0
 
| <code>minecraft:ender_dragon</code>
 
|-
 
| 18
 
| Enderman
 
| 0.6
 
| 2.9
 
| <code>minecraft:enderman</code>
 
|-
 
| 19
 
| Endermite
 
| 0.4
 
| 0.3
 
| <code>minecraft:endermite</code>
 
|- style="background: #ffff88;"
 
| 20
 
| EvocationFangs
 
| 0.5
 
| 0.8
 
| <code>minecraft:{{change|evocation_fangs|evoker_fangs}}</code>
 
|-
 
| 21
 
| EvocationIllager
 
| 0.6
 
| 1.95
 
| <code>minecraft:{{change|evocation_illager|evoker}}</code>
 
|- style="background: #aaaaff;"
 
| 22
 
| XPOrb
 
| 0.5
 
| 0.5
 
| <code>minecraft:{{change|xp_orb|experience_orb}}</code>
 
|- style="background: #ffff88;"
 
| 23
 
| EyeOfEnderSignal
 
| 0.25
 
| 0.25
 
| <code>minecraft:{{change|eye_of_ender_signal|eye_of_ender}}</code>
 
|- style="background: #ffff88;"
 
| 24
 
| FallingSand
 
| 0.98
 
| 0.98
 
| <code>minecraft:falling_block</code>
 
|- style="background: #ffff88;"
 
| 25
 
| FireworksRocketEntity
 
| 0.25
 
| 0.25
 
| <code>minecraft:fireworks_rocket</code>
 
|-
 
| 26
 
| Ghast
 
| 4
 
| 4
 
| <code>minecraft:ghast</code>
 
|-
 
| 27
 
| Giant
 
| 3.6
 
| 10.8
 
| <code>minecraft:giant</code>
 
|-
 
| 28
 
| Guardian
 
| 0.85
 
| 0.85
 
| <code>minecraft:guardian</code>
 
|-
 
| 29
 
| Horse (EntityHorse until 1.11)
 
| 1.3964844
 
| 1.6
 
| <code>minecraft:horse</code>
 
|-
 
| 30
 
| Husk
 
| 0.6
 
| 1.95
 
| <code>minecraft:husk</code>
 
|-
 
| 31
 
| IllusionIllager
 
| 0.6
 
| 1.95
 
| <code>minecraft:{{change|illusion_illager|illusioner}}</code>
 
|- style="background: #ffff88;"
 
| 32
 
| Item
 
| 0.25
 
| 0.25
 
| <code>minecraft:item</code>
 
|- style="background: #ffff88;"
 
| 33
 
| ItemFrame
 
| 0.75 or 0.0625 (depth)
 
| 0.75
 
| <code>minecraft:item_frame</code>
 
|- style="background: #ffff88;"
 
| 34
 
| Fireball (ghast)
 
| 1.0
 
| 1.0
 
| <code>minecraft:fireball</code>
 
|- style="background: #ffff88;"
 
| 35
 
| LeashKnot
 
| 0.375
 
| 0.5
 
| <code>minecraft:leash_knot</code>
 
|-
 
| 36
 
| Llama
 
| 0.9
 
| 1.87
 
| <code>minecraft:llama</code>
 
|- style="background: #ffff88;"
 
| 37
 
| LlamaSpit
 
| 0.25
 
| 0.25
 
| <code>minecraft:llama_spit</code>
 
|-
 
| 38
 
| LavaSlime (Magma Cube)
 
| 0.51000005 * size
 
| 0.51000005 * size
 
| <code>minecraft:magma_cube</code>
 
|- style="background: #ffff88;"
 
| 39
 
| MinecartRideable
 
| 0.98
 
| 0.7
 
| <code>minecraft:minecart</code>
 
|- style="background: #ffff88;"
 
| 40
 
| MinecartChest
 
| 0.98
 
| 0.7
 
| <code>minecraft:chest_minecart</code>
 
|- style="background: #ffff88;"
 
| 41
 
| MinecartCommandBlock
 
| 0.98
 
| 0.7
 
| <code>minecraft:commandblock_minecart</code>
 
|- style="background: #ffff88;"
 
| 42
 
| MinecartFurnace
 
| 0.98
 
| 0.7
 
| <code>minecraft:furnace_minecart</code>
 
|- style="background: #ffff88;"
 
| 43
 
| MinecartHopper
 
| 0.98
 
| 0.7
 
| <code>minecraft:hopper_minecart</code>
 
|- style="background: #ffff88;"
 
| 44
 
| MinecartSpawner
 
| 0.98
 
| 0.7
 
| <code>minecraft:spawner_minecart</code>
 
|- style="background: #ffff88;"
 
| 45
 
| MinecartTNT
 
| 0.98
 
| 0.7
 
| <code>minecraft:tnt_minecart</code>
 
|-
 
| 46
 
| Mule
 
| 1.3964844
 
| 1.6
 
| <code>minecraft:mule</code>
 
|-
 
| 47
 
| MushroomCow (Mooshroom)
 
| 0.9
 
| 1.4
 
| <code>minecraft:mooshroom</code>
 
|-
 
| 48
 
| Ozelot (Ocelot)
 
| 0.6
 
| 0.7
 
| <code>minecraft:ocelot</code>
 
|- style="background: #aaaaff;"
 
| 49
 
| Painting
 
| type width or 0.0625 (depth)
 
| type height
 
| <code>minecraft:painting</code>
 
|-
 
| 50
 
| Parrot
 
| 0.5
 
| 0.9
 
| <code>minecraft:parrot</code>
 
|-
 
| 51
 
| Pig
 
| 0.9
 
| 0.9
 
| <code>minecraft:pig</code>
 
|-
 
| 52
 
| Pufferfish
 
| ?
 
| ?
 
| <code>minecraft:pufferfish</code>
 
|-
 
| 53
 
| PigZombie
 
| 0.6
 
| 1.95
 
| <code>minecraft:zombie_pigman</code>
 
|-
 
| 54
 
| PolarBear
 
| 1.3
 
| 1.4
 
| <code>minecraft:polar_bear</code>
 
|- style="background: #ffff88;"
 
| 55
 
| PrimedTnt
 
| 0.98
 
| 0.98
 
| <code>minecraft:tnt</code>
 
|-
 
| 56
 
| Rabbit
 
| 0.4
 
| 0.5
 
| <code>minecraft:rabbit</code>
 
|-
 
| 57
 
| Salmon
 
| ?
 
| ?
 
| <code>minecraft:salmon</code>
 
|-
 
| 58
 
| Sheep
 
| 0.9
 
| 1.3
 
| <code>minecraft:sheep</code>
 
|-
 
| 59
 
| Shulker
 
| 1.0
 
| 1.0-2.0 (depending on peek)
 
| <code>minecraft:shulker</code>
 
|- style="background: #ffff88;"
 
| 60
 
| ShulkerBullet
 
| 0.3125
 
| 0.3125
 
| <code>minecraft:shulker_bullet</code>
 
|-
 
| 61
 
| Silverfish
 
| 0.4
 
| 0.3
 
| <code>minecraft:silverfish</code>
 
|-
 
| 62
 
| Skeleton
 
| 0.6
 
| 1.99
 
| <code>minecraft:skeleton</code>
 
|-
 
| 63
 
| SkeletonHorse
 
| 1.3964844
 
| 1.6
 
| <code>minecraft:skeleton_horse</code>
 
|-
 
| 64
 
| Slime
 
| 0.51000005 * size
 
| 0.51000005 * size
 
| <code>minecraft:slime</code>
 
|- style="background: #ffff88;"
 
| 65
 
| SmallFireball (blaze)
 
| 0.3125
 
| 0.3125
 
| <code>minecraft:small_fireball</code>
 
|-
 
| 66
 
| SnowMan
 
| 0.7
 
| 1.9
 
| <code>minecraft:{{change|snowman|snow_golem}}</code>
 
|- style="background: #ffff88;"
 
| 67
 
| Snowball
 
| 0.25
 
| 0.25
 
| <code>minecraft:snowball</code>
 
|- style="background: #ffff88;"
 
| 68
 
| SpectralArrow
 
| 0.5
 
| 0.5
 
| <code>minecraft:spectral_arrow</code>
 
|-
 
| 69
 
| Spider
 
| 1.4
 
| 0.9
 
| <code>minecraft:spider</code>
 
|-
 
| 70
 
| Squid
 
| 0.8
 
| 0.8
 
| <code>minecraft:squid</code>
 
|-
 
| 71
 
| Stray
 
| 0.6
 
| 1.99
 
| <code>minecraft:stray</code>
 
|-
 
| 72
 
| Tropical Fish
 
| 0.5
 
| 0.4
 
| <code>minecraft:tropical_fish</code>
 
|-
 
| 73
 
| Turtle
 
| 1.2
 
| 0.4
 
| <code>minecraft:turtle</code>
 
|- style="background: #ffff88;"
 
| 74
 
| ThrownEgg
 
| 0.25
 
| 0.25
 
| <code>minecraft:egg</code>
 
|- style="background: #ffff88;"
 
| 75
 
| ThrownEnderpearl
 
| 0.25
 
| 0.25
 
| <code>minecraft:ender_pearl</code>
 
|- style="background: #ffff88;"
 
| 76
 
| ThrownExpBottle
 
| 0.25
 
| 0.25
 
| <code>minecraft:{{change|xp_bottle|experience_bottle}}</code>
 
|- style="background: #ffff88;"
 
| 77
 
| ThrownPotion
 
| 0.25
 
| 0.25
 
| <code>minecraft:potion</code>
 
|-
 
| 78
 
| Vex
 
| 0.4
 
| 0.8
 
| <code>minecraft:vex</code>
 
|-
 
| 79
 
| Villager
 
| 0.6
 
| 1.95
 
| <code>minecraft:villager</code>
 
|-
 
| 80
 
| VillagerGolem (Iron Golem)
 
| 1.4
 
| 2.7
 
| <code>minecraft:{{change|villager_golem|iron_golem}}</code>
 
|-
 
| 81
 
| VindicationIllager
 
| 0.6
 
| 1.95
 
| <code>minecraft:{{change|vindication_illager|vindicator}}</code>
 
|-
 
| 82
 
| Witch
 
| 0.6
 
| 1.95
 
| <code>minecraft:witch</code>
 
|-
 
| 83
 
| WitherBoss
 
| 0.9
 
| 3.5
 
| <code>minecraft:wither</code>
 
|-
 
| 84
 
| WitherSkeleton
 
| 0.7
 
| 2.4
 
| <code>minecraft:wither_skeleton</code>
 
|- style="background: #ffff88;"
 
| 85
 
| WitherSkull
 
| 0.3125
 
| 0.3125
 
| <code>minecraft:wither_skull</code>
 
|-
 
| 86
 
| Wolf
 
| 0.6
 
| 0.85
 
| <code>minecraft:wolf</code>
 
|-
 
| 87
 
| Zombie
 
| 0.6
 
| 1.95
 
| <code>minecraft:zombie</code>
 
|-
 
| 88
 
| ZombieHorse
 
| 1.3964844
 
| 1.6
 
| <code>minecraft:zombie_horse</code>
 
|-
 
| 89
 
| ZombieVillager
 
| 0.6
 
| 1.95
 
| <code>minecraft:zombie_villager</code>
 
|-
 
| 90
 
| Phantom
 
| 0.9
 
| 0.5
 
| <code>minecraft:phantom</code>
 
|- style="background: #aaaaff;"
 
| 91
 
| Lightning Bolt
 
| -
 
| -
 
| <code>minecraft:{{change|lightningbolt|lightning_bolt}}</code>
 
|- style="background: #aaaaff;"
 
| 92
 
| Player
 
| ?
 
| ?
 
| <code>minecraft:player</code>
 
|- style="background: #ffff88;"
 
| 93
 
| Fishing bobber
 
| ?
 
| ?
 
| <code>minecraft:fishing_bobber</code>
 
|- style="background: #ffff88;"
 
| 94
 
| Trident
 
| ?
 
| ?
 
| <code>minecraft:trident</code>
 
|}
 
 
 
=== Objects ===
 
 
 
Objects are spawned via [[Protocol#Spawn_Object|Spawn Object]]. See [[Object Data]] for more details.
 
 
 
{{Note|Object IDs and Entity IDs are different.  Most objects also have an entity ID, but should only ever be spawned via [[Protocol#Spawn_Object|Spawn Object]].}}
 
 
 
{| class="wikitable"
 
|-
 
! 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
 
|- {{added}}
 
| 94
 
| Trident
 
| ?
 
| ?
 
|}
 
 
 
Since release {{Minecraft Wiki|1.6}}, all minecarts are spawned with object type 10 and their functionality is then specified in the [[Object Data#Minecarts (id 10)|Data field]] within the packet. Also, their visual appearance may be sent via the [[Protocol#Entity Metadata|Entity Metadata]] packet.
 
 
 
=== Entity ===
 
 
 
The base class.
 
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
|rowspan="9"| 0
 
|rowspan="9"| Byte
 
! Bit mask
 
! Meaning
 
|rowspan="9"| 0
 
|-
 
| 0x01
 
| On Fire
 
|-
 
| 0x02
 
| Crouched
 
|-
 
| 0x04
 
| Unused (previously riding)
 
|-
 
| 0x08
 
| Sprinting
 
|-
 
| 0x10
 
| {{change|Unused (previously eating/drinking/blocking; use hand state now)|Swimming}}
 
|-
 
| 0x20
 
| Invisible
 
|-
 
| 0x40
 
| Glowing effect
 
|-
 
| 0x80
 
| Flying with {{Minecraft Wiki|elytra}}
 
|-
 
| 1
 
| VarInt
 
|colspan="2"| Air
 
| 300
 
|-
 
| 2
 
| {{change|String|OptChat}}
 
|colspan="2"| Custom name
 
| empty
 
|-
 
| 3
 
| Boolean
 
|colspan="2"| Is custom name visible
 
| false
 
|-
 
| 4
 
| Boolean
 
|colspan="2"| Is silent
 
| false
 
|-
 
| 5
 
| Boolean
 
|colspan="2"| No gravity
 
| false
 
|}
 
 
 
=== AreaEffectCloud ===
 
 
 
Extends [[#Entity|Entity]].
 
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| 6
 
| Float
 
|colspan="2"| Radius
 
| 0.5
 
|-
 
| 7
 
| VarInt
 
|colspan="2"| Color (only for mob spell particle)
 
| 0
 
|-
 
| 8
 
| Boolean
 
|colspan="2"| Ignore radius and show effect as single point, not area
 
| false
 
|- {{Added}}
 
| 9
 
| Particle
 
| colspan="2"| The [[#Particle]]
 
| <code>effect</code>
 
|- {{Removed}}
 
| 9
 
| VarInt
 
|colspan="2"| Particle ID
 
| 15 (mobSpell)
 
|- {{Removed}}
 
| 10
 
| VarInt
 
|colspan="2"| Particle parameter 1
 
| 0
 
|- {{Removed}}
 
| 11
 
| VarInt
 
|colspan="2"| Particle parameter 2
 
| 0
 
|}
 
 
 
=== Arrow ===
 
 
 
Extends [[#Entity|Entity]].
 
 
 
Abstract base class for [[#TippedArrow|TippedArrow]] (which is used for regular arrows as well as tipped ones) and Spectral Arrow.
 
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| rowspan="2" | 6
 
| rowspan="2" | Byte
 
! Bit mask
 
! Meaning
 
| rowspan="2" | 0
 
|-
 
| 0x01
 
| Is critical
 
|- {{added}}
 
| 7
 
| OptUUID
 
|colspan="2"| Shooter UUID
 
| Empty
 
|}
 
 
 
=== TippedArrow ===
 
 
 
Extends [[#Arrow|Arrow]].
 
 
 
Used for both tipped and regular arrows.  If not tipped, then color is set to -1 and no tipped arrow particles are used.
 
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| {{Change|7|8}}
 
| VarInt
 
|colspan="2"| Color (-1 for no particles)
 
| -1
 
|}
 
 
 
=== Trident ===
 
 
 
Extends [[#Arrow|Arrow]].
 
 
 
{| class="wikitable" {{Added}}
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| 8
 
| VarInt
 
|colspan="2"| Loyalty level (enchantment)
 
| 0
 
|}
 
 
 
=== Boat ===
 
 
 
Extends [[#Entity|Entity]].
 
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| 6
 
| VarInt
 
|colspan="2"| Time since last hit
 
| 0
 
|-
 
| 7
 
| VarInt
 
|colspan="2"| Forward direction
 
| 1
 
|-
 
| 8
 
| Float
 
|colspan="2"| Damage taken
 
| 0.0
 
|-
 
| 9
 
| VarInt
 
|colspan="2"| Type (0=oak, 1=spruce, 2=birch, 3=jungle, 4=acacia, 5=dark oak)
 
| 0
 
|-
 
| 10
 
| Boolean
 
|colspan="2"| Right paddle turning
 
| false
 
|-
 
| 11
 
| Boolean
 
|colspan="2"| Left paddle turning
 
| false
 
|- {{Added}}
 
| 12
 
| VarInt
 
|colspan="2"| Splash timer (?)
 
| 0
 
|}
 
 
 
=== Phantom ===
 
 
 
Extends [[#Flying|Flying]].
 
 
 
{| class="wikitable" {{Added}}
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| 12
 
| VarInt
 
|colspan="2"| Size
 
| 0
 
|}
 
 
 
Hitbox size is determined by horizontal=0.9 + 0.2*size and vertical=0.5 + 0.1 * i
 
 
 
=== Dolphin ===
 
 
 
Extends [[#Creature|Creature]].
 
 
 
{| class="wikitable" {{Added}}
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| 12
 
| Position
 
|colspan="2"| Treasure position
 
| (0, 0, 0)
 
|-
 
| 13
 
| Boolean
 
|colspan="2"| Can find treasure
 
| false
 
|-
 
| 14
 
| Boolean
 
|colspan="2"| Has fish
 
| false
 
|}
 
 
 
=== WaterMob ===
 
 
 
Extends {{Change|[[#Insentient|Insentient]]|[[#Creature|Creature]]}}.
 
 
 
No additional metadata.
 
 
 
=== Abstract fish ===
 
 
 
Extends [[#WaterMob|WaterMob]].
 
 
 
{| class="wikitable" {{Added}}
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| 12
 
| Boolean
 
|colspan="2"| From bucket
 
| False
 
|}
 
 
 
=== Cod ===
 
 
 
Extends [[#AbstractFish|AbstractFish]].
 
 
 
No additional metadata.
 
 
 
=== Puffer fish ===
 
 
 
Extends [[#AbstractFish|AbstractFish]].
 
 
 
{| class="wikitable" {{Added}}
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| 13
 
| VarInt
 
|colspan="2"| PuffState (varies from 0 to 2)
 
| 0
 
|}
 
 
 
=== Salmon ===
 
 
 
Extends [[#AbstractFish|AbstractFish]].
 
 
 
No additional metadata.
 
 
 
=== Tropical fish ===
 
 
 
Extends [[#AbstractFish|AbstractFish]].
 
 
 
{| class="wikitable" {{Added}}
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| 13
 
| VarInt
 
|colspan="2"| Variant
 
| 0
 
|}
 
 
 
=== Turtle ===
 
 
 
Extends [[#Animal|Animal]].
 
 
 
{| class="wikitable" {{Added}}
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| 13
 
| BlockPos
 
|colspan="2"| Home pos
 
| (0, 0, 0)
 
|-
 
| 14
 
| Boolean
 
|colspan="2"| Has egg
 
| false
 
|-
 
| 15
 
| Boolean
 
|colspan="2"| Laying egg (?)
 
| false
 
|-
 
| 16
 
| BlockPos
 
|colspan="2"| Travel pos
 
| (0, 0, 0)
 
|-
 
| 17
 
| Boolean
 
|colspan="2"| Going home
 
| false
 
|-
 
| 18
 
| Boolean
 
|colspan="2"| Traveling
 
| false
 
|}
 
 
 
=== Zombie ===
 
 
 
Extends [[#Monster|Monster]].
 
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| 12
 
| Boolean
 
|colspan="2"| Is baby
 
| false
 
|-
 
| 13
 
| VarInt
 
|colspan="2"| Unused (previously type)
 
| 0
 
|-
 
| 14
 
| Boolean
 
|colspan="2"| Are hands held up
 
| false
 
|- {{Added}}
 
| 15
 
| Boolean
 
|colspan="2"| Is becoming a drowned
 
| false
 
|}
 
 
 
=== Drowned ===
 
 
 
Extends [[#Zombie|Zombie]].
 
  
No additional metadata.
+
== Entity Metadata ==
  
== Block Actions ==
+
{{#vardefine: meta_prerelease | 1}}
  
=== Note Block ===
+
{{Metadata type definition/begin}}
 
+
  ! Value
Displays a colored note particle and plays the appropriate note sound effect.
 
 
 
{{Change||In 1.13, the parameters are no longer used to determine what effect to use; instead, the information is obtained from the block state.}}
 
 
 
==== Action IDs ====
 
 
 
{{Change|The action ID is used to determine the instrument to play.|Ignored, always 0.}}
 
 
 
{| class="wikitable" {{removed}}
 
|-
 
! Type ID
 
! Instrument
 
! Material/block
 
! Sound
 
|-
 
| 0
 
| Harp
 
| Any other material
 
| <code>block.note.harp</code>
 
|-
 
| 1
 
| Bass Drum
 
| Stone
 
| <code>block.note.harp</code>
 
|-
 
| 2
 
| Snare Drum
 
| Sand
 
| <code>block.note.snare</code>
 
|-
 
| 3
 
| Clicks/Sticks
 
| Glass
 
| <code>block.note.hat</code>
 
|-
 
| 4
 
| Bass guitar
 
| Wood
 
| <code>block.note.bass</code>
 
|-
 
| 5
 
| Flute
 
| Clay
 
| <code>block.note.flute</code>
 
|-
 
| 6
 
| Bell
 
| Gold block
 
| <code>block.note.bell</code>
 
|-
 
| 7
 
| Guitar
 
| Wool
 
| <code>block.note.guitar</code>
 
|-
 
| 8
 
| Chime
 
| Packed ice
 
| <code>block.note.chime</code>
 
|-
 
| 9
 
| Xylophone
 
| Bone block
 
| <code>block.note.xylophone</code>
 
|}
 
 
 
Any unknown ID is treated as if it were <code>0</code>.
 
 
 
The sound event <code>block.note.pling</code> is unassigned and unused.
 
 
 
==== Action param ====
 
 
 
{{Change|The pitch of the note (between 0–24 inclusive where 0 is the lowest and 24 is the highest).|Ignored, always 0.}}  More information about how the pitch values correspond to notes in real life and how they correspond to pitch scaling on the sound effects can be found in the {{Minecraft Wiki|Note Block}} article on the Minecraft wiki.
 
 
 
== Plugin Channels ==
 
 
 
All clientbound channels have been renamed to be namespaced identifiers.
 
 
 
=== <code>minecraft:register</code> ===
 
 
 
Formerly <code>REGISTER</code>.
 
 
 
=== <code>minecraft:unregister</code> ===
 
 
 
Formerly <code>UNREGISTER</code>.
 
 
 
=== <code>minecraft:brand</code> ===
 
 
 
Formerly <code>MC|Brand</code>.
 
 
 
=== <code>minecraft:book_open</code> ===
 
 
 
Formerly <code>MC|BOpen</code>.
 
 
 
=== <code>minecraft:trader_list</code> ===
 
 
 
Formerly <code>MC|TrList</code>.
 
 
 
=== <code>MC|StopSound</code> ===
 
 
 
{{Change|''Server to client''}}
 
 
 
{{Change|Used to implement {{Minecraft Wiki|Commands#StopSound|the <code>/stopsound</code> command}}.  Stops a sound that is currently playing on the client.}}
 
 
 
{| class="wikitable" {{Removed}}
 
! Field name
 
! Field type
 
! Notes
 
|-
 
| Sound category
 
| String
 
| Should be one of the sound categories used in [[Protocol#Named Sound Effect|Named Sound Effect]], but if it's invalid or empty then it is (intentionally) treated as ''all'' sound categories.
 
|-
 
| Sound name
 
| String
 
| A [http://pokechu22.github.io/Burger/1.13.html#sounds sound effect name].  If left empty, ''all'' sounds are stopped.
 
|}
 
 
 
{{Change|Emptiness of sound category or sound name can be combined, IE a empty sound name but a set sound category will stop all sounds in the given category.}}
 
 
 
{{Change||This plugin channel has been replaced by the [[#Stop sound|stop sound]] packet.}}
 
 
 
=== <code>minecraft:debug/paths</code> ===
 
 
 
Formerly <code>MC|DebugPath</code>.
 
 
 
=== <code>minecraft:debug/neighbors_update</code> ===
 
 
 
Formerly <code>MC|DebugNeighborsUpdate</code>.
 
 
 
=== <code>minecraft:debug/caves</code> ===
 
 
 
Never sent, but (presumably) used to debug caves.  Does not render without modifying the client.
 
 
 
{| class="wikitable" {{Added}}
 
  !colspan="2"| Field name
 
!colspan="2"| Field type
 
 
  ! Notes
 
  ! Notes
|-
+
{{Metadata type definition|Byte}}
|colspan="2"| Unknown 1
+
  | {{Type|Byte}}
|colspan="2"| Position
 
|
 
|-
 
  |colspan="2"| Count
 
|colspan="2"| Int
 
| Number of elements in the following array
 
|-
 
|rowspan="2"| Data
 
| Unknown 2
 
|rowspan="2"| Array
 
| Position
 
 
  |
 
  |
|-
+
{{Metadata type definition|VarInt}}
  | Unknown 3
+
  | {{Type|VarInt}}
| Float
 
 
  |
 
  |
|}
+
{{Metadata type definition|VarLong}}
 
+
  | {{Type|VarLong}}
=== <code>minecraft:debug/structures</code> ===
 
 
 
Never sent, but (presumably) used to debug structures. Does not render without modifying the client.
 
 
 
{| class="wikitable" {{Added}}
 
!colspan="2"| Field name
 
!colspan="2"| Field type
 
! Notes
 
|-
 
|colspan="2"| Unknown 1
 
|colspan="2"| Int
 
 
  |
 
  |
|-
+
{{Metadata type definition|Float}}
|colspan="2"| Bounding box minX
+
  | {{Type|Float}}
|colspan="2"| Int
 
|rowspan="6"| min must be less than max
 
|-
 
  |colspan="2"| Bounding box minY
 
|colspan="2"| Int
 
|-
 
|colspan="2"| Bounding box minZ
 
|colspan="2"| Int
 
|-
 
|colspan="2"| Bounding box maxX
 
|colspan="2"| Int
 
|-
 
|colspan="2"| Bounding box maxY
 
|colspan="2"| Int
 
|-
 
|colspan="2"| Bounding box maxZ
 
|colspan="2"| Int
 
|-
 
|colspan="2"| Count
 
|colspan="2"| Int
 
| Number of elements in the following array
 
|-
 
|rowspan="7"| Unknown
 
| Bounding box minX
 
|rowspan="7"| Array
 
| Int
 
|rowspan="6"| min must be less than max
 
|-
 
| Bounding box minY
 
| Int
 
|-
 
| Bounding box minZ
 
| Int
 
|-
 
| Bounding box maxX
 
| Int
 
|-
 
| Bounding box maxY
 
| Int
 
|-
 
| Bounding box maxZ
 
| Int
 
|-
 
| Unknown
 
| Boolean
 
 
  |
 
  |
|}
+
{{Metadata type definition|String}}
 
+
| {{Type|String}}
=== <code>minecraft:debug/worldgen_attempt</code> ===
 
 
 
Never sent, but (presumably) used to debug something with world generation.  Does not render without modifying the client.
 
 
 
{{warning|This channel is invalid, as its name is longer than the max length (23 > 20).}}
 
 
 
{| class="wikitable" {{Added}}
 
! Field name
 
! Field type
 
! Notes
 
|-
 
| Unknown 1
 
| Position
 
 
  |
 
  |
|-
+
{{Metadata type definition|Text Component}}
  | Unknown 2
+
  | {{Type|Text Component}}
| Float
 
 
  |
 
  |
  |-
+
{{Metadata type definition|Optional Text Component}}
  | Unknown 3
+
  | ({{Type|Boolean}}, {{Type|Optional}} {{Type|Text Component}})
  | Float
+
  | Text Component is present if the Boolean is set to true.
 +
{{Metadata type definition|Slot}}
 +
  | {{Type|Slot}}
 
  |
 
  |
|-
+
{{Metadata type definition|Boolean}}
  | Unknown 4
+
  | {{Type|Boolean}}
| Float
 
 
  |
 
  |
  |-
+
{{Metadata type definition|Rotations}}
  | Unknown 5
+
  | ({{Type|Float}}, {{Type|Float}}, {{Type|Float}})
  | Float
+
  | rotation on x, rotation on y, rotation on z
 +
{{Metadata type definition|Position}}
 +
  | {{Type|Position}}
 
  |
 
  |
  |-
+
{{Metadata type definition|Optional Position}}
  | Unknown 6
+
| ({{Type|Boolean}}, {{Type|Optional}} {{Type|Position}})
  | Float
+
| Position is present if the Boolean is set to true.
 +
{{Metadata type definition|Direction}}
 +
| {{Type|VarInt}} {{Type|Enum}}
 +
  | Down = 0, Up = 1, North = 2, South = 3, West = 4, East = 5
 +
{{Metadata type definition|Optional UUID}}
 +
  | ({{Type|Boolean}}, {{Type|Optional}} {{Type|UUID}})
 +
  | UUID is present if the Boolean is set to true.
 +
{{Metadata type definition|Block State}}
 +
| {{Type|VarInt}}
 +
| An ID in the block state registry.
 +
{{Metadata type definition|Optional Block State}}
 +
| {{Type|VarInt}}
 +
| 0 for absent (air is unrepresentable); otherwise, an ID in the block state registry.
 +
{{Metadata type definition|NBT}}
 +
| {{Type|NBT}}
 
  |
 
  |
 +
{{Metadata type definition|Particle}}
 +
| ({{Type|VarInt}}, Varies)
 +
| particle type (an ID in the <code>minecraft:particle_type</code> registry), particle data (See [[Particles]].)
 +
{{Metadata type definition|Villager Data}}
 +
| ({{Type|VarInt}}, {{Type|VarInt}}, {{Type|VarInt}})
 +
| villager type, villager profession, level (See below.)
 +
{{Metadata type definition|Optional VarInt}}
 +
| {{Type|VarInt}}
 +
| 0 for absent; 1 + actual value otherwise. Used for entity IDs.
 +
{{Metadata type definition|Pose}}
 +
| {{Type|VarInt}} {{Type|Enum}}
 +
| STANDING = 0, FALL_FLYING = 1, SLEEPING = 2, SWIMMING = 3, SPIN_ATTACK = 4, SNEAKING = 5, LONG_JUMPING = 6, DYING = 7, CROAKING = 8, USING_TONGUE = 9, SITTING = 10, ROARING = 11, SNIFFING = 12, EMERGING = 13, DIGGING = 14{{change||2=, SLIDING = 15, SHOOTING = 16, INHALING = 17}}
 +
{{Metadata type definition|Cat Variant}}
 +
| {{Type|VarInt}}
 +
| An ID in the <code>minecraft:cat_variant</code> registry.
 +
{{Metadata type definition|Frog Variant}}
 +
| {{Type|VarInt}}
 +
| An ID in the <code>minecraft:frog_variant</code> registry.
 +
{{Metadata type definition|Optional Global Position}}
 +
| ({{Type|Boolean}}, {{Type|Optional}} {{Type|Identifier}}, {{Type|Optional}} {{Type|Position}})
 +
| dimension identifier, position; only if the Boolean is set to true.
 +
{{Metadata type definition|Painting Variant}}
 +
| {{Type|VarInt}}
 +
| An ID in the <code>minecraft:painting_variant</code> registry.
 +
{{Metadata type definition|Sniffer State}}
 +
| {{Type|VarInt}} {{Type|Enum}}
 +
| IDLING = 0, FEELING_HAPPY = 1, SCENTING = 2, SNIFFING = 3, SEARCHING = 4, DIGGING = 5, RISING = 6
 +
{{Metadata type definition|Armadillo State|rel=added}}
 +
| {{Type|VarInt}} {{Type|Enum}}
 +
| IDLE = 0, ROLLING = 1, SCARED = 2
 +
{{Metadata type definition|Vector3}}
 +
| ({{Type|Float}}, {{Type|Float}}, {{Type|Float}})
 +
| x, y, z
 +
{{Metadata type definition|Quaternion}}
 +
| ({{Type|Float}}, {{Type|Float}}, {{Type|Float}}, {{Type|Float}})
 +
| x, y, z, w
 
  |}
 
  |}
  
=== <code>MC|BEdit</code> ===
+
=== Armadillo ===
  
{{Change|''Client to server''|Removed and replaced with [[#Edit Book|Edit Book]].}}
+
{{Metadata inherit|Armadillo|inherits=Animal|start_at=17}}
 +
{| class="wikitable" {{added}}
 +
! Index
 +
! Type
 +
!style="width: 250px;" colspan="2"| Meaning
 +
! Default
 +
|-
 +
| {{Metadata id|added}}
 +
| {{Metadata type|Armadillo State}}
 +
|colspan="2"| Armadillo State
 +
| IDLE
 +
|}
  
=== <code>MC|BSign</code> ===
+
== Block Actions ==
  
{{Change|''Client to server''|Removed and replaced with [[#Edit Book|Edit Book]].}}
+
No changes so far.
  
=== <code>MC|TrSel</code> ===
+
== Inventories ==
  
{{Change|''Client to server''|Removed and replaced with [[#Select Trade|Select Trade]].}}
+
No changes so far.
  
=== <code>MC|AdvCmd</code> ===
+
== Plugin Channels ==
  
{{Change|''Client to server''|Removed and replaced with [[#Update Command Block Minecart|Update Command Block Minecart]] (legacy usage may also require [[#Update Command Block|Update Command Block]]).}}
+
No changes so far.
  
=== <code>MC|AutoCmd</code> ===
+
== Handshake ==
  
{{Change|''Client to server''|Removed and replaced with [[#Update Command Block|Update Command Block]].}}
+
=== Serverbound ===
  
=== <code>MC|Beacon</code> ===
+
==== Handshake ====
  
{{Change|''Client to server''|Removed and replaced with [[#Set Beacon Effect|Set Beacon Effect]].}}
+
This causes the server to switch into the target state.
 
 
=== <code>MC|ItemName</code> ===
 
 
 
{{Change|''Client to server''|Removed and replaced with [[#Name Item|Name Item]].}}
 
 
 
=== <code>MC|Struct</code> ===
 
 
 
{{Change|''Client to server''|Removed and replaced with [[#Update Structure Block|Update Structure Block]].}}
 
 
 
=== <code>MC|PickItem</code> ===
 
 
 
{{Change|''Client to server''|Removed and replaced with [[#Pick Item|Pick Item]].}}
 
 
 
=== Community plugin channels ===
 
 
 
==== <code>BungeeCord</code> ====
 
 
 
Renamed to <code>bungeecord:main</code>.
 
 
 
==== <code>WDL|INIT</code>, <code>WDL|CONTROL</code>, <code>WDL|REQUEST</code> ====
 
 
 
Renamed to <code>wdl:init</code>, <code>wdl:control</code>, and <code>wdl:request</code> respectively.
 
 
 
== Play ==
 
 
 
=== Clientbound ===
 
 
 
==== Spawn Painting ====
 
 
 
This packet shows location, name, and type of painting.
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,028: Line 337:
 
  ! Notes
 
  ! Notes
 
  |-
 
  |-
  |rowspan="5"| 0x04
+
  | rowspan="4"| 0x00
  |rowspan="5"| Play
+
  | rowspan="4"| Handshaking
  |rowspan="5"| Client
+
  | rowspan="4"| Server
  | Entity ID
+
  | Protocol Version
  | VarInt
+
  | [[#Definitions:varint|VarInt]]
  |  
+
  | See [[protocol version numbers]] (currently 765 in Minecraft 1.20.4).
 
  |-
 
  |-
  | Entity UUID
+
  | Server Address
  | UUID
+
  | [[#Definitions:string|String]] (255)
  |  
+
  | Hostname or IP, e.g. localhost or 127.0.0.1, that was used to connect. The Notchian server does not use this information. Note that SRV records are a simple redirect, e.g. if _minecraft._tcp.example.com points to mc.example.org, users connecting to example.com will provide example.org as server address in addition to connecting to it.
 
  |-
 
  |-
  | Motive
+
  | Server Port
  | {{Change|String (13)|VarInt}}
+
  | [[#Definitions:unsigned-short|Unsigned Short]]
  | {{Change|Name of the painting. Max length 13|Panting's ID, see below}}
+
  | Default is 25565. The Notchian server does not use this information.
 
  |-
 
  |-
  | Location
+
  | Next State
  | Position
+
  | [[#Definitions:varint|VarInt]] [[#Definitions:enum|Enum]]
  | Center coordinates (see below)
+
  | 1 for [[#Status|Status]], 2 for [[#Login|Login]]{{change||, 3 for [[#Login|Transfer]]}}.
|-
 
| Direction
 
| Byte Enum
 
| Direction the painting faces (North = 2, South = 0, West = 1, East = 3)
 
 
  |}
 
  |}
  
Calculating the center of an image: given a (width × height) grid of cells, with <code>(0, 0)</code> being the top left corner, the center is <code>(max(0, width / 2 - 1), height / 2)</code>. E.g. <code>(1, 0)</code> for a 2×1 painting, or <code>(1, 2)</code> for a 4×4 painting.
+
== Status ==
  
List of paintings by coordinates in <code>paintings_kristoffer_zetterstrand.png</code> (where x and y are in pixels from the top left and width and height are in pixels or 16ths of a block):
+
=== Clientbound ===
  
{| class="wikitable"
+
No changes so far.
! Name
 
!{{Added}}| ID
 
! x
 
! y
 
! width
 
! height
 
|-
 
| {{Change|<code>Kebab</code>|<code>minecraft:kebab</code>}}
 
| 0
 
| 0
 
| 0
 
| 16
 
| 16
 
|-
 
| {{Change|<code>Aztec</code>|<code>minecraft:aztec</code>}}
 
| 1
 
| 16
 
| 0
 
| 16
 
| 16
 
|-
 
| {{change|<code>Alban</code>|<code>minecraft:alban</code>}}
 
| 2
 
| 32
 
| 0
 
| 16
 
| 16
 
|-
 
| {{change|<code>Aztec2</code>|<code>minecraft:aztec2</code>}}
 
| 3
 
| 48
 
| 0
 
| 16
 
| 16
 
|-
 
| {{change|<code>Bomb</code>|<code>minecraft:bomb</code>}}
 
| 4
 
| 64
 
| 0
 
| 16
 
| 16
 
|-
 
| {{change|<code>Plant</code>|<code>minecraft:plant</code>}}
 
| 5
 
| 80
 
| 0
 
| 16
 
| 16
 
|-
 
| {{change|<code>Wasteland</code>|<code>minecraft:wasteland</code>}}
 
| 6
 
| 96
 
| 0
 
| 16
 
| 16
 
|-
 
| {{change|<code>Pool</code>|<code>minecraft:pool</code>}}
 
| 7
 
| 0
 
| 32
 
| 32
 
| 16
 
|-
 
| {{change|<code>Courbet</code>|<code>minecraft:courbet</code>}}
 
| 8
 
| 32
 
| 32
 
| 32
 
| 16
 
|-
 
| {{change|<code>Sea</code>|<code>minecraft:sea</code>}}
 
| 9
 
| 64
 
| 32
 
| 32
 
| 16
 
|-
 
| {{change|<code>Sunset</code>|<code>minecraft:sunset</code>}}
 
| 10
 
| 96
 
| 32
 
| 32
 
| 16
 
|-
 
| {{change|<code>Creebet</code>|<code>minecraft:creebet</code>}}
 
| 11
 
| 128
 
| 32
 
| 32
 
| 16
 
|-
 
| {{change|<code>Wanderer</code>|<code>minecraft:wanderer</code>}}
 
| 12
 
| 0
 
| 64
 
| 16
 
| 32
 
|-
 
| {{change|<code>Graham</code>|<code>minecraft:graham</code>}}
 
| 13
 
| 16
 
| 64
 
| 16
 
| 32
 
|-
 
| {{change|<code>Match</code>|<code>minecraft:match</code>}}
 
| 14
 
| 0
 
| 128
 
| 32
 
| 32
 
|-
 
| {{change|<code>Bust</code>|<code>minecraft:bust</code>}}
 
| 15
 
| 32
 
| 128
 
| 32
 
| 32
 
|-
 
| {{change|<code>Stage</code>|<code>minecraft:stage</code>}}
 
| 16
 
| 64
 
| 128
 
| 32
 
| 32
 
|-
 
| {{change|<code>Void</code>|<code>minecraft:void</code>}}
 
| 17
 
| 96
 
| 128
 
| 32
 
| 32
 
|-
 
| {{change|<code>SkullAndRoses</code>|<code>skull_and_roses</code>}}
 
| 18
 
| 128
 
| 128
 
| 32
 
| 32
 
|-
 
| {{change|<code>Wither</code>|<code>minecraft:wither</code>}}
 
| 19
 
| 160
 
| 128
 
| 32
 
| 32
 
|-
 
| {{change|<code>Fighters</code>|<code>minecraft:fighters</code>}}
 
| 20
 
| 0
 
| 96
 
| 64
 
| 32
 
|-
 
| {{change|<code>Pointer</code>|<code>minecraft:pointer</code>}}
 
| 21
 
| 0
 
| 192
 
| 64
 
| 64
 
|-
 
| {{change|<code>Pigscene</code>|<code>minecraft:pigscene</code>}}
 
| 22
 
| 64
 
| 192
 
| 64
 
| 64
 
|-
 
| {{change|<code>BurningSkull</code>|<code>minecraft:burning_skull</code>}}
 
| 23
 
| 128
 
| 192
 
| 64
 
| 64
 
|-
 
| {{change|<code>Skeleton</code>|<code>minecraft:skeleton</code>}}
 
| 24
 
| 192
 
| 64
 
| 64
 
| 48
 
|-
 
| {{change|<code>DonkeyKong</code>|<code>minecraft:donkey_kong</code>}}
 
| 25
 
| 192
 
| 112
 
| 64
 
| 48
 
|}
 
  
The {{Minecraft Wiki|Painting#Canvases|Minecraft Wiki article on paintings}} also provides a list of painting names to the actual images.
+
=== Serverbound ===
  
==== Statistics ====
+
No changes so far.
  
Sent as a response to [[#Client_Status|Client Status]] (id 1).
+
== Login ==
  
{| class="wikitable"
+
=== Clientbound ===
! Packet ID
 
! State
 
! Bound To
 
!colspan="2"| Field Name
 
!colspan="2"| Field Type
 
! Notes
 
|-
 
|rowspan="5"| 0x07
 
|rowspan="5"| Play
 
|rowspan="5"| Client
 
|colspan="2"| Count
 
|colspan="2"| VarInt
 
| Number of elements in the following array
 
|-
 
|rowspan="4"| Statistic
 
|{{Removed}}| Name
 
|rowspan="4"| Array
 
|{{Removed}}| String (32767)
 
|{{Removed}}| [https://gist.github.com/Alvin-LB/8d0d13db00b3c00fd0e822a562025eff https://gist.github.com/Alvin-LB/8d0d13db00b3c00fd0e822a562025eff]
 
|- {{Added}}
 
| Category ID
 
| VarInt
 
| See below
 
|- {{Added}}
 
| Statistic ID
 
| VarInt
 
| See below
 
|-
 
| Value
 
| VarInt
 
| The amount to set it to
 
|}
 
 
 
Categories (these are namespaced, but with <code>:</code>. replaced with <code>.</code>):
 
 
 
{| class="wikitable"
 
! Name
 
! ID
 
! Registry
 
|-
 
| <code>minecraft.mined</code>
 
| 0
 
| Blocks
 
|-
 
| <code>minecraft.crafted</code>
 
| 1
 
| Items
 
|-
 
| <code>minecraft.used</code>
 
| 2
 
| Items
 
|-
 
| <code>minecraft.broken</code>
 
| 3
 
| Items
 
|-
 
| <code>minecraft.picked_up</code>
 
| 4
 
| Items
 
|-
 
| <code>minecraft.dropped</code>
 
| 5
 
| Items
 
|-
 
| <code>minecraft.killed</code>
 
| 6
 
| Entities
 
|-
 
| <code>minecraft.killed_by</code>
 
| 7
 
| Entities
 
|-
 
| <code>minecraft.custom</code>
 
| 8
 
| Custom
 
|}
 
  
Blocks, Items, and Entities use block (not block state), item, and entity ids.
+
==== Cookie Request (login) ====
  
Custom has the following (unit only matters for clients):
+
Requests a cookie that was previously stored.
  
{| class="wikitable"
+
{| class="wikitable" {{added}}
! Name
 
! ID
 
! Unit
 
|-
 
| <code>minecraft.leave_game</code>
 
| 0
 
| None
 
|-
 
| <code>minecraft.play_one_minute</code>
 
| 1
 
| Time
 
|-
 
| <code>minecraft.time_since_death</code>
 
| 2
 
| Time
 
|-
 
| <code>minecraft.sneak_Time</code>
 
| 3
 
| Time
 
|-
 
| <code>minecraft.walk_one_cm</code>
 
| 4
 
| Distance
 
|-
 
| <code>minecraft.crouch_one_cm</code>
 
| 5
 
| Distance
 
|-
 
| <code>minecraft.sprint_one_cm</code>
 
| 6
 
| Distance
 
|-
 
| <code>minecraft.swim_one_cm</code>
 
| 7
 
| Distance
 
|-
 
| <code>minecraft.fall_one_cm</code>
 
| 8
 
| Distance
 
|-
 
| <code>minecraft.climb_one_cm</code>
 
| 9
 
| Distance
 
|-
 
| <code>minecraft.fly_one_cm</code>
 
| 10
 
| Distance
 
|-
 
| <code>minecraft.dive_one_cm</code>
 
| 11
 
| Distance
 
|-
 
| <code>minecraft.minecart_one_cm</code>
 
| 12
 
| Distance
 
|-
 
| <code>minecraft.boat_one_cm</code>
 
| 13
 
| Distance
 
|-
 
| <code>minecraft.pig_one_cm</code>
 
| 14
 
| Distance
 
|-
 
| <code>minecraft.horse_one_cm</code>
 
| 15
 
| Distance
 
|-
 
| <code>minecraft.aviate_one_cm</code>
 
| 16
 
| Distance
 
|-
 
| <code>minecraft.jump</code>
 
| 17
 
| None
 
|-
 
| <code>minecraft.drop</code>
 
| 18
 
| None
 
|-
 
| <code>minecraft.damage_dealt</code>
 
| 19
 
| Damage
 
|-
 
| <code>minecraft.damage_taken</code>
 
| 20
 
| Damage
 
|-
 
| <code>minecraft.deaths</code>
 
| 21
 
| None
 
|-
 
| <code>minecraft.mob_kills</code>
 
| 22
 
| None
 
|-
 
| <code>minecraft.animals_bred</code>
 
| 23
 
| None
 
|-
 
| <code>minecraft.player_kills</code>
 
| 24
 
| None
 
|-
 
| <code>minecraft.fish_caught</code>
 
| 25
 
| None
 
|-
 
| <code>minecraft.talked_to_villager</code>
 
| 26
 
| None
 
|-
 
| <code>minecraft.traded_with_villager</code>
 
| 27
 
| None
 
|-
 
| <code>minecraft.eat_cake_slice</code>
 
| 28
 
| None
 
|-
 
| <code>minecraft.fill_cauldron</code>
 
| 29
 
| None
 
|-
 
| <code>minecraft.use_cauldron</code>
 
| 30
 
| None
 
|-
 
| <code>minecraft.clean_armor</code>
 
| 31
 
| None
 
|-
 
| <code>minecraft.clean_banner</code>
 
| 32
 
| None
 
|-
 
| <code>minecraft.interact_with_brewingstand</code>
 
| 33
 
| None
 
|-
 
| <code>minecraft.interact_with_beacon</code>
 
| 34
 
| None
 
|-
 
| <code>minecraft.inspect_dropper</code>
 
| 35
 
| None
 
|-
 
| <code>minecraft.inspect_hopper</code>
 
| 36
 
| None
 
|-
 
| <code>minecraft.inspect_dispenser</code>
 
| 37
 
| None
 
|-
 
| <code>minecraft.play_noteblock</code>
 
| 38
 
| None
 
|-
 
| <code>minecraft.tune_noteblock</code>
 
| 39
 
| None
 
|-
 
| <code>minecraft.pot_flower</code>
 
| 40
 
| None
 
|-
 
| <code>minecraft.trigger_trapped_chest</code>
 
| 41
 
| None
 
|-
 
| <code>minecraft.open_enderchest</code>
 
| 42
 
| None
 
|-
 
| <code>minecraft.enchant_item</code>
 
| 43
 
| None
 
|-
 
| <code>minecraft.play_record</code>
 
| 44
 
| None
 
|-
 
| <code>minecraft.interact_with_furnace</code>
 
| 45
 
| None
 
|-
 
| <code>minecraft.interact_with_crafting_table</code>
 
| 46
 
| None
 
|-
 
| <code>minecraft.open_chest</code>
 
| 47
 
| None
 
|-
 
| <code>minecraft.sleep_in_bed</code>
 
| 48
 
| None
 
|-
 
| <code>minecraft.open_shulker_box</code>
 
| 49
 
| None
 
|}
 
 
 
Units:
 
 
 
* None: just a normal number (formatted with 0 decimal places)
 
* Damage: value is 10 times the normal amount
 
* Distance: a distance in centimeters (hundredths of blocks)
 
* Time: a time span in ticks
 
 
 
==== Update Block Entity ====
 
 
 
Sets tile entity associated with the block at the given location.
 
 
 
{| class="wikitable"
 
 
  ! Packet ID
 
  ! Packet ID
 
  ! State
 
  ! State
 
  ! Bound To
 
  ! Bound To
  ! Field Name
+
  ! colspan="2"| Field Name
  ! Field Type
+
  ! colspan="2"| Field Type
 
  ! Notes
 
  ! Notes
 
  |-
 
  |-
  |rowspan="3"| 0x09
+
  | rowspan="1"| 0x05
  |rowspan="3"| Play
+
  | rowspan="1"| Login
  |rowspan="3"| Client
+
  | rowspan="1"| Client
  | Location
+
  | colspan="2"| Key
| Position
+
  | colspan="2"| Identifier
  |  
+
  | The identifier of the cookie.
|-
 
| Action
 
| Unsigned Byte
 
  | The type of update to perform, see below
 
|-
 
| NBT Data
 
| [[NBT|NBT Tag]]
 
| Data to set. May be a TAG_END (0), in which case the block entity at the given location is removed (though this is not required since the client will remove the block entity automatically on chunk unload or block removal)
 
 
  |}
 
  |}
  
''Action'' field:
+
=== Serverbound ===
 
 
* '''1''': Set data of a mob spawner (everything except for SpawnPotentials: current delay, min/max delay, mob to be spawned, spawn count, spawn range, etc.)
 
* '''2''': Set command block text (command and last execution status)
 
* '''3''': Set the level, primary, and secondary powers of a beacon
 
* '''4''': Set rotation and skin of mob head
 
* {{Change|'''5''': Set type of flower in flower pot}}
 
* {{Change||'''5''': Declare a conduit}}
 
* '''6''': Set base color and patterns on a banner
 
* '''7''': Set the data for a Structure tile entity
 
* '''8''': Set the destination for a end gateway
 
* '''9''': Set the text on a sign
 
* '''10''': Declare a shulker box, no data appears to be sent and the client seems to do fine without this packet. Perhaps it is a leftover from earlier versions?
 
* '''11''': {{change|Set the color of a bed|Declare a bed}}
 
 
 
==== Block Change ====
 
 
 
Fired whenever a block is changed within the render distance.
 
 
 
{{Warning2|Changing a block in a chunk that is not loaded is not a stable action.  The Notchian client currently uses a ''shared'' empty chunk which is modified for all block changes in unloaded chunks; while in 1.9 this chunk never renders in older versions the changed block will appear in all copies of the empty chunk.  Servers should avoid sending block changes in unloaded chunks and clients should ignore such packets.}}
 
 
 
{| class="wikitable"
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="2"| 0x0B
 
|rowspan="2"| Play
 
|rowspan="2"| Client
 
| Location
 
| Position
 
| Block Coordinates
 
|-
 
| Block ID
 
| VarInt
 
| The new block state ID for the block as given in the [[#global palette|global palette]].  {{change|(When reading data: <code>type {{=}} id >> 4</code>, <code>meta {{=}} id & 15</code>, when writing data: <code>id {{=}} type << 4 {{!}} (meta & 15)</code>)|See that section for more information.}}
 
|}
 
 
 
==== Boss Bar ====
 
 
 
{| class="wikitable"
 
! Packet ID
 
! State
 
! Bound To
 
!colspan="2"| Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="14"| 0x0C
 
|rowspan="14"| Play
 
|rowspan="14"| Client
 
|colspan="2"| UUID
 
| UUID
 
| Unique ID for this bar
 
|-
 
|colspan="2"| Action
 
| VarInt Enum
 
| Determines the layout of the remaining packet
 
|-
 
! Action
 
! Field Name
 
!
 
!
 
|-
 
|rowspan="5"| 0: add
 
| Title
 
| [[Chat]]
 
|
 
|-
 
| Health
 
| Float
 
| From 0 to 1. Values greater than 1 do not crash a Notchian client, and start [https://i.johni0702.de/nA.png rendering part of a second health bar] at around 1.5.
 
|-
 
| Color
 
| VarInt Enum
 
| Color ID (see below)
 
|-
 
| Division
 
| VarInt Enum
 
| Type of division (see below)
 
|-
 
| Flags
 
| Unsigned Byte
 
| Bit mask. 0x1: should darken sky, 0x2: is dragon bar (used to play end music){{change||, 0x04: create fog (previously was also controlled by 0x02)}}
 
|-
 
| 1: remove
 
| ''no fields''
 
| ''no fields''
 
| Removes this boss bar
 
|-
 
| 2: update health
 
| Health
 
| Float
 
| as above
 
|-
 
| 3: update title
 
| Title
 
| [[Chat]]
 
|
 
|-
 
|rowspan="2"| 4: update style
 
| Color
 
| VarInt Enum
 
| Color ID (see below)
 
|-
 
| Dividers
 
| VarInt Enum
 
| as above
 
|-
 
| 5: update flags
 
| Flags
 
| Unsigned Byte
 
| as above
 
|-
 
|}
 
  
{| class="wikitable"
+
==== Cookie Response (login) ====
! ID
 
! Color
 
|-
 
| 0
 
| Pink
 
|-
 
| 1
 
| Blue
 
|-
 
| 2
 
| Red
 
|-
 
| 3
 
| Green
 
|-
 
| 4
 
| Yellow
 
|-
 
| 5
 
| Purple
 
|-
 
| 6
 
| White
 
|}
 
 
 
{| class="wikitable"
 
! ID
 
! Type of division
 
|-
 
| 0
 
| No division
 
|-
 
| 1
 
| 6 notches
 
|-
 
| 2
 
| 10 notches
 
|-
 
| 3
 
| 12 notches
 
|-
 
| 4
 
| 20 notches
 
|}
 
  
==== Multi Block Change ====
+
Response to a [[#Cookie_Request_(login)|Cookie Request (login)]] from the server. The Notchian server only accepts responses of up to 5 kiB in size.
  
Fired whenever 2 or more blocks are changed within the same chunk on the same tick.
+
{| class="wikitable" {{added}}
 
 
{{Warning|Changing blocks in chunks not loaded by the client is unsafe (see note on [[#Block Change|Block Change]]).}}
 
 
 
{| class="wikitable"
 
 
  ! Packet ID
 
  ! Packet ID
 
  ! State
 
  ! State
 
  ! Bound To
 
  ! Bound To
  !colspan="2"| Field Name
+
  ! colspan="2"| Field Name
  !colspan="2"| Field Type
+
  ! colspan="2"| Field Type
 
  ! Notes
 
  ! Notes
 
  |-
 
  |-
  |rowspan="6"| {{Change|0x10|0x0F}}
+
  | rowspan="3"| 0x04
  |rowspan="6"| Play
+
  | rowspan="3"| Login
  |rowspan="6"| Client
+
  | rowspan="3"| Server
  |colspan="2"| Chunk X
+
  | colspan="2"| Key
  |colspan="2"| Int
+
  | colspan="2"| Identifier
  | Chunk X coordinate
+
  | The identifier of the cookie.
|-
 
|colspan="2"| Chunk Z
 
|colspan="2"| Int
 
| Chunk Z coordinate
 
|-
 
|colspan="2"| Record Count
 
|colspan="2"| VarInt
 
| Number of elements in the following array, i.e. the number of blocks affected
 
|-
 
|rowspan="3"| Record
 
| Horizontal Position
 
|rowspan="3"| Array
 
| Unsigned Byte
 
| The 4 most significant bits (<code>0xF0</code>) encode the X coordinate, relative to the chunk. The 4 least significant bits (<code>0x0F</code>) encode the Z coordinate, relative to the chunk.
 
 
  |-
 
  |-
  | Y Coordinate
+
  | colspan="2"| Has Payload
  | Unsigned Byte
+
  | colspan="2"| Boolean
  | Y coordinate of the block
+
  | The payload is only present if the cookie exists on the client.
 
  |-
 
  |-
  | Block ID
+
  | colspan="2"| Payload
  | VarInt
+
  | colspan="2"| Optional ByteArray(5120)
  | The new block state ID for the block as given in the [[#global palette|global palette]].  {{change|(When reading data: <code>type {{=}} id >> 4</code>, <code>meta {{=}} id & 15</code>, when writing data: <code>id {{=}} type << 4 {{!}} (meta & 15)</code>)|See that section for more information.}}
+
  | The data of the cookie, if any.
 
  |}
 
  |}
  
To decode the position into a world position:
+
== Configuration ==
 
 
<syntaxhighlight lang="java">
 
worldX = (horizPos >> 4 & 15) + (chunkX * 16);
 
worldY = vertPos;
 
worldZ = (horizPos & 15) + (chunkZ * 16);
 
</syntaxhighlight>
 
  
 +
=== Clientbound ===
  
==== Tab-Complete (clientbound) ====
+
==== Cookie Request (configuration) ====
  
Used to respond to the client's previous tab complete request.
+
Requests a cookie that was previously stored.
  
{| class="wikitable"
+
{| class="wikitable" {{added}}
 
  ! Packet ID
 
  ! Packet ID
 
  ! State
 
  ! State
 
  ! Bound To
 
  ! Bound To
  !colspan="2"| Field Name
+
  ! colspan="2"| Field Name
  !colspan="2"| Field Type
+
  ! colspan="2"| Field Type
 
  ! Notes
 
  ! Notes
 
  |-
 
  |-
  |rowspan="7"| {{Change|0x0E|0x10}}
+
  | rowspan="1"| 0x00
  |rowspan="7"| Play
+
  | rowspan="1"| Configuration
  |rowspan="7"| Client
+
  | rowspan="1"| Client
|colspan="2" {{Added}}| Transaction Id
+
  | colspan="2"| Key
|colspan="2" {{Added}}| VarInt
+
  | colspan="2"| Identifier
|{{Added}}| This id should also be used in the tab completion response packet, or it will be ignored.
+
  | The identifier of the cookie.
|- {{Added}}
 
|colspan="2"|  Start
 
|colspan="2"|  VarInt
 
| Start of the text to replace
 
|- {{Added}}
 
|colspan="2"|  Length
 
|colspan="2"|  VarInt
 
| Length of the text to replace
 
|-
 
  |colspan="2"| Count
 
  |colspan="2"| VarInt
 
  | Number of elements in the following array
 
|-
 
|rowspan="3"| Matches
 
| Match
 
|rowspan="3"| Array
 
| String (32767)
 
| One eligible {{change|command|value to insert}}, note that each command is sent separately instead of in a single string, hence the need for Count.  {{change||Note that for instance this doesn't include a leading <code>/</code> on commands.}}
 
|-
 
|{{Added}}| Has tooltip
 
|{{Added}}| Boolean
 
|{{Added}}| True if the following is present
 
|-
 
|{{Added}}| Tooltip
 
|{{Added}}| Optional [[Chat]]
 
|{{Added}}| Tooltip to display; only present if previous Boolean is true
 
 
  |}
 
  |}
  
==== Declare Commands ====
+
==== Store Cookie (configuration) ====
 
 
Lists all of the commands on the server, and how they are parsed.
 
  
This is a directed graph, with one root node. Each redirect or child node must refer only to nodes that have already been declared.
+
Stores some arbitrary data on the client, which persists between server transfers. The Notchian client only accepts cookies of up to 5 kiB in size.
  
{| class="wikitable" {{Added}}
+
{| class="wikitable" {{added}}
 
  ! Packet ID
 
  ! Packet ID
 
  ! State
 
  ! State
 
  ! Bound To
 
  ! Bound To
  ! Field Name
+
  ! colspan="2"| Field Name
  ! Field Type
+
  ! colspan="2"| Field Type
 
  ! Notes
 
  ! Notes
 
  |-
 
  |-
  |rowspan="3"| 0x11
+
  | rowspan="2"| 0x09
  |rowspan="3"| Play
+
  | rowspan="2"| Configuration
  |rowspan="3"| Client
+
  | rowspan="2"| Client
  | Count
+
  | colspan="2"| Key
| VarInt
+
  | colspan="2"| Identifier
  | Number of elements in the following array
+
  | The identifier of the cookie.
|-
 
  | Nodes
 
| Array of [[Command Data|Node]]
 
| An array of nodes
 
 
  |-
 
  |-
  | Root index
+
  | colspan="2"| Payload
  | VarInt
+
  | colspan="2"| ByteArray(5120)
  | Index of the <code>root</code> node in the previous array
+
  | The data of the cookie.
 
  |}
 
  |}
  
For more information on this packet, see the [[Command Data]] article.
+
==== Transfer (configuration) ====
 
 
==== Plugin Message (clientbound) ====
 
 
 
{{Main|Plugin channels}}
 
 
 
Mods and plugins can use this to send their data. Minecraft itself uses a number of [[plugin channel]]s. These internal channels are prefixed with <code>MC|</code>.
 
  
More documentation on this: [http://dinnerbone.com/blog/2012/01/13/minecraft-plugin-channels-messaging/ http://dinnerbone.com/blog/2012/01/13/minecraft-plugin-channels-messaging/]
+
Notifies the client that it should transfer to the given server. Cookies previously stored are preserved between server transfers.
  
{| class="wikitable"
+
{| class="wikitable" {{added}}
 
  ! Packet ID
 
  ! Packet ID
 
  ! State
 
  ! State
 
  ! Bound To
 
  ! Bound To
  ! Field Name
+
  ! colspan="2"| Field Name
  ! Field Type
+
  ! colspan="2"| Field Type
 
  ! Notes
 
  ! Notes
 
  |-
 
  |-
  |rowspan="2"| {{Change|0x18|0x19}}
+
  | rowspan="2"| 0x0A
  |rowspan="2"| Play
+
  | rowspan="2"| Configuration
  |rowspan="2"| Client
+
  | rowspan="2"| Client
  | Channel
+
  | colspan="2"| Host
  | {{Change|String (20)|Identifier}}
+
  | colspan="2"| String
  | Name of the [[plugin channel]] used to send the data
+
  | The hostname of IP of the server.
 
  |-
 
  |-
  | Data
+
  | colspan="2"| Port
  | Byte Array
+
  | colspan="2"| VarInt
  | Any data, depending on the channel. <code><nowiki>MC|</nowiki></code> channels are documented [[plugin channel|here]].  The length of this array must be inferred from the packet length.
+
  | The port of the server.
 
  |}
 
  |}
  
 +
=== Serverbound ===
  
==== Named Sound Effect ====
+
==== Cookie Response (configuration) ====
{{See also|#Sound Effect}}
 
  
Used to play a sound effect on the client. Custom sounds may be added by resource packs.
+
Response to a [[#Cookie_Request_(configuration)|Cookie Request (configuration)]] from the server. The Notchian server only accepts responses of up to 5 kiB in size.
  
{| class="wikitable"
+
{| class="wikitable" {{added}}
 
  ! Packet ID
 
  ! Packet ID
 
  ! State
 
  ! State
 
  ! Bound To
 
  ! Bound To
  ! Field Name
+
  ! colspan="2"| Field Name
  ! Field Type
+
  ! colspan="2"| Field Type
 
  ! Notes
 
  ! Notes
 
  |-
 
  |-
  |rowspan="7"| {{Change|0x19|0x1A}}
+
  | rowspan="3"| 0x01
  |rowspan="7"| Play
+
  | rowspan="3"| Configuration
  |rowspan="7"| Client
+
  | rowspan="3"| Server
  | Sound Name
+
  | colspan="2"| Key
  | {{Change|String (256)|Identifier}}
+
  | colspan="2"| Identifier
  | All sound effect names as of 1.13-pre8 can be seen [http://pokechu22.github.io/Burger/1.13.html#sounds here].
+
  | The identifier of the cookie.
|-
 
| Sound Category
 
| VarInt Enum
 
| The category that this sound will be played from ([https://gist.github.com/konwboj/7c0c380d3923443e9d55 current categories])
 
|-
 
| Effect Position X
 
| Int
 
| Effect X multiplied by 8 ([[Data types#Fixed-point numbers|fixed-point number]] with only 3 bits dedicated to the fractional part)
 
|-
 
| Effect Position Y
 
| Int
 
| Effect Y multiplied by 8 ([[Data types#Fixed-point numbers|fixed-point number]] with only 3 bits dedicated to the fractional part)
 
 
  |-
 
  |-
  | Effect Position Z
+
  | colspan="2"| Has Payload
  | Int
+
  | colspan="2"| Boolean
  | Effect Z multiplied by 8 ([[Data types#Fixed-point numbers|fixed-point number]] with only 3 bits dedicated to the fractional part)
+
  | The payload is only present if the cookie exists on the client.
 
  |-
 
  |-
  | Volume
+
  | colspan="2"| Payload
| Float
+
  | colspan="2"| Optional ByteArray(5120)
  | 1 is 100%, can be more
+
  | The data of the cookie, if any.
|-
 
  | Pitch
 
| Float
 
| Float between 0.5 and 2.0 by Notchian clients
 
 
  |}
 
  |}
  
==== NBT Query Response ====
+
== Play ==
  
Sent in response to [[#Query Block NBT|Query Block NBT]] or [[#Query Entity NBT|Query Entity NBT]].
+
=== Clientbound ===
 
 
{| class="wikitable" {{Added}}
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="2"| 0x1D
 
|rowspan="2"| Play
 
|rowspan="2"| Client
 
| Transaction ID
 
| VarInt
 
| Can be compared to the one sent in the original query packet.
 
|-
 
| NBT
 
| [[NBT|NBT Tag]]
 
| The NBT of the block or entity.  May be a TAG_END (0) in which case no NBT is present.
 
|}
 
 
 
==== Chunk Data ====
 
{{Main|Chunk Format}}
 
{{See also|#Unload Chunk}}
 
  
The server only sends skylight information for chunk pillars in the {{Minecraft Wiki|Overworld}}, it's up to the client to know in which dimenison the player is currently located. You can also infer this information from the primary bitmask and the amount of uncompressed bytes sent.  This packet also sends all block entities in the chunk (though sending them is not required; it is still legal to send them with [[#Update Block Entity|Update Block Entity]] later).
+
==== Cookie Request (play) ====
  
{{Change||Indexes into the global palette are still used, but since the global palette has changed, behavior is different.}}
+
Requests a cookie that was previously stored.
{{Change||The Palette length field is no longer sent when using the global palette}}
 
  
The bits per block value used to index in the global palette is {{change|13|14}}, which is determined by taking the base 2 logarithm of the highest state ID and then rounding up (or alternatively, simply checking how many bits are needed to represent the highest state ID).
+
{| class="wikitable" {{added}}
 
 
{| class="wikitable"
 
 
  ! Packet ID
 
  ! Packet ID
 
  ! State
 
  ! State
 
  ! Bound To
 
  ! Bound To
  ! Field Name
+
  ! colspan="2"| Field Name
  ! Field Type
+
  ! colspan="2"| Field Type
 
  ! Notes
 
  ! Notes
 
  |-
 
  |-
  |rowspan="8"| {{Change|0x20|0x22}}
+
  | rowspan="1"| 0x16
  |rowspan="8"| Play
+
  | rowspan="1"| Play
  |rowspan="8"| Client
+
  | rowspan="1"| Client
  | Chunk X
+
  | colspan="2"| Key
| Int
+
  | colspan="2"| Identifier
  | Chunk coordinate (block coordinate divided by 16, rounded down)
+
  | The identifier of the cookie.
|-
 
| Chunk Z
 
| Int
 
| Chunk coordinate (block coordinate divided by 16, rounded down)
 
  |-
 
| Ground-Up Continuous
 
| Boolean
 
| See [[Chunk Format#Ground-up continuous|Chunk Format]]
 
|-
 
| Primary Bit Mask
 
| VarInt
 
| Bitmask with bits set to 1 for every 16×16×16 chunk section whose data is included in Data. The least significant bit represents the chunk section at the bottom of the chunk column (from y=0 to y=15).
 
|-
 
| Size
 
| VarInt
 
| Size of Data in bytes
 
|-
 
| Data
 
| Byte array
 
| See [[Chunk Format#Data structure|data structure]] in Chunk Format
 
|-
 
| Number of block entities
 
| VarInt
 
| Number of elements in the following array
 
|-
 
| Block entities
 
| Array of [[NBT|NBT Tag]]
 
| All block entities in the chunk.  Use the x, y, and z tags in the NBT to determine their positions.
 
 
  |}
 
  |}
  
{{Warning2|The chunk data packet currently (for 1.13 snapshots) may allocate a data array slightly larger than necessary; see [https://bugs.mojang.com/browse/MC-131684 MC-131684].  As such, there may be extra data (all zeros) after the end of the buffer that is not used.}}
+
==== Store Cookie (play) ====
  
===== Data structure =====
+
Stores some arbitrary data on the client, which persists between server transfers. The Notchian client only accepts cookies of up to 5 kiB in size.
  
The data section of the packet contains most of the useful data for the chunk.
+
{| class="wikitable" {{added}}
 
 
{| class="wikitable"
 
|-
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
| Data
 
| Array of [[Chunk Format#Chunk Section structure|Chunk Section]]
 
| The number of elements is equal to the number of bits set in Primary Bit Mask. Sections are sent bottom-to-top, i.e. the first section, if sent, extends from Y=0 to Y=15.
 
|-
 
| Biomes
 
| Optional {{Change|Byte|Int}} Array
 
| Only sent if Ground-Up Continuous is true; 256 {{change|bytes|entries}} if present
 
|}
 
 
 
===== Direct palette =====
 
 
 
This format is used for bits per block values greater than or equal to 9.  The number of bits used to represent a block are the base 2 logarithm of the number of block states, rounded up. For the current vanilla release, this is 13 bits per block.
 
 
 
:The "palette" uses the following format:
 
:{| class="wikitable"
 
|-
 
! Field Name
 
! Field Type
 
! Notes
 
|- {{Removed}}
 
| Dummy Palette Length
 
| VarInt
 
| Should always be 0.  Only exists to mirror the format used elsewhere.
 
|-
 
|colspan="3"| ''no fields''
 
|}
 
 
 
If Minecraft Forge is installed and a sufficiently large number of blocks are added, the bits per block value for the global palette will be increased to compensate for the increased ID count.  This increase can go up to 16 bits per block (for a total of 4096 block IDs; when combined with the 16 damage values, there are 65536 total states).  You can get the number of blocks with the "Number of ids" field found in the [[Minecraft Forge Handshake#RegistryData|RegistryData packet in the Forge Handshake]].
 
 
 
==== Effect ====
 
 
 
Sent when a client is to play a sound or particle effect.
 
 
 
By default, the Minecraft client adjusts the volume of sound effects based on distance. The final boolean field is used to disable this, and instead the effect is played from 2 blocks away in the correct direction. Currently this is only used for effect 1023 (wither spawn) and effect 1028 (enderdragon death); it is ignored on other effects.
 
 
 
{| class="wikitable"
 
 
  ! Packet ID
 
  ! Packet ID
 
  ! State
 
  ! State
 
  ! Bound To
 
  ! Bound To
  ! Field Name
+
  ! colspan="2"| Field Name
  ! Field Type
+
  ! colspan="2"| Field Type
 
  ! Notes
 
  ! Notes
 
  |-
 
  |-
  |rowspan="4"| {{Change|0x21|0x23}}
+
  | rowspan="2"| 0x6A
  |rowspan="4"| Play
+
  | rowspan="2"| Play
  |rowspan="4"| Client
+
  | rowspan="2"| Client
  | Effect ID
+
  | colspan="2"| Key
| Int
+
  | colspan="2"| Identifier
  | The ID of the effect, see below
+
  | The identifier of the cookie.
|-
 
| Location
 
| Position
 
  | The location of the effect
 
 
  |-
 
  |-
  | Data
+
  | colspan="2"| Payload
| Int
+
  | colspan="2"| ByteArray(5120)
  | Extra data for certain effects, see below
+
  | The data of the cookie.
|-
 
  | Disable Relative Volume
 
| Boolean
 
| See above
 
 
  |}
 
  |}
  
Effect IDs:
+
==== Transfer (play) ====
  
{| class="wikitable"
+
Notifies the client that it should transfer to the given server. Cookies previously stored are preserved between server transfers.
! ID
 
! Name
 
! Data
 
|-
 
!colspan="3"| Sound
 
|-
 
| 1000
 
| Dispenser dispenses
 
|
 
|-
 
| 1001
 
| Dispenser fails to dispense
 
|
 
|-
 
| 1002
 
| Dispenser shoots
 
|
 
|-
 
| 1003
 
| Ender eye launched
 
|
 
|-
 
| 1004
 
| Firework shot
 
|
 
|-
 
| 1005
 
| Iron door opened
 
|
 
|-
 
| 1006
 
| Wooden door opened
 
|
 
|-
 
| 1007
 
| Wooden trapdoor opened
 
|
 
|-
 
| 1008
 
| Fence gate opened
 
|
 
|-
 
| 1009
 
| Fire extinguished
 
|
 
|-
 
| 1010
 
| Play record
 
| Special case, see below for more info
 
|-
 
| 1011
 
| Iron door closed
 
|
 
|-
 
| 1012
 
| Wooden door closed
 
|
 
|-
 
| 1013
 
| Wooden trapdoor closed
 
|
 
|-
 
| 1014
 
| Fence gate closed
 
|
 
|-
 
| 1015
 
| Ghast warns
 
|
 
|-
 
| 1016
 
| Ghast shoots
 
|
 
|-
 
| 1017
 
| Enderdragon shoots
 
|
 
|-
 
| 1018
 
| Blaze shoots
 
|
 
|-
 
| 1019
 
| Zombie attacks wood door
 
|
 
|-
 
| 1020
 
| Zombie attacks iron door
 
|
 
|-
 
| 1021
 
| Zombie breaks wood door
 
|
 
|-
 
| 1022
 
| Wither breaks block
 
|
 
|-
 
| 1023
 
| Wither spawned
 
|
 
|-
 
| 1024
 
| Wither shoots
 
|
 
|-
 
| 1025
 
| Bat takes off
 
|
 
|-
 
| 1026
 
| Zombie infects
 
|
 
|-
 
| 1027
 
| Zombie villager converted
 
|
 
|-
 
| 1028
 
| Ender dragon death
 
|
 
|-
 
| 1029
 
| Anvil destroyed
 
|
 
|-
 
| 1030
 
| Anvil used
 
|
 
|-
 
| 1031
 
| Anvil landed
 
|
 
|-
 
| 1032
 
| Portal travel
 
|
 
|-
 
| 1033
 
| Chorus flower grown
 
|
 
|-
 
| 1034
 
| Chorus flower died
 
|
 
|-
 
| 1035
 
| Brewing stand brewed
 
|
 
|-
 
| 1036
 
| Iron trapdoor opened
 
|
 
|-
 
| 1037
 
| Iron trapdoor closed
 
|
 
|-
 
!colspan="3"| Particle
 
|-
 
| 2000
 
| Spawns 10 smoke particles, e.g. from a fire
 
| Direction, see below
 
|-
 
| 2001
 
| Block break + block break sound
 
| | Block state, {{change|determined by <code>meta << 12 {{!}} block id</code> (this differs from normal global palette use)|as an index into the global palette}}
 
|-
 
| 2002
 
| Splash potion. Particle effect + glass break sound.
 
| [http://minecraft.gamepedia.com/Data_values#Potions Potion ID]
 
|-
 
| 2003
 
| Eye of Ender entity break animation — particles and sound
 
|
 
|-
 
| 2004
 
| Mob spawn particle effect: smoke + flames
 
|
 
|-
 
| 2005
 
| Bonemeal particles
 
| How many particles to spawn (if set to 0, 15 are spawned)
 
|-
 
| 2006
 
| Dragon breath
 
|
 
|-
 
| 2007
 
| Instant splash potion
 
| [http://minecraft.gamepedia.com/Data_values#Potions Potion ID]
 
|-
 
| 3000
 
| End gateway spawn
 
|
 
|-
 
| 3001
 
| Enderdragon growl
 
|
 
|}
 
  
Smoke directions:
+
{| class="wikitable" {{added}}
 
 
{| class="wikitable"
 
! ID
 
! Direction
 
|-
 
| 0
 
| South-East
 
|-
 
| 1
 
| South
 
|-
 
| 2
 
| South-West
 
|-
 
| 3
 
| East
 
|-
 
| 4
 
| (Up or middle ?)
 
|-
 
| 5
 
| West
 
|-
 
| 6
 
| North-East
 
|-
 
| 7
 
| North
 
|-
 
| 8
 
| North-West
 
|}
 
 
 
Play record: This is actually a special case within this packet. You can start/stop a record at a specific location. Use a valid {{Minecraft Wiki|Music Discs|Record ID}} to start a record (or overwrite a currently playing one), any other value will stop the record.  {{Change||While this packet still uses item IDs, item IDs have changed in 1.13.}}
 
 
 
==== Spawn Particle ====
 
 
 
Displays the named particle
 
 
 
{| class="wikitable"
 
 
  ! Packet ID
 
  ! Packet ID
 
  ! State
 
  ! State
 
  ! Bound To
 
  ! Bound To
  ! Field Name
+
  ! colspan="2"| Field Name
  ! Field Type
+
  ! colspan="2"| Field Type
 
  ! Notes
 
  ! Notes
 
  |-
 
  |-
  |rowspan="11"| {{Change|0x22|0x24}}
+
  | rowspan="2"| 0x72
  |rowspan="11"| Play
+
  | rowspan="2"| Play
  |rowspan="11"| Client
+
  | rowspan="2"| Client
  | Particle ID
+
  | colspan="2"| Host
| Int
+
  | colspan="2"| String
  | The particle ID listed in [[#Particle]].
+
  | The hostname of IP of the server.
|-
 
  | Long Distance
 
| Boolean
 
| If true, particle distance increases from 256 to 65536
 
|-
 
| X
 
| Float
 
| X position of the particle
 
|-
 
| Y
 
| Float
 
| Y position of the particle
 
|-
 
| Z
 
| Float
 
| Z position of the particle
 
|-
 
| Offset X
 
| Float
 
| This is added to the X position after being multiplied by random.nextGaussian()
 
 
  |-
 
  |-
  | Offset Y
+
  | colspan="2"| Port
| Float
+
  | colspan="2"| VarInt
  | This is added to the Y position after being multiplied by random.nextGaussian()
+
  | The port of the server.
|-
 
| Offset Z
 
| Float
 
| This is added to the Z position after being multiplied by random.nextGaussian()
 
|-
 
| Particle Data
 
| Float
 
| The data of each particle
 
|-
 
| Particle Count
 
| Int
 
  | The number of particles to create
 
|-
 
| Data
 
| {{Change|Array of VarInt|Varies}}
 
| {{Change|Length depends on particle. "iconcrack" has length of 2, "blockcrack", "blockdust", and "fallingdust" have lengths of 1, the rest have 0.|The variable data listed in [[#Particle]]}}
 
 
  |}
 
  |}
  
==== Map ====
+
==== Update Attributes ====
  
Updates a rectangular area on a {{Minecraft Wiki|map}} item.
+
Sets {{Minecraft Wiki|Attribute|attributes}} on the given entity.
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 3,408: Line 603:
 
  ! State
 
  ! State
 
  ! Bound To
 
  ! Bound To
  !colspan="2"| Field Name
+
  ! colspan="2"| Field Name
  !colspan="2"| Field Type
+
  ! colspan="2"| Field Type
 
  ! Notes
 
  ! Notes
 
  |-
 
  |-
  |rowspan="16"| {{Change|0x24|0x26}}
+
  | rowspan="6"| 0x71
  |rowspan="16"| Play
+
  | rowspan="6"| Play
  |rowspan="16"| Client
+
  | rowspan="6"| Client
  |colspan="2"| Item Damage
+
  | colspan="2"| Entity ID
|colspan="2"| VarInt
+
  | colspan="2"| VarInt
| The damage value (map ID) of the map being modified
 
|-
 
|colspan="2"| Scale
 
|colspan="2"| Byte
 
| From 0 for a fully zoomed-in map (1 block per pixel) to 4 for a fully zoomed-out map (16 blocks per pixel)
 
|-
 
|colspan="2"| Tracking Position
 
|colspan="2"| Boolean
 
| Specifies whether the icons are shown
 
|-
 
|colspan="2"| Icon Count
 
  |colspan="2"| VarInt
 
| Number of elements in the following array
 
|-
 
|rowspan="6"| Icon
 
| {{Change|Direction And Type|Type}}
 
|rowspan="6"| Array
 
| {{Change|Byte|VarInt enum}}
 
| {{Change|0xF0 {{=}} Type, 0x0F {{=}} Direction|Type (see below)}}
 
|-
 
| X
 
| Byte
 
|
 
|-
 
| Z
 
| Byte
 
|
 
|- {{Added}}
 
| Direction
 
| Byte
 
| 0-15
 
|- {{Added}}
 
| Has Display Name
 
| Boolean
 
 
  |
 
  |
|- {{Added}}
 
| Display Name
 
| Optional [[Chat]]
 
| Only present if previous Boolean is true
 
|-
 
|colspan="2"| Columns
 
|colspan="2"| Byte
 
| Number of columns updated
 
 
  |-
 
  |-
  |colspan="2"| Rows
+
  | colspan="2"| Number Of Properties
  |colspan="2"| Optional Byte
+
  | colspan="2"| VarInt
  | Only if Columns is more than 0; number of rows updated
+
  | Number of elements in the following array.
 
  |-
 
  |-
  |colspan="2"| X
+
  | rowspan="4"| Property
  |colspan="2"| Optional Byte
+
  | {{change|Key|Id}}
  | Only if Columns is more than 0; x offset of the westernmost column
+
| rowspan="4"| Array
 +
| {{change|Identifier|VarInt Enum}}
 +
  | See below.
 
  |-
 
  |-
  |colspan="2"| Z
+
  | Value
  |colspan="2"| Optional Byte
+
  | Double
  | Only if Columns is more than 0; z offset of the northernmost row
+
  | See below.
 
  |-
 
  |-
  |colspan="2"| Length
+
  | Number Of Modifiers
  |colspan="2"| Optional VarInt
+
  | VarInt
  | Only if Columns is more than 0; length of the following array
+
  | Number of elements in the following array.
 
  |-
 
  |-
  |colspan="2"| Data
+
  | Modifiers
  |colspan="2"| Optional Array of Unsigned Byte
+
  | Array of Modifier Data
  | Only if Columns is more than 0; see {{Minecraft Wiki|Map item format}}
+
  | See {{Minecraft Wiki|Attribute#Modifiers}}. Modifier Data defined below.
 
  |}
 
  |}
  
For icons, a direction of 0 is a vertical icon and increments by 22.5&deg; (360/16).
+
Known Key values (see also {{Minecraft Wiki|Attribute#Modifiers}}):
 
 
Types are based off of rows and columns in <code>map_icons.png</code>:
 
  
 
{| class="wikitable"
 
{| class="wikitable"
 
  |-
 
  |-
  ! Icon type
+
  ! Id
  ! Result
+
  ! Key
 +
! Default
 +
! Min
 +
! Max
 +
! Label
 
  |-
 
  |-
 
  | 0
 
  | 0
  | White arrow (players)
+
  | generic.armor
 +
| 0.0
 +
| 0.0
 +
| 30.0
 +
| Armor.
 
  |-
 
  |-
 
  | 1
 
  | 1
  | Green arrow (item frames)
+
  | generic.armor_toughness
 +
| 0.0
 +
| 0.0
 +
| 20.0
 +
| Armor Toughness.
 
  |-
 
  |-
 
  | 2
 
  | 2
  | Red arrow
+
  | generic.attack_damage
 +
| 2.0
 +
| 0.0
 +
| 2048.0
 +
| Attack Damage.
 
  |-
 
  |-
 
  | 3
 
  | 3
  | Blue arrow
+
  | generic.attack_knockback
 +
| 0.0
 +
| 0.0
 +
| 5.0
 +
| Attack Knockback.
 
  |-
 
  |-
 
  | 4
 
  | 4
  | White cross
+
  | generic.attack_speed
  |-
+
| 4.0
 +
| 0.0
 +
| 1024.0
 +
| Attack Speed.
 +
  |- {{added}}
 
  | 5
 
  | 5
  | Red pointer
+
  | generic.block_interaction_range
  |-
+
| 4.5
 +
| 0.0
 +
| 64.0
 +
| Block Interaction Range.
 +
  |- {{added}}
 
  | 6
 
  | 6
  | White circle (off-map players)
+
  | generic.entity_interaction_range
 +
| 3.0
 +
| 0.0
 +
| 64.0
 +
| Entity Interaction Range.
 
  |-
 
  |-
 
  | 7
 
  | 7
  | Small white circle (far-off-map players)
+
  | generic.flying_speed
 +
| 0.4
 +
| 0.0
 +
| 1024.0
 +
| Flying Speed.
 
  |-
 
  |-
 
  | 8
 
  | 8
  | Mansion
+
  | generic.follow_range
 +
| 32.0
 +
| 0.0
 +
| 2048.0
 +
| Follow Range.
 
  |-
 
  |-
 
  | 9
 
  | 9
  | Temple
+
  | horse.jump_strength
  |- {{Added}}
+
| 0.7
 +
| 0.0
 +
| 2.0
 +
| Jump Strength.
 +
  |-
 
  | 10
 
  | 10
  | White Banner
+
  | generic.knockback_resistance
  |- {{Added}}
+
| 0.0
 +
| 0.0
 +
| 1.0
 +
| Knockback Resistance.
 +
  |-
 
  | 11
 
  | 11
  | Orange Banner
+
  | generic.luck
  |- {{Added}}
+
| 0.0
 +
| -1024.0
 +
| 1024.0
 +
| Luck.
 +
  |-
 
  | 12
 
  | 12
  | Magenta Banner
+
  | generic.max_absorption
  |- {{Added}}
+
| 0.0
 +
| 0.0
 +
| 2048.0
 +
| Max Absorption.
 +
  |-
 
  | 13
 
  | 13
  | Light Blue Banner
+
  | generic.max_health
  |- {{Added}}
+
| 20.0
 +
| 1.0
 +
| 1024.0
 +
| Max Health.
 +
  |-
 
  | 14
 
  | 14
  | Yellow Banner
+
  | generic.movement_speed
  |- {{Added}}
+
| 0.7
 +
| 0.0
 +
| 1024.0
 +
| Movement Speed.
 +
  |- {{added}}
 
  | 15
 
  | 15
  | Lime Banner
+
  | generic.scale
  |- {{Added}}
+
| 1.0
 +
| 0.0625
 +
| 16.0
 +
| Scale.
 +
  |-
 
  | 16
 
  | 16
  | Pink Banner
+
  | zombie.spawn_reinforcements
  |- {{Added}}
+
| 0.0
 +
| 0.0
 +
| 1.0
 +
| Spawn Reinforcements Chance.
 +
  |- {{added}}
 
  | 17
 
  | 17
  | Gray Banner
+
  | generic.step_height
  |- {{Added}}
+
  | 0.6
  | 18
+
  | 0.0
  | Light Gray Banner
+
  | 10.0
  |- {{Added}}
+
  | Step Height.
| 19
 
| Cyan Banner
 
|- {{Added}}
 
| 20
 
| Purple Banner
 
|- {{Added}}
 
| 21
 
| Blue Banner
 
|- {{Added}}
 
| 22
 
| Brown Banner
 
|- {{Added}}
 
| 23
 
| Green Banner
 
|- {{Added}}
 
| 24
 
| Red Banner
 
|- {{Added}}
 
| 25
 
| Black Banner
 
|- {{Added}}
 
| 26
 
| Treasure marker
 
 
  |}
 
  |}
  
==== Craft Recipe Response ====
+
''Modifier Data'' structure:
 
 
Response to the serverbound packet ([[#Craft Recipe Request|Craft Recipe Request]]), with the same recipe ID.  Appears to be used to notify the UI.
 
  
 
{| class="wikitable"
 
{| class="wikitable"
  ! Packet ID
+
  |-
! State
 
! Bound To
 
 
  ! Field Name
 
  ! Field Name
 
  ! Field Type
 
  ! Field Type
 
  ! Notes
 
  ! Notes
 
  |-
 
  |-
  |rowspan="2"| {{Change|0x2B|0x2D}}
+
  | UUID
|rowspan="2"| Play
+
  | UUID
|rowspan="2"| Client
 
| Window ID
 
  | Byte
 
 
  |
 
  |
 
  |-
 
  |-
  | Recipe
+
  | Amount
| {{Change|VarInt|Identifer}}
 
| A recipe ID
 
|}
 
 
 
==== Face Player ====
 
 
 
Used to rotate the client player to face the given location or entity (for <code>/teleport [<targets>] <x> <y> <z> facing</code>).
 
 
 
{| class="wikitable" {{Added}}
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="8"| 0x31
 
|rowspan="8"| Play
 
|rowspan="8"| Client
 
|-
 
| Feet/eyes
 
| VarInt enum
 
| Values are feet=0, eyes=1.  If set to eyes, aims using the head position; otherwise aims using the feet position.
 
|-
 
| Target x
 
| Double
 
| x coordinate of the point to face towards
 
|-
 
| Target y
 
| Double
 
| y coordinate of the point to face towards
 
|-
 
| Target z
 
 
  | Double
 
  | Double
  | z coordinate of the point to face towards
+
  | May be positive or negative.
|-
 
| Is entity
 
| Boolean
 
| If true, additional information about an entity is provided.
 
|-
 
| Entity ID
 
| Optional VarInt
 
| Only if is entity is true &mdash; the entity to face towards
 
|-
 
| Entity feet/eyes
 
| Optional VarInt enum
 
| Whether to look at the entity's eyes or feet.  Same values and meanings as before, just for the entity's head/feet.
 
|}
 
 
 
If the entity given by entity ID cannot be found, this packet should be treated as if is entity was false.
 
 
 
==== Unlock Recipes ====
 
 
 
{| class="wikitable"
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="10"| {{Change|0x31|0x34}}
 
|rowspan="10"| Play
 
|rowspan="10"| Client
 
|-
 
| Action
 
| VarInt
 
| 0: init, 1: add, 2: remove
 
|-
 
| Crafting Recipe Book Open
 
| Boolean
 
| If true, then the crafting recipe book will be open when the player opens its inventory.
 
|-
 
| Crafting Recipe Book Filter Active
 
| Boolean
 
| If true, then the filtering option is active when the players opens its inventory.
 
|-
 
|{{Added}}| Smelting Recipe Book Open
 
| Boolean
 
| If true, then the smelting recipe book will be open when the player opens its inventory.
 
|-
 
|{{Added}}| Smelting Recipe Book Filter Active
 
| Boolean
 
| If true, then the filtering option is active when the players opens its inventory.
 
|-
 
| Array size 1
 
| VarInt
 
| Number of elements in the following array
 
|-
 
| Recipe IDs
 
| Array of {{Change|VarInt|Identifier}}
 
|
 
|-
 
| Array size 2
 
| Optional VarInt
 
| Number of elements in the following array, only present if mode is 0 (init)
 
|-
 
| Recipe IDs
 
| Optional Array of {{Change|VarInt|Identifier}}, only present if mode is 0 (init)
 
|
 
|}
 
Action:
 
* 0 (init) = All the recipes in the list 2 will added to the recipe book. All the recipes in list 1 will be tagged as displayed, recipes that aren't tagged will be shown in the notification. VERIFY LIST ORDER?
 
* 1 (add) = All the recipes in the list are added and their icon will be shown in the notification.
 
* 2 (remove) = Remove all the recipes in the list. This allows them to re-displayed when they are readded.
 
 
 
==== Scoreboard Objective ====
 
 
 
This is sent to the client when it should create a new {{Minecraft Wiki|scoreboard}} objective or remove one.
 
 
 
{| class="wikitable"
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="4"| {{Change|0x42|0x45}}
 
|rowspan="4"| Play
 
|rowspan="4"| Client
 
| Objective Name
 
| String (16)
 
| An unique name for the objective
 
|-
 
| Mode
 
| Byte
 
| 0 to create the scoreboard. 1 to remove the scoreboard. 2 to update the display text.
 
|-
 
| Objective Value
 
| Optional {{Change|String (32)|Chat}}
 
| Only if mode is 0 or 2. The text to be displayed for the score
 
|-
 
| Type
 
| Optional {{change|String|VarInt Enum}}
 
| Only if mode is 0 or 2. {{change|“integer” or “hearts”|0 = "integer", 1 = "hearts"}}
 
|}
 
 
 
==== Teams ====
 
 
 
Creates and updates teams.
 
 
 
{| class="wikitable"
 
! Packet ID
 
! State
 
! Bound To
 
!colspan="2"| Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="27"| {{Change|0x44|0x47}}
 
|rowspan="27"| Play
 
|rowspan="27"| Client
 
|colspan="2"| Team Name
 
| String (16)
 
| A unique name for the team. (Shared with scoreboard).
 
|-
 
|colspan="2"| Mode
 
| Byte
 
| Determines the layout of the remaining packet
 
|-
 
|rowspan="11"| 0: create team
 
| Team Display Name
 
| {{Change|String (32)|Chat}}
 
|
 
|- {{Removed}}
 
| Team Prefix
 
| String (16)
 
| Displayed before the names of players that are part of this team
 
|- {{Removed}}
 
| Team Suffix
 
| String (16)
 
| Displayed after the names of players that are part of this team
 
|-
 
| Friendly Flags
 
| Byte
 
| Bit mask. 0x01: Allow friendly fire, 0x02: can see invisible players on same team
 
|-
 
| Name Tag Visibility
 
| String Enum (32)
 
| <code>always</code>, <code>hideForOtherTeams</code>, <code>hideForOwnTeam</code>, <code>never</code>
 
|-
 
| Collision Rule
 
| String Enum (32)
 
| <code>always</code>, <code>pushOtherTeams</code>, <code>pushOwnTeam</code>, <code>never</code>
 
|-
 
| {{change|Color|Formatting}}
 
| {{Change|Byte|VarInt enum}}
 
| {{change|For colors, the same [[Chat]] colors (0-15). -1 indicates RESET/no color.|See below for more info.}}
 
|- {{Added}}
 
| Team Prefix
 
| Chat
 
| Displayed before the names of players that are part of this team
 
|- {{Added}}
 
| Team Suffix
 
| Chat
 
| Displayed after the names of players that are part of this team
 
|-
 
| Entity Count
 
| VarInt
 
| Number of elements in the following array
 
|-
 
| Entities
 
| Array of String (40)
 
| Identifiers for the entities in this team.  For players, this is their username; for other entities, it is their UUID.
 
|-
 
| 1: remove team
 
| ''no fields''
 
| ''no fields''
 
|
 
 
  |-
 
  |-
  |rowspan="9"| 2: update team info
+
  | Operation
| Team Display Name
 
| {{Change|String (32)|Chat}}
 
|
 
|- {{Removed}}
 
| Team Prefix
 
| String (16)
 
| Displayed before the names of entities that are part of this team
 
|- {{Removed}}
 
| Team Suffix
 
| String (16)
 
| Displayed after the names of entities that are part of this team
 
|-
 
| Friendly Flags
 
 
  | Byte
 
  | Byte
  | Bit mask. 0x01: Allow friendly fire, 0x02: can see invisible entities on same team
+
  | See below.
|-
 
| Name Tag Visibility
 
| String Enum (32)
 
| <code>always</code>, <code>hideForOtherTeams</code>, <code>hideForOwnTeam</code>, <code>never</code>
 
|-
 
| Collision Rule
 
| String Enum (32)
 
| <code>always</code>, <code>pushOtherTeams</code>, <code>pushOwnTeam</code>, <code>never</code>
 
|-
 
| {{change|Color|Formatting}}
 
| {{Change|Byte|VarInt enum}}
 
| {{change|For colors, the same [[Chat]] colors (0-15). -1 indicates RESET/no color.|See below for more info.}}
 
|- {{Added}}
 
| Team Prefix
 
| Chat
 
| Displayed before the names of players that are part of this team
 
|- {{Added}}
 
| Team Suffix
 
| Chat
 
| Displayed after the names of players that are part of this team
 
|-
 
|rowspan="2"| 3: add players to team
 
| Entity Count
 
| VarInt
 
| Number of elements in the following array
 
|-
 
| Entities
 
| Array of String (40)
 
| Identifiers for the entities added.  For players, this is their username; for other entities, it is their UUID.
 
|-
 
|rowspan="2"| 4: remove players from team
 
| Entity Count
 
| VarInt
 
| Number of elements in the following array
 
|-
 
| Entities
 
| Array of String (40)
 
| Identifiers for the entities removed.  For players, this is their username; for other entities, it is their UUID.
 
 
  |}
 
  |}
  
Formatting: The formatting of a team defines how the names of the team members are visualized. The following table lists all the possible formattings.
+
The operation controls how the base value of the modifier is changed.
  
{| class="wikitable"
+
* 0: Add/subtract amount
! ID
+
* 1: Add/subtract amount percent of the current value
! Formatting
+
* 2: Multiply by amount percent
|-
 
| 0-15
 
| Color formatting, same values as [[Chat]] colors.
 
|-
 
| 16
 
| Obfuscated
 
|-
 
| 17
 
| Bold
 
|-
 
| 18
 
| Strikethrough
 
|-
 
| 19
 
| Underlined
 
|-
 
| 20
 
| Italic
 
|-
 
| 21
 
| Reset
 
|}
 
  
==== Stop Sound ====
+
All of the 0's are applied first, and then the 1's, and then the 2's.
  
{| class="wikitable" {{Added}}
+
==== Entity Effect ====
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="3"| 0x4C
 
|rowspan="3"| Play
 
|rowspan="3"| Client
 
| Flags
 
| Byte
 
| Controls which fields are present.
 
|-
 
| Source
 
| Optional VarInt enum
 
| Only if flags is 3 or 1 (bit mask 0x1).  See below.  If not present, then sounds from all sources are cleared.
 
|-
 
| Sound
 
| Optional Identifier
 
| Only if flags is 2 or 3 (bit mask 0x2).  A sound effect name, see [[#Named Sound Effect|Named Sound Effect]].  If not present, then all sounds are cleared.
 
|}
 
 
 
Categories:
 
  
 
{| class="wikitable"
 
{| class="wikitable"
! Name !! Value
 
|-
 
| master || 0
 
|-
 
| music || 1
 
|-
 
| record || 2
 
|-
 
| weather || 3
 
|-
 
| block || 4
 
|-
 
| hostile || 5
 
|-
 
| neutral || 6
 
|-
 
| player || 7
 
|-
 
| ambient || 8
 
|-
 
| voice || 9
 
|}
 
 
==== Declare Recipes ====
 
 
{| class="wikitable" {{Added}}
 
! Packet ID
 
! State
 
! Bound To
 
!colspan="2"| Field Name
 
!colspan="2"| Field Type
 
! Notes
 
|-
 
|rowspan="4"| 0x54
 
|rowspan="4"| Play
 
|rowspan="4"| Client
 
|colspan="2"| Num Recipes
 
|colspan="2"| VarInt
 
| Number of elements in the following array
 
|-
 
|rowspan="3"| Recipe
 
| Recipe ID
 
|rowspan="3"| Array
 
| Identifier
 
|
 
|-
 
| Type
 
| String
 
| The recipe type, see below
 
|-
 
| Data
 
| Optional, varies
 
| Additional data for the recipe.  For some types, there will be no data.
 
|}
 
 
Recipe types:
 
 
{| class="wikitable"
 
! Type
 
! Description
 
! Data
 
|-
 
| <code>crafting_shapeless</code>
 
| Shapeless crafting recipe.  All items in the ingredient list must be present, but in any order/slot.
 
| As follows:
 
  {| class="wikitable"
 
    ! Name
 
    ! Type
 
    ! Description
 
    |-
 
    | Group
 
    | String
 
    | Used to group similar recipes together in the recipe book.  Tag is present in recipe JSON.
 
    |-
 
    | Ingredient count
 
    | VarInt
 
    | Number of elements in the following array
 
    |-
 
    | Ingredients
 
    | Array of Ingredient
 
    |
 
    |-
 
    | Result
 
    | [[Slot]]
 
    |
 
    |}
 
|-
 
| <code>crafting_shaped</code>
 
| Shaped crafting recipe.  All items must be present in the same pattern (which may be flipped horizontally or translated)
 
| As follows:
 
  {| class="wikitable"
 
    ! Name
 
    ! Type
 
    ! Description
 
    |-
 
    | Width
 
    | VarInt
 
    |
 
    |-
 
    | Height
 
    | VarInt
 
    |
 
    |-
 
    | Group
 
    | String
 
    | Used to group similar recipes together in the recipe book.  Tag is present in recipe JSON.
 
    |-
 
    | Ingredients
 
    | Array of Ingredient
 
    | Length is width * height.  Indexed by x + (y * width).
 
    |-
 
    | Result
 
    | [[Slot]]
 
    |
 
    |}
 
|-
 
| <code>crafting_special_armordye</code>
 
| Recipe for dying leather armor
 
| None
 
|-
 
| <code>crafting_special_bookcloning</code>
 
| Recipe for copying contents of written books
 
| None
 
|-
 
| <code>crafting_special_mapcloning</code>
 
| Recipe for copying maps
 
| None
 
|-
 
| <code>crafting_special_mapextending</code>
 
| Recipe for adding paper to maps
 
| None
 
|-
 
| <code>crafting_special_firework_rocket</code>
 
| Recipe for making firework rockets
 
| None
 
|-
 
| <code>crafting_special_firework_star</code>
 
| Recipe for making firework stars
 
| None
 
|-
 
| <code>crafting_special_firework_star_fade</code>
 
| Recipe for making firework stars fade between multiple colors
 
| None
 
|-
 
| <code>crafting_special_repairitem</code>
 
| Recipe for repairing items via crafting
 
| None
 
|-
 
| <code>crafting_special_tippedarrow</code>
 
| Recipe for crafting tipped arrows
 
| None
 
|-
 
| <code>crafting_special_bannerduplicate</code>
 
| Recipe for copying banner patterns
 
| None
 
|-
 
| <code>crafting_special_banneraddpattern</code>
 
| Recipe for adding patterns to banners
 
| None
 
|-
 
| <code>crafting_special_shielddecoration</code>
 
| Recipe for applying a banner's pattern to a shield
 
| None
 
|-
 
| <code>crafting_special_shulkerboxcoloring</code>
 
| Recipe for recoloring a shulker box
 
| None
 
|-
 
| <code>smelting</code>
 
| Smelting recipe
 
| As follows:
 
  {| class="wikitable"
 
    ! Name
 
    ! Type
 
    ! Description
 
    |-
 
    | Group
 
    | String
 
    | Used to group similar recipes together in the recipe book.
 
    |-
 
    | Ingredient
 
    | Ingredient
 
    |
 
    |-
 
    | Result
 
    | [[Slot]]
 
    |
 
    |-
 
    | Experience
 
    | Float
 
    |
 
    |-
 
    | Cooking time
 
    | VarInt
 
    |
 
    |}
 
|}
 
 
Ingredient is defined as:
 
 
{| class="wikitable"
 
! Name
 
! Type
 
! Description
 
|-
 
| Count
 
| VarInt
 
| Number of elements in the following array
 
|-
 
| Items
 
| Array of [[Slot]]
 
| Any item in this array may be used for the recipe.  The count of each item should be 1.
 
|}
 
 
==== Tags ====
 
 
{| class="wikitable" {{Added}}
 
 
  ! Packet ID
 
  ! Packet ID
 
  ! State
 
  ! State
Line 4,141: Line 814:
 
  ! Notes
 
  ! Notes
 
  |-
 
  |-
  |rowspan="3"| 0x55
+
  | rowspan="7"| 0x72
  |rowspan="3"| Play
+
  | rowspan="7"| Play
  |rowspan="3"| Client
+
  | rowspan="7"| Client
  | Block Tags
+
  | Entity ID
| (See below)
 
| IDs are block IDs
 
|-
 
| Item Tags
 
| (See below)
 
| IDs are item IDs
 
|-
 
| Fluid Tags
 
| (See below)
 
| IDs are fluid IDs
 
|}
 
 
 
Tags look like:
 
 
 
{| class="wikitable"
 
!colspan="2"| Field Name
 
!colspan="2"| Field Type
 
! Notes
 
|-
 
|colspan="2"| Length
 
|colspan="2"| VarInt
 
| Number of elements in the following array
 
|-
 
|rowspan="3"| Tags
 
| Tag name
 
|rowspan="3"| Array
 
| Identifier
 
|
 
|-
 
| Count
 
 
  | VarInt
 
  | VarInt
| Number of elements in the following array
 
|-
 
| Entries
 
| Array of VarInt
 
| Numeric ID of the block/item.
 
|}
 
 
=== Serverbound ===
 
 
==== Query Block NBT ====
 
 
Used when <kbd>Shift</kbd>+<kbd>F3</kbd>+<kbd>I</kbd> is pressed while looking at a block.
 
 
{| class="wikitable" {{Added}}
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="2"| 0x01
 
|rowspan="2"| Play
 
|rowspan="2"| Server
 
| Transaction ID
 
| VarInt
 
| An incremental ID so that the client can verify that the response matches.
 
|-
 
| Location
 
| Position
 
| The location of the block to check.
 
|}
 
 
==== Tab-Complete (serverbound) ====
 
 
Sent when the client needs to tab-complete a <code>minecraft:ask_server</code> suggestion type.
 
 
{| class="wikitable"
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="5"| {{Change|0x01|0x05}}
 
|rowspan="5"| Play
 
|rowspan="5"| Server
 
|{{Added}}| Transaction Id
 
|{{Added}}| VarInt
 
|{{Added}}| The id received in the tab completion request packet, must match or the client will ignore this packet.  Client generates this and increments it each time it sends another tab completion that doesn't get a response.
 
|-
 
| Text
 
| String ({{change|32767|32500}})
 
| All text behind the cursor without the <code>/</code> (e.g. to the left of the cursor in left-to-right languages like English)
 
|- {{Removed}}
 
| Assume Command
 
| Boolean
 
| If true, the server will parse Text as a command even if it doesn't start with a <code>/</code>. Used in the command block GUI.
 
|- {{Removed}}
 
| Has Position
 
| Boolean
 
|
 
|- {{Removed}}
 
| Looked At Block
 
| Optional Position
 
| The position of the block being looked at. Only sent if Has Position is true.
 
|}
 
 
==== Plugin Message (serverbound) ====
 
 
{{Main|Plugin channels}}
 
 
Mods and plugins can use this to send their data. Minecraft itself uses a number of [[plugin channel]]s. These internal channels are prefixed with <code>MC|</code>.
 
 
More documentation on this: [http://dinnerbone.com/blog/2012/01/13/minecraft-plugin-channels-messaging/ http://dinnerbone.com/blog/2012/01/13/minecraft-plugin-channels-messaging/]
 
 
Note that the length of Data is known only from the packet length, since the packet has no length field of any kind.
 
 
{| class="wikitable"
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="2"| 0x0A
 
|rowspan="2"| Play
 
|rowspan="2"| Server
 
| Channel
 
| {{Change|String (20)|Identifier}}
 
| Name of the [[plugin channel]] used to send the data
 
|-
 
| Data
 
| Byte Array
 
| Any data, depending on the channel. <code><nowiki>MC|</nowiki></code> channels are documented [[plugin channel|here]].  The length of this array must be inferred from the packet length.
 
|}
 
 
==== Edit Book ====
 
 
{| class="wikitable" {{Added}}
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="3"| 0x0B
 
|rowspan="3"| Play
 
|rowspan="3"| Server
 
| New book
 
| [[Slot]]
 
 
  |
 
  |
 
  |-
 
  |-
  | Is signing
+
  | Effect ID
| Boolean
 
| True if the player is signing the book; false if the player is saving a draft.
 
|-
 
| Hand
 
| VarInt enum
 
| 0: Main hand, 1: Off hand
 
|}
 
 
 
When editing a draft, the [[NBT]] section of the Slot contains this:
 
 
 
<pre>
 
TAG_Compound(<nowiki>''</nowiki>): 1 entry
 
{
 
  TAG_List('pages'): 2 entries
 
  {
 
    TAG_String(0): 'Something on Page 1'
 
    TAG_String(1): 'Something on Page 2'
 
  }
 
}
 
</pre>
 
 
 
When signing the book, it instead looks like this:
 
 
 
<pre>
 
TAG_Compound(<nowiki>''</nowiki>): 3 entires
 
{
 
  TAG_String('author'): 'Steve'
 
  TAG_String('title'): 'A Wonderful Book'
 
  TAG_List('pages'): 2 entries
 
  {
 
    TAG_String(0): 'Something on Page 1'
 
    TAG_String(1): 'Something on Page 2'
 
  }
 
}
 
</pre>
 
 
 
==== Query Entity NBT ====
 
 
 
Used when <kbd>Shift</kbd>+<kbd>F3</kbd>+<kbd>I</kbd> is pressed while looking at an entity.
 
 
 
{| class="wikitable" {{Added}}
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="2"| 0x0C
 
|rowspan="2"| Play
 
|rowspan="2"| Server
 
| Transaction ID
 
 
  | VarInt
 
  | VarInt
  | An incremental ID so that the client can verify that the response matches.
+
  | See {{Minecraft Wiki|Status effect#Effect list|this table}}.
 
  |-
 
  |-
  | Entity ID
+
  | Amplifier
  | VarInt
+
  | Byte
  | The ID of the entity to query.
+
  | Notchian client displays effect level as Amplifier + 1.
|}
 
 
 
==== Pick Item ====
 
 
 
Used to swap out an empty space on the hotbar with the item in the given inventory slot.  The Notchain client uses this for pick block functionality (middle click) to retrieve items from the inventory.
 
 
 
 
 
{| class="wikitable" {{Added}}
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
 
  |-
 
  |-
  |rowspan="1"| 0x15
+
  | Duration
|rowspan="1"| Play
 
|rowspan="1"| Server
 
| Slot to use
 
 
  | VarInt
 
  | VarInt
  | See [[Inventory]]
+
  | Duration in ticks. (-1 for infinite)
|}
 
 
 
The server will first search the player's hotbar for an empty slot, starting from the current slot and looping around to the slot before it.  If there are no empty slots, it will start a second search from the current slot and find the first slot that does not contain an enchanted item.  If there still are no slots that meet that criteria, then the server will use the currently selected slot.
 
 
 
After finding the appropriate slot, the server swaps the items and then send 3 packets:
 
 
 
* [[Protocol#Set slot|Set Slot]], with window ID set to -2 and slot set to the newly chosen slot and the item set to the item that is now in that slot (which was previously at the slot the client requested)
 
* Set Slot, with window ID set to -2 and slot set to the slot the player requested, with the item that is now in that slot and was previously on the hotbar slot
 
* [[Protocol#Held_Item_Change_.28clientbound.29|Held Item Change]], with the slot set to the newly chosen slot.
 
 
 
 
 
==== Craft Recipe Request ====
 
 
 
A replacement for [[Protocol#Prepare Crafting Grid|Prepare Crafting Grid]].  It appears to behave more or less the same, but the client does not specify where to move the items.
 
 
 
This packet is sent when a player clicks a recipe in the crafting book that is craftable (white border).
 
 
 
{| class="wikitable"
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
 
  |-
 
  |-
  |rowspan="3"| {{Change|0x12|0x16}}
+
  | Flags
|rowspan="3"| Play
 
|rowspan="3"| Server
 
| Window ID
 
 
  | Byte
 
  | Byte
  |
+
  | Bit field, see below.
  |-
+
  |- {{removed}}
| Recipe
+
  | Has Factor Data
| {{Change|VarInt|Identifier}}
 
  | A recipe ID
 
|-
 
| Make all
 
 
  | Boolean
 
  | Boolean
  | Affects the amount of items processed; true if shift is down when clicked
+
  | Used in DARKNESS effect
 +
|- {{removed}}
 +
| Factor Codec
 +
| NBT Tag
 +
| See below
 
  |}
 
  |}
  
==== Recipe Book Data ====
+
{{Need Info|What exact effect does the blend bit flag have on the client? What happens if it is used on effects besides DARKNESS?}}
(previously known as Crafting Book Data)
 
  
{| class="wikitable"
+
Within flags:
! Packet ID
 
! State
 
! Bound To
 
!colspan="2"| Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="7"| {{Change|0x17|0x1B}}
 
|rowspan="7"| Play
 
|rowspan="7"| Server
 
|colspan="2"| Type
 
| VarInt
 
| Determines the format of the rest of the packet
 
|-
 
! Type
 
! Field Name
 
!
 
!
 
|-
 
| 0: Displayed Recipe
 
| Recipe ID
 
| {{Change|Int|Identifer}}
 
| A recipe ID
 
|-
 
|rowspan="4"| 1: Recipe Book States
 
| Crafting Recipe Book Open
 
| Boolean
 
| Whether the player has the crafting recipe book currently opened/active.
 
|-
 
| Crafting Recipe Filter Active
 
| Boolean
 
| Whether the player has the crafting recipe book filter option currently active.
 
|- {{Added}}
 
| Smelting Recipe Book Open
 
| Boolean
 
| Whether the player has the smelting recipe book currently opened/active.
 
|- {{Added}}
 
| Smelting Recipe Filter Active
 
| Boolean
 
| Whether the player has the smelting recipe book filter option currently active.
 
|}
 
  
The Recipe Book Status type is sent when one of the states changes.
+
* 0x01: Is ambient - was the effect spawned from a beacon?  All beacon-generated effects are ambient.  Ambient effects use a different icon in the HUD (blue border rather than gray).  If all effects on an entity are ambient, the [[Entity_metadata#Living Entity|"Is potion effect ambient" living metadata field]] should be set to true.  Usually should not be enabled.
 +
* 0x02: Show particles - should all particles from this effect be hidden?  Effects with particles hidden are not included in the calculation of the effect color, and are not rendered on the HUD (but are still rendered within the inventory).  Usually should be enabled.
 +
* 0x04: Show icon - should the icon be displayed on the client?  Usually should be enabled.
 +
* {{change||0x08: Blend - should the effect's hard-coded blending be applied?  Currently only used in the DARKNESS effect to apply extra void fog and adjust the gamma value for lighting.}}
  
 
+
{{change|Factor Data|}}
==== Name Item ====
+
{| class="wikitable" {{removed}}
 
+
  !Name
Sent as a player is renaming an item in an anvil (each keypress in the anvil UI sends a new {{Change|<code>MC{{!}}ItemName</code>|Name Item}} packet).  If the new name is empty, then the item loses its custom name (this is different from setting the custom name to the normal name of the item).  The item name may be no longer than 35 characters long, and if it is longer than that, then the rename is silently ignored.
+
  !Type
 
+
  !style="width: 250px;" colspan="2"| Notes
{| class="wikitable" {{Added}}
 
  ! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
  ! Field Type
 
  ! Notes
 
 
  |-
 
  |-
  |rowspan="1"| 0x1C
+
  | padding_duration
|rowspan="1"| Play
+
  | TAG_INT
|rowspan="1"| Server
 
| Item name
 
| String (32767)
 
| The new name of the item
 
|}
 
 
 
==== Select Trade ====
 
 
 
When a player selects a specific trade offered by a villager NPC.
 
 
 
{| class="wikitable" {{Added}}
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="1"| 0x1E
 
|rowspan="1"| Play
 
|rowspan="1"| Server
 
| Selected slot
 
| {{Change|Integer|VarInt}}
 
| The selected slot int the players current (trading) inventory. (Was a full Integer for the plugin message)
 
|}
 
 
 
==== Set Beacon Effect ====
 
 
 
Changes the effect of the current beacon.
 
 
 
{| class="wikitable" {{Added}}
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="2"| 0x20
 
|rowspan="2"| Play
 
|rowspan="2"| Server
 
| Primary Effect
 
| {{Change|Integer|VarInt}}
 
| A [http://minecraft.gamepedia.com/Data_values#Potions Potion ID]. (Was a full Integer for the plugin message)
 
|-
 
| Secondary Effect
 
| {{Change|Integer|VarInt}}
 
| A [http://minecraft.gamepedia.com/Data_values#Potions Potion ID]. (Was a full Integer for the plugin message)
 
|}
 
 
 
==== Update Command Block ====
 
 
 
{| class="wikitable" {{Added}}
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="11"| 0x22
 
|rowspan="11"| Play
 
|rowspan="11"| Server
 
|- {{Removed}}
 
| X || Int ||
 
|- {{Removed}}
 
| Y || Int ||
 
|- {{Removed}}
 
| Z || Int ||
 
|-
 
| Location
 
  | Position
 
 
  |
 
  |
 
  |-
 
  |-
  | Command
+
  | factor_start
  | String (32767)
+
  | TAG_FLOAT
 
  |
 
  |
|- {{Removed}}
 
| Track output || Boolean || If false, the output of the previous command will not be stored within the command block.
 
|-
 
| Mode || {{Change|String|VarInt}} enum || One of "SEQUENCE" {{change||(0)}}, "AUTO" {{change||(1)}}, and "REDSTONE" {{change||(2)}} <!-- remove quotes when merging into release article -->
 
|- {{Removed}}
 
| Is conditional || Boolean ||
 
|- {{Removed}}
 
| Automatic || Boolean ||
 
|-
 
| Flags
 
| Byte
 
| 0x01: Track Output (if false, the output of the previous command will not be stored within the command block); 0x02: Is conditional; 0x04: Automatic
 
|}
 
 
==== Update Command Block Minecart ====
 
 
{| class="wikitable" {{Added}}
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
 
  |-
 
  |-
  |rowspan="3"| 0x23
+
  | factor_target
|rowspan="3"| Play
+
  | TAG_FLOAT
|rowspan="3"| Server
 
  | Entity ID
 
| {{Change|Int|VarInt}}
 
 
  |
 
  |
 
  |-
 
  |-
  | Command
+
  | factor_current
  | String
+
  | TAG_FLOAT
 
  |
 
  |
 
  |-
 
  |-
  | Track Output
+
  | effect_changed_timestamp
  | Boolean
+
  | TAG_INT
| If false, the output of the previous command will not be stored within the command block.
 
|}
 
 
 
==== Update Structure Block ====
 
 
 
{| class="wikitable" {{Added}}
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="22"| 0x25
 
|rowspan="22"| Play
 
|rowspan="22"| Server
 
| {{Removed}}| X
 
| {{Removed}}| Int
 
| {{Removed}}| Tile entity location
 
|- {{Removed}}
 
| Y || Int || Tile entity location
 
|- {{Removed}}
 
| Z || Int || Tile entity location
 
|-
 
| Location
 
| Position
 
| Block entity location
 
|-
 
| Action
 
| {{Change|Byte|VarInt enum}}
 
| An additional action to perform beyond simply saving the given data; see below
 
|-
 
| Mode
 
| {{Change|String|VarInt}} enum
 
| One of "SAVE" {{change||(0)}}, "LOAD" {{change||(1)}}, "CORNER" {{change||(2)}}, "DATA" {{change||(3)}}. <!-- when merging remove quotes -->
 
|-
 
| Name
 
| String
 
|
 
|-
 
| Offset X || {{Change|Int|Byte}}
 
| Between -32 and 32
 
|-
 
| Offset Y || {{Change|Int|Byte}}
 
| Between -32 and 32
 
|-
 
| Offset Z || {{Change|Int|Byte}}
 
| Between -32 and 32
 
|-
 
| Size X || {{Change|Int|Byte}}
 
| Between 0 and 32
 
|-
 
| Size Y || {{Change|Int|Byte}}
 
| Between 0 and 32
 
|-
 
| Size Z || {{Change|Int|Byte}}
 
| Between 0 and 32
 
|-
 
| Mirror
 
| {{Change|String|VarInt}} enum
 
| One of "NONE" {{change||(0)}}, "LEFT_RIGHT" {{change||(1)}}, "FRONT_BACK" {{change||(2)}}. <!-- remove quotes when merging -->
 
|-
 
| Rotation
 
| {{Change|String|VarInt}} enum
 
| One of "NONE" {{change||(0)}}, "CLOCKWISE_90" {{change||(1)}}, "CLOCKWISE_180" {{change||(2)}}, "COUNTERCLOCKWISE_90" {{change||(3)}}. <!-- remove quotes when merging -->
 
|-
 
| Metadata
 
| String
 
|
 
|- {{Removed}}
 
| Ignore entities
 
| Boolean
 
|
 
|- {{Removed}}
 
| Show air
 
| Boolean
 
 
|- {{Removed}}
 
| Show bounding box
 
| Boolean
 
|
 
|-
 
| Integrity
 
| Float
 
| Between 0 and 1
 
|-
 
|Seed
 
|VarLong
 
|
 
|-
 
| Flags
 
| Byte
 
| 0x01: Ignore entities; 0x02: Show air; 0x04: Show bounding box
 
|}
 
 
 
Possible actions:
 
 
 
* {{change|1|0}} - Update data
 
* {{change|2|1}} - Save the structure
 
* {{change|3|2}} - Load the structure
 
* {{change|4|3}} - Detect size
 
 
 
{{change|All other values are ignored.  }}The Notchian client uses {{change|1|update data}} to indicate no special action should be taken (i.e. the done button).
 
 
 
== Handshaking ==
 
 
 
=== Clientbound ===
 
 
 
There are no clientbound packets in the Handshaking state, since the protocol immediately switches to a different state after the client sends the first packet.
 
 
 
=== Serverbound ===
 
 
 
==== Handshake ====
 
 
 
This causes the server to switch into the target state.
 
 
 
{| class="wikitable"
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="4"| 0x00
 
|rowspan="4"| Handshaking
 
|rowspan="4"| Server
 
| Protocol Version
 
| VarInt
 
| See [[protocol version numbers]] (currently {{change|340|400}})
 
 
  |-
 
  |-
  | Server Address
+
  | factor_previous_frame
  | String
+
  | TAG_FLOAT
| Hostname or IP, e.g. localhost or 127.0.0.1, that was used to connect.  The Notchian server does not use this information.
 
|-
 
| Server Port
 
| Unsigned Short
 
| Default is 25565.  The Notchian server does not use this information.
 
 
  |-
 
  |-
  | Next State
+
  | had_effect_last_tick
  | VarInt Enum
+
  | TAG_BOOLEAN
| 1 for [[#Status|status]], 2 for [[#Login|login]]
 
 
  |}
 
  |}
 
== Status ==
 
 
=== Clientbound ===
 
 
No changes so far.
 
  
 
=== Serverbound ===
 
=== Serverbound ===
  
No changes so far.
+
==== Cookie Response (play) ====
 
 
== Login ==
 
 
 
=== Clientbound ===
 
 
 
==== Login Plugin Request ====
 
 
 
Used to implement a custom handshaking flow together with [[#Login_Plugin_Response | Login Plugin Response]].
 
 
 
Unlike plugin messages in "play" mode, these messages follow a lock-step request/response scheme, where the client is expected to respond to a request indicating whether it understood. The vanilla client always responds that it hasn't understood, and sends an empty payload.
 
 
 
{| class="wikitable" {{Added}}
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="3"| 0x04
 
|rowspan="3"| Play
 
|rowspan="3"| Client
 
| Message ID
 
| VarInt
 
| Generated by the server - should be unique to the connection.
 
|-
 
| Channel
 
| Identifier
 
| Name of the [[plugin channel]] used to send the data
 
|-
 
| Data
 
| Byte Array
 
| Any data, depending on the channel. <code><nowiki>MC|</nowiki></code> channels are documented [[plugin channel|here]].  The length of this array must be inferred from the packet length.
 
|}
 
 
 
=== Serverbound ===
 
  
==== Login Plugin Response ====
+
Response to a [[#Cookie_Request_(play)|Cookie Request (play)]] from the server. The Notchian server only accepts responses of up to 5 kiB in size.
  
{| class="wikitable" {{Added}}
+
{| class="wikitable" {{added}}
 
  ! Packet ID
 
  ! Packet ID
 
  ! State
 
  ! State
 
  ! Bound To
 
  ! Bound To
  ! Field Name
+
  ! colspan="2"| Field Name
  ! Field Type
+
  ! colspan="2"| Field Type
 
  ! Notes
 
  ! Notes
 
  |-
 
  |-
  |rowspan="3"| 0x02
+
  | rowspan="3"| 0x6A
  |rowspan="3"| Play
+
  | rowspan="3"| Play
  |rowspan="3"| Client
+
  | rowspan="3"| Server
  | Message ID
+
  | colspan="2"| Key
  | VarInt
+
  | colspan="2"| Identifier
  | Should match ID from server.
+
  | The identifier of the cookie.
 
  |-
 
  |-
  | Successful
+
  | colspan="2"| Has Payload
  | Boolean
+
  | colspan="2"| Boolean
  | <code>true</code> if the client understands the request, <code>false</code> otherwise. When <code>false</code>, no payload follows.
+
  | The payload is only present if the cookie exists on the client.
 
  |-
 
  |-
  | Data
+
  | colspan="2"| Payload
  | Optional Byte Array
+
  | colspan="2"| Optional ByteArray(5120)
  | Any data, depending on the channel. <code><nowiki>MC|</nowiki></code> channels are documented [[plugin channel|here]].  The length of this array must be inferred from the packet length.
+
  | The data of the cookie, if any.
 
  |}
 
  |}
 
 
  
 
[[Category:Minecraft Modern]]
 
[[Category:Minecraft Modern]]

Latest revision as of 05:25, 26 February 2024

This page documents the changes from the last stable Minecraft release (currently 1.20.4, protocol 765) to the current pre-release (currently 24w03b, protocol Snapshot 172). Note that this page contains bleeding-edge information that may not be completely or correctly documented.

One who wishes to commandeer the merging of this into Protocol when an update is made must be sure to respect any changes that may have occurred to the respective packets there.

Contents

Data types

No changes so far.

Packets

ID Packet name Documentation
Handshake serverbound
0x00 Handshake Current Pre
Login clientbound
0x05 Cookie Request (login) Pre
Login serverbound
0x04 Cookie Response (login) Pre
Configuration clientbound
0x00 Cookie Request (configuration) Pre
0x00 0x01 Clientbound Plugin Message (configuration) Current (unchanged)
0x01 0x02 Disconnect (configuration) Current (unchanged)
0x02 0x03 Finish Configuration Current (unchanged)
0x03 0x04 Clientbound Keep Alive (configuration) Current (unchanged)
0x04 0x05 Ping (configuration) Current (unchanged)
0x05 0x06 Registry Data Current (unchanged)
0x06 0x07 Remove Resource Pack (configuration) Current (unchanged)
0x07 0x08 Add Resource Pack (configuration) Current (unchanged)
0x09 Store Cookie (configuration) Pre
0x0A Transfer (configuration) Pre
0x08 0x0B Feature Flags Current (unchanged)
0x09 0x0C Update Tags (configuration) Current (unchanged)
Configuration serverbound
0x01 Cookie Response (configuration) Pre
0x01 0x02 Serverbound Plugin Message (configuration) Current (unchanged)
0x02 0x03 Finish Configuration Current (unchanged)
0x03 0x04 Serverbound Keep Alive (configuration) Current (unchanged)
0x04 0x05 Pong (configuration) Current (unchanged)
0x05 0x06 Resource Pack Response (configuration) Current (unchanged)
Play clientbound
0x16 Cookie Request (Play) Pre
0x16 0x17 Set Cooldown Current (unchanged)
0x17 0x18 Chat Suggestions Current (unchanged)
0x18 0x19 Clientbound Plugin Message (play) Current (unchanged)
0x19 0x1A Damage Event Current (unchanged)
0x1A 0x1B Delete Message Current (unchanged)
0x1B 0x1C Disconnect (play) Current (unchanged)
0x1C 0x1D Disguised Chat Message Current (unchanged)
0x1D 0x1E Entity Event Current (unchanged)
0x1E 0x1F Explosion Current (unchanged)
0x1F 0x20 Unload Chunk Current (unchanged)
0x20 0x21 Game Event Current (unchanged)
0x21 0x22 Open Horse Screen Current (unchanged)
0x22 0x23 Hurt Animation Current (unchanged)
0x23 0x24 Initialize World Border Current (unchanged)
0x24 0x25 Clientbound Keep Alive (play) Current (unchanged)
0x25 0x26 Chunk Data and Update Light Current (unchanged)
0x26 0x27 World Event Current (unchanged)
0x27 0x28 Particle Current (unchanged)
0x28 0x29 Update Light Current (unchanged)
0x29 0x2A Login (play) Current (unchanged)
0x2A 0x2B Map Data Current (unchanged)
0x2B 0x2C Merchant Offers Current (unchanged)
0x2C 0x2D Update Entity Position Current (unchanged)
0x2D 0x2E Update Entity Position and Rotation Current (unchanged)
0x2E 0x2F Update Entity Rotation Current (unchanged)
0x2F 0x30 Move Vehicle Current (unchanged)
0x30 0x31 Open Book Current (unchanged)
0x31 0x32 Open Screen Current (unchanged)
0x32 0x33 Open Sign Editor Current (unchanged)
0x33 0x34 Ping (play) Current (unchanged)
0x34 0x35 Ping Response (play) Current (unchanged)
0x35 0x36 Place Ghost Recipe Current (unchanged)
0x36 0x37 Player Abilities Current (unchanged)
0x37 0x38 Player Chat Message Current (unchanged)
0x38 0x39 End Combat Current (unchanged)
0x39 0x3A Enter Combat Current (unchanged)
0x3A 0x3B Combat Death Current (unchanged)
0x3B 0x3C Player Info Remove Current (unchanged)
0x3C 0x3D Player Info Update Current (unchanged)
0x3D 0x3E Look At Current (unchanged)
0x3E 0x3F Synchronize Player Position Current (unchanged)
0x3F 0x40 Update Recipe Book Current (unchanged)
0x40 0x41 Remove Entities Current (unchanged)
0x41 0x42 Remove Entity Effect Current (unchanged)
0x42 0x43 Reset Score Current (unchanged)
0x43 0x44 Remove Resource Pack (play) Current (unchanged)
0x44 0x45 Add Resource Pack (play) Current (unchanged)
0x45 0x46 Respawn Current (unchanged)
0x46 0x47 Set Head Rotation Current (unchanged)
0x47 0x48 Update Section Blocks Current (unchanged)
0x48 0x49 Select Advancements Tab Current (unchanged)
0x49 0x4A Server Data Current (unchanged)
0x4A 0x4B Set Action Bar Text Current (unchanged)
0x4B 0x4C Set Border Center Current (unchanged)
0x4C 0x4D Set Border Lerp Size Current (unchanged)
0x4D 0x4E Set Border Size Current (unchanged)
0x4E 0x4F Set Border Warning Delay Current (unchanged)
0x4F 0x50 Set Border Warning Distance Current (unchanged)
0x50 0x51 Set Camera Current (unchanged)
0x51 0x52 Set Held Item Current (unchanged)
0x52 0x53 Set Center Chunk Current (unchanged)
0x53 0x54 Set Render Distance Current (unchanged)
0x54 0x55 Set Default Spawn Position Current (unchanged)
0x55 0x56 Display Objective Current (unchanged)
0x56 0x57 Set Entity Metadata Current (unchanged)
0x57 0x58 Link Entities Current (unchanged)
0x58 0x59 Set Entity Velocity Current (unchanged)
0x59 0x5A Set Equipment Current (unchanged)
0x5A 0x5B Set Experience Current (unchanged)
0x5B 0x5C Set Health Current (unchanged)
0x5C 0x5D Update Objectives Current (unchanged)
0x5D 0x5E Set Passengers Current (unchanged)
0x5E 0x5F Update Teams Current (unchanged)
0x5F 0x60 Update Score Current (unchanged)
0x60 0x61 Set Simulation Distance Current (unchanged)
0x61 0x62 Set Subtitle Text Current (unchanged)
0x62 0x63 Update Time Current (unchanged)
0x63 0x64 Set Title Text Current (unchanged)
0x64 0x65 Set Title Animation Times Current (unchanged)
0x65 0x66 Entity Sound Effect Current (unchanged)
0x66 0x67 Sound Effect Current (unchanged)
0x67 0x68 Start Configuration Current (unchanged)
0x68 0x69 Stop Sound Current (unchanged)
0x6A Store Cookie (Play) Pre
0x69 0x6B System Chat Message Current (unchanged)
0x6A 0x6C Set Tab List Header And Footer Current (unchanged)
0x6B 0x6D Tag Query Response Current (unchanged)
0x6C 0x6E Pickup Item Current (unchanged)
0x6D 0x6F Teleport Entity Current (unchanged)
0x6E 0x70 Set Ticking State Current (unchanged)
0x6F 0x71 Step Tick Current (unchanged)
0x72 Transfer (Play) Pre
0x70 0x73 Update Advancements Current (unchanged)
0x71 0x74 Update Attributes Current Pre
0x72 0x75 Entity Effect Current Pre
0x73 0x76 Update Recipes Current (unchanged)
0x74 0x77 Update Tags (play) Current (unchanged)
Play serverbound
0x10 Cookie Response (play) Pre
0x10 0x11 Serverbound Plugin Message (play) Current (unchanged)
0x11 0x12 Edit Book Current (unchanged)
0x12 0x13 Query Entity Tag Current (unchanged)
0x13 0x14 Interact Current (unchanged)
0x14 0x15 Jigsaw Generate Current (unchanged)
0x15 0x16 Serverbound Keep Alive (play) Current (unchanged)
0x16 0x17 Lock Difficulty Current (unchanged)
0x17 0x18 Set Player Position Current (unchanged)
0x18 0x19 Set Player Position and Rotation Current (unchanged)
0x19 0x1A Set Player Rotation Current (unchanged)
0x1A 0x1B Set Player On Ground Current (unchanged)
0x1B 0x1C Move Vehicle Current (unchanged)
0x1C 0x1D Paddle Boat Current (unchanged)
0x1D 0x1E Pick Item Current (unchanged)
0x1E 0x1F Ping Request (play) Current (unchanged)
0x1F 0x20 Place Recipe Current (unchanged)
0x20 0x21 Player Abilities Current (unchanged)
0x21 0x22 Player Action Current (unchanged)
0x22 0x23 Player Command Current (unchanged)
0x23 0x24 Player Input Current (unchanged)
0x24 0x25 Pong (play) Current (unchanged)
0x25 0x26 Change Recipe Book Settings Current (unchanged)
0x26 0x27 Set Seen Recipe Current (unchanged)
0x27 0x28 Rename Item Current (unchanged)
0x28 0x29 Resource Pack Response (play) Current (unchanged)
0x29 0x2A Seen Advancements Current (unchanged)
0x2A 0x2B Select Trade Current (unchanged)
0x2B 0x2C Set Beacon Effect Current (unchanged)
0x2C 0x2D Set Held Item Current (unchanged)
0x2D 0x2E Program Command Block Current (unchanged)
0x2E 0x2F Program Command Block Minecart Current (unchanged)
0x2F 0x30 Set Creative Mode Slot Current (unchanged)
0x30 0x31 Program Jigsaw Block Current (unchanged)
0x31 0x32 Program Structure Block Current (unchanged)
0x32 0x33 Update Sign Current (unchanged)
0x33 0x34 Swing Arm Current (unchanged)
0x34 0x35 Teleport To Entity Current (unchanged)
0x35 0x36 Use Item On Current (unchanged)
0x36 0x37 Use Item Current (unchanged)

New/modified data types

No changes so far.

Entity Metadata

Type Name Value Notes
0 Byte Byte
1 VarInt VarInt
2 VarLong VarLong
3 Float Float
4 String String
5 Text Component Text Component
6 Optional Text Component (Boolean, Optional Text Component) Text Component is present if the Boolean is set to true.
7 Slot Slot
8 Boolean Boolean
9 Rotations (Float, Float, Float) rotation on x, rotation on y, rotation on z
10 Position Position
11 Optional Position (Boolean, Optional Position) Position is present if the Boolean is set to true.
12 Direction VarInt Enum Down = 0, Up = 1, North = 2, South = 3, West = 4, East = 5
13 Optional UUID (Boolean, Optional UUID) UUID is present if the Boolean is set to true.
14 Block State VarInt An ID in the block state registry.
15 Optional Block State VarInt 0 for absent (air is unrepresentable); otherwise, an ID in the block state registry.
16 NBT NBT
17 Particle (VarInt, Varies) particle type (an ID in the minecraft:particle_type registry), particle data (See Particles.)
18 Villager Data (VarInt, VarInt, VarInt) villager type, villager profession, level (See below.)
19 Optional VarInt VarInt 0 for absent; 1 + actual value otherwise. Used for entity IDs.
20 Pose VarInt Enum STANDING = 0, FALL_FLYING = 1, SLEEPING = 2, SWIMMING = 3, SPIN_ATTACK = 4, SNEAKING = 5, LONG_JUMPING = 6, DYING = 7, CROAKING = 8, USING_TONGUE = 9, SITTING = 10, ROARING = 11, SNIFFING = 12, EMERGING = 13, DIGGING = 14, SLIDING = 15, SHOOTING = 16, INHALING = 17
21 Cat Variant VarInt An ID in the minecraft:cat_variant registry.
22 Frog Variant VarInt An ID in the minecraft:frog_variant registry.
23 Optional Global Position (Boolean, Optional Identifier, Optional Position) dimension identifier, position; only if the Boolean is set to true.
24 Painting Variant VarInt An ID in the minecraft:painting_variant registry.
25 Sniffer State VarInt Enum IDLING = 0, FEELING_HAPPY = 1, SCENTING = 2, SNIFFING = 3, SEARCHING = 4, DIGGING = 5, RISING = 6
26 Armadillo State VarInt Enum IDLE = 0, ROLLING = 1, SCARED = 2
26 27 Vector3 (Float, Float, Float) x, y, z
27 28 Quaternion (Float, Float, Float, Float) x, y, z, w

Armadillo

Extends Animal.

Index Type Meaning Default
17 Armadillo State (26) Armadillo State IDLE

Block Actions

No changes so far.

Inventories

No changes so far.

Plugin Channels

No changes so far.

Handshake

Serverbound

Handshake

This causes the server to switch into the target state.

Packet ID State Bound To Field Name Field Type Notes
0x00 Handshaking Server Protocol Version VarInt See protocol version numbers (currently 765 in Minecraft 1.20.4).
Server Address String (255) Hostname or IP, e.g. localhost or 127.0.0.1, that was used to connect. The Notchian server does not use this information. Note that SRV records are a simple redirect, e.g. if _minecraft._tcp.example.com points to mc.example.org, users connecting to example.com will provide example.org as server address in addition to connecting to it.
Server Port Unsigned Short Default is 25565. The Notchian server does not use this information.
Next State VarInt Enum 1 for Status, 2 for Login, 3 for Transfer.

Status

Clientbound

No changes so far.

Serverbound

No changes so far.

Login

Clientbound

Cookie Request (login)

Requests a cookie that was previously stored.

Packet ID State Bound To Field Name Field Type Notes
0x05 Login Client Key Identifier The identifier of the cookie.

Serverbound

Cookie Response (login)

Response to a Cookie Request (login) from the server. The Notchian server only accepts responses of up to 5 kiB in size.

Packet ID State Bound To Field Name Field Type Notes
0x04 Login Server Key Identifier The identifier of the cookie.
Has Payload Boolean The payload is only present if the cookie exists on the client.
Payload Optional ByteArray(5120) The data of the cookie, if any.

Configuration

Clientbound

Cookie Request (configuration)

Requests a cookie that was previously stored.

Packet ID State Bound To Field Name Field Type Notes
0x00 Configuration Client Key Identifier The identifier of the cookie.

Store Cookie (configuration)

Stores some arbitrary data on the client, which persists between server transfers. The Notchian client only accepts cookies of up to 5 kiB in size.

Packet ID State Bound To Field Name Field Type Notes
0x09 Configuration Client Key Identifier The identifier of the cookie.
Payload ByteArray(5120) The data of the cookie.

Transfer (configuration)

Notifies the client that it should transfer to the given server. Cookies previously stored are preserved between server transfers.

Packet ID State Bound To Field Name Field Type Notes
0x0A Configuration Client Host String The hostname of IP of the server.
Port VarInt The port of the server.

Serverbound

Cookie Response (configuration)

Response to a Cookie Request (configuration) from the server. The Notchian server only accepts responses of up to 5 kiB in size.

Packet ID State Bound To Field Name Field Type Notes
0x01 Configuration Server Key Identifier The identifier of the cookie.
Has Payload Boolean The payload is only present if the cookie exists on the client.
Payload Optional ByteArray(5120) The data of the cookie, if any.

Play

Clientbound

Cookie Request (play)

Requests a cookie that was previously stored.

Packet ID State Bound To Field Name Field Type Notes
0x16 Play Client Key Identifier The identifier of the cookie.

Store Cookie (play)

Stores some arbitrary data on the client, which persists between server transfers. The Notchian client only accepts cookies of up to 5 kiB in size.

Packet ID State Bound To Field Name Field Type Notes
0x6A Play Client Key Identifier The identifier of the cookie.
Payload ByteArray(5120) The data of the cookie.

Transfer (play)

Notifies the client that it should transfer to the given server. Cookies previously stored are preserved between server transfers.

Packet ID State Bound To Field Name Field Type Notes
0x72 Play Client Host String The hostname of IP of the server.
Port VarInt The port of the server.

Update Attributes

Sets attributes on the given entity.

Packet ID State Bound To Field Name Field Type Notes
0x71 Play Client Entity ID VarInt
Number Of Properties VarInt Number of elements in the following array.
Property Key Id Array Identifier VarInt Enum See below.
Value Double See below.
Number Of Modifiers VarInt Number of elements in the following array.
Modifiers Array of Modifier Data See Attribute#Modifiers. Modifier Data defined below.

Known Key values (see also Attribute#Modifiers):

Id Key Default Min Max Label
0 generic.armor 0.0 0.0 30.0 Armor.
1 generic.armor_toughness 0.0 0.0 20.0 Armor Toughness.
2 generic.attack_damage 2.0 0.0 2048.0 Attack Damage.
3 generic.attack_knockback 0.0 0.0 5.0 Attack Knockback.
4 generic.attack_speed 4.0 0.0 1024.0 Attack Speed.
5 generic.block_interaction_range 4.5 0.0 64.0 Block Interaction Range.
6 generic.entity_interaction_range 3.0 0.0 64.0 Entity Interaction Range.
7 generic.flying_speed 0.4 0.0 1024.0 Flying Speed.
8 generic.follow_range 32.0 0.0 2048.0 Follow Range.
9 horse.jump_strength 0.7 0.0 2.0 Jump Strength.
10 generic.knockback_resistance 0.0 0.0 1.0 Knockback Resistance.
11 generic.luck 0.0 -1024.0 1024.0 Luck.
12 generic.max_absorption 0.0 0.0 2048.0 Max Absorption.
13 generic.max_health 20.0 1.0 1024.0 Max Health.
14 generic.movement_speed 0.7 0.0 1024.0 Movement Speed.
15 generic.scale 1.0 0.0625 16.0 Scale.
16 zombie.spawn_reinforcements 0.0 0.0 1.0 Spawn Reinforcements Chance.
17 generic.step_height 0.6 0.0 10.0 Step Height.

Modifier Data structure:

Field Name Field Type Notes
UUID UUID
Amount Double May be positive or negative.
Operation Byte See below.

The operation controls how the base value of the modifier is changed.

  • 0: Add/subtract amount
  • 1: Add/subtract amount percent of the current value
  • 2: Multiply by amount percent

All of the 0's are applied first, and then the 1's, and then the 2's.

Entity Effect

Packet ID State Bound To Field Name Field Type Notes
0x72 Play Client Entity ID VarInt
Effect ID VarInt See this table.
Amplifier Byte Notchian client displays effect level as Amplifier + 1.
Duration VarInt Duration in ticks. (-1 for infinite)
Flags Byte Bit field, see below.
Has Factor Data Boolean Used in DARKNESS effect
Factor Codec NBT Tag See below
Huh.png The following information needs to be added to this page:
What exact effect does the blend bit flag have on the client? What happens if it is used on effects besides DARKNESS?

Within flags:

  • 0x01: Is ambient - was the effect spawned from a beacon? All beacon-generated effects are ambient. Ambient effects use a different icon in the HUD (blue border rather than gray). If all effects on an entity are ambient, the "Is potion effect ambient" living metadata field should be set to true. Usually should not be enabled.
  • 0x02: Show particles - should all particles from this effect be hidden? Effects with particles hidden are not included in the calculation of the effect color, and are not rendered on the HUD (but are still rendered within the inventory). Usually should be enabled.
  • 0x04: Show icon - should the icon be displayed on the client? Usually should be enabled.
  • 0x08: Blend - should the effect's hard-coded blending be applied? Currently only used in the DARKNESS effect to apply extra void fog and adjust the gamma value for lighting.

Factor Data

Name Type Notes
padding_duration TAG_INT
factor_start TAG_FLOAT
factor_target TAG_FLOAT
factor_current TAG_FLOAT
effect_changed_timestamp TAG_INT
factor_previous_frame TAG_FLOAT
had_effect_last_tick TAG_BOOLEAN

Serverbound

Cookie Response (play)

Response to a Cookie Request (play) from the server. The Notchian server only accepts responses of up to 5 kiB in size.

Packet ID State Bound To Field Name Field Type Notes
0x6A Play Server Key Identifier The identifier of the cookie.
Has Payload Boolean The payload is only present if the cookie exists on the client.
Payload Optional ByteArray(5120) The data of the cookie, if any.