Difference between revisions of "Pre-release protocol"

From wiki.vg
Jump to navigation Jump to search
m (1.13-pre5)
 
(625 intermediate revisions by 46 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-pre4, protocol 386]]). Note that this page contains bleeding-edge information that may not be completely or correctly documented.
+
This page documents the changes from release 1.21.1 (protocol 767) to the current release (1.21.3, protocol 768). The stable protocol documentation is currently lagging behind, and the changes documented here will be merged soon, once they are complete. The current pre-release (snapshot 24w44a) is not yet 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 ====
+
{| class="wikitable"
 +
|-
 +
! Name
 +
! Size (bytes)
 +
! Encodes
 +
! Notes
 +
|- {{added}}
 +
! id=Type:Teleport_Flags | {{Type|Teleport Flags}}
 +
| 4
 +
| See [[#Teleport Flags]]
 +
| Bit field specifying how a teleportation is to be applied on each axis.
 +
|- {{added}}
 +
! id=Type:Recipe_Display | {{Type|Recipe Display}}
 +
| Varies
 +
| See [[Recipes#Recipe Display structure]]
 +
| Description of a recipe for use for use by the client.
 +
|}
 +
 
 +
==== Teleport Flags ====
  
===== Global palette =====
+
A bit field represented as an {{Type|Int}}, specifying how a teleportation is to be applied on each axis.
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/18w22c.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.18w22c.jar net.minecraft.data.Main --reports</code> (use <code>--help</code> for a list of other options). One can parse the generated <code>blocks.json</code> to convert known block states to and from ids.}}
+
In the lower 8 bits of the bit field, a set bit means the teleportation on the corresponding axis is relative, and an unset bit that it is absolute.
 +
 
 +
{| class="wikitable"
 +
|-
 +
! Hex Mask
 +
! Field
 +
|-
 +
| 0x0001
 +
| Relative X
 +
|-
 +
| 0x0002
 +
| Relative Y
 +
|-
 +
| 0x0004
 +
| Relative Z
 +
|-
 +
| 0x0008
 +
| Relative Yaw
 +
|-
 +
| 0x0010
 +
| Relative Pitch
 +
|- {{added}}
 +
| 0x0020
 +
| Relative Velocity X
 +
|- {{added}}
 +
| 0x0040
 +
| Relative Velocity Y
 +
|- {{added}}
 +
| 0x0080
 +
| Relative Velocity Z
 +
|- {{added}}
 +
| 0x0100
 +
  | Rotate velocity according to the change in rotation, ''before'' applying the velocity change in this packet. Combining this with absolute rotation works as expected&mdash;the difference in rotation is still used.
 +
|}
  
 
=== Packets ===
 
=== Packets ===
Line 23: Line 73:
 
  !colspan="2"| Documentation
 
  !colspan="2"| Documentation
 
  |-
 
  |-
!colspan="4"| Handshaking serverbound
+
!colspan="4"| Play clientbound
{{PacketList|0x00|Handshake}}
+
{{PacketList|0x12|Close Container}}
 +
{{PacketList|0x13|Set Container Content}}
 +
{{PacketList|0x14|Set Container Property}}
 +
{{PacketList|0x15|Set Container Slot}}
 +
{{PacketList|0x17|Set Cooldown}}
 +
{{PacketList|{{change|0x70|0x20}}|Teleport Entity}}
 +
{{PacketList|{{change|0x20|0x21}}|Explosion}}
 +
{{PacketList|{{change|0x23|0x24}}|Open Horse Screen}}
 +
{{PacketList|{{change|0x2B|0x2C}}|Login (play)}}
 +
{{PacketList|0x31|Move Minecart Along Track|rel=added}}
 +
{{PacketList|{{change|0x37|0x39}}|Place Ghost Recipe}}
 +
{{PacketList|{{change|0x3E|0x40}}|Player Info Update}}
 +
{{PacketList|{{change|0x40|0x42}}|Synchronize Player Position}}
 +
{{PacketList|0x41|Update Recipe Book|pre=removed}}
 +
{{PacketList|0x43|Player Rotation|rel=added}}
 +
{{PacketList|0x44|Recipe Book Add|rel=added}}
 +
{{PacketList|0x45|Recipe Book Remove|rel=added}}
 +
{{PacketList|0x46|Recipe Book Settings|rel=added}}
 +
{{PacketList|{{change|0x47|0x4C}}|Respawn}}
 +
{{PacketList|0x5a|Set Cursor Item|rel=added}}
 +
{{PacketList|{{change|0x53|0x63}}|Set Held Item|pre=unchanged}}
 +
{{PacketList|0x66|Set Player Inventory Slot|rel=added}}
 +
{{PacketList|{{change|0x64|0x6b}}|Update Time}}
 +
{{PacketList|0x77|Synchronize Vehicle Position|rel=added}}
 +
{{PacketList|{{change|0x77|0x7e}}|Update Recipes}}
 
  |-
 
  |-
!colspan="4"| Play clientbound
+
!colspan="4"| Play serverbound
{{PacketList|0x04|Spawn Painting}}
+
{{PacketList|0x02|Bundle Item Selected|rel=added}}
{{PacketList|0x07|Statistics}}
+
  {{PacketList|0x0b|Client Tick End|rel=added}}
{{PacketList|0x09|Update Block Entity}}
+
{{PacketList|{{change|0x0E|0x10}}|Click Container}}
{{PacketList|0x0B|Block Change}}
+
{{PacketList|{{change|0x0F|0x11}}|Close Container}}
{{PacketList|{{change|0x0F|0x0E}}|Chat Message (clientbound)|pre=unchanged}}
+
{{PacketList|{{change|0x14|0x16}}|Edit Book}}
{{PacketList|{{change|0x10|0x0F}}|Multi Block Change}}
+
{{PacketList|{{change|0x1A|0x1C}}|Set Player Position}}
{{PacketList|{{change|0x0E|0x10}}|Tab-Complete (clientbound)}}
+
{{PacketList|{{change|0x1B|0x1D}}|Set Player Position and Rotation}}
{{PacketList|0x11|Declare Commands|rel=added}}
+
{{PacketList|{{change|0x1C|0x1E}}|Set Player Rotation}}
{{PacketList|{{change|0x11|0x12}}|Confirm Transaction (clientbound)|pre=unchanged}}
+
{{PacketList|0x1D|Set Player On Ground|pre=removed}}
{{PacketList|{{change|0x12|0x13}}|Close Window (clientbound)|pre=unchanged}}
+
{{PacketList|0x1F|Set Player Movement Flags|rel=added}}
{{PacketList|{{change|0x13|0x14}}|Open Window|pre=unchanged}}
+
{{PacketList|{{change|0x22|0x24}}|Place Recipe}}
{{PacketList|{{change|0x14|0x15}}|Window Items|pre=unchanged}}
+
{{PacketList|{{change|0x26|0x28}}|Player Input}}
{{PacketList|{{change|0x15|0x16}}|Window Property|pre=unchanged}}
+
{{PacketList|{{change|0x29|0x2B}}|Set Seen Recipe}}
{{PacketList|{{change|0x16|0x17}}|Set Slot|pre=unchanged}}
+
{{PacketList|{{change|0x38|0x3A}}|Use Item On}}
{{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|{{change|0x1C|0x1D}}|Explosion|pre=unchanged}}
 
{{PacketList|{{change|0x1D|0x1E}}|Unload Chunk|pre=unchanged}}
 
{{PacketList|{{change|0x1E|0x1F}}|Change Game State|pre=unchanged}}
 
{{PacketList|{{change|0x1F|0x20}}|Keep Alive (clientbound)|pre=unchanged}}
 
{{PacketList|{{change|0x20|0x21}}|Chunk Data}}
 
{{PacketList|{{change|0x21|0x22}}|Effect|pre=unchanged}}
 
{{PacketList|{{change|0x22|0x23}}|Spawn Particle}}
 
{{PacketList|{{change|0x23|0x24}}|Join Game|pre=unchanged}}
 
{{PacketList|{{change|0x24|0x25}}|Map}}
 
{{PacketList|{{change|0x25|0x26}}|Entity|pre=unchanged}}
 
{{PacketList|{{change|0x26|0x27}}|Entity Relative Move|pre=unchanged}}
 
{{PacketList|{{change|0x27|0x28}}|Entity Look And Relative Move|pre=unchanged}}
 
{{PacketList|{{change|0x28|0x29}}|Entity Look|pre=unchanged}}
 
{{PacketList|{{change|0x29|0x2A}}|Vehicle Move (clientbound)|pre=unchanged}}
 
{{PacketList|{{change|0x2A|0x2B}}|Open Sign Editor|pre=unchanged}}
 
{{PacketList|{{change|0x2B|0x2C}}|Craft Recipe Response}}
 
{{PacketList|{{change|0x2C|0x2D}}|Player Abilities (clientbound)|pre=unchanged}}
 
{{PacketList|{{change|0x2D|0x2E}}|Combat Event|pre=unchanged}}
 
{{PacketList|{{change|0x2E|0x2F}}|Player List Item|pre=unchanged}}
 
{{PacketList|0x30|Face Player|rel=added}}
 
{{PacketList|{{change|0x2F|0x31}}|Player Position And Look (clientbound)|pre=unchanged}}
 
{{PacketList|{{change|0x30|0x32}}|Use Bed|pre=unchanged}}
 
{{PacketList|{{change|0x31|0x33}}|Unlock Recipes}}
 
{{PacketList|{{change|0x32|0x34}}|Destroy Entities|pre=unchanged}}
 
{{PacketList|{{change|0x33|0x35}}|Remove Entity Effect|pre=unchanged}}
 
{{PacketList|{{change|0x34|0x36}}|Resource Pack Send|pre=unchanged}}
 
{{PacketList|{{change|0x35|0x37}}|Respawn|pre=unchanged}}
 
{{PacketList|{{change|0x36|0x38}}|Entity Head Look|pre=unchanged}}
 
{{PacketList|{{change|0x37|0x39}}|Select Advancement Tab|pre=unchanged}}
 
{{PacketList|{{change|0x38|0x3A}}|World Border|pre=unchanged}}
 
{{PacketList|{{change|0x39|0x3B}}|Camera|pre=unchanged}}
 
{{PacketList|{{change|0x3A|0x3C}}|Held Item Change (clientbound)|pre=unchanged}}
 
{{PacketList|{{change|0x3B|0x3D}}|Display Scoreboard|pre=unchanged}}
 
{{PacketList|{{change|0x3C|0x3E}}|Entity Metadata|pre=unchanged}}
 
{{PacketList|{{change|0x3D|0x3F}}|Attach Entity|pre=unchanged}}
 
{{PacketList|{{change|0x3E|0x40}}|Entity Velocity|pre=unchanged}}
 
{{PacketList|{{change|0x3F|0x41}}|Entity Equipment|pre=unchanged}}
 
{{PacketList|{{change|0x40|0x42}}|Set Experience|pre=unchanged}}
 
{{PacketList|{{change|0x41|0x43}}|Update Health|pre=unchanged}}
 
{{PacketList|{{change|0x42|0x44}}|Scoreboard Objective}}
 
{{PacketList|{{change|0x43|0x45}}|Set Passengers|pre=unchanged}}
 
{{PacketList|{{change|0x44|0x46}}|Teams}}
 
{{PacketList|{{change|0x45|0x47}}|Update Score|pre=unchanged}}
 
{{PacketList|{{change|0x46|0x48}}|Spawn Position|pre=unchanged}}
 
{{PacketList|{{change|0x47|0x49}}|Time Update|pre=unchanged}}
 
{{PacketList|{{change|0x48|0x4A}}|Title|pre=unchanged}}
 
{{PacketList|0x4B|Stop Sound|rel=added}}
 
{{PacketList|{{change|0x49|0x4C}}|Sound Effect|pre=unchanged}}
 
{{PacketList|{{change|0x4A|0x4D}}|Player List Header And Footer|pre=unchanged}}
 
{{PacketList|{{change|0x4B|0x4E}}|Collect Item|pre=unchanged}}
 
{{PacketList|{{change|0x4C|0x4F}}|Entity Teleport|pre=unchanged}}
 
{{PacketList|{{change|0x4D|0x50}}|Advancements|pre=unchanged}}
 
{{PacketList|{{change|0x4E|0x51}}|Entity Properties|pre=unchanged}}
 
{{PacketList|{{change|0x4F|0x52}}|Entity Effect|pre=unchanged}}
 
{{PacketList|0x53|Declare Recipes|rel=added}}
 
{{PacketList|0x54|Tags|rel=added}}
 
  |-
 
!colspan="4"| Play serverbound
 
{{PacketList|{{change|0x02|0x01}}|Chat Message (serverbound)|pre=unchanged}}
 
{{PacketList|{{change|0x03|0x02}}|Client Status|pre=unchanged}}
 
{{PacketList|{{change|0x04|0x03}}|Client Settings|pre=unchanged}}
 
{{PacketList|{{change|0x01|0x04}}|Tab-Complete (serverbound)}}
 
{{PacketList|0x09|Plugin message (serverbound)}}
 
{{PacketList|0x0A|Edit Book|rel=added}}
 
{{PacketList|{{change|0x0A|0x0B}}|Use Entity|pre=unchanged}}
 
{{PacketList|{{change|0x0B|0x0C}}|Keep Alive (serverbound)|pre=unchanged}}
 
{{PacketList|{{change|0x0C|0x0D}}|Player|pre=unchanged}}
 
{{PacketList|{{change|0x0D|0x0E}}|Player Position|pre=unchanged}}
 
{{PacketList|{{change|0x0E|0x0F}}|Player Position And Look (serverbound)|pre=unchanged}}
 
{{PacketList|{{change|0x0F|0x10}}|Player Look|pre=unchanged}}
 
{{PacketList|{{change|0x10|0x11}}|Vehicle Move (serverbound)|pre=unchanged}}
 
{{PacketList|{{change|0x11|0x12}}|Steer Boat|pre=unchanged}}
 
{{PacketList|0x13|Pick Item|rel=added}}
 
{{PacketList|{{change|0x12|0x14}}|Craft Recipe Request}}
 
{{PacketList|{{change|0x13|0x15}}|Player Abilities (serverbound)|pre=unchanged}}
 
{{PacketList|{{change|0x14|0x16}}|Player Digging|pre=unchanged}}
 
{{PacketList|{{change|0x15|0x17}}|Entity Action|pre=unchanged}}
 
{{PacketList|{{change|0x16|0x18}}|Steer Vehicle|pre=unchanged}}
 
{{PacketList|{{change|0x17|0x19}}|Recipe Book Data}}
 
{{PacketList|0x1A|Name Item|rel=added}}
 
{{PacketList|{{change|0x18|0x1B}}|Resource Pack Status|pre=unchanged}}
 
{{PacketList|{{change|0x19|0x1C}}|Advancement Tab|pre=unchanged}}
 
{{PacketList|0x1D|Select Trade|rel=added}}
 
{{PacketList|0x1E|Set Beacon Effect|rel=added}}
 
{{PacketList|{{change|0x1A|0x1F}}|Held Item Change (serverbound)|pre=unchanged}}
 
{{PacketList|0x20|Update Command Block|rel=added}}
 
{{PacketList|0x21|Update Command Block Minecart|rel=added}}
 
{{PacketList|{{change|0x1B|0x22}}|Creative Inventory Action|pre=unchanged}}
 
{{PacketList|0x23|Update Structure Block|rel=added}}
 
{{PacketList|{{change|0x1C|0x24}}|Update Sign|pre=unchanged}}
 
{{PacketList|{{change|0x1D|0x25}}|Animation (serverbound)|pre=unchanged}}
 
{{PacketList|{{change|0x1E|0x26}}|Spectate|pre=unchanged}}
 
{{PacketList|{{change|0x1F|0x27}}|Player Block Placement|pre=unchanged}}
 
{{PacketList|{{change|0x20|0x28}}|Use Item|pre=unchanged}}
 
|-
 
!colspan="5"| Login clientbound
 
{{PacketList|0x00|Login Plugin Message (clientbound)|rel=added}}
 
{{PacketList|{{change|0x00|0x01}}|Disconnect (login)|pre=unchanged}}
 
{{PacketList|{{change|0x01|0x02}}|Encryption Request|pre=unchanged}}
 
{{PacketList|{{change|0x02|0x03}}|Login Success|pre=unchanged}}
 
{{PacketList|{{change|0x03|0x04}}|Set Compression|pre=unchanged}}
 
|-
 
!colspan="3"| Login serverbound
 
{{PacketList|0x00|Login Plugin Message (serverbound)|rel=added}}
 
{{PacketList|{{change|0x00|0x01}}|Login Start|pre=unchanged}}
 
{{PacketList|{{change|0x01|0x02}}|Encryption Response|pre=unchanged}}
 
 
  |}
 
  |}
  
== New/modified data types ==
+
== Entity Metadata ==
  
=== [[Slot]] ===
+
=== Entity Metadata Format ===
 +
 
 +
==== Painting Variant ====
 +
 
 +
{{See also|Registry Data#Painting Variant}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 163: Line 130:
 
  ! Meaning
 
  ! Meaning
 
  |-
 
  |-
  | {{Change|Block ID|Item ID}}
+
| Width
| Short
+
  | {{Type|Int}}
  | 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.}}
+
  | The width of the painting, in blocks.  
 
  |-
 
  |-
  | Item Count
+
  | Height
  | Optional Byte
+
  | {{Type|Int}}
| Not present if Block ID is <code>-1</code>.
+
  | The height of the painting, in blocks.  
|- {{Removed}}
 
  | Item Damage
 
| Optional Short
 
| Not present if Block ID is <code>-1</code>.
 
 
  |-
 
  |-
  | NBT
+
  | Asset ID
  | Optional NBT
+
  | {{Type|Identifier}}
  | 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:
+
  | The texture for the painting.
 +
The Notchian client uses the corresponding asset located at
 +
<code>textures/painting</code>.
 +
|- {{added}}
 +
| Has title
 +
| {{Type|Boolean}}
 +
|
 +
|- {{added}}
 +
| Title
 +
| {{Type|Optional}} {{Type|Text Component}}
 +
| The displayed title of the painting. Only present if Has title is true.
 +
|- {{added}}
 +
| Has author
 +
| {{Type|Boolean}}
 +
|
 +
|- {{added}}
 +
| Author
 +
| {{Type|Optional}} {{Type|Text Component}}
 +
| The displayed author of the painting. Only present if Has author is true.
 
  |}
 
  |}
  
=== Particle ===
+
== Registry Data ==
 +
 
 +
=== Painting Variant ===
 +
 
 +
The <code>minecraft:painting_variant</code> registry. It defines the textures and dimensions for the game's paintings.
  
 
{| class="wikitable"
 
{| class="wikitable"
  ! Field Name
+
  ! Name
  ! Field Type
+
  ! Type
 
  ! Meaning
 
  ! Meaning
 +
! Values
 +
|-
 +
| asset_id
 +
| [[NBT#Specification:string_tag|String Tag]]
 +
| The texture for the painting.
 +
The Notchian client uses the corresponding asset located at
 +
<code>textures/painting</code>.
 +
| Example: "minecraft:backyard".
 
  |-
 
  |-
  | ID
+
  | height
  | VarInt
+
  | [[NBT#Specification:int_tag|Int Tag]]
  | The ID of the particle type, see below.
+
  | The height of the painting, in blocks.
 +
| Example: <code>2</code>
 
  |-
 
  |-
  | Data
+
  | width
  | Varies
+
  | [[NBT#Specification:int_tag|Int Tag]]
  | Varies based on the particle type, see below.
+
| The width of the painting, in blocks.
 +
|
 +
|- {{added}}
 +
| title
 +
| [[NBT#Specification:compound_tag|Compound Tag]] or [[NBT#Specification:string_tag|String Tag]]
 +
| The displayed title of the painting. See [[Text formatting]].
 +
| Example: <code>{"color": "gray", "translate": "painting.minecraft.skeleton.title"}</code>
 +
|- {{added}}
 +
| author
 +
  | [[NBT#Specification:compound_tag|Compound Tag]] or [[NBT#Specification:string_tag|String Tag]]
 +
| The displayed author of the painting. See [[Text formatting]].
 +
| Example: <code>{"color": "gray", "translate": "painting.minecraft.skeleton.author"}</code>
 
  |}
 
  |}
 +
 +
== Slot Data ==
 +
 +
=== Structured components ===
  
 
{| class="wikitable"
 
{| class="wikitable"
 +
! Type
 +
! Name
 +
! Description
 +
! style="width: 50%" | Data
 +
|- {{added}}
 +
| 6
 +
| <code>minecraft:item_model</code>
 +
| Item's model.
 +
| As follows:
 +
  {| class="wikitable" {{added}}
 +
    ! Name
 +
    ! Type
 +
    ! Description
 +
    |-
 +
    | Model
 +
    | {{Type|Identifier}}
 +
    |
 +
    |}
 
  |-
 
  |-
  ! Particle Name
+
  | {{change|20|21}}
! Particle ID
+
| <code>minecraft:food</code>
! Data
+
| Makes the item {{change|consumable|restore the player's hunger bar when consumed}}.
  |-
+
| As follows:
  | <code>minecraft:ambient_entity_effect</code>
+
  {| class="wikitable"
  | 0
+
    ! colspan="2"| Name
  | None
+
    ! colspan="2"| Type
|-
+
    ! Description
| <code>minecraft:angry_villager</code>
+
    |-
| 1
+
    | colspan="2"| Nutrition
  | None
+
    | colspan="2"| {{Type|VarInt}}
  |-
+
    | Non-negative
  | <code>minecraft:barrier</code>
+
    |-
  | 2
+
    | colspan="2"| Saturation Modifier
  | None
+
    | colspan="2"| {{Type|Float}}
  |-
+
    | How much saturation will be given after consuming the item.
  | <code>minecraft:block</code>
+
    |-
  | 3
+
    | colspan="2"| Can Always Eat
  |
+
    | colspan="2"| {{Type|Boolean}}
{| class="wikitable"
+
    | Whether the item can always be eaten, even at full hunger.
  ! Field Name
+
    |- {{removed}}
  ! Field Type
+
    | colspan="2"| Seconds To Eat
  ! Meaning
+
    | colspan="2"| {{Type|Float}}
  |-
+
    | How long it takes to consume the item.
  | BlockState
+
    |- {{removed}}
  | VarInt
+
    | colspan="2"| Using converts to
  | The ID of the block state.
+
    | colspan="2"| {{Type|Slot Data}}
  |}
+
    | This specifies the item produced after consuming the current item. In the Notchian server, this is used for stews, which turn into bowls. Set this to Air if the item should be consumed normally without leaving any other item after.
 +
    |- {{removed}}
 +
    | colspan="2"| Number of effects
 +
    | colspan="2"| {{Type|VarInt}}
 +
    | Number of elements in the following array.
 +
    |- {{removed}}
 +
    | rowspan="2"| Effect
 +
    | Type ID
 +
    | rowspan="2"| {{Type|Array}}
 +
    | [[#Potion_Effect|Potion Effect]]
 +
    | The potion effect. See [[#Potion_Effect|Potion Effect]].
 +
    |- {{removed}}
 +
    | Probability
 +
    | {{Type|Float}}
 +
    | The probability for this effect to be chosen.
 +
    |}
 +
  |- {{added}}
 +
| 22
 +
  | <code>minecraft:consumable</code>
 +
  | Makes the item consumable.
 +
  | As follows:
 +
  {| class="wikitable" {{added}}
 +
    ! Name
 +
    ! Type
 +
    ! Description
 +
    |-
 +
    | Consume seconds
 +
    | {{Type|Float}}
 +
    | How long it takes to consume the item.
 +
    |-
 +
    | Animation
 +
    | {{Type|VarInt}} {{Type|Enum}}
 +
    | 0: none, 1: eat, 2: drink, 3: block, 4: bow, 5: spear, 6: crossbow, 7: spyglass, 8: toot_horn, 9: brush
 +
    |-
 +
    | Sound
 +
    | {{Type|ID or}} {{Type|Sound Event}}
 +
    | ID in the <code>minecraft:sound_event</code> registry, or an inline definition.
 +
    |-
 +
    | Has consume particles
 +
    | {{Type|Boolean}}
 +
    |
 +
    |-
 +
    | Number of effects
 +
    | {{Type|VarInt}}
 +
    | Number of elements in the following array.
 +
    |-
 +
    | Effects
 +
    | {{Type|Array}} of [[#Consume Effect|Consume Effect]]
 +
    | Effects to apply on consumption. See [[#Consume Effect|Consume Effect]].
 +
    |}
 +
  |- {{added}}
 +
  | 23
 +
  | <code>minecraft:use_remainder</code>
 +
  | This specifies the item produced after using the current item. In the Notchian server, this is used for stews, which turn into bowls.
 +
  | As follows:
 +
  {| class="wikitable" {{added}}
 +
    ! Name
 +
    ! Type
 +
    ! Description
 +
    |-
 +
    | Remainder
 +
    | {{Type|Slot}}
 +
    |
 +
    |}
 +
  |- {{added}}
 +
| 24
 +
  | <code>minecraft:use_cooldown</code>
 +
  | Cooldown to apply on use of the item.
 +
  | As follows:
 +
  {| class="wikitable" {{added}}
 +
    ! Name
 +
    ! Type
 +
    ! Description
 +
    |-
 +
    | Seconds
 +
    | {{Type|Float}}
 +
    |
 +
    |-
 +
    | Cooldown group
 +
    | {{Type|Optional}} {{Type|Identifier}}
 +
    | Group of items to apply the cooldown to. Only present if Has cooldown group is true; otherwise defaults to the item's identifier.
 +
    |}
 
  |-
 
  |-
  | <code>minecraft:bubble</code>
+
| {{change|21|25}}
  | 4
+
  | <code>minecraft:{{change|fire|damage}}_resistant</code>
  | None
+
  | Marks this item as {{change|fire|damage}} resistant.<br>The client won't render the item as being on-fire if this component is present.
  |-
+
  | {{change|None.|As follows:}}
  | <code>minecraft:cloud</code>
+
  {| class="wikitable" {{added}}
  | 5
+
    ! Name
  | None
+
    ! Type
  |-
+
    ! Description
  | <code>minecraft:crit</code>
+
    |-
  | 6
+
    | Types
| None
+
    | {{Type|Identifier}}
|-
+
    | Tag specifying damage types the item is immune to. Not prefixed by '#'!.
| <code>minecraft:damage_indicator</code>
+
    |}
| 7
+
  |- {{added}}
  | None
+
| 27
  |-
+
  | <code>minecraft:enchantable</code>
  | <code>minecraft:dragon_breath</code>
+
  | Allows the item to be enchanted by an enchanting table.
  | 8
+
  | As follows:
  | None
+
  {| class="wikitable" {{added}}
|-
+
    ! Name
| <code>minecraft:dripping_lava</code>
+
    ! Type
| 9
+
    ! Description
  | None
+
    |-
  |-
+
    | Value
  | <code>minecraft:dripping_water</code>
+
    | {{Type|VarInt}}
  | 10
+
    | Opaque internal value controlling how expensive enchantments may be offered.
  | None
+
    |}
  |-
+
  |- {{added}}
  | <code>minecraft:dust</code>
+
| 28
  | 11
+
  | <code>minecraft:equippable</code>
  |  
+
  | Allows the item to be equipped by the player.
{| class="wikitable"
+
| As follows:
  ! Field Name
+
  {| class="wikitable" {{added}}
  ! Field Type
+
    ! Name
  ! Meaning
+
    ! Type
  |-
+
    ! Description
  | Red
+
    |-
  | Float
+
    | Slot
  | Red value, 0-1
+
    | {{Type|VarInt}} {{Type|Enum}}
  |-
+
    | 0: mainhand, 1: feet, 2: legs, 3: chest, 4: head, 5: offhand, 6: body
  | Green
+
    |-
  | Float
+
    | Equip sound
  | Green value, 0-1
+
    | {{Type|ID or}} {{Type|Sound Event}}
  |-
+
    | ID in the <code>minecraft:sound_event</code> registry, or an inline definition.
  | Blue
+
    |-
  | Float
+
    | Has model
  | Blue value, 0-1
+
    | {{Type|Boolean}}
  |-
+
    |
  | Scale
+
    |-
  | Float
+
    | Model
  | The scale, will be clamped between 0.01 and 4.
+
    | {{Type|Optional}} {{Type|Identifier}}
  |}
+
    | Only present if Has model is true.
 +
    |-
 +
    | Has camera overlay
 +
    | {{Type|Boolean}}
 +
    |
 +
    |-
 +
    | Camera overlay
 +
    | {{Type|Optional}} {{Type|Identifier}}
 +
    | Only present if Has camera overlay is true.
 +
    |-
 +
    | Has allowed entities
 +
    | {{Type|Boolean}}
 +
    |-
 +
    | Allowed entities
 +
    | {{Type|Optional}} {{Type|ID Set}}
 +
    | IDs in the <code>minecraft:entity_type</code> registry. Only present if Has allowed entities is true.
 +
    |-
 +
    | Dispensable
 +
    | {{Type|Boolean}}
 +
    |
 +
    |-
 +
    | Swappable
 +
    | {{Type|Boolean}}
 +
    |
 +
    |-
 +
    | Damage on hurt
 +
    | {{Type|Boolean}}
 +
    |
 +
    |}
 +
  |- {{added}}
 +
  | 29
 +
  | <code>minecraft:repairable</code>
 +
  | Items that can be combined with this item in an anvil to repair it.
 +
  | As follows:
 +
  {| class="wikitable" {{added}}
 +
    ! Name
 +
    ! Type
 +
    ! Description
 +
    |-
 +
    | Items
 +
    | {{Type|ID Set}}
 +
    | IDs in the <code>minecraft:item</code> registry.
 +
    |}
 +
  |- {{added}}
 +
  | 30
 +
  | <code>minecraft:glider</code>
 +
  | Makes the item function like elytra.
 +
  | None.
 +
  |- {{added}}
 +
| 31
 +
  | <code>minecraft:tooltip_style</code>
 +
  | Custom textures for the item tooltip.
 +
  | As follows:
 +
  {| class="wikitable" {{added}}
 +
    ! Name
 +
    ! Type
 +
    ! Description
 +
    |-
 +
    | Style
 +
    | {{Type|Identifier}}
 +
    |
 +
    |}
 +
|- {{added}}
 +
| 32
 +
| <code>minecraft:death_protection</code>
 +
| Makes the item function like a totem of undying.
 +
| As follows:
 +
  {| class="wikitable" {{added}}
 +
    ! Name
 +
    ! Type
 +
    ! Description
 +
    |-
 +
    | Number of effects
 +
    | {{Type|VarInt}}
 +
    | Number of elements in the following array.
 +
    |-
 +
    | Effects
 +
    | {{Type|Array}} of [[#Consume Effect|Consume Effect]]
 +
    | Effects to apply on consumption. See [[#Consume Effect|Consume Effect]].
 +
    |}
 
  |-
 
  |-
  | <code>minecraft:effect</code>
+
| {{change|31|41}}
  | 12
+
  | <code>minecraft:potion_contents</code>
  | None
+
  | Visual and effects of a potion item.
 +
| As follows:
 +
  {| class="wikitable"
 +
    ! Name
 +
    ! Type
 +
    ! Description
 +
    |-
 +
    | Has Potion ID
 +
    | {{Type|Boolean}}
 +
    | Whether this potion has an ID in the potion registry. If true, it has the default effects associated with the potion type.
 +
    |-
 +
    | Potion ID
 +
    | {{Type|Optional}} {{Type|VarInt}}
 +
    | The ID of the potion type in the potion registry. Only present if Has Potion ID is true.
 +
    |-
 +
    | Has Custom Color
 +
    | {{Type|Boolean}}
 +
    | Whether this potion has a custom color. If false, it uses the default color associated with the potion type.
 +
    |-
 +
    | Custom Color
 +
    | {{Type|Optional}} {{Type|Int}}
 +
    | The RGB components of the color, encoded as an integer. Only present if Has Custom Color is true.
 +
    |-
 +
    | Number Of Custom Effects
 +
    | {{Type|VarInt}}
 +
    | The number of elements in the following array.
 +
    |-
 +
    | Custom Effects
 +
    | {{Type|Array}} of [[#Potion_Effect|Potion Effect]]
 +
    | Any custom effects the potion might have. See [[#Potion_Effect|Potion Effect]].
 +
    |- {{added}}
 +
    | Custom Name
 +
    | {{Type|String}}
 +
    |
 +
    |}
 +
  |}
 +
 
 +
=== Other types ===
 +
 
 +
==== Consume Effect ====
 +
 
 +
WIP
 +
 
 +
==== Instrument ====
 +
 
 +
{| class="wikitable"
 +
! Name
 +
! Type
 +
! Description
 
  |-
 
  |-
  | <code>minecraft:elder_guardian</code>
+
  | Sound Event
  | 13
+
  | {{Type|Id or}} {{Type|Sound Event}}
  | None
+
  | The sound to be played.
 
  |-
 
  |-
  | <code>minecraft:enchanted_hit</code>
+
  | Use duration
  | 14
+
  | {{change|{{Type|VarInt}}|{{Type|Float}}}}
  | None
+
  | The maximum range of the sound.
 
  |-
 
  |-
  | <code>minecraft:enchant</code>
+
  | Range
  | 15
+
  | {{Type|Float}}
  | None
+
| The range of the instrument.
 +
|- {{added}}
 +
| Description
 +
| {{Type|Text Component}}
 +
  | Description shown in the item tooltip.
 +
|}
 +
 
 +
== Particles ==
 +
 
 +
{| class="wikitable"
 
  |-
 
  |-
  | <code>minecraft:end_rod</code>
+
  ! Particle Name
  | 16
+
  ! Particle ID
  | None
+
  ! Data
 
  |-
 
  |-
  | <code>minecraft:entity_effect</code>
+
  | <code>minecraft:dust</code>
  | 17
+
  | 13
| None
 
|-
 
| <code>minecraft:explosion_emitter</code>
 
| 18
 
| None
 
|-
 
| <code>minecraft:explosion</code>
 
| 19
 
| None
 
|-
 
| <code>minecraft:falling_dust</code>
 
| 20
 
 
  |
 
  |
 
  {| class="wikitable"
 
  {| class="wikitable"
Line 319: Line 551:
 
   ! Field Type
 
   ! Field Type
 
   ! Meaning
 
   ! Meaning
 +
  |- {{removed}}
 +
  | Red
 +
  | {{Type|Float}}
 +
  | The red RGB value, between 0 and 1. Divide actual RGB value by 255.
 +
  |- {{removed}}
 +
  | Green
 +
  | {{Type|Float}}
 +
  | The green RGB value, between 0 and 1. Divide actual RGB value by 255.
 +
  |- {{removed}}
 +
  | Blue
 +
  | {{Type|Float}}
 +
  | The blue RGB value, between 0 and 1. Divide actual RGB value by 255.
 +
  |- {{added}}
 +
  | Color
 +
  | {{Type|Int}}
 +
  | The color, encoded as 0xRRGGBB; top bits are ignored.
 
   |-
 
   |-
   | BlockState
+
   | Scale
   | VarInt
+
   | {{Type|Float}}
   | The ID of the block state.
+
   | The scale, will be clamped between 0.01 and 4.
 
   |}
 
   |}
 
  |-
 
  |-
  | <code>minecraft:firework</code>
+
  | <code>minecraft:dust_color_transition</code>
  | 21
+
  | 14
| None
+
  |
|-
+
  {| class="wikitable"
| <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 Name
 
   ! Field Type
 
   ! Field Type
 
   ! Meaning
 
   ! Meaning
 +
  |- {{removed}}
 +
  | From Red
 +
  | {{Type|Float}}
 +
  | The start red RGB value, between 0 and 1. Divide actual RGB value by 255.
 +
  |- {{removed}}
 +
  | From Green
 +
  | {{Type|Float}}
 +
  | The start green RGB value, between 0 and 1. Divide actual RGB value by 255.
 +
  |- {{removed}}
 +
  | From Blue
 +
  | {{Type|Float}}
 +
  | The start blue RGB value, between 0 and 1. Divide actual RGB value by 255.
 +
  |- {{added}}
 +
  | From Color
 +
  | {{Type|Int}}
 +
  | The start color, encoded as 0xRRGGBB; top bits are ignored.
 +
  |- {{removed}}
 +
  | To Red
 +
  | {{Type|Float}}
 +
  | The end red RGB value, between 0 and 1. Divide actual RGB value by 255.
 +
  |- {{removed}}
 +
  | To Green
 +
  | {{Type|Float}}
 +
  | The end green RGB value, between 0 and 1. Divide actual RGB value by 255.
 +
  |- {{removed}}
 +
  | To Blue
 +
  | {{Type|Float}}
 +
  | The end blue RGB value, between 0 and 1. Divide actual RGB value by 255.
 +
  |- {{added}}
 +
  | To Color
 +
  | {{Type|Int}}
 +
  | The end color, encoded as 0xRRGGBB; top bits are ignored.
 
   |-
 
   |-
   | Item
+
   | Scale
   | [[Slot]]
+
   | {{Type|Float}}
   | The item that will be used.
+
   | The scale, will be clamped between 0.01 and 4.
 
   |}
 
   |}
 +
|}
 +
 +
== Recipes ==
 +
 +
(this is meant to become a new page.)
 +
 +
=== Recipe Display structure ===
 +
 +
{| class="wikitable"
 +
! Name
 +
! Type
 +
! Description
 
  |-
 
  |-
  | <code>minecraft:item_slime</code>
+
  | Recipe Display Type
| 28
+
| {{Type|VarInt}}
| None
+
| ID in the <code>minecraft:recipe_display</code> registry.
 
  |-
 
  |-
  | <code>minecraft:item_snowball</code>
+
  | Data
  | 29
+
  | Varies
  | None
+
  | See [[#Recipe Display types]] below.
 +
|}
 +
 
 +
==== Recipe Display types ====
 +
 
 +
{| class="wikitable"
 +
! ID
 +
! Name
 +
! Data
 
  |-
 
  |-
  | <code>minecraft:large_smoke</code>
+
| 0
  | 30
+
  | <code>minecraft:crafting_shapeless</code>
| None
+
  | [[#minecraft:crafting_shapeless|data]]
 
  |-
 
  |-
  | <code>minecraft:lava</code>
+
| 1
  | 31
+
  | <code>minecraft:crafting_shaped</code>
| None
+
  | [[#minecraft:crafting_shaped|data]]
 
  |-
 
  |-
  | <code>minecraft:mycelium</code>
+
| 2
  | 32
+
  | <code>minecraft:furnace</code>
| None
+
  | [[#minecraft:furnace|data]]
 
  |-
 
  |-
  | <code>minecraft:note</code>
+
| 3
  | 33
+
  | <code>minecraft:stonecutter</code>
| None
+
  | [[#minecraft:stonecutter|data]]
 
  |-
 
  |-
  | <code>minecraft:poof</code>
+
| 4
  | 34
+
  | <code>minecraft:smithing</code>
  | None
+
  | [[#minecraft:smithing|data]]
 +
  |}
 +
 
 +
===== <code>minecraft:crafting_shapeless</code> =====
 +
 
 +
{| class="wikitable"
 +
! Name
 +
! Type
 +
! Description
 
  |-
 
  |-
  | <code>minecraft:portal</code>
+
  | Ingredient Count
  | 35
+
  | {{Type|VarInt}}
  | None
+
  | Number of elements in the following array.
 
  |-
 
  |-
  | <code>minecraft:rain</code>
+
  | Ingredients
  | 36
+
  | {{Type|Array}} of [[#Slot Display structure|Slot Display]]
  | None
+
  |
 
  |-
 
  |-
  | <code>minecraft:smoke</code>
+
  | Result
  | 37
+
  | [[#Slot Display structure|Slot Display]]
  | None
+
  |
 
  |-
 
  |-
  | <code>minecraft:spit</code>
+
  | Crafting Station
  | 38
+
| [[#Slot Display structure|Slot Display]]
  | None
+
| Crafting station icon to display in the recipe notification.
 +
|}
 +
 
 +
===== <code>minecraft:crafting_shaped</code> =====
 +
 
 +
{| class="wikitable"
 +
  ! Name
 +
! Type
 +
  ! Description
 
  |-
 
  |-
  | <code>minecraft:squid_ink</code>
+
  | Width
  | 39
+
  | {{Type|VarInt}}
  | None
+
  |
 
  |-
 
  |-
  | <code>minecraft:sweep_attack</code>
+
  | Height
  | 40
+
  | {{Type|VarInt}}
  | None
+
  |
 
  |-
 
  |-
  | <code>minecraft:totem_of_undying</code>
+
  | Ingredient Count
  | 41
+
  | {{Type|VarInt}}
  | None
+
  | Number of elements in the following array. Always equal to Width * Height.
 
  |-
 
  |-
  | <code>minecraft:underwater</code>
+
  | Ingredients
  | 42
+
  | {{Type|Array}} of [[#Slot Display structure|Slot Display]]
  | None
+
  |
 
  |-
 
  |-
  | <code>minecraft:splash</code>
+
  | Result
  | 43
+
  | [[#Slot Display structure|Slot Display]]
  | None
+
  |
 
  |-
 
  |-
  | <code>minecraft:witch</code>
+
  | Crafting Station
  | 44
+
  | [[#Slot Display structure|Slot Display]]
| None
+
  | Crafting station icon to display in the recipe notification.
|-
 
| <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]] ===
+
===== <code>minecraft:furnace</code> =====
  
==== Selector component ====
+
{| class="wikitable"
 
+
! Name
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.
+
! Type
 +
! Description
 +
|-
 +
| Ingredient
 +
| [[#Slot Display structure|Slot Display]]
 +
|
 +
|-
 +
| Fuel
 +
| [[#Slot Display structure|Slot Display]]
 +
|
 +
|-
 +
| Result
 +
| [[#Slot Display structure|Slot Display]]
 +
|
 +
|-
 +
| Crafting Station
 +
| [[#Slot Display structure|Slot Display]]
 +
| Crafting station icon to display in the recipe notification.
 +
  |-
 +
| Cooking Time
 +
| {{Type|VarInt}}
 +
| Time to smelt in a regular furnace, in ticks.
 +
|-
 +
| Experience
 +
| {{Type|Float}}
 +
|
 +
|}
  
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"}}.
+
===== <code>minecraft:stonecutter</code> =====
 
 
== 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"
 
{| class="wikitable"
 
  ! Name
 
  ! Name
 
  ! Type
 
  ! Type
  ! Meaning
+
  ! Description
 
  |-
 
  |-
  | Index
+
  | Ingredient
  | Unsigned Byte
+
  | [[#Slot Display structure|Slot Display]]
  | 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
+
  | Result
  | Optional Byte Enum
+
  | [[#Slot Display structure|Slot Display]]
  | Only if Index is not <code>0xff</code>; the type of the index, see the table below
+
  |
 
  |-
 
  |-
  | Value
+
  | Crafting Station
  | Optional ''value of Type''
+
  | [[#Slot Display structure|Slot Display]]
  | Only if Index is not <code>0xff</code>: the value of the metadata field
+
  | Crafting station icon to display in the recipe notification.
 
  |}
 
  |}
 +
 +
===== <code>minecraft:smithing</code> =====
  
 
{| class="wikitable"
 
{| class="wikitable"
  ! Value of Type field
+
  ! Name
  ! [[Data types|Type]] of Value field
+
  ! Type
  ! Notes
+
  ! Description
 
  |-
 
  |-
  | 0
+
  | Template
  | Byte
+
  | [[#Slot Display structure|Slot Display]]
  |  
+
  |
 
  |-
 
  |-
  | 1
+
  | Base
  | VarInt
+
  | [[#Slot Display structure|Slot Display]]
  |  
+
  |
 
  |-
 
  |-
  | 2
+
  | Addition
  | Float
+
  | [[#Slot Display structure|Slot Display]]
  |  
+
  |
 
  |-
 
  |-
  | 3
+
  | Result
  | String
+
  | [[#Slot Display structure|Slot Display]]
  |  
+
  |
 
  |-
 
  |-
  | 4
+
  | Crafting Station
  | [[Chat]]
+
  | [[#Slot Display structure|Slot Display]]
  |  
+
  | Crafting station icon to display in the recipe notification.
  |- {{Added}}
+
  |}
  | 5
+
 
  | OptChat (Boolean + Optional [[Chat]])
+
=== Slot Display structure ===
  | [[Chat]] is present if the Boolean is set to true
+
 
 +
{| class="wikitable"
 +
  ! Name
 +
  ! Type
 +
  ! Description
 
  |-
 
  |-
  | {{change|5|6}}
+
| Slot Display Type
  | [[Slot]]
+
  | {{Type|VarInt}}
|
+
  | ID in the <code>minecraft:slot_display</code> registry.
 
  |-
 
  |-
  | {{change|6|7}}
+
  | Data
  | Boolean
+
  | Varies
  |  
+
  | See [[#Slot Display types]] below.
  |-
+
  |}
| {{change|7|8}}
+
 
  | Rotation
+
==== Slot Display types ====
  | 3 floats: rotation on x, rotation on y, rotation on z
+
 
  |-
+
{| class="wikitable"
  | {{change|8|9}}
+
! ID
  | [[Data Types#Position|Position]]
+
  ! Name
  |  
+
  ! Data
 +
  |-
 +
  | 0
 +
  | <code>minecraft:empty</code>
 +
  | no data
 
  |-
 
  |-
  | {{change|9|10}}
+
  | 1
  | OptPosition (Boolean + Optional Position)
+
  | <code>minecraft:any_fuel</code>
  | Position is present if the Boolean is set to true
+
  | no data
 
  |-
 
  |-
  | {{change|10|11}}
+
  | 2
  | Direction (VarInt)
+
  | <code>minecraft:item</code>
  | (Down = 0, Up = 1, North = 2, South = 3, West = 4, East = 5)
+
  | [[#minecraft:item|data]]
 
  |-
 
  |-
  | {{change|11|12}}
+
  | 3
  | OptUUID (Boolean + Optional UUID)
+
  | <code>minecraft:item_stack</code>
  | UUID is present if the Boolean is set to true
+
  | [[#minecraft:item_stack|data]]
 
  |-
 
  |-
  | {{change|12|13}}
+
  | 4
  | OptBlockID (VarInt)
+
  | <code>minecraft:tag</code>
  | 0 for absent, otherwise index into the global palette.  (Air is treated as absent)
+
  | [[#minecraft:tag|data]]
 
  |-
 
  |-
  | {{change|13|14}}
+
  | 5
  | [[NBT|NBT Tag]]
+
| <code>minecraft:smithing_trim</code>
  |
+
  | [[#minecraft:smithing_trim|data]]
  |- {{Added}}
+
  |-
  | 15
+
  | 6
  | [[#Particle]]
+
  | <code>minecraft:with_remainder</code>
  |  
+
  | [[#minecraft:with_remainder|data]]
 +
  |-
 +
| 7
 +
| <code>minecraft:composite</code>
 +
| [[#minecraft:composite|data]]
 
  |}
 
  |}
  
=== Entity ===
+
===== <code>minecraft:item</code> =====
  
The base class.
 
  
 
{| class="wikitable"
 
{| class="wikitable"
  ! Index
+
  ! Name
 
  ! Type
 
  ! Type
  !style="width: 250px;" colspan="2"| Meaning
+
  ! Description
! Default
 
 
  |-
 
  |-
  |rowspan="9"| 0
+
  | Item Type
  |rowspan="9"| Byte
+
| {{Type|VarInt}}
  ! Bit mask
+
| ID in the <code>minecraft:item</code> registry.
  ! Meaning
+
  |}
  |rowspan="9"| 0
+
 
 +
===== <code>minecraft:item_stack</code> =====
 +
 
 +
{| class="wikitable"
 +
  ! Name
 +
  ! Type
 +
  ! Description
 
  |-
 
  |-
  | 0x01
+
  | Item Stack
  | On Fire
+
  | {{Type|Slot}}
 +
|
 +
|}
 +
 
 +
===== <code>minecraft:tag</code> =====
 +
 
 +
{| class="wikitable"
 +
! Name
 +
! Type
 +
! Description
 
  |-
 
  |-
  | 0x02
+
  | Tag
  | Crouched
+
  | {{Type|Identifier}}
 +
| Tag in the <code>minecraft:item</code> registry. Not prefixed by '#'!.
 +
|}
 +
 
 +
===== <code>minecraft:smithing_trim</code> =====
 +
 
 +
{| class="wikitable"
 +
! Name
 +
! Type
 +
! Description
 
  |-
 
  |-
  | 0x04
+
  | Base
  | Unused (previously riding)
+
| [[#Slot Display structure|Slot Display]]
 +
  |
 
  |-
 
  |-
  | 0x08
+
  | Material
  | Sprinting
+
| [[#Slot Display structure|Slot Display]]
 +
  |
 
  |-
 
  |-
  | 0x10
+
  | Pattern
  | Unused (previously eating/drinking/blocking; use hand state now)
+
  | [[#Slot Display structure|Slot Display]]
 +
|
 +
|}
 +
 
 +
===== <code>minecraft:with_remainder</code> =====
 +
 
 +
{| class="wikitable"
 +
! Name
 +
! Type
 +
! Description
 
  |-
 
  |-
  | 0x20
+
  | Ingredient
  | Invisible
+
| [[#Slot Display structure|Slot Display]]
 +
  |
 
  |-
 
  |-
  | 0x40
+
  | Remainder
  | Glowing effect
+
  | [[#Slot Display structure|Slot Display]]
|-
+
  |
| 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 ===
+
===== <code>minecraft:composite</code> =====
 
 
Extends [[#Entity|Entity]].
 
  
 
{| class="wikitable"
 
{| class="wikitable"
  ! Index
+
  ! Name
 
  ! Type
 
  ! Type
  !style="width: 250px;" colspan="2"| Meaning
+
  ! Description
! Default
 
 
  |-
 
  |-
  | 6
+
  | Option Count
  | Float
+
  | {{Type|VarInt}}
|colspan="2"| Radius
+
  | Number of elements in the following array.
  | 0.5
 
 
  |-
 
  |-
  | 7
+
  | Options
  | VarInt
+
  | {{Type|Array}} of [[#Slot Display structure|Slot Display]]
|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
 
 
  |}
 
  |}
  
=== Trident ===
+
== Handshake ==
  
Extends [[#Arrow|Arrow]].
+
No changes so far.
  
{| class="wikitable" {{Added}}
+
== Status ==
! Index
+
 
! Type
+
No changes so far.
!style="width: 250px;" colspan="2"| Meaning
+
 
! Default
+
== Login ==
|-
 
| 7
 
| VarInt
 
|colspan="2"| Loyalty level (enchantment)
 
| 0
 
|}
 
  
=== Boat ===
+
No changes so far.
  
Extends [[#Entity|Entity]].
+
== Configuration ==
  
{| class="wikitable"
+
No changes so far.
! 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 ===
+
== Play ==
  
Extends [[#Flying|Flying]].
+
=== Clientbound ===
  
{| class="wikitable" {{Added}}
+
==== Close Container ====
! 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
+
This packet is sent from the server to the client when a window is forcibly closed, such as when a chest is destroyed while it's open. The notchian client disregards the provided window ID and closes any active window.
  
=== Dolphin ===
+
{| class="wikitable"
 
+
! Packet ID
Extends [[#Creature|Creature]].
+
! State
 +
! Bound To
 +
! Field Name
 +
! Field Type
 +
! Notes
 +
|-
 +
| ''protocol:''<br/><code>0x12</code><br/><br/>''resource:''<br/><code>container_close</code>
 +
| Play
 +
| Client
 +
| Window ID
 +
| {{change|{{Type|Unsigned Byte}}|{{Type|VarInt}}}}
 +
| This is the ID of the window that was closed. 0 for inventory.
 +
|}
  
No additional metadata.
+
==== Set Container Content ====
 +
[[File:Inventory-slots.png|thumb|The inventory slots]]
  
=== WaterMob ===
+
Replaces the contents of a container window. Sent by the server upon initialization of a container window or the player's inventory, and in response to state ID mismatches (see [[#Click Container]]).
  
Extends {{Change|[[#Insentient|Insentient]]|[[#Creature|Creature]]}}.
+
{| class="wikitable"
 
+
! Packet ID
No additional metadata.
+
! State
 
+
! Bound To
=== Abstract fish ===
+
! Field Name
 
+
! Field Type
Extends [[#WaterMob|WaterMob]].
+
! Notes
 
+
|-
{| class="wikitable" {{Added}}
+
| rowspan="5"| ''protocol:''<br/><code>0x13</code><br/><br/>''resource:''<br/><code>container_set_content</code>
  ! Index
+
| rowspan="5"| Play
  ! Type
+
| rowspan="5"| Client
  !style="width: 250px;" colspan="2"| Meaning
+
| Window ID
  ! Default
+
| {{change|{{Type|Unsigned Byte}}|{{Type|VarInt}}}}
 +
| The ID of window which items are being sent for. 0 for player inventory. The client ignores any packets targeting a Window ID other than the current one. However, an exception is made for the player inventory, which may be targeted at any time. (The Notchian server does not appear to utilize this special case.)
 +
|-
 +
| State ID
 +
| {{Type|VarInt}}
 +
| A server-managed sequence number used to avoid desynchronization; see [[#Click Container]].
 +
|-
 +
| Count
 +
| {{Type|VarInt}}
 +
  | Number of elements in the following array.
 +
  |-
 +
  | Slot Data
 +
  | {{Type|Array}} of [[Slot Data|Slot]]
 
  |-
 
  |-
  | 12
+
  | Carried Item
  | Boolean
+
  | {{Type|Slot}}
|colspan="2"| From bucket
+
  | Item being dragged with the mouse.
  | False
 
 
  |}
 
  |}
  
=== Cod ===
+
See [[Inventory#Windows|inventory windows]] for further information about how slots are indexed.
 +
Use [[#Open Screen|Open Screen]] to open the container on the client.
  
Extends [[#AbstractFish|AbstractFish]].
+
==== Set Container Property ====
  
No additional metadata.
+
This packet is used to inform the client that part of a GUI window should be updated.
  
=== Puffer fish ===
+
{| class="wikitable"
 
+
  ! Packet ID
Extends [[#AbstractFish|AbstractFish]].
+
! State
 
+
! Bound To
{| class="wikitable" {{Added}}
+
! Field Name
  ! Index
+
  ! Field Type
  ! Type
+
  ! Notes
  !style="width: 250px;" colspan="2"| Meaning
+
|-
  ! Default
+
| rowspan="3"| ''protocol:''<br/><code>0x14</code><br/><br/>''resource:''<br/><code>container_set_data</code>
 +
| rowspan="3"| Play
 +
| rowspan="3"| Client
 +
| Window ID
 +
| {{change|{{Type|Unsigned Byte}}|{{Type|VarInt}}}}
 +
|
 +
|-
 +
| Property
 +
| {{Type|Short}}
 +
  | The property to be updated, see below.
 
  |-
 
  |-
  | 13
+
  | Value
  | VarInt
+
  | {{Type|Short}}
|colspan="2"| PuffState (varies from 0 to 2)
+
  | The new value for the property, see below.
  | 0
 
 
  |}
 
  |}
  
=== Salmon ===
+
The meaning of the Property field depends on the type of the window. The following table shows the known combinations of window type and property, and how the value is to be interpreted.
  
Extends [[#AbstractFish|AbstractFish]].
+
{| class="wikitable"
 
+
  |-
No additional metadata.
+
  ! Window type
 
+
  ! Property
=== Tropical fish ===
+
  ! Value
 
 
Extends [[#AbstractFish|AbstractFish]].
 
 
 
{| class="wikitable" {{Added}}
 
  ! Index
 
  ! Type
 
  !style="width: 250px;" colspan="2"| Meaning
 
  ! Default
 
 
  |-
 
  |-
  | 13
+
  | rowspan="4"| Furnace
  | VarInt
+
| 0: Fire icon (fuel left)
  |colspan="2"| Variant
+
| counting from fuel burn time down to 0 (in-game ticks)
  | 0
+
|-
  |}
+
| 1: Maximum fuel burn time
 
+
| fuel burn time or 0 (in-game ticks)
=== Turtle ===
+
  |-
 
+
  | 2: Progress arrow
Extends [[#Animal|Animal]].
+
| counting from 0 to maximum progress (in-game ticks)
 
+
|-
{| class="wikitable" {{Added}}
+
| 3: Maximum progress
  ! Index
+
| always 200 on the notchian server
  ! Type
+
|-
  !style="width: 250px;" colspan="2"| Meaning
+
| rowspan="10"| Enchantment Table
  ! Default
+
  | 0: Level requirement for top enchantment slot
 +
| rowspan="3"| The enchantment's xp level requirement
 +
|-
 +
  | 1: Level requirement for middle enchantment slot
 +
|-
 +
| 2: Level requirement for bottom enchantment slot
 +
|-
 +
| 3: The enchantment seed
 +
| Used for drawing the enchantment names (in [[Wikipedia:Standard Galactic Alphabet|SGA]]) clientside.  The same seed ''is'' used to calculate enchantments, but some of the data isn't sent to the client to prevent easily guessing the entire list (the seed value here is the regular seed bitwise and <code>0xFFFFFFF0</code>).
 +
|-
 +
| 4: Enchantment ID shown on mouse hover over top enchantment slot
 +
| rowspan="3"| The enchantment id (set to -1 to hide it), see below for values
 +
|-
 +
| 5: Enchantment ID shown on mouse hover over middle enchantment slot
 +
|-
 +
| 6: Enchantment ID shown on mouse hover over bottom enchantment slot
 +
  |-
 +
  | 7: Enchantment level shown on mouse hover over the top slot
 +
  | rowspan="3"| The enchantment level (1 = I, 2 = II, 6 = VI, etc.), or -1 if no enchant
 +
|-
 +
| 8: Enchantment level shown on mouse hover over the middle slot
 +
|-
 +
| 9: Enchantment level shown on mouse hover over the bottom slot
 +
|-
 +
| rowspan="3"| Beacon
 +
| 0: Power level
 +
| 0-4, controls what effect buttons are enabled
 +
|-
 +
| 1: First potion effect
 +
| {{Minecraft Wiki|Data values#Status effects|Potion effect ID}} for the first effect, or -1 if no effect
 +
|-
 +
  | 2: Second potion effect
 +
| {{Minecraft Wiki|Data values#Status effects|Potion effect ID}} for the second effect, or -1 if no effect
 
  |-
 
  |-
  | 13
+
  | Anvil
  | BlockPos
+
  | 0: Repair cost
|colspan="2"| Home pos
+
  | The repair's cost in xp levels
  | (0, 0, 0)
 
 
  |-
 
  |-
  | 14
+
  | rowspan="2"| Brewing Stand
| Boolean
+
| 0: Brew time
|colspan="2"| Has egg
+
  | 0 – 400, with 400 making the arrow empty, and 0 making the arrow full
  | false
 
 
  |-
 
  |-
  | 15
+
  | 1: Fuel time
  | Boolean
+
  | 0 - 20, with 0 making the arrow empty, and 20 making the arrow full
|colspan="2"| Laying egg (?)
 
| false
 
 
  |-
 
  |-
  | 16
+
  | Stonecutter
  | BlockPos
+
  | 0: Selected recipe
|colspan="2"| Travel pos
+
  | The index of the selected recipe. -1 means none is selected.
  | (0, 0, 0)
 
 
  |-
 
  |-
  | 17
+
  | Loom
  | Boolean
+
  | 0: Selected pattern
  |colspan="2"| Going home
+
  | The index of the selected pattern. 0 means none is selected, 0 is also the internal id of the "base" pattern.
| false
 
 
  |-
 
  |-
  | 18
+
  | Lectern
  | Boolean
+
  | 0: Page number
  |colspan="2"| Traveling
+
  | The current page number, starting from 0.
| false
 
 
  |}
 
  |}
  
=== Drowned ===
+
For an enchanting table, the following numerical IDs are used:
  
Extends [[#Drowned|Drowned]].
+
{| class="wikitable"
 
+
  ! Numerical ID
{| class="wikitable" {{Added}}
+
  ! Enchantment ID
! Index
+
  ! Enchantment Name
  ! Type
+
  |-
  !style="width: 250px;" colspan="2"| Meaning
+
  | 0
  ! Default
+
  | minecraft:protection
  |-  
+
  | Protection
  | 15
 
| Boolean
 
|colspan="2"| Has target (?)
 
| false
 
  |}
 
 
 
== Block Actions ==
 
 
 
No changes so far.
 
 
 
== Plugin Channels ==
 
 
 
All clientbound channels have been renamed to be namespaced identifiers.
 
 
 
{{warning2|It is uncertain what will happen with <code>REGISTER</code> and <code>UNREGISTER</code>; they are incompatible with the name scheme for identifiers.}}
 
 
 
=== <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
+
  | 1
  | String
+
  | minecraft:fire_protection
  | 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.
+
  | Fire Protection
 
  |-
 
  |-
  | Sound name
+
  | 2
| String
+
  | minecraft:feather_falling
| A [http://pokechu22.github.io/Burger/1.11.html#sounds sound effect name].  If left empty, ''all'' sounds are stopped.
+
  | Feather Falling
  |}
 
 
 
{{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
 
 
  |-
 
  |-
  |colspan="2"| Unknown 1
+
  | 3
  |colspan="2"| Position
+
  | minecraft:blast_protection
  |
+
  | Blast Protection
 
  |-
 
  |-
  |colspan="2"| Count
+
  | 4
  |colspan="2"| Int
+
  | minecraft:projectile_protection
  | Number of elements in the following array
+
  | Projectile Protection
 
  |-
 
  |-
  |rowspan="2"| Data
+
  | 5
| Unknown 2
+
  | minecraft:respiration
|rowspan="2"| Array
+
  | Respiration
  | Position
 
  |
 
 
  |-
 
  |-
  | Unknown 3
+
  | 6
  | Float
+
  | minecraft:aqua_affinity
|
+
  | Aqua Affinity
|}
 
 
 
=== <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
+
  | 7
  |colspan="2"| Int
+
  | minecraft:thorns
  |
+
  | Thorns
 
  |-
 
  |-
  |colspan="2"| Bounding box minX
+
  | 8
  |colspan="2"| Int
+
  | minecraft:depth_strider
  |rowspan="6"| min must be less than max
+
  | Depth Strider
 
  |-
 
  |-
  |colspan="2"| Bounding box minY
+
  | 9
  |colspan="2"| Int
+
| minecraft:frost_walker
 +
  | Frost Walker
 
  |-
 
  |-
  |colspan="2"| Bounding box minZ
+
  | 10
  |colspan="2"| Int
+
| minecraft:binding_curse
 +
  | Curse of Binding
 
  |-
 
  |-
  |colspan="2"| Bounding box maxX
+
  | 11
  |colspan="2"| Int
+
| minecraft:soul_speed
 +
  | Soul Speed
 
  |-
 
  |-
  |colspan="2"| Bounding box maxY
+
  | 12
  |colspan="2"| Int
+
| minecraft:swift_sneak
 +
  | Swift Sneak
 
  |-
 
  |-
  |colspan="2"| Bounding box maxZ
+
  | 13
  |colspan="2"| Int
+
| minecraft:sharpness
 +
  | Sharpness
 
  |-
 
  |-
  |colspan="2"| Count
+
  | 14
  |colspan="2"| Int
+
  | minecraft:smite
  | Number of elements in the following array
+
  | Smite
 
  |-
 
  |-
  |rowspan="7"| Unknown
+
  | 15
  | Bounding box minX
+
  | minecraft:bane_of_arthropods
  |rowspan="7"| Array
+
  | Bane of Arthropods
| Int
 
|rowspan="6"| min must be less than max
 
 
  |-
 
  |-
  | Bounding box minY
+
  | 16
  | Int
+
  | minecraft:knockback
 +
| Knockback
 
  |-
 
  |-
  | Bounding box minZ
+
  | 17
  | Int
+
  | minecraft:fire_aspect
 +
| Fire Aspect
 
  |-
 
  |-
  | Bounding box maxX
+
  | 18
  | Int
+
  | minecraft:looting
 +
| Looting
 
  |-
 
  |-
  | Bounding box maxY
+
  | 19
  | Int
+
  | minecraft:sweeping_edge
 +
| Sweeping Edge
 
  |-
 
  |-
  | Bounding box maxZ
+
  | 20
  | Int
+
  | minecraft:efficiency
 +
| Efficiency
 
  |-
 
  |-
  | Unknown
+
  | 21
  | Boolean
+
  | minecraft:silk_touch
|
+
  | Silk Touch
|}
 
 
 
=== <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
+
  | 22
  | Position
+
  | minecraft:unbreaking
  |
+
  | Unbreaking
 
  |-
 
  |-
  | Unknown 2
+
  | 23
  | Float
+
  | minecraft:fortune
  |
+
  | Fortune
 
  |-
 
  |-
  | Unknown 3
+
  | 24
  | Float
+
  | minecraft:power
  |
+
  | Power
 
  |-
 
  |-
  | Unknown 4
+
  | 25
  | Float
+
  | minecraft:punch
  |
+
  | Punch
 
  |-
 
  |-
  | Unknown 5
+
  | 26
  | Float
+
  | minecraft:flame
  |
+
  | Flame
 
  |-
 
  |-
  | Unknown 6
+
  | 27
  | Float
+
  | minecraft:infinity
  |
+
  | Infinity
|}
 
 
 
== Play ==
 
 
 
=== Clientbound ===
 
 
 
==== Spawn Painting ====
 
 
 
This packet shows location, name, and type of painting.
 
 
 
{| class="wikitable"
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
 
  |-
 
  |-
  |rowspan="5"| 0x04
+
  | 28
|rowspan="5"| Play
+
  | minecraft:luck_of_the_sea
|rowspan="5"| Client
+
  | Luck of the Sea
| Entity ID
 
  | VarInt
 
  |  
 
 
  |-
 
  |-
  | Entity UUID
+
  | 29
  | UUID
+
  | minecraft:lure
  |  
+
  | Lure
 
  |-
 
  |-
  | Motive
+
  | 30
  | {{Change|String (13)|VarInt}}
+
  | minecraft:loyalty
  | {{Change|Name of the painting. Max length 13|Panting's ID, see below}}
+
  | Loyalty
 
  |-
 
  |-
  | Location
+
  | 31
  | Position
+
  | minecraft:impaling
  | Center coordinates (see below)
+
  | Impaling
 
  |-
 
  |-
  | Direction
+
  | 32
  | Byte Enum
+
  | minecraft:riptide
  | Direction the painting faces (North = 2, South = 0, West = 1, East = 3)
+
  | Riptide
 +
|-
 +
| 33
 +
| minecraft:channeling
 +
| Channeling
 +
|-
 +
| 34
 +
| minecraft:multishot
 +
| Multishot
 +
|-
 +
| 35
 +
| minecraft:quick_charge
 +
| Quick Charge
 +
|-
 +
| 36
 +
| minecraft:piercing
 +
| Piercing
 +
|-
 +
| 37
 +
| minecraft:density
 +
| Density
 +
|-
 +
| 38
 +
| minecraft:breach
 +
| Breach
 +
|-
 +
| 39
 +
| minecraft:wind_burst
 +
| Wind Burst
 +
|-
 +
| 40
 +
| minecraft:mending
 +
| Mending
 +
|-
 +
| 41
 +
| minecraft:vanishing_curse
 +
| Curse of Vanishing
 
  |}
 
  |}
  
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.
+
==== Set Container Slot ====
  
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):
+
Sent by the server when an item in a slot (in a window) is added/removed.
  
 
{| class="wikitable"
 
{| class="wikitable"
  ! Name
+
  ! Packet ID
  !{{Added}}| ID
+
  ! State
  ! x
+
  ! Bound To
  ! y
+
  ! Field Name
  ! width
+
  ! Field Type
  ! height
+
  ! Notes
 
  |-
 
  |-
  | {{Change|<code>Kebab</code>|<code>minecraft:kebab</code>}}
+
  | rowspan="4"| ''protocol:''<br/><code>0x15</code><br/><br/>''resource:''<br/><code>container_set_slot</code>
  | 0
+
  | rowspan="4"| Play
  | 0
+
  | rowspan="4"| Client
  | 0
+
  | Window ID
  | 16
+
  | {{change|{{Type|Unsigned Byte}}|{{Type|VarInt}}}}
  | 16
+
  | The window which is being updated. 0 for player inventory. The client ignores any packets targeting a Window ID other than the current one{{change|; see below for exceptions|, unless it is 0 (see below)}}.
 
  |-
 
  |-
  | {{Change|<code>Aztec</code>|<code>minecraft:aztec</code>}}
+
| State ID
  | 1
+
  | {{Type|VarInt}}
| 16
+
  | A server-managed sequence number used to avoid desynchronization; see [[#Click Container]].
| 0
 
| 16
 
| 16
 
 
  |-
 
  |-
  | {{change|<code>Alban</code>|<code>minecraft:alban</code>}}
+
| Slot
  | 2
+
  | {{Type|Short}}
| 32
+
  | The slot that should be updated.
| 0
 
| 16
 
| 16
 
 
  |-
 
  |-
  | {{change|<code>Aztec2</code>|<code>minecraft:aztec2</code>}}
+
| Slot Data
  | 3
+
  | {{Type|Slot}}
  | 48
+
|
  | 0
+
|}
  | 16
+
 
  | 16
+
If Window ID is 0, the hotbar and offhand slots (slots 36 through 45) may be updated even when a different container window is open. (The Notchian server does not appear to utilize this special case.) Updates are also restricted to those slots when the player is looking at a creative inventory tab other than the survival inventory. (The Notchian server does ''not'' handle this restriction in any way, leading to [https://bugs.mojang.com/browse/MC-242392 MC-242392].)
  |-
+
 
  | {{change|<code>Bomb</code>|<code>minecraft:bomb</code>}}
+
{{change|If Window ID is -1, the item being dragged with the mouse is set. In this case, State ID and Slot are ignored.|}}
  | 4
+
 
  | 64
+
{{change|If Window ID is -2, any slot in the player's inventory can be updated irrespective of the current container window. In this case, State ID is ignored, and the Notchian server uses a bogus value of 0. Used by the Notchian server to implement the [[#Pick Item]] functionality.|}}
  | 0
+
 
  | 16
+
When a container window is open, the server never sends updates targeting Window ID 0&mdash;all of the [[Inventory|window types]] include slots for the player inventory. The client must automatically apply changes targeting the inventory portion of a container window to the main inventory; the server does not resend them for ID 0 when the window is closed. However, since the armor and offhand slots are only present on ID 0, updates to those slots occurring while a window is open must be deferred by the server until the window's closure.
  | 16
+
 
 +
==== Set Cooldown ====
 +
 
 +
Applies a cooldown period to all items with the given type.  Used by the Notchian server with enderpearls. This packet should be sent when the cooldown starts and also when the cooldown ends (to compensate for lag), although the client will end the cooldown automatically. Can be applied to any item, note that interactions still get sent to the server with the item but the client does not play the animation nor attempt to predict results (i.e block placing).
 +
 
 +
{| class="wikitable"
 +
  ! Packet ID
 +
! State
 +
! Bound To
 +
  ! Field Name
 +
  ! Field Type
 +
  ! Notes
 +
  |-  
 +
  | rowspan="2"| ''protocol:''<br/><code>0x17</code><br/><br/>''resource:''<br/><code>cooldown</code>
 +
  | rowspan="2"| Play
 +
  | rowspan="2"| Client
 +
  | {{change|Item ID|Cooldown Group}}
 +
  | {{change|{{Type|VarInt}}|{{Type|Identifier}}}}
 +
  | {{change|Numeric ID of the item|Group of items}} to apply a cooldown to.
 
  |-
 
  |-
  | {{change|<code>Plant</code>|<code>minecraft:plant</code>}}
+
| Cooldown Ticks
  | 5
+
  | {{Type|VarInt}}
  | 80
+
  | Number of ticks to apply a cooldown for, or 0 to clear the cooldown.
| 0
+
  |}
| 16
+
 
| 16
+
==== Teleport Entity ====
|-
+
 
| {{change|<code>Wasteland</code>|<code>minecraft:wasteland</code>}}
+
{{Warning2|{{change||The Mojang-specified name of this packet was changed in 1.21.2 from <code>teleport_entity</code> to <code>entity_position_sync</code>. There is a new <code>teleport_entity</code>, which this document more appropriately calls [[#Synchronize Vehicle Position|Synchronize Vehicle Position]]. That packet has a different function and will lead to confusing results if used in place of this one.}}}}
  | 6
+
 
  | 96
+
This packet is sent by the server when an entity moves more than 8 blocks.
  | 0
+
 
  | 16
+
{| class="wikitable"
  | 16
+
  ! Packet ID
 +
! State
 +
  ! Bound To
 +
  ! Field Name
 +
  ! Field Type
 +
  ! Notes
 
  |-
 
  |-
  | {{change|<code>Pool</code>|<code>minecraft:pool</code>}}
+
  | rowspan="10"| ''protocol:''<br/><code>{{change|0x70|0x20}}</code><br/><br/>''resource:''<br/><code>{{change|teleport_entity|entity_position_sync}}</code>
  | 7
+
  | rowspan="10"| Play
  | 0
+
  | rowspan="10"| Client
  | 32
+
  | Entity ID
  | 32
+
  | {{Type|VarInt}}
  | 16
+
  |
 
  |-
 
  |-
  | {{change|<code>Courbet</code>|<code>minecraft:courbet</code>}}
+
| X
  | 8
+
  | {{Type|Double}}
| 32
+
  |  
| 32
 
| 32
 
| 16
 
 
  |-
 
  |-
  | {{change|<code>Sea</code>|<code>minecraft:sea</code>}}
+
| Y
  | 9
+
  | {{Type|Double}}
| 64
+
  |
| 32
 
| 32
 
| 16
 
 
  |-
 
  |-
  | {{change|<code>Sunset</code>|<code>minecraft:sunset</code>}}
+
| Z
  | 10
+
  | {{Type|Double}}
  | 96
+
|
  | 32
+
|- {{added}}
  | 32
+
  | Velocity X
  | 16
+
  | {{Type|Double}}
 +
  |
 +
  |- {{added}}
 +
| Velocity Y
 +
| {{Type|Double}}
 +
|
 +
|- {{added}}
 +
| Velocity Z
 +
| {{Type|Double}}
 +
  |
 
  |-
 
  |-
  | {{change|<code>Creebet</code>|<code>minecraft:creebet</code>}}
+
| Yaw
| 11
+
  | {{change|{{Type|Angle}}|{{Type|Float}}}}
| 128
+
  | Rotation on the X axis, in degrees.
| 32
 
| 32
 
  | 16
 
 
  |-
 
  |-
  | {{change|<code>Wanderer</code>|<code>minecraft:wanderer</code>}}
+
| Pitch
| 12
+
  | {{change|{{Type|Angle}}|{{Type|Float}}}}
| 0
+
  | Rotation on the Y axis, in degrees.
| 64
 
| 16
 
  | 32
 
 
  |-
 
  |-
  | {{change|<code>Graham</code>|<code>minecraft:graham</code>}}
+
  | On Ground
  | 13
+
| {{Type|Boolean}}
  | 16
+
|
  | 64
+
|}
  | 16
+
 
  | 32
+
==== Explosion ====
 +
 
 +
Sent when an explosion occurs (creepers, TNT, and ghast fireballs).
 +
 
 +
{{change|Each block in Records is set to air. Coordinates for each axis in record is int(X) + record.x|}}
 +
 
 +
{| class="wikitable"
 +
! Packet ID
 +
  ! State
 +
  ! Bound To
 +
  ! colspan="2" | Field Name
 +
  ! Field Type
 +
  ! Notes
 
  |-
 
  |-
  | {{change|<code>Match</code>|<code>minecraft:match</code>}}
+
  | rowspan="16"| ''protocol:''<br/><code>{{change|0x20|0x21}}</code><br/><br/>''resource:''<br/><code>explode</code>
  | 14
+
  | rowspan="16"| Play
  | 0
+
  | rowspan="16"| Client
  | 128
+
  | X
  | 32
+
  | {{Type|Double}}
  | 32
+
  |
 
  |-
 
  |-
  | {{change|<code>Bust</code>|<code>minecraft:bust</code>}}
+
| Y
  | 15
+
  | {{Type|Double}}
| 32
+
  |
| 128
 
| 32
 
| 32
 
 
  |-
 
  |-
  | {{change|<code>Stage</code>|<code>minecraft:stage</code>}}
+
| Z
  | 16
+
  | {{Type|Double}}
  | 64
+
|
  | 128
+
|- {{removed}}
  | 32
+
  | Strength
  | 32
+
  | {{Type|Float}}
 +
  | If the strength is greater or equal to 2.0, or the block interaction is not 0 (keep), large explosion particles are used. Otherwise, small explosion particles are used.
 +
  |- {{removed}}
 +
| Record Count
 +
| {{Type|VarInt}}
 +
| Number of elements in the following array.
 +
|- {{removed}}
 +
| Records
 +
| {{Type|Array}} of ({{Type|Byte}}, {{Type|Byte}}, {{Type|Byte}})
 +
| Each record is 3 signed bytes long; the 3 bytes are the XYZ (respectively) signed offsets of affected blocks.
 +
|- {{added}}
 +
| Has Player Motion
 +
| {{Type|Boolean}}
 +
  |
 
  |-
 
  |-
  | {{change|<code>Void</code>|<code>minecraft:void</code>}}
+
| Player Motion X
| 17
+
  | {{change|{{Type|Float}}|{{Type|Optional}} {{Type|Double}}}}
| 96
+
  | X velocity of the player being pushed by the explosion.{{change|| Only present if Has Player Motion is true.}}
  | 128
 
| 32
 
| 32
 
 
  |-
 
  |-
  | {{change|<code>SkullAndRoses</code>|<code>skull_and_roses</code>}}
+
| Player Motion Y
| 18
+
  | {{change|{{Type|Float}}|{{Type|Optional}} {{Type|Double}}}}
| 128
+
  | Y velocity of the player being pushed by the explosion.{{change|| Only present if Has Player Motion is true.}}
  | 128
 
| 32
 
| 32
 
 
  |-
 
  |-
  | {{change|<code>Wither</code>|<code>minecraft:wither</code>}}
+
| Player Motion Z
  | 19
+
  | {{change|{{Type|Float}}|{{Type|Optional}} {{Type|Double}}}}
  | 160
+
  | Z velocity of the player being pushed by the explosion.{{change|| Only present if Has Player Motion is true.}}
  | 128
+
  |- {{removed}}
  | 32
+
  | Block Interaction
  | 32
+
  | {{Type|VarInt}} {{Type|Enum}}
 +
  | 0 = keep, 1 = destroy, 2 = destroy_with_decay, 3 = trigger_block.
 
  |-
 
  |-
  | {{change|<code>Fighters</code>|<code>minecraft:fighters</code>}}
+
  | {{change|Small |}}Explosion Particle ID
  | 20
+
  | {{Type|VarInt}}
| 0
+
  | The particle ID listed in [[Particles]].
| 96
 
| 64
 
  | 32
 
 
  |-
 
  |-
  | {{change|<code>Pointer</code>|<code>minecraft:pointer</code>}}
+
  | {{change|Small |}}Explosion Particle Data
  | 21
+
  | Varies
  | 0
+
  | Particle data as specified in [[Particles]].
  | 192
+
  |- {{removed}}
  | 64
+
| Large Explosion Particle ID
  | 64
+
| {{Type|VarInt}}
 +
| The particle ID listed in [[Particles]].
 +
|- {{removed}}
 +
| Large Explosion Particle Data
 +
  | Varies
 +
  | Particle data as specified in [[Particles]].
 
  |-
 
  |-
  | {{change|<code>Pigscene</code>|<code>minecraft:pigscene</code>}}
+
  | Explosion Sound
| 22
+
  | {{Type|ID or}} {{Type|Sound Event}}
| 64
+
  | ID in the <code>minecraft:sound_event</code> registry, or an inline definition.
| 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.
+
==== Open Horse Screen ====
  
==== Statistics ====
+
This packet is used exclusively for opening the horse GUI. [[#Open Screen|Open Screen]] is used for all other GUIs.  The client will not open the inventory if the Entity ID does not point to an horse-like animal.
 
 
Sent as a response to [[#Client_Status|Client Status]] (id 1).
 
  
 
{| class="wikitable"
 
{| class="wikitable"
 
  ! Packet ID
 
  ! Packet ID
 
  ! State
 
  ! State
  ! Bound To  
+
  ! Bound To
  !colspan="2"| Field Name
+
  ! Field Name
  !colspan="2"| Field Type
+
  ! Field Type
 
  ! Notes
 
  ! Notes
 
  |-
 
  |-
  |rowspan="6"| 0x07
+
  | rowspan="3"| ''protocol:''<br/><code>0x23</code><br/><br/>''resource:''<br/><code>horse_screen_open</code>
  |rowspan="6"| Play
+
  | rowspan="3"| Play
  |rowspan="6"| Client
+
  | rowspan="3"| Client
  |colspan="2"| Count
+
  | Window ID
  |colspan="2"| VarInt
+
  | {{change|{{Type|Unsigned Byte}}|{{Type|VarInt}}}}
  | Number of elements in the following array
+
  |
 
  |-
 
  |-
  |rowspan="4"| Statistic
+
  | Slot count
|{{Removed}}| Name
+
  | {{Type|VarInt}}
|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
+
  | Entity ID
  | VarInt
+
  | {{Type|Int}}
  | The amount to set it to
+
  |
 
  |}
 
  |}
  
Categories (these are namespaced, but with <code>:</code>. replaced with <code>.</code>):
+
==== Login (play) ====
 +
 
 +
{{Need Info|Although the number of portal cooldown ticks is included in this packet, the whole portal usage process is still dictated entirely by the server. What kind of effect does this value have on the client, if any?}}
 +
 
 +
See [[Protocol Encryption]] for information on logging in.
  
 
{| class="wikitable"
 
{| class="wikitable"
  ! Name
+
  ! Packet ID
  ! ID
+
! State
  ! Registry
+
! Bound To
 +
! Field Name
 +
  ! Field Type
 +
  ! Notes
 
  |-
 
  |-
  | <code>minecraft.mined</code>
+
  | rowspan="23"| ''protocol:''<br/><code>{{change|0x2B|0x2C}}</code><br/><br/>''resource:''<br/><code>login</code>
  | 0
+
  | rowspan="23"| Play
  | Blocks
+
| rowspan="23"| Client
 +
  | Entity ID
 +
| {{Type|Int}}
 +
| The player's Entity ID (EID).
 
  |-
 
  |-
  | <code>minecraft.crafted</code>
+
  | Is hardcore
  | 1
+
  | {{Type|Boolean}}
  | Items
+
  |
 
  |-
 
  |-
  | <code>minecraft.used</code>
+
  | Dimension Count
  | 2
+
  | {{Type|VarInt}}
  | Items
+
  | Size of the following array.
 
  |-
 
  |-
  | <code>minecraft.broken</code>
+
  | Dimension Names
  | 3
+
  | {{Type|Array}} of {{Type|Identifier}}
  | Items
+
  | Identifiers for all dimensions on the server.
 
  |-
 
  |-
  | <code>minecraft.picked_up</code>
+
  | Max Players
  | 4
+
  | {{Type|VarInt}}
  | Items
+
  | Was once used by the client to draw the player list, but now is ignored.
 
  |-
 
  |-
  | <code>minecraft.dropped</code>
+
  | View Distance
  | 5
+
  | {{Type|VarInt}}
  | Items
+
  | Render distance (2-32).
 
  |-
 
  |-
  | <code>minecraft.killed</code>
+
  | Simulation Distance
  | 6
+
  | {{Type|VarInt}}
  | Entities
+
  | The distance that the client will process specific things, such as entities.
 
  |-
 
  |-
  | <code>minecraft.killed_by</code>
+
  | Reduced Debug Info
  | 7
+
  | {{Type|Boolean}}
  | Entities
+
  | If true, a Notchian client shows reduced information on the {{Minecraft Wiki|debug screen}}.  For servers in development, this should almost always be false.
 
  |-
 
  |-
  | <code>minecraft.custom</code>
+
  | Enable respawn screen
  | 8
+
  | {{Type|Boolean}}
| Custom
+
  | Set to false when the doImmediateRespawn gamerule is true.
  |}
 
 
 
Blocks, Items, and Entities use block (not block state), item, and entity ids.
 
 
 
Custom has the following (unit only matters for clients):
 
 
 
{| class="wikitable"
 
! Name
 
! ID
 
! Unit
 
 
  |-
 
  |-
  | <code>minecraft.leave_game</code>
+
  | Do limited crafting
  | 0
+
  | {{Type|Boolean}}
  | None
+
  | Whether players can only craft recipes they have already unlocked. Currently unused by the client.
 
  |-
 
  |-
  | <code>minecraft.play_one_minute</code>
+
  | Dimension Type
| 1
+
| {{Type|VarInt}}
| Time
+
| The ID of the type of dimension in the <code>minecraft:dimension_type</code> registry, defined by the Registry Data packet.
 
  |-
 
  |-
  | <code>minecraft.time_since_death</code>
+
  | Dimension Name
  | 2
+
  | {{Type|Identifier}}
  | Time
+
  | Name of the dimension being spawned into.
 
  |-
 
  |-
  | <code>minecraft.sneak_Time</code>
+
  | Hashed seed
  | 3
+
  | {{Type|Long}}
  | Time
+
  | First 8 bytes of the SHA-256 hash of the world's seed. Used client side for biome noise
 
  |-
 
  |-
  | <code>minecraft.walk_one_cm</code>
+
  | Game mode
  | 4
+
  | {{Type|Unsigned Byte}}
  | Distance
+
  | 0: Survival, 1: Creative, 2: Adventure, 3: Spectator.
 
  |-
 
  |-
  | <code>minecraft.crouch_one_cm</code>
+
  | Previous Game mode
  | 5
+
  | {{Type|Byte}}
  | Distance
+
  | -1: Undefined (null), 0: Survival, 1: Creative, 2: Adventure, 3: Spectator. The previous game mode. Vanilla client uses this for the debug (F3 + N & F3 + F4) game mode switch. (More information needed)
 
  |-
 
  |-
  | <code>minecraft.sprint_one_cm</code>
+
  | Is Debug
  | 6
+
  | {{Type|Boolean}}
  | Distance
+
  | True if the world is a {{Minecraft Wiki|debug mode}} world; debug mode worlds cannot be modified and have predefined blocks.
 
  |-
 
  |-
  | <code>minecraft.swim_one_cm</code>
+
  | Is Flat
  | 7
+
  | {{Type|Boolean}}
  | Distance
+
  | True if the world is a {{Minecraft Wiki|superflat}} world; flat worlds have different void fog and a horizon at y=0 instead of y=63.
 
  |-
 
  |-
  | <code>minecraft.fall_one_cm</code>
+
  | Has death location
  | 8
+
  | {{Type|Boolean}}
  | Distance
+
  | If true, then the next two fields are present.
 
  |-
 
  |-
  | <code>minecraft.climb_one_cm</code>
+
  | Death dimension name
  | 9
+
  | {{Type|Optional}} {{Type|Identifier}}
  | Distance
+
  | Name of the dimension the player died in.
 
  |-
 
  |-
  | <code>minecraft.fly_one_cm</code>
+
  | Death location
  | 10
+
  | {{Type|Optional}} {{Type|Position}}
  | Distance
+
  | The location that the player died at.
 
  |-
 
  |-
  | <code>minecraft.dive_one_cm</code>
+
  | Portal cooldown
  | 11
+
| {{Type|VarInt}}
  | Distance
+
| The number of ticks until the player can use the portal again.
 +
  |- {{added}}
 +
| Sea level
 +
| {{Type|VarInt}}
 +
  |
 
  |-
 
  |-
  | <code>minecraft.minecart_one_cm</code>
+
  | Enforces Secure Chat
  | 12
+
  | {{Type|Boolean}}
  | Distance
+
  |
  |-
+
  |}
  | <code>minecraft.boat_one_cm</code>
+
 
  | 13
+
==== Move Minecart Along Track ====
  | Distance
+
 
 +
{| class="wikitable" {{added}}
 +
! Packet ID
 +
! State
 +
! Bound To
 +
  ! colspan="2"| Field Name
 +
  ! colspan="2"| Field Type
 +
  ! colspan="2"| Notes
 
  |-
 
  |-
  | <code>minecraft.pig_one_cm</code>
+
  | rowspan="11"| ''protocol:''<br/><code>0x31</code><br/><br/>''resource:''<br/><code>move_minecart_along_track</code>
  | 14
+
  | rowspan="11"| Play
  | Distance
+
| rowspan="11"| Client
 +
| colspan="2"| Entity ID
 +
| colspan="2"| {{Type|VarInt}}
 +
  |
 
  |-
 
  |-
  | <code>minecraft.horse_one_cm</code>
+
  | colspan="2"| Step Count
  | 15
+
  | colspan="2"| {{Type|VarInt}}
  | Distance
+
  | Number of elements in the following array.
 
  |-
 
  |-
  | <code>minecraft.aviate_one_cm</code>
+
  | rowspan="9"| Steps
  | 16
+
| X
  | Distance
+
| rowspan="9"| {{Type|Array}}
 +
  | {{Type|Double}}
 +
  |  
 
  |-
 
  |-
  | <code>minecraft.jump</code>
+
  | Y
  | 17
+
  | {{Type|Double}}
  | None
+
  |  
 
  |-
 
  |-
  | <code>minecraft.drop</code>
+
  | Z
  | 18
+
  | {{Type|Double}}
  | None
+
  |  
 
  |-
 
  |-
  | <code>minecraft.damage_dealt</code>
+
  | Velocity X
  | 19
+
  | {{Type|Double}}
  | Damage
+
  |
 
  |-
 
  |-
  | <code>minecraft.damage_taken</code>
+
  | Velocity Y
  | 20
+
  | {{Type|Double}}
  | Damage
+
  |
 
  |-
 
  |-
  | <code>minecraft.deaths</code>
+
  | Velocity Z
  | 21
+
  | {{Type|Double}}
  | None
+
  |
 
  |-
 
  |-
  | <code>minecraft.mob_kills</code>
+
  | Yaw
  | 22
+
  | {{Type|Angle}}
  | None
+
  |
 
  |-
 
  |-
  | <code>minecraft.animals_bred</code>
+
  | Pitch
  | 23
+
  | {{Type|Angle}}
  | None
+
  |
 
  |-
 
  |-
  | <code>minecraft.player_kills</code>
+
  | Weight
  | 24
+
| {{Type|Float}}
  | None
+
|}
 +
 
 +
==== Player Info Update ====
 +
 
 +
Sent by the server to update the user list (<tab> in the client).
 +
{| class="wikitable"
 +
! Packet ID
 +
! State
 +
! Bound To
 +
  ! colspan="2"| Field Name
 +
  ! colspan="2"| Field Type
 +
! Notes
 
  |-
 
  |-
  | <code>minecraft.fish_caught</code>
+
  | rowspan="4"| ''protocol:''<br/><code>{{change|0x3E|0x40}}</code><br/><br/>''resource:''<br/><code>player_info_update</code>
  | 25
+
  | rowspan="4"| Play
  | None
+
| rowspan="4"| Client
 +
  | colspan="2"| Actions
 +
| colspan="2"| {{Type|Byte}}
 +
| Determines what actions are present.
 
  |-
 
  |-
  | <code>minecraft.talked_to_villager</code>
+
  | colspan="2"| Number Of Players
  | 26
+
  | colspan="2"| {{Type|VarInt}}
  | None
+
  | Number of elements in the following array.
 
  |-
 
  |-
  | <code>minecraft.traded_with_villager</code>
+
  | rowspan="2" | Players
  | 27
+
| UUID
  | None
+
| rowspan="2" | {{Type|Array}}
 +
  | {{Type|UUID}}
 +
  | The player UUID
 
  |-
 
  |-
  | <code>minecraft.eat_cake_slice</code>
+
  | Player Actions
  | 28
+
| {{Type|Array}} of [[#player-info:player-actions|Player&nbsp;Actions]]
  | None
+
| The length of this array is determined by the number of [[#player-info:player-actions|Player Actions]] that give a non-zero value when applying its mask to the actions flag. For example given the decimal number 5, binary 00000101. The masks 0x01 and 0x04 would return a non-zero value, meaning the Player Actions array would include two actions: Add Player and Update Game Mode.
 +
  |}
 +
 
 +
{| class="wikitable"
 +
  |+ id="player-info:player-actions" | Player Actions
 +
! Action
 +
! Mask
 +
! colspan="2" | Field Name
 +
! colspan="2" | Type
 +
! Notes
 
  |-
 
  |-
  | <code>minecraft.fill_cauldron</code>
+
  | rowspan="6" | Add Player
  | 29
+
| rowspan="6" | 0x01
  | None
+
  | colspan="2" | Name
 +
  | colspan="2" | {{Type|String}} (16)
 
  |-
 
  |-
  | <code>minecraft.use_cauldron</code>
+
  | colspan="2" | Number Of Properties
  | 30
+
  | colspan="2" | {{Type|VarInt}}
  | None
+
  | Number of elements in the following array.
 
  |-
 
  |-
  | <code>minecraft.clean_armor</code>
+
  | rowspan="4" | Property
  | 31
+
| Name
  | None
+
| rowspan="4"| {{Type|Array}}
 +
  | {{Type|String}} (32767)
 +
  |
 
  |-
 
  |-
  | <code>minecraft.clean_banner</code>
+
  | Value
  | 32
+
  | {{Type|String}} (32767)
  | None
+
  |
 
  |-
 
  |-
  | <code>minecraft.interact_with_brewingstand</code>
+
  | Is Signed
  | 33
+
  | {{Type|Boolean}}
  | None
+
  |
 
  |-
 
  |-
  | <code>minecraft.interact_with_beacon</code>
+
  | Signature
  | 34
+
  | {{Type|Optional}} {{Type|String}} (32767)
  | None
+
  | Only if Is Signed is true.
 
  |-
 
  |-
  | <code>minecraft.inspect_dropper</code>
+
  | rowspan="7" | Initialize Chat
  | 35
+
| rowspan="7" | 0x02
  | None
+
  | colspan="2" | Has Signature Data
 +
  | colspan="2" | {{Type|Boolean}}
 
  |-
 
  |-
  | <code>minecraft.inspect_hopper</code>
+
  | colspan="2" | Chat session ID
  | 36
+
  | colspan="2" | {{Type|UUID}}
  | None
+
  | Only sent if Has Signature Data is true.
 
  |-
 
  |-
  | <code>minecraft.inspect_dispenser</code>
+
  | colspan="2" | Public key expiry time
  | 37
+
  | colspan="2" | {{Type|Long}}
  | None
+
  | Key expiry time, as a UNIX timestamp in milliseconds. Only sent if Has Signature Data is true.
 
  |-
 
  |-
  | <code>minecraft.play_noteblock</code>
+
  | colspan="2" | Encoded public key size
  | 38
+
  | colspan="2" | {{Type|VarInt}}
  | None
+
  | Size of the following array. Only sent if Has Signature Data is true. Maximum length is 512 bytes.
 
  |-
 
  |-
  | <code>minecraft.tune_noteblock</code>
+
  | colspan="2" | Encoded public key
  | 39
+
  | colspan="2" | {{Type|Byte Array}} (512)
  | None
+
  | The player's public key, in bytes. Only sent if Has Signature Data is true.
 
  |-
 
  |-
  | <code>minecraft.pot_flower</code>
+
  | colspan="2" | Public key signature size
  | 40
+
  | colspan="2" | {{Type|VarInt}}
  | None
+
  | Size of the following array. Only sent if Has Signature Data is true. Maximum length is 4096 bytes.
 
  |-
 
  |-
  | <code>minecraft.trigger_trapped_chest</code>
+
  | colspan="2" | Public key signature
  | 41
+
  | colspan="2" | {{Type|Byte Array}} (4096)
  | None
+
  | The public key's digital signature. Only sent if Has Signature Data is true.
 
  |-
 
  |-
  | <code>minecraft.open_enderchest</code>
+
  | Update Game Mode
  | 42
+
  | 0x04
  | None
+
  | colspan="2" | Game Mode
 +
| colspan="2" | {{Type|VarInt}}
 
  |-
 
  |-
  | <code>minecraft.enchant_item</code>
+
  | Update Listed
  | 43
+
| 0x08
  | None
+
| colspan="2" | Listed
 +
  | colspan="2" | {{Type|Boolean}}
 +
  | Whether the player should be listed on the player list.
 
  |-
 
  |-
  | <code>minecraft.play_record</code>
+
  | Update Latency
  | 44
+
| 0x10
  | None
+
| colspan="2" | Ping
 +
  | colspan="2" | {{Type|VarInt}}
 +
  | Measured in milliseconds.
 
  |-
 
  |-
  | <code>minecraft.interact_with_furnace</code>
+
  | rowspan="2" | Update Display Name
  | 45
+
| rowspan="2" | 0x20
  | None
+
  | colspan="2" | Has Display Name
 +
  | colspan="2" | {{Type|Boolean}}
 
  |-
 
  |-
  | <code>minecraft.interact_with_crafting_table</code>
+
  | colspan="2" | Display Name
| 46
+
  | colspan="2" | {{Type|Optional}} {{Type|Text Component}}
  | None
+
  | Only sent if Has Display Name is true.
|-
+
  |- {{added}}
| <code>minecraft.open_chest</code>
+
  | Update List Priority
| 47
+
  | 0x40
  | None
+
  | colspan="2" | Priority
  |-
+
  | colspan="2" | {{Type|VarInt}}
  | <code>minecraft.sleep_in_bed</code>
+
  | See below.
  | 48
 
  | None
 
  |-
 
| <code>minecraft.open_shulker_box</code>
 
| 49
 
  | None
 
 
  |}
 
  |}
  
Units:
+
The properties included in this packet are the same as in [[#Login Success|Login Success]], for the current player.
  
* None: just a normal number (formatted with 0 decimal places)
+
Ping values correspond with icons in the following way:
* Damage: value is 10 times the normal amount
+
* A ping that negative (i.e. not known to the server yet) will result in the no connection icon.
* Distance: a distance in centimeters (hundredths of blocks)
+
* A ping under 150 milliseconds will result in 5 bars
* Time: a time span in ticks
+
* A ping under 300 milliseconds will result in 4 bars
 +
* A ping under 600 milliseconds will result in 3 bars
 +
* A ping under 1000 milliseconds (1 second) will result in 2 bars
 +
* A ping greater than or equal to 1 second will result in 1 bar.
  
==== Update Block Entity ====
+
The order of players in the player list is determined as follows:
 +
* {{change||Players with higher priorities are sorted before those with lower priorities.}}
 +
* {{change||Among players of equal priorities, }}spectators are sorted after non-spectators.
 +
* Within each of those groups, players are sorted into teams. The teams are ordered case-sensitively by team name in ascending order. Players with no team are listed first.
 +
* The players of each team (and non-team) are sorted case-insensitively by name in ascending order.
  
Sets tile entity associated with the block at the given location.
+
==== Synchronize Player Position ====
 +
 
 +
Teleports the client, e.g. during login, when using an ender pearl, in response to invalid move packets, etc.
 +
 
 +
Due to latency, the server may receive outdated movement packets sent before the client was aware of the teleport. To account for this, the server ignores all movement packets from the client until a [[#Confirm Teleportation|Confirm Teleportation]] packet with an ID matching the one sent in the teleport packet is received.
 +
 
 +
Yaw is measured in degrees, and does not follow classical trigonometry rules. The unit circle of yaw on the XZ-plane starts at (0, 1) and turns counterclockwise, with 90 at (-1, 0), 180 at (0, -1) and 270 at (1, 0). Additionally, yaw is not clamped to between 0 and 360 degrees; any number is valid, including negative numbers and numbers greater than 360 (see [https://bugs.mojang.com/browse/MC-90097 MC-90097]).
 +
 
 +
Pitch is measured in degrees, where 0 is looking straight ahead, -90 is looking straight up, and 90 is looking straight down.
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,602: Line 1,876:
 
  ! Notes
 
  ! Notes
 
  |-
 
  |-
  |rowspan="3"| 0x09
+
  | rowspan="11"| ''protocol:''<br/><code>{{change|0x40|0x42}}</code><br/><br/>''resource:''<br/><code>player_position</code>
  |rowspan="3"| Play
+
  | rowspan="11"| Play
  |rowspan="3"| Client
+
  | rowspan="11"| Client
  | Location
+
  | {{added}} | Teleport ID
  | Position
+
  | {{added}} | {{Type|VarInt}}
  |  
+
| {{added}} | Client should confirm this packet with [[#Confirm Teleportation|Confirm Teleportation]] containing the same Teleport ID.
 +
|-
 +
| X
 +
| {{Type|Double}}
 +
  | Absolute or relative position, depending on Flags.
 
  |-
 
  |-
  | Action
+
  | Y
  | Unsigned Byte
+
  | {{Type|Double}}
  | The type of update to perform, see below
+
  | Absolute or relative position, depending on Flags.
 
  |-
 
  |-
  | NBT Data
+
  | Z
  | [[NBT|NBT Tag]]
+
  | {{Type|Double}}
  | Data to setMay 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)
+
  | Absolute or relative position, depending on Flags.
  |}
+
  |- {{added}}
 +
| Velocity X
 +
| {{Type|Double}}
 +
|
 +
|- {{added}}
 +
| Velocity Y
 +
| {{Type|Double}}
 +
|
 +
|- {{added}}
 +
| Velocity Z
 +
| {{Type|Double}}
 +
|
 +
|-
 +
| Yaw
 +
| {{Type|Float}}
 +
| Absolute or relative rotation on the X axis, in degrees.
 +
|-
 +
| Pitch
 +
| {{Type|Float}}
 +
| Absolute or relative rotation on the Y axis, in degrees.
 +
|-
 +
| Flags
 +
| {{change|{{Type|Byte}}|{{Type|Teleport Flags}}}}
 +
| {{change|Reference the Flags table below. When the value of the this byte masked is zero the field is absolute, otherwise relative.|}}
 +
|- {{removed}}
 +
| Teleport ID
 +
| {{Type|VarInt}}
 +
| Client should confirm this packet with [[#Confirm Teleportation|Confirm Teleportation]] containing the same Teleport ID.
 +
  |}
  
''Action'' field:
+
==== Player Rotation ====
  
* '''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.)
+
{| class="wikitable" {{added}}
* '''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
 
  ! Packet ID
 
  ! State
 
  ! State
Line 1,647: Line 1,934:
 
  ! Notes
 
  ! Notes
 
  |-
 
  |-
  |rowspan="2"| 0x0B
+
  | rowspan="2"| ''protocol:''<br/><code>0x43</code><br/><br/>''resource:''<br/><code>player_rotation</code>
  |rowspan="2"| Play
+
  | rowspan="2"| Play
  |rowspan="2"| Client
+
  | rowspan="2"| Client
  | Location
+
  | Yaw
  | Position
+
  | {{Type|Float}}
  | Block Coordinates
+
  | Rotation on the X axis, in degrees.
 
  |-
 
  |-
  | Block ID
+
  | Pitch
  | VarInt
+
  | {{Type|Float}}
| 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.}}
+
| Rotation on the Y axis, in degrees.
 
  |}
 
  |}
  
==== Multi Block Change ====
+
==== Place Ghost Recipe ====
  
Fired whenever 2 or more blocks are changed within the same chunk on the same tick.
+
Response to the serverbound packet ([[#Place Recipe|Place Recipe]]), with the same recipe ID. Appears to be used to notify the UI.
 
 
{{Warning|Changing blocks in chunks not loaded by the client is unsafe (see note on [[#Block Change|Block Change]]).}}
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,669: Line 1,954:
 
  ! State
 
  ! State
 
  ! Bound To
 
  ! Bound To
  !colspan="2"| Field Name
+
  ! Field Name
  !colspan="2"| Field Type
+
  ! Field Type
 
  ! Notes
 
  ! Notes
 
  |-
 
  |-
  |rowspan="6"| {{Change|0x10|0x0F}}
+
  | rowspan="4"| ''protocol:''<br/><code>{{change|0x37|0x39}}</code><br/><br/>''resource:''<br/><code>place_ghost_recipe</code>
  |rowspan="6"| Play
+
  | rowspan="4"| Play
  |rowspan="6"| Client
+
  | rowspan="4"| Client
  |colspan="2"| Chunk X
+
  | Window ID
  |colspan="2"| Int
+
  | {{change|{{Type|Byte}}|{{Type|VarInt}}}}
| Chunk X coordinate
+
  |
|-
+
  |- {{removed}}
|colspan="2"| Chunk Z
+
  | Recipe
|colspan="2"| Int
+
  | {{Type|Identifier}}
| Chunk Z coordinate
+
  | A recipe ID.
|-
+
  |- {{added}}
|colspan="2"| Record Count
+
  | Recipe Display
|colspan="2"| VarInt
+
  | {{Type|Recipe Display}}
  | 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
 
| Unsigned Byte
 
  | Y coordinate of the block
 
|-
 
| 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.}}
 
 
  |}
 
  |}
  
To decode the position into a world position:
+
==== Recipe Book Add ====
 
 
<syntaxhighlight lang="java">
 
worldX = (horizPos >> 4 & 15) + (chunkX * 16);
 
worldY = vertPos;
 
worldZ = (horizPos & 15) + (chunkZ * 16);
 
</syntaxhighlight>
 
  
 
+
{| class="wikitable" {{added}}
==== Tab-Complete (clientbound) ====
 
 
 
Used to respond to the client's previous tab complete request.
 
 
 
{| 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
+
  ! colspan="2"| Notes
 +
|-
 +
| rowspan="10"| ''protocol:''<br/><code>0x44</code><br/><br/>''resource:''<br/><code>recipe_book_add</code>
 +
| rowspan="10"| Play
 +
| rowspan="10"| Client
 +
| colspan="2"| Recipe Count
 +
| colspan="2"| {{Type|VarInt}}
 +
| Number of elements in the following array.
 +
|-
 +
| rowspan="8"| Recipes
 +
| Recipe ID
 +
| rowspan="8"| {{Type|Array}}
 +
| {{Type|VarInt}}
 +
| ID to assign to the recipe.
 +
|-
 +
| Display
 +
| {{Type|Recipe Display}}
 +
|
 +
|-
 +
| Group ID
 +
| {{Type|VarInt}}
 +
|
 
  |-
 
  |-
  |rowspan="7"| {{Change|0x0E|0x10}}
+
  | Category ID
  |rowspan="7"| Play
+
  | {{Type|VarInt}}
|rowspan="7"| Client
+
  | ID in the <code>minecraft:recipe_book_category</code> registry.
|colspan="2" {{Added}}| Transaction Id
 
|colspan="2" {{Added}}| VarInt
 
  |{{Added}}| This id should also be used in the tab completion response packet, or it will be ignored.
 
|- {{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
+
  | Has Ingredients
  |colspan="2"| VarInt
+
  | {{Type|Boolean}}
  | Number of elements in the following array
+
  |
 
  |-
 
  |-
  |rowspan="3"| Matches
+
  | Ingredient Count
  | Match
+
  | {{Type|Optional}} {{Type|VarInt}}
|rowspan="3"| Array
+
| Number of elements in the following array. Only present if Has Ingredients is true.
| 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
+
| Ingredients
|{{Added}}| Boolean
+
  | {{Type|Optional}} {{Type|Array}} of {{Type|ID Set}}
|{{Added}}| True if the following is present
+
| IDs in the <code>minecraft:item</code> registry, or an inline definition. Only present if Has Ingredients is true.
 
  |-
 
  |-
  |{{Added}}| Tooltip
+
| Flags
  |{{Added}}| Optional [[Chat]]
+
  | {{Type|Byte}}
  |{{Added}}| Tooltip to display; only present if previous Boolean is true
+
| 0x01: show notification; 0x02: highlight as new
 +
  |-
 +
| colspan="2"| Replace
 +
  | colspan="2"| {{Type|Boolean}}
 +
| Replace or Add to known recipes
 
  |}
 
  |}
  
==== Declare Commands ====
+
==== Recipe Book Remove ====
  
Lists all of the commands on the server, and how they are parsed.
+
{| class="wikitable" {{added}}
 
 
This is a directed graph, with one root node.  Each redirect or child node must refer only to nodes that have already been declared.
 
 
 
{| class="wikitable"
 
 
  ! Packet ID
 
  ! Packet ID
 
  ! State
 
  ! State
Line 1,772: Line 2,040:
 
  ! Notes
 
  ! Notes
 
  |-
 
  |-
  |rowspan="3"| 0x11
+
  | rowspan="2"| ''protocol:''<br/><code>0x45</code><br/><br/>''resource:''<br/><code>recipe_book_remove</code>
  |rowspan="3"| Play
+
  | rowspan="2"| Play
  |rowspan="3"| Client
+
  | rowspan="2"| Client
  | Count
+
  | Recipe Count
  | VarInt
+
  | {{Type|VarInt}}
  | Number of elements in the following array
+
  | Number of elements in the following array.
|-
 
| Nodes
 
| Array of [[Command Data|Node]]
 
| An array of nodes
 
 
  |-
 
  |-
  | Root index
+
  | Recipes
  | VarInt
+
  | {{Type|Array}} of {{Type|VarInt}}
  | Index of the <code>root</code> node in the previous array
+
  | IDs of recipes to remove.
 
  |}
 
  |}
  
For more information on this packet, see the [[Command Data]] article.
+
==== Recipe Book Settings ====
  
==== Plugin Message (clientbound) ====
+
{| class="wikitable" {{added}}
 
+
  ! Packet ID
{{Main|Plugin channels}}
+
  ! State
 
 
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/]
 
 
 
{| class="wikitable"
 
  ! Packet ID
 
  ! State
 
 
  ! Bound To
 
  ! Bound To
 
  ! Field Name
 
  ! Field Name
Line 1,806: Line 2,062:
 
  ! Notes
 
  ! Notes
 
  |-
 
  |-
  |rowspan="2"| {{Change|0x18|0x19}}
+
  | rowspan="8"| ''protocol:''<br/><code>0x46</code><br/><br/>''resource:''<br/><code>recipe_book_settings</code>
  |rowspan="2"| Play
+
  | rowspan="8"| Play
  |rowspan="2"| Client
+
  | rowspan="8"| Client
  | Channel
+
  | Crafting Recipe Book Open
  | {{Change|String (20)|Identifier}}
+
  | {{Type|Boolean}}
  | Name of the [[plugin channel]] used to send the data
+
| If true, then the crafting recipe book will be open when the player opens its inventory.
 +
|-
 +
| Crafting Recipe Book Filter Active
 +
| {{Type|Boolean}}
 +
  | If true, then the filtering option is active when the players opens its inventory.
 
  |-
 
  |-
  | Data
+
  | Smelting Recipe Book Open
  | Byte Array
+
  | {{Type|Boolean}}
  | 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.
+
  | If true, then the smelting recipe book will be open when the player opens its inventory.
 +
|-
 +
| Smelting Recipe Book Filter Active
 +
| {{Type|Boolean}}
 +
| If true, then the filtering option is active when the players opens its inventory.
 +
|-
 +
| Blast Furnace Recipe Book Open
 +
  | {{Type|Boolean}}
 +
| If true, then the blast furnace recipe book will be open when the player opens its inventory.
 +
|-
 +
| Blast Furnace Recipe Book Filter Active
 +
| {{Type|Boolean}}
 +
| If true, then the filtering option is active when the players opens its inventory.
 +
|-
 +
| Smoker Recipe Book Open
 +
| {{Type|Boolean}}
 +
| If true, then the smoker recipe book will be open when the player opens its inventory.
 +
|-
 +
| Smoker Recipe Book Filter Active
 +
| {{Type|Boolean}}
 +
| If true, then the filtering option is active when the players opens its inventory.
 
  |}
 
  |}
  
 +
==== Respawn ====
  
==== Named Sound Effect ====
+
{{Need Info|Although the number of portal cooldown ticks is included in this packet, the whole portal usage process is still dictated entirely by the server. What kind of effect does this value have on the client, if any?}}
{{See also|#Sound Effect}}
 
  
Used to play a sound effect on the client. Custom sounds may be added by resource packs.
+
To change the player's dimension (overworld/nether/end), send them a respawn packet with the appropriate dimension, followed by prechunks/chunks for the new dimension, and finally a position and look packet. You do not need to unload chunks, the client will do it automatically.
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 1,832: Line 2,112:
 
  ! Notes
 
  ! Notes
 
  |-
 
  |-
  |rowspan="7"| {{Change|0x19|0x1A}}
+
  | rowspan="13"| ''protocol:''<br/><code>{{change|0x47|0x4C}}</code><br/><br/>''resource:''<br/><code>respawn</code>
  |rowspan="7"| Play
+
  | rowspan="13"| Play
  |rowspan="7"| Client
+
  | rowspan="13"| Client
  | Sound Name
+
  | Dimension Type
  | {{Change|String (256)|Identifier}}
+
| {{Type|VarInt}}
  | All sound effect names as of 1.12.2 can be seen [http://pokechu22.github.io/Burger/1.12.2.html#sounds here].
+
| The ID of type of dimension in the <code>minecraft:dimension_type</code> registry, defined by the [[Protocol#Registry_Data|Registry Data]] packet.
 +
|-
 +
| Dimension Name
 +
  | {{Type|Identifier}}
 +
  | Name of the dimension being spawned into.
 +
|-
 +
| Hashed seed
 +
| {{Type|Long}}
 +
| First 8 bytes of the SHA-256 hash of the world's seed. Used client side for biome noise
 +
|-
 +
| Game mode
 +
| {{Type|Unsigned Byte}}
 +
| 0: Survival, 1: Creative, 2: Adventure, 3: Spectator.
 
  |-
 
  |-
  | Sound Category
+
  | Previous Game mode
  | VarInt Enum
+
  | {{Type|Byte}}
  | The category that this sound will be played from ([https://gist.github.com/konwboj/7c0c380d3923443e9d55 current categories])
+
  | -1: Undefined (null), 0: Survival, 1: Creative, 2: Adventure, 3: Spectator. The previous game mode. Vanilla client uses this for the debug (F3 + N & F3 + F4) game mode switch. (More information needed)
 
  |-
 
  |-
  | Effect Position X
+
  | Is Debug
  | Int
+
  | {{Type|Boolean}}
  | Effect X multiplied by 8 ([[Data types#Fixed-point numbers|fixed-point number]] with only 3 bits dedicated to the fractional part)
+
  | True if the world is a {{Minecraft Wiki|debug mode}} world; debug mode worlds cannot be modified and have predefined blocks.
 
  |-
 
  |-
  | Effect Position Y
+
  | Is Flat
  | Int
+
  | {{Type|Boolean}}
  | Effect Y multiplied by 8 ([[Data types#Fixed-point numbers|fixed-point number]] with only 3 bits dedicated to the fractional part)
+
  | True if the world is a {{Minecraft Wiki|superflat}} world; flat worlds have different void fog and a horizon at y=0 instead of y=63.
 
  |-
 
  |-
  | Effect Position Z
+
  | Has death location
  | Int
+
  | {{Type|Boolean}}
  | Effect Z multiplied by 8 ([[Data types#Fixed-point numbers|fixed-point number]] with only 3 bits dedicated to the fractional part)
+
  | If true, then the next two fields are present.
 
  |-
 
  |-
  | Volume
+
  | Death dimension Name
  | Float
+
  | {{Type|Optional}} {{Type|Identifier}}
  | 1 is 100%, can be more
+
  | Name of the dimension the player died in.
 
  |-
 
  |-
  | Pitch
+
  | Death location
  | Float
+
  | {{Type|Optional}} {{Type|Position}}
  | Float between 0.5 and 2.0 by Notchian clients
+
  | The location that the player died at.
  |}
+
|-
 +
| Portal cooldown
 +
| {{Type|VarInt}}
 +
| The number of ticks until the player can use the portal again.
 +
|- {{added}}
 +
| Sea level
 +
| {{Type|VarInt}}
 +
|
 +
|-
 +
| Data kept
 +
| {{Type|Byte}}
 +
| Bit mask. 0x01: Keep attributes, 0x02: Keep metadata. Tells which data should be kept on the client side once the player has respawned.
 +
In the Notchian implementation, this is context dependent:
 +
* normal respawns (after death) keep no data;
 +
* exiting the end poem/credits keeps the attributes;
 +
* other dimension changes (portals or teleports) keep all data.
 +
  |}
  
==== Chunk Data ====
+
{{Warning2|Avoid changing player's dimension to same dimension they were already in unless they are dead. If you change the dimension to one they are already in, weird bugs can occur, such as the player being unable to attack other players in new world (until they die and respawn).
{{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).
+
Before 1.16, if you must respawn a player in the same dimension without killing them, send two respawn packets, one to a different world and then another to the world you want. You do not need to complete the first respawn; it only matters that you send two packets.}}
  
{{Change||Indexes into the global palette are still used, but since the global palette has changed, behavior is different.}}
+
==== Set Cursor Item ====
{{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
Line 1,883: Line 2,186:
 
  ! Notes
 
  ! Notes
 
  |-
 
  |-
  |rowspan="9"| {{Change|0x20|0x21}}
+
  | 0x5A
  |rowspan="9"| Play
+
  | Play
  |rowspan="9"| Client
+
  | Client
  | Chunk X
+
  | Slot Data
| Int
+
  | {{Type|Slot}}
| Chunk coordinate (block coordinate divided by 16, rounded down)
+
  |
|-
 
| 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.}}
+
==== Update Time ====
 +
 
 +
Time is based on ticks, where 20 ticks happen every second. There are 24000 ticks in a day, making Minecraft days exactly 20 minutes long.
  
===== Data structure =====
+
The time of day is based on the timestamp modulo 24000. 0 is sunrise, 6000 is noon, 12000 is sunset, and 18000 is midnight.
  
The data section of the packet contains most of the useful data for the chunk.
+
The default SMP server increments the time by <code>20</code> every second.
  
 
{| class="wikitable"
 
{| class="wikitable"
  |-
+
  ! Packet ID
 +
! State
 +
! Bound To
 
  ! Field Name
 
  ! Field Name
 
  ! Field Type
 
  ! Field Type
 
  ! Notes
 
  ! Notes
 
  |-
 
  |-
  | Data
+
  | rowspan="3"| ''protocol:''<br/><code>{{change|0x64|0x6B}}</code><br/><br/>''resource:''<br/><code>set_time</code>
  | Array of [[Chunk Format#Chunk Section structure|Chunk Section]]
+
  | rowspan="3"| Play
  | 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.
+
  | rowspan="3"| Client
 +
| World Age
 +
| {{Type|Long}}
 +
| In ticks; not changed by server commands.
 
  |-
 
  |-
  | Biomes
+
  | Time of day
  | Optional {{Change|Byte|Int}} Array
+
  | {{Type|Long}}
  | Only sent if Ground-Up Continuous is true; 256 {{change|bytes|entries}} if present
+
| The world (or region) time, in ticks. {{change|If negative the sun will stop moving at the Math.abs of the time.|}}
 +
  |- {{added}}
 +
| Time of day increasing
 +
| {{Type|Boolean}}
 +
| If true, the client should automatically advance the time of day according to its ticking rate.
 
  |}
 
  |}
  
===== Direct palette =====
+
==== Set Player Inventory Slot ====
  
This format is used for bits per block values greater than 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.
+
{| class="wikitable" {{added}}
 
+
! Packet ID
:The "palette" uses the following format:
+
! State
:{| class="wikitable"
+
  ! Bound To
  |-
 
 
  ! Field Name
 
  ! Field Name
 
  ! Field Type
 
  ! Field Type
 
  ! Notes
 
  ! Notes
|- {{Removed}}
 
| Dummy Palette Length
 
| VarInt
 
| Should always be 0.  Only exists to mirror the format used elsewhere.
 
 
  |-
 
  |-
  |colspan="3"| ''no fields''
+
  | rowspan="2"| ''protocol:''<br/><code>0x66</code><br/><br/>''resource:''<br/><code>set_player_inventory</code>
 +
| rowspan="2"| Play
 +
| rowspan="2"| Client
 +
| Slot
 +
| {{Type|VarInt}}
 +
|
 +
|-
 +
| Slot Data
 +
| {{Type|Slot}}
 +
|
 
  |}
 
  |}
  
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]].
+
==== Synchronize Vehicle Position ====
 
 
==== Spawn Particle ====
 
  
Displays the named particle
+
Teleports the entity on the client without changing the reference point of movement deltas in future [[#Update Entity Position|Update Entity Position]] packets. Seems to be used to make relative adjustments to vehicle positions; more information needed.
  
{| class="wikitable"
+
{| class="wikitable" {{added}}
 
  ! Packet ID
 
  ! Packet ID
 
  ! State
 
  ! State
Line 1,972: Line 2,260:
 
  ! Notes
 
  ! Notes
 
  |-
 
  |-
  |rowspan="11"| {{Change|0x22|0x23}}
+
  | rowspan="11"| ''protocol:''<br/><code>0x77</code><br/><br/>''resource:''<br/><code>teleport_entity</code>
  |rowspan="11"| Play
+
  | rowspan="11"| Play
  |rowspan="11"| Client
+
  | rowspan="11"| Client
  | Particle ID
+
  | Entity ID
  | Int
+
  | {{Type|VarInt}}
| The particle ID listed in [[#Particle]].
+
  |
|-
 
| Long Distance
 
| Boolean
 
  | If true, particle distance increases from 256 to 65536
 
 
  |-
 
  |-
 
  | X
 
  | X
  | Float
+
  | {{Type|Double}}
  | X position of the particle
+
  |
 
  |-
 
  |-
 
  | Y
 
  | Y
  | Float
+
  | {{Type|Double}}
  | Y position of the particle
+
  |
 
  |-
 
  |-
 
  | Z
 
  | Z
  | Float
+
  | {{Type|Double}}
  | Z position of the particle
+
  |
 
  |-
 
  |-
  | Offset X
+
  | Velocity X
  | Float
+
  | {{Type|Double}}
  | This is added to the X position after being multiplied by random.nextGaussian()
+
  |
 
  |-
 
  |-
  | Offset Y
+
  | Velocity Y
  | Float
+
  | {{Type|Double}}
  | This is added to the Y position after being multiplied by random.nextGaussian()
+
  |
 
  |-
 
  |-
  | Offset Z
+
  | Velocity Z
  | Float
+
  | {{Type|Double}}
  | This is added to the Z position after being multiplied by random.nextGaussian()
+
  |
 
  |-
 
  |-
  | Particle Data
+
  | Yaw
  | Float
+
  | {{Type|Float}}
  | The data of each particle
+
  | Rotation on the Y axis, in degrees.
 
  |-
 
  |-
  | Particle Count
+
  | Pitch
  | Int
+
  | {{Type|Float}}
  | The number of particles to create
+
| Rotation on the Y axis, in degrees.
 +
|- {{added}}
 +
| Flags
 +
| {{Type|Teleport Flags}}
 +
  |
 
  |-
 
  |-
  | Data
+
  | On Ground
  | {{Change|Array of VarInt|Varies}}
+
  | {{Type|Boolean}}
  | {{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 Recipes ====
 
 
Updates a rectangular area on a {{Minecraft Wiki|map}} item.
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,028: Line 2,314:
 
  ! 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|0x25}}
+
  | rowspan="8"| ''protocol:''<br/><code>{{change|0x77|0x7e}}</code><br/><br/>''resource:''<br/><code>update_recipes</code>
  |rowspan="16"| Play
+
  | rowspan="8"| Play
  |rowspan="16"| Client
+
  | rowspan="8"| Client
  |colspan="2"| Item Damage
+
  | {{removed}} colspan="2"| Num Recipes
  |colspan="2"| VarInt
+
  | {{removed}} colspan="2"| {{Type|VarInt}}
  | The damage value (map ID) of the map being modified
+
  | {{removed}}| Number of elements in the following array.
  |-
+
  |- {{removed}}
  |colspan="2"| Scale
+
  | rowspan="3"| Recipe
  |colspan="2"| Byte
+
  | Recipe ID
  | From 0 for a fully zoomed-in map (1 block per pixel) to 4 for a fully zoomed-out map (16 blocks per pixel)
+
  | rowspan="3"| {{Type|Array}}
|-
+
  | {{Type|Identifier}}
|colspan="2"| Tracking Position
+
  |
|colspan="2"| Boolean
+
  |- {{removed}}
  | Specifies whether the icons are shown
+
  | Type ID
|-
+
  | {{Type|VarInt}} {{Type|Enum}}
  |colspan="2"| Icon Count
+
| The recipe type, see below.
|colspan="2"| VarInt
+
  |- {{removed}}
| Number of elements in the following array
+
  | Data
  |-
+
  | Varies
|rowspan="6"| Icon
+
  | Additional data for the recipe.
| {{Change|Direction And Type|Type}}
+
  |- {{added}}
  |rowspan="6"| Array
+
  | colspan="2"| Property Set Count
  | {{Change|Byte|VarInt enum}}
+
  | colspan="2"| {{Type|VarInt}}
| {{Change|0xF0 {{=}} Type, 0x0F {{=}} Direction|Type (see below)}}
+
  | Number of elements in the following array.
  |-
+
  |- {{added}}
  | X
+
  | rowspan="3"| Property Sets
  | Byte
+
  | Property Set ID
  |  
+
  | rowspan="3"| {{Type|Array}}
  |-
+
  | {{Type|Identifier}}
  | Z
 
  | Byte
 
  |  
 
  |- {{Added}}
 
  | Direction
 
  | Byte
 
  | 0-15
 
|- {{Added}}
 
  | Has Display Name
 
| Boolean
 
 
  |
 
  |
  |- {{Added}}
+
  |- {{added}}
  | Display Name
+
  | Item Count
  | Optional [[Chat]]
+
  | {{Type|VarInt}}
| Only present if previous Boolean is true
+
  | Number of elements in the following array.
|-
+
  |- {{added}}
|colspan="2"| Columns
+
  | Items
|colspan="2"| Byte
+
  | {{Type|Array}} of {{Type|VarInt}}
  | Number of columns updated
+
| IDs in the <code>minecraft:item</code> registry.
|-
 
|colspan="2"| Rows
 
|colspan="2"| Optional Byte
 
| Only if Columns is more than 0; number of rows updated
 
|-
 
|colspan="2"| X
 
|colspan="2"| Optional Byte
 
| Only if Columns is more than 0; x offset of the westernmost column
 
|-
 
|colspan="2"| Z
 
|colspan="2"| Optional Byte
 
| Only if Columns is more than 0; z offset of the northernmost row
 
|-
 
|colspan="2"| Length
 
|colspan="2"| Optional VarInt
 
| Only if Columns is more than 0; length of the following array
 
  |-
 
  |colspan="2"| Data
 
  |colspan="2"| Optional Array of Unsigned Byte
 
| Only if Columns is more than 0; see {{Minecraft Wiki|Map item format}}
 
 
  |}
 
  |}
  
For icons, a direction of 0 is a vertical icon and increments by 22.5&deg; (360/16).
+
{{change|Recipe types:|}}
  
Types are based off of rows and columns in <code>map_icons.png</code>:
+
{| class="wikitable" {{removed}}
 
+
  ! ID
{| class="wikitable"
+
! Type
  |-
+
  ! Description
  ! Icon type
+
  ! Data
  ! Result
 
 
  |-
 
  |-
 
  | 0
 
  | 0
  | White arrow (players)
+
  | <code>minecraft:crafting_shaped</code>
  |-
+
| Shaped crafting recipe. All items must be present in the same pattern (which may be flipped horizontally or translated).
| 1
+
  | As follows:
| Green arrow (item frames)
+
  {| class="wikitable" {{removed}}
|-
+
    ! Name
| 2
+
    ! Type
| Red arrow
+
    ! Description
 +
    |-
 +
    | Group
 +
    | {{Type|String}} (32767)
 +
    | Used to group similar recipes together in the recipe book. Tag is present in recipe JSON.
 +
    |-
 +
    |Category
 +
    |{{Type|VarInt}} {{Type|Enum}}
 +
    |Building = 0, Redstone = 1, Equipment = 2, Misc = 3
 +
    |-
 +
    | Width
 +
    | {{Type|VarInt}}
 +
    |
 +
    |-
 +
    | Height
 +
    | {{Type|VarInt}}
 +
    |
 +
    |-
 +
    | Ingredients
 +
    | {{Type|Array}} of Ingredient
 +
    | Length is <code>width * height</code>. Indexed by <code>x + (y * width)</code>.
 +
    |-
 +
    | Result
 +
    | {{Type|Slot}}
 +
    |-
 +
    | Show notification
 +
    | {{Type|Boolean}}
 +
    | Show a toast when the recipe is [[Protocol#Update_Recipe_Book|added]].
 +
    |}
 
  |-
 
  |-
  | 3
+
  | 1
  | Blue arrow
+
| <code>minecraft:crafting_shapeless</code>
  |-
+
  | Shapeless crafting recipe. All items in the ingredient list must be present, but in any order/slot.
| 4
+
  | As follows:
| White cross
+
  {| class="wikitable" {{removed}}
|-
+
    ! Name
| 5
+
    ! Type
| Red pointer
+
    ! Description
 +
    |-
 +
    | Group
 +
    | {{Type|String}} (32767)
 +
    | Used to group similar recipes together in the recipe book. Tag is present in recipe JSON.
 +
    |-
 +
    |Category
 +
    |{{Type|VarInt}} {{Type|Enum}}
 +
    |Building = 0, Redstone = 1, Equipment = 2, Misc = 3
 +
    |-
 +
    | Ingredient count
 +
    | {{Type|VarInt}}
 +
    | Number of elements in the following array.
 +
    |-
 +
    | Ingredients
 +
    | {{Type|Array}} of Ingredient.
 +
    |
 +
    |-
 +
    | Result
 +
    | {{Type|Slot}}
 +
    |
 +
    |}
 
  |-
 
  |-
  | 6
+
  | 2
  | White circle (off-map players)
+
  | <code>minecraft:crafting_special_armordye</code>
 +
| Recipe for dying leather armor
 +
| rowspan="14" | As follows:
 +
  {| class="wikitable" {{removed}}
 +
    ! Name
 +
    ! Type
 +
    ! Description
 +
    |-
 +
    |Category
 +
    |{{Type|VarInt}} {{Type|Enum}}
 +
    |Building = 0, Redstone = 1, Equipment = 2, Misc = 3
 +
    |}
 
  |-
 
  |-
  | 7
+
  | 3
  | Small white circle (far-off-map players)
+
  | <code>minecraft:crafting_special_bookcloning</code>
 +
| Recipe for copying contents of written books
 
  |-
 
  |-
  | 8
+
| 4
  | Mansion
+
| <code>minecraft:crafting_special_mapcloning</code>
 +
| Recipe for copying maps
 +
|-
 +
| 5
 +
| <code>minecraft:crafting_special_mapextending</code>
 +
| Recipe for adding paper to maps
 +
|-
 +
| 6
 +
| <code>minecraft:crafting_special_firework_rocket</code>
 +
| Recipe for making firework rockets
 +
|-
 +
| 7
 +
| <code>minecraft:crafting_special_firework_star</code>
 +
| Recipe for making firework stars
 +
|-
 +
  | 8
 +
  | <code>minecraft:crafting_special_firework_star_fade</code>
 +
| Recipe for making firework stars fade between multiple colors
 
  |-
 
  |-
 
  | 9
 
  | 9
  | Temple
+
  | <code>minecraft:crafting_special_tippedarrow</code>
  |- {{Added}}
+
| Recipe for crafting tipped arrows
 +
  |-
 
  | 10
 
  | 10
  | White Banner
+
  | <code>minecraft:crafting_special_bannerduplicate</code>
  |- {{Added}}
+
| Recipe for copying banner patterns
 +
  |-
 
  | 11
 
  | 11
  | Orange Banner
+
  | <code>minecraft:crafting_special_shielddecoration</code>
  |- {{Added}}
+
| Recipe for applying a banner's pattern to a shield
 +
  |-
 
  | 12
 
  | 12
  | Magenta Banner
+
  | <code>minecraft:crafting_special_shulkerboxcoloring</code>
  |- {{Added}}
+
| Recipe for recoloring a shulker box
 +
  |-
 
  | 13
 
  | 13
  | Light Blue Banner
+
  | <code>minecraft:crafting_special_suspiciousstew</code>
  |- {{Added}}
+
| Recipe for crafting suspicious stews
 +
  |-
 
  | 14
 
  | 14
  | Yellow Banner
+
  | <code>minecraft:crafting_special_repairitem</code>
  |- {{Added}}
+
| Recipe for repairing items via crafting
 +
|-
 +
| 22
 +
| <code>minecraft:crafting_decorated_pot</code>
 +
| Recipe for crafting decorated pots
 +
  |-
 
  | 15
 
  | 15
  | Lime Banner
+
  | <code>minecraft:smelting</code>
  |- {{Added}}
+
  | Smelting recipe
  | 16
+
| rowspan="4"| As follows:
  | Pink Banner
+
  {| class="wikitable" {{removed}}
  |- {{Added}}
+
    ! Name
 +
    ! Type
 +
    ! Description
 +
    |-
 +
    | Group
 +
    | {{Type|String}} (32767)
 +
    | Used to group similar recipes together in the recipe book.
 +
    |-
 +
    |Category
 +
    |{{Type|VarInt}} {{Type|Enum}}
 +
    |Food = 0, Blocks = 1, Misc = 2
 +
    |-
 +
    | Ingredient
 +
    | Ingredient
 +
    |
 +
    |-
 +
    | Result
 +
    | {{Type|Slot}}
 +
    |
 +
    |-
 +
    | Experience
 +
    | {{Type|Float}}
 +
    |
 +
    |-
 +
    | Cooking time
 +
    | {{Type|VarInt}}
 +
    |
 +
    |}
 +
|-
 +
  | 16
 +
  | <code>minecraft:blasting</code>
 +
| Blast furnace recipe
 +
  |-
 
  | 17
 
  | 17
  | Gray Banner
+
  | <code>minecraft:smoking</code>
  |- {{Added}}
+
| Smoker recipe
 +
  |-
 
  | 18
 
  | 18
  | Light Gray Banner
+
  | <code>minecraft:campfire_cooking</code>
  |- {{Added}}
+
| Campfire recipe
 +
  |-
 
  | 19
 
  | 19
  | Cyan Banner
+
  | <code>minecraft:stonecutting</code>
  |- {{Added}}
+
  | Stonecutter recipe
  | 20
+
  | As follows:
| Purple Banner
+
  {| class="wikitable" {{removed}}
|- {{Added}}
+
    ! Name
| 21
+
    ! Type
| Blue Banner
+
    ! Description
|- {{Added}}
+
    |-
| 22
+
    | Group
| Brown Banner
+
    | {{Type|String}} (32767)
|- {{Added}}
+
    | Used to group similar recipes together in the recipe book. Tag is present in recipe JSON.
| 23
+
    |-
  | Green Banner
+
    | Ingredient
|- {{Added}}
+
    | Ingredient
| 24
+
    |
| Red Banner
+
    |-
|- {{Added}}
+
    | Result
| 25
+
    | {{Type|Slot}}
| Black Banner
+
    |
|- {{Added}}
+
    |}
| 26
 
| Treasure marker
 
|}
 
 
 
==== Craft Recipe Response ====
 
 
 
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"
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
 
  |-
 
  |-
  |rowspan="2"| {{Change|0x2B|0x2C}}
+
  | 20
|rowspan="2"| Play
+
| <code>minecraft:smithing_transform</code>
|rowspan="2"| Client
+
| Recipe for smithing netherite gear
| Window ID
+
| As follows:
| Byte
+
  {| class="wikitable" {{removed}}
|
+
    ! Name
 +
    ! Type
 +
    ! Description
 +
    |-
 +
    | Template
 +
    | Ingredient
 +
    | The smithing template.
 +
    |-
 +
    | Base
 +
    | Ingredient
 +
    | The base item.
 +
    |-
 +
    | Addition
 +
    | Ingredient
 +
    | The additional ingredient.
 +
    |-
 +
    | Result
 +
    | {{Type|Slot}}
 +
    |
 +
    |}
 
  |-
 
  |-
  | Recipe
+
| 21
  | {{Change|VarInt|Identifer}}
+
| <code>minecraft:smithing_trim</code>
| A recipe ID
+
  | Recipe for applying armor trims
  |}
+
  | As follows:
 
+
  {| class="wikitable" {{removed}}
==== Face Player ====
+
    ! Name
 +
    ! Type
 +
    ! Description
 +
    |-
 +
    | Template
 +
    | Ingredient
 +
    | The smithing template.
 +
    |-
 +
    | Base
 +
    | Ingredient
 +
    | The base item.
 +
    |-
 +
    | Addition
 +
    | Ingredient
 +
    | The additional ingredient.
 +
    |}
 +
  |}
  
Used to rotate the client player to face the given location or entity (for <code>/teleport [<targets>] <x> <y> <z> facing</code>).
+
{{change|Ingredient is defined as:|}}
  
{| class="wikitable"
+
{| class="wikitable" {{removed}}
 +
! Name
 +
! Type
 +
! Description
 +
|-
 +
| Count
 +
| {{Type|VarInt}}
 +
| Number of elements in the following array.
 +
|-
 +
| Items
 +
| {{Type|Array}} of {{Type|Slot}}
 +
| Any item in this array may be used for the recipe.  The count of each item should be 1.
 +
|}
 +
 
 +
=== Serverbound ===
 +
 
 +
==== Bundle Item Selected ====
 +
 
 +
{| class="wikitable" {{added}}
 
  ! Packet ID
 
  ! Packet ID
 
  ! State
 
  ! State
Line 2,229: Line 2,644:
 
  ! Notes
 
  ! Notes
 
  |-
 
  |-
  |rowspan="8"| 0x30
+
  | rowspan="2"| ''protocol:''<br/><code>0x02</code><br/><br/>''resource:''<br/><code>bundle_item_selected</code>
  |rowspan="8"| Play
+
  | rowspan="2"| Play
  |rowspan="8"| Client
+
  | rowspan="2"| Server
 +
| Slot of Bundle
 +
| {{Type|VarInt}}
 +
|
 
  |-
 
  |-
  | Feet/eyes
+
  | Slot in Bundle
  | VarInt enum
+
  | {{Type|VarInt}}
  | Values are feet=0, eyes=1.  If set to eyes, aims using the head position; otherwise aims using the feet position.
+
|
|-
+
  |}
| Target x
+
 
  | Double
+
==== Client Tick End ====
  | x coordinate of the point to face towards
+
 
  |-
+
{| class="wikitable" {{added}}
  | Target y
+
  ! Packet ID
  | Double
+
  ! State
  | y coordinate of the point to face towards
+
  ! Bound To
 +
  ! Field Name
 +
  ! Field Type
 +
  ! Notes
 
  |-
 
  |-
  | Target z
+
  | ''protocol:''<br/><code>0x0B</code><br/><br/>''resource:''<br/><code>client_tick_end</code>
  | Double
+
  | Play
  | z coordinate of the point to face towards
+
  | Server
  |-
+
  | colspan="3"| ''no fields''
| 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.
+
==== Click Container ====
  
==== Unlock Recipes ====
+
This packet is sent by the client when the player clicks on a slot in a window.
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,270: Line 2,680:
 
  ! State
 
  ! State
 
  ! Bound To
 
  ! Bound To
  ! Field Name
+
  ! colspan="2"| Field Name
  ! Field Type
+
  ! colspan="2"| Field Type
 
  ! Notes
 
  ! Notes
 
  |-
 
  |-
  |rowspan="10"| {{Change|0x31|0x33}}
+
  | rowspan="9"| ''protocol:''<br/><code>{{change|0x0E|0x10}}</code><br/><br/>''resource:''<br/><code>container_click</code>
  |rowspan="10"| Play
+
  | rowspan="9"| Play
  |rowspan="10"| Client
+
  | rowspan="9"| Server
 +
| colspan="2"| Window ID
 +
| colspan="2"| {{change|{{Type|Unsigned Byte}}|{{Type|VarInt}}}}
 +
| colspan="2"| The ID of the window which was clicked. 0 for player inventory. The server ignores any packets targeting a Window ID other than the current one, including ignoring 0 when any other window is open.
 
  |-
 
  |-
  | Action
+
  | colspan="2"| State ID
  | VarInt
+
  | colspan="2"| {{Type|VarInt}}
  | 0: init, 1: add, 2: remove
+
  | colspan="2"| The last received State ID from either a [[#Set Container Slot|Set Container Slot]] or a [[#Set Container Content|Set Container Content]] packet.
 
  |-
 
  |-
  | Crafting Recipe Book Open
+
  | colspan="2"| Slot
  | Boolean
+
  | colspan="2"| {{Type|Short}}
  | If true, then the crafting recipe book will be open when the player opens its inventory.
+
  | colspan="2"| The clicked slot number, see below.
 
  |-
 
  |-
  | Crafting Recipe Book Filter Active
+
  | colspan="2"| Button
  | Boolean
+
  | colspan="2"| {{Type|Byte}}
  | If true, then the filtering option is active when the players opens its inventory.
+
  | colspan="2"| The button used in the click, see below.
 
  |-
 
  |-
  |{{Added}}| Smelting Recipe Book Open
+
  | colspan="2"| Mode
  | Boolean
+
| colspan="2"| {{Type|VarInt}} {{Type|Enum}}
| If true, then the smelting recipe book will be open when the player opens its inventory.
+
  | colspan="2"| Inventory operation mode, see below.
 
  |-
 
  |-
  |{{Added}}| Smelting Recipe Book Filter Active
+
  | colspan="2"| Length of the array
  | Boolean
+
| colspan="2"| {{Type|VarInt}}
| If true, then the filtering option is active when the players opens its inventory.
+
  | colspan="2"| Maximum value for Notchian server is 128 slots.
 
  |-
 
  |-
  | Array size 1
+
  | rowspan="2"| Array of changed slots
  | VarInt
+
  | Slot number
  | Number of elements in the following array
+
  | rowspan="2"| {{Type|Array}} (128)
|-
+
  | {{Type|Short}}
| Recipe IDs
 
  | Array of {{Change|VarInt|Identifier}}
 
 
  |
 
  |
 
  |-
 
  |-
  | Array size 2
+
  | Slot data
  | Optional VarInt
+
  | {{Type|Slot}}
  | Number of elements in the following array, only present if mode is 0 (init)
+
  | New data for this slot, in the client's opinion; see below.
 
  |-
 
  |-
  | Recipe IDs
+
  | colspan="2"| Carried item
  | Optional Array of {{Change|VarInt|Identifier}}, only present if mode is 0 (init)
+
  | colspan="2"| [[Slot Data|Slot]]
  |
+
  | colspan="2"| Item carried by the cursor. Has to be empty (item ID = -1) for drop mode, otherwise nothing will happen.
 
  |}
 
  |}
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 ====
+
See [[Inventory]] for further information about how slots are indexed.
 +
 
 +
After performing the action, the server compares the results to the slot change information included in the packet, as applied on top of the server's view of the container's state prior to the action. For any slots that do not match, it sends [[#Set Container Slot|Set Container Slot]] packets containing the correct results. If State ID does not match the last ID sent by the server, it will instead send a full [[#Set Container Content|Set Container Content]] to resynchronize the client.
  
This is sent to the client when it should create a new {{Minecraft Wiki|scoreboard}} objective or remove one.
+
When right-clicking on a stack of items, half the stack will be picked up and half left in the slot. If the stack is an odd number, the half left in the slot will be smaller of the amounts.
  
{{Warning|Since snapshot 17w49a (1.13), [https://bugs.mojang.com/browse/MC-131382 mode 2 is broken]}}
+
The distinct type of click performed by the client is determined by the combination of the Mode and Button fields.
  
 
{| class="wikitable"
 
{| class="wikitable"
  ! Packet ID
+
  ! Mode
  ! State
+
  ! Button
  ! Bound To
+
  ! Slot
  ! Field Name
+
  ! Trigger
  ! Field Type
+
|-
  ! Notes
+
  ! rowspan="4"| 0
 +
| 0
 +
  | Normal
 +
| Left mouse click
 
  |-
 
  |-
  |rowspan="4"| {{Change|0x42|0x44}}
+
  | 1
|rowspan="4"| Play
+
  | Normal
|rowspan="4"| Client
+
  | Right mouse click
| Objective Name
 
  | String (16)
 
  | An unique name for the objective
 
 
  |-
 
  |-
  | Mode
+
  | 0
  | Byte
+
  | -999
  | 0 to create the scoreboard. 1 to remove the scoreboard. 2 to update the display text.
+
  | Left click outside inventory (drop cursor stack)
 
  |-
 
  |-
  | Objective Value
+
  | 1
  | Optional String (32)
+
  | -999
  | Only if mode is 0 or 2. The text to be displayed for the score
+
  | Right click outside inventory (drop cursor single item)
 
  |-
 
  |-
  | Type
+
  ! rowspan="2"| 1
| Optional {{change|String|VarInt Enum}}
+
  | 0
| Only if mode is 0 or 2. {{change|“integer” or “hearts”|0 = "integer", 1 = "hearts"}}
+
| Normal
  |}
+
  | Shift + left mouse click
 
 
==== Teams ====
 
 
 
Creates and updates teams.
 
 
 
{| class="wikitable"
 
! Packet ID
 
  ! State
 
! Bound To
 
!colspan="2"| Field Name
 
! Field Type
 
! Notes
 
 
  |-
 
  |-
  |rowspan="27"| {{Change|0x44|0x46}}
+
  | 1
  |rowspan="27"| Play
+
  | Normal
|rowspan="27"| Client
+
  | Shift + right mouse click ''(identical behavior)''
|colspan="2"| Team Name
 
| String (16)
 
  | A unique name for the team. (Shared with scoreboard).
 
 
  |-
 
  |-
  |colspan="2"| Mode
+
  ! rowspan="7"| 2
  | Byte
+
| 0
  | Determines the layout of the remaining packet
+
  | Normal
 +
  | Number key 1
 
  |-
 
  |-
  |rowspan="11"| 0: create team
+
  | 1
| Team Display Name
+
  | Normal
| String (32)
+
  | Number key 2
|
 
|- {{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
+
  | 2
  | Byte
+
  | Normal
  | Bit mask. 0x01: Allow friendly fire, 0x02: can see invisible players on same team
+
  | Number key 3
 
  |-
 
  |-
  | Name Tag Visibility
+
  |
  | String Enum (32)
+
  |
  | <code>always</code>, <code>hideForOtherTeams</code>, <code>hideForOwnTeam</code>, <code>never</code>
+
  |
 
  |-
 
  |-
  | Collision Rule
+
  | 8
  | String Enum (32)
+
  | Normal
  | <code>always</code>, <code>pushOtherTeams</code>, <code>pushOwnTeam</code>, <code>never</code>
+
  | Number key 9
 
  |-
 
  |-
  | {{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.}}
+
  | Button is used as the slot index (impossible in vanilla clients)
|- {{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
+
  | 40
  | VarInt
+
  | Normal
  | Number of elements in the following array
+
  | Offhand swap key F
 
  |-
 
  |-
  | Entities
+
! 3
  | Array of String (40)
+
  | 2
  | Identifiers for the entities in this teamFor players, this is their username; for other entities, it is their UUID.
+
  | Normal
 +
  | Middle click, only defined for creative players in non-player inventories.
 +
|-
 +
! rowspan="2"| 4
 +
| 0
 +
| Normal*
 +
  | Drop key (Q) (* Clicked item is always empty)
 
  |-
 
  |-
  | 1: remove team
+
  | 1
  | ''no fields''
+
  | Normal*
| ''no fields''
+
  | Control + Drop key (Q) (* Clicked item is always empty)
  |  
 
 
  |-
 
  |-
  |rowspan="9"| 2: update team info
+
  ! rowspan="9"| 5
| Team Display Name
+
  | 0
| String (32)
+
  | -999
|
+
  | Starting left mouse drag
|- {{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
+
  | 4
  | Byte
+
  | -999
  | Bit mask. 0x01: Allow friendly fire, 0x02: can see invisible entities on same team
+
  | Starting right mouse drag
 
  |-
 
  |-
  | Name Tag Visibility
+
  | 8
  | String Enum (32)
+
  | -999
  | <code>always</code>, <code>hideForOtherTeams</code>, <code>hideForOwnTeam</code>, <code>never</code>
+
  | Starting middle mouse drag, only defined for creative players in non-player inventories.
 
  |-
 
  |-
  | Collision Rule
+
  | 1
  | String Enum (32)
+
  | Normal
  | <code>always</code>, <code>pushOtherTeams</code>, <code>pushOwnTeam</code>, <code>never</code>
+
  | Add slot for left-mouse drag
 
  |-
 
  |-
  | {{change|Color|Formatting}}
+
  | 5
  | {{Change|Byte|VarInt enum}}
+
  | Normal
  | {{change|For colors, the same [[Chat]] colors (0-15). -1 indicates RESET/no color.|See below for more info.}}
+
  | Add slot for right-mouse drag
|- {{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
+
  | 9
  | Entity Count
+
  | Normal
  | VarInt
+
  | Add slot for middle-mouse drag, only defined for creative players in non-player inventories.
| Number of elements in the following array
 
 
  |-
 
  |-
  | Entities
+
  | 2
  | Array of String (40)
+
  | -999
  | Identifiers for the entities added.  For players, this is their username; for other entities, it is their UUID.
+
  | Ending left mouse drag
 
  |-
 
  |-
  |rowspan="2"| 4: remove players from team
+
  | 6
| Entity Count
+
  | -999
  | VarInt
+
  | Ending right mouse drag
  | Number of elements in the following array
 
 
  |-
 
  |-
  | Entities
+
  | 10
  | Array of String (40)
+
  | -999
  | Identifiers for the entities removedFor players, this is their username; for other entities, it is their UUID.
+
  | Ending middle mouse drag, only defined for creative players in non-player inventories.
 +
  |-
 +
! rowspan="2"| 6
 +
| 0
 +
| Normal
 +
| Double click
 +
|-
 +
| 1
 +
| Normal
 +
| Pickup all but check items in reverse order (impossible in vanilla clients)
 
  |}
 
  |}
  
Formatting: The formatting of a team defines how the names of the team members are visualized. The following table lists all the possible formattings.
+
Starting from version 1.5, “painting mode” is available for use in inventory windows. It is done by picking up stack of something (more than 1 item), then holding mouse button (left, right or middle) and dragging held stack over empty (or same type in case of right button) slots. In that case client sends the following to server after mouse button release (omitting first pickup packet which is sent as usual):
 +
 
 +
# packet with mode 5, slot -999, button (0 for left | 4 for right);
 +
# packet for every slot painted on, mode is still 5, button (1 | 5);
 +
# packet with mode 5, slot -999, button (2 | 6);
 +
 
 +
If any of the painting packets other than the “progress” ones are sent out of order (for example, a start, some slots, then another start; or a left-click in the middle) the painting status will be reset.
 +
 
 +
==== Close Container ====
 +
 
 +
This packet is sent by the client when closing a window.
 +
 
 +
Notchian clients send a Close Window packet with Window ID 0 to close their inventory even though there is never an [[#Open Screen|Open Screen]] packet for the inventory.
  
 
{| class="wikitable"
 
{| class="wikitable"
  ! ID
+
  ! Packet ID
  ! Formatting
+
  ! State
 +
! Bound To
 +
! Field Name
 +
! Field Type
 +
! Notes
 
  |-
 
  |-
  | 0-15
+
  | ''protocol:''<br/><code>{{change|0x0F|0x11}}</code><br/><br/>''resource:''<br/><code>container_close</code>
| Color formatting, same values as [[Chat]] colors.
+
  | Play
|-
+
  | Server
  | 16
+
  | Window ID
  | Obfuscated
+
  | {{change|{{Type|Unsigned Byte}}|{{Type|VarInt}}}}
  |-
+
  | This is the ID of the window that was closed. 0 for player inventory.
  | 17
 
| Bold
 
|-
 
| 18
 
| Strikethrough
 
  |-
 
| 19
 
| Underlined
 
|-
 
| 20
 
| Italic
 
|-
 
| 21
 
| Reset
 
 
  |}
 
  |}
  
==== Stop Sound ====
+
==== Edit Book ====
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,520: Line 2,896:
 
  ! Notes
 
  ! Notes
 
  |-
 
  |-
  |rowspan="7"| 0x4B
+
  | rowspan="5"| ''protocol:''<br/><code>{{change|0x14|0x16}}</code><br/><br/>''resource:''<br/><code>edit_book</code>
  |rowspan="7"| Play
+
  | rowspan="5"| Play
  |rowspan="7"| Client
+
  | rowspan="5"| Server
  | Flags
+
| Slot
  | Byte
+
| {{Type|VarInt}}
  | Controls which fields are present.
+
| The hotbar slot where the written book is located
 +
|-
 +
| Count
 +
| {{Type|VarInt}}
 +
| Number of elements in the following array. Maximum array size is {{change|200|100}}.
 +
  |-
 +
  | Entries
 +
  | {{Type|Array}} ({{change|200|100}}) of {{Type|String}} ({{change|8192|1024}})
 +
| Text from each page. Maximum string length is {{change|8192|1024}} chars.
 
  |-
 
  |-
  | Source
+
  | Has title
  | Optional VarInt enum
+
  | {{Type|Boolean}}
  | Only if flags is 3 or 1 (bit mask 0x1).  See below.  If not present, then sounds from all sources are cleared.
+
  | If true, the next field is present. true if book is being signed, false if book is being edited.
 
  |-
 
  |-
  | Sound
+
  | Title
  | Optional Identifier
+
  | {{Type|Optional}} {{Type|String}} ({{change|128|32}})
| 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.
+
  | Title of book.
 
  |}
 
  |}
  
Categories:
+
==== Set Player Position ====
 +
 
 +
Updates the player's XYZ position on the server.
 +
 
 +
If the player is in a vehicle, the position is ignored (but in case of [[#Set Player Position and Rotation|Set Player Position and Rotation]], the rotation is still used as normal). No validation steps other than value range clamping are performed in this case.
  
{| class="wikitable"
+
If the player is sleeping, the position (or rotation) is not changed, and a [[#Synchronize Player Position|Synchronize Player Position]] is sent if the received position deviated from the server's view by more than a meter.
! Name !! Value
+
 
|-
+
The Notchian server silently clamps the x and z coordinates between -30,000,000 and 30,000,000, and the y coordinate between -20,000,000 and 20,000,000. A similar condition has historically caused a kick for "Illegal position"; this is no longer the case. However, infinite or NaN coordinates (or angles) still result in a kick for <code>multiplayer.disconnect.invalid_player_movement</code>.
| master || 0
+
 
|-
+
As of 1.20.6, checking for moving too fast is achieved like this (sic):
| music || 1
+
 
|-
+
* Each server tick, the player's current position is stored.
| record || 2
+
* When the player moves, the offset from the stored position to the requested position is computed (&Delta;x, &Delta;y, &Delta;z).
|-
+
* The requested movement distance squared is computed as &Delta;x&sup2; + &Delta;y&sup2; + &Delta;z&sup2;.
| weather || 3
+
* The baseline expected movement distance squared is computed based on the player's server-side velocity as Vx&sup2; + Vy&sup2; + Vz&sup2;. The player's server-side velocity is a somewhat ill-defined quantity that includes among other things gravity, jump velocity and knockback, but ''not'' regular horizontal movement. A proper description would bring much of Minecraft's physics engine with it. It is accessible as the <code>Motion</code> NBT tag on the player entity.
  |-
+
* The maximum permitted movement distance squared is computed as 100 (300 if the player is using an elytra), multiplied by the number of movement packets received since the last tick, including this one, unless that value is greater than 5, in which case no multiplier is applied.
| block || 4
+
* If the requested movement distance squared minus the baseline distance squared is more than the maximum squared, the player is moving too fast.
|-
+
 
| hostile || 5
+
If the player is moving too fast, it is logged that "<player> moved too quickly! " followed by the change in x, y, and z, and the player is teleported back to their current (before this packet) server-side position.
|-
+
 
| neutral || 6
+
Checking for block collisions is achieved like this:
|-
+
 
| player || 7
+
* A temporary collision-checked move of the player is attempted from its current position to the requested one.
|-
+
* The offset from the resulting position to the requested position is computed. If the absolute value of the offset on the y axis is less than 0.5, it (only the y component) is rounded down to 0.
| ambient || 8
+
* If the magnitude of the offset is greater than 0.25 and the player isn't in creative or spectator mode, it is logged that "<player> moved wrongly!", and the player is teleported back to their current (before this packet) server-side position.
|-
+
* In addition, if the player's hitbox stationary at the requested position would intersect with a block, and they aren't in spectator mode, they are teleported back without a log message.
| voice || 9
+
 
|}
+
Checking for illegal flight is achieved like this:
  
==== Declare Recipes ====
+
* When a movement packet is received, a flag indicating whether or not the player is floating mid-air is updated. The flag is set if the move test described above detected no collision below the player ''and'' the y component of the offset from the player's current position to the requested one is greater than -0.5, unless any of various conditions permitting flight (creative mode, elytra, levitation effect, etc., but not jumping) are met.
 +
* Each server tick, it is checked if the flag has been set for more than 80 consecutive ticks. If so, and the player isn't currently sleeping, dead or riding a vehicle, they are kicked for <code>multiplayer.disconnect.flying</code>.
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,568: Line 2,957:
 
  ! State
 
  ! State
 
  ! Bound To
 
  ! Bound To
  !colspan="2"| Field Name
+
  ! Field Name
  !colspan="2"| Field Type
+
  ! Field Type
 
  ! Notes
 
  ! Notes
 
  |-
 
  |-
  |rowspan="4"| 0x53
+
  | rowspan="5"| ''protocol:''<br/><code>{{change|0x1A|0x1C}}</code><br/><br/>''resource:''<br/><code>move_player_pos</code>
  |rowspan="4"| Play
+
  | rowspan="5"| Play
  |rowspan="4"| Client
+
  | rowspan="5"| Server
  |colspan="2"| Num Recipes
+
  | X
  |colspan="2"| VarInt
+
  | {{Type|Double}}
  | Number of elements in the following array
+
  | Absolute position.
 
  |-
 
  |-
  |rowspan="3"| Recipe
+
  | Feet Y
| Recipe ID
+
  | {{Type|Double}}
  |rowspan="3"| Array
+
  | Absolute feet position, normally Head Y - 1.62.
| Identifier
 
  |
 
 
  |-
 
  |-
  | Type
+
  | Z
  | String
+
  | {{Type|Double}}
  | The recipe type, see below
+
  | Absolute position.
  |-
+
  |- {{removed}}
  | Data
+
  | On Ground
  | Optional, varies
+
  | {{Type|Boolean}}
  | Additional data for the recipeFor some types, there will be no data.
+
  | True if the client is on the ground, false otherwise.
 +
|- {{added}}
 +
| Flags
 +
| {{Type|Byte}}
 +
  | Bit field: 0x01: on ground, 0x02: pushing against wall.
 
  |}
 
  |}
  
Recipe types:
+
==== Set Player Position and Rotation ====
 +
 
 +
A combination of [[#Set Player Rotation|Move Player Rotation]] and [[#Set Player Position|Move Player Position]].
  
 
{| class="wikitable"
 
{| class="wikitable"
  ! Type
+
  ! Packet ID
  ! Description
+
! State
  ! Data
+
! Bound To
 +
! Field Name
 +
  ! Field Type
 +
  ! Notes
 
  |-
 
  |-
  | <code>crafting_shapeless</code>
+
  | rowspan="7"| ''protocol:''<br/><code>{{change|0x1B|0x1D}}</code><br/><br/>''resource:''<br/><code>move_player_pos_rot</code>
| Shapeless crafting recipe.  All items in the ingredient list must be present, but in any order/slot.
+
  | rowspan="7"| Play
  | As follows:
+
| rowspan="7"| Server
  {| class="wikitable"
+
  | X
    ! Name
+
| {{Type|Double}}
    ! Type
+
| Absolute position.
    ! 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>
+
  | Feet Y
  | Shaped crafting recipe.  All items must be present in the same pattern (which may be flipped horizontally or translated)
+
  | {{Type|Double}}
| As follows:
+
  | Absolute feet position, normally Head Y - 1.62.
  {| 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>
+
  | Z
  | Recipe for dying leather armor
+
  | {{Type|Double}}
  | None
+
  | Absolute position.
 
  |-
 
  |-
  | <code>crafting_special_bookcloning</code>
+
  | Yaw
  | Recipe for copying contents of written books
+
  | {{Type|Float}}
  | None
+
  | Absolute rotation on the X Axis, in degrees.
 
  |-
 
  |-
  | <code>crafting_special_mapcloning</code>
+
  | Pitch
  | Recipe for copying maps
+
| {{Type|Float}}
  | None
+
| Absolute rotation on the Y Axis, in degrees.
  |-
+
|- {{removed}}
  | <code>crafting_special_mapextending</code>
+
| On Ground
  | Recipe for adding paper to maps
+
  | {{Type|Boolean}}
  | None
+
  | True if the client is on the ground, false otherwise.
 +
  |- {{added}}
 +
  | Flags
 +
| {{Type|Byte}}
 +
| Bit field: 0x01: on ground, 0x02: pushing against wall.
 +
  |}
 +
 
 +
==== Set Player Rotation ====
 +
[[File:Minecraft-trig-yaw.png|thumb|The unit circle for yaw]]
 +
[[File:Yaw.png|thumb|The unit circle of yaw, redrawn]]
 +
 
 +
Updates the direction the player is looking in.
 +
 
 +
Yaw is measured in degrees, and does not follow classical trigonometry rules. The unit circle of yaw on the XZ-plane starts at (0, 1) and turns counterclockwise, with 90 at (-1, 0), 180 at (0,-1) and 270 at (1, 0). Additionally, yaw is not clamped to between 0 and 360 degrees; any number is valid, including negative numbers and numbers greater than 360.
 +
 
 +
Pitch is measured in degrees, where 0 is looking straight ahead, -90 is looking straight up, and 90 is looking straight down.
 +
 
 +
The yaw and pitch of player (in degrees), standing at point (x0, y0, z0) and looking towards point (x, y, z) can be calculated with:
 +
 
 +
dx = x-x0
 +
dy = y-y0
 +
dz = z-z0
 +
r = sqrt( dx*dx + dy*dy + dz*dz )
 +
yaw = -atan2(dx,dz)/PI*180
 +
if yaw < 0 then
 +
    yaw = 360 + yaw
 +
pitch = -arcsin(dy/r)/PI*180
 +
 
 +
You can get a unit vector from a given yaw/pitch via:
 +
 
 +
  x = -cos(pitch) * sin(yaw)
 +
y = -sin(pitch)
 +
z =  cos(pitch) * cos(yaw)
 +
 
 +
{| class="wikitable"
 +
! Packet ID
 +
! State
 +
! Bound To
 +
! Field Name
 +
! Field Type
 +
! Notes
 
  |-
 
  |-
  | <code>crafting_special_firework_rocket</code>
+
  | rowspan="4"| ''protocol:''<br/><code>{{change|0x1C|0x1E}}</code><br/><br/>''resource:''<br/><code>move_player_rot</code>
  | Recipe for making firework rockets
+
  | rowspan="4"| Play
  | None
+
| rowspan="4"| Server
 +
| Yaw
 +
| {{Type|Float}}
 +
  | Absolute rotation on the X Axis, in degrees.
 
  |-
 
  |-
  | <code>crafting_special_firework_star</code>
+
  | Pitch
  | Recipe for making firework stars
+
  | {{Type|Float}}
  | None
+
  | Absolute rotation on the Y Axis, in degrees.
  |-
+
  |- {{removed}}
  | <code>crafting_special_firework_star_fade</code>
+
  | On Ground
  | Recipe for making firework stars fade between multiple colors
+
  | {{Type|Boolean}}
  | None
+
  | True if the client is on the ground, false otherwise.
  |-
+
  |- {{added}}
  | <code>crafting_special_repairitem</code>
+
| Flags
  | Recipe for repairing items via crafting
+
| {{Type|Byte}}
  | None
+
  | Bit field: 0x01: on ground, 0x02: pushing against wall.
 +
  |}
 +
{{Anchor|Set Player Movement Flags}}
 +
==== Set Player {{change|On Ground|Movement Flags}} ====
 +
 
 +
This packet as well as [[#Set Player Position|Set Player Position]], [[#Set Player Rotation|Set Player Rotation]], and [[#Set Player Position and Rotation|Set Player Position and Rotation]] are called the “serverbound movement packets”. Vanilla clients will send Move Player Position once every 20 ticks even for a stationary player.
 +
 
 +
This packet is used to indicate whether the player is on ground (walking/swimming), or airborne (jumping/falling).
 +
 
 +
When dropping from sufficient height, fall damage is applied when this state goes from false to true. The amount of damage applied is based on the point where it last changed from true to false. Note that there are several movement related packets containing this state.
 +
 
 +
{| class="wikitable"
 +
! Packet ID
 +
! State
 +
  ! Bound To
 +
! Field Name
 +
! Field Type
 +
! Notes
 
  |-
 
  |-
  | <code>crafting_special_tippedarrow</code>
+
  | rowspan="2"| ''protocol:''<br/><code>{{change|0x1D|0x1F}}</code><br/><br/>''resource:''<br/><code>move_player_status_only</code>
  | Recipe for crafting tipped arrows
+
| rowspan="2"| Play
  | None
+
| rowspan="2"| Server
 +
| {{removed}} | On Ground
 +
| {{removed}} | {{Type|Boolean}}
 +
| {{removed}} | True if the client is on the ground, false otherwise.
 +
  |- {{added}}
 +
| Flags
 +
| {{Type|Byte}}
 +
| Bit field: 0x01: on ground, 0x02: pushing against wall.
 +
|}
 +
 
 +
==== Place Recipe ====
 +
 
 +
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
 
  |-
 
  |-
  | <code>crafting_special_bannerduplicate</code>
+
  | rowspan="3"| ''protocol:''<br/><code>{{change|0x22|0x24}}</code><br/><br/>''resource:''<br/><code>place_recipe</code>
  | Recipe for copying banner patterns
+
| rowspan="3"| Play
  | None
+
| rowspan="3"| Server
 +
| Window ID
 +
| {{Type|Byte}}
 +
|
 +
|-
 +
| Recipe{{change|| ID}}
 +
| {{change|{{Type|Identifier}}|{{Type|VarInt}}}}
 +
  | {{change|A recipe ID.|ID of recipe previously defined in [[#Recipe Book Add|Recipe Book Add]].}}
 +
  |-
 +
| Make all
 +
| {{Type|Boolean}}
 +
| Affects the amount of items processed; true if shift is down when clicked.
 +
|}
 +
 
 +
==== Player Input ====
 +
 
 +
{| class="wikitable"
 +
! Packet ID
 +
! State
 +
! Bound To
 +
! Field Name
 +
! Field Type
 +
! Notes
 
  |-
 
  |-
  | <code>crafting_special_banneraddpattern</code>
+
  | rowspan="3"| ''protocol:''<br/><code>{{change|0x26|0x28}}</code><br/><br/>''resource:''<br/><code>player_input</code>
  | Recipe for adding patterns to banners
+
| rowspan="3"| Play
  | None
+
  | rowspan="3"| Server
 +
| {{removed}} | Sideways
 +
| {{removed}} | {{Type|Float}}
 +
| {{removed}} | Positive to the left of the player.
 +
|- {{removed}}
 +
| Forward
 +
| {{Type|Float}}
 +
  | Positive forward.
 
  |-
 
  |-
  | <code>crafting_special_shielddecoration</code>
+
  | Flags
  | Recipe for applying a banner's pattern to a shield
+
  | {{Type|Unsigned Byte}}
  | None
+
| Bit mask{{change|. 0x1: jump, 0x2: unmount.|; see below.}}
 +
  |}
 +
 
 +
The flags are as follows:
 +
 
 +
{| class="wikitable" {{added}}
 
  |-
 
  |-
  | <code>crafting_special_shulkerboxcoloring</code>
+
  ! Hex Mask
  | Recipe for recoloring a shulker box
+
  ! Field
| None
 
 
  |-
 
  |-
  | <code>smelting</code>
+
  | 0x01
  | Smelting recipe
+
  | Forward
| 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
+
  | 0x02
  | VarInt
+
  | Backward
| Number of elements in the following array
 
 
  |-
 
  |-
  | Items
+
  | 0x04
  | Array of [[Slot]]
+
  | Left
  | Any item in this array may be used for the recipe. The count of each item should be 1.
+
  |-
 +
| 0x08
 +
| Right
 +
|-
 +
| 0x10
 +
| Jump
 +
|-
 +
| 0x20
 +
| Sneak
 +
|-
 +
| 0x40
 +
  | Sprint
 
  |}
 
  |}
  
==== Tags ====
+
==== Set Seen Recipe ====
 +
 
 +
Sent when recipe is first seen in recipe book. Replaces Recipe Book Data, type 0.
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 2,763: Line 3,207:
 
  ! Notes
 
  ! Notes
 
  |-
 
  |-
  |rowspan="3"| 0x54
+
  | ''protocol:''<br/><code>{{change|0x29|0x2B}}</code><br/><br/>''resource:''<br/><code>recipe_book_seen_recipe</code>
  |rowspan="3"| Play
+
  | Play
  |rowspan="3"| Client
+
  | Server
| Block Tags
+
  | Recipe ID
| (See below)
+
  | {{change|{{Type|Identifier}}|{{Type|VarInt}}}}
| IDs are block IDs
+
  | ID of recipe previously defined in [[#Recipe Book Add|Recipe Book Add]].
  |-
 
  | Item Tags
 
| (See below)
 
| IDs are item IDs
 
|-
 
| Fluid Tags
 
  | (See below)
 
| IDs are fluid IDs
 
 
  |}
 
  |}
  
Tags look like:
+
==== Use Item On ====
  
 
{| class="wikitable"
 
{| class="wikitable"
  !colspan="2"| Field Name
+
|-
  !colspan="2"| Field Type
+
! Packet ID
 +
! State
 +
! Bound To
 +
  ! Field Name
 +
  ! Field Type
 
  ! Notes
 
  ! Notes
 
  |-
 
  |-
  |colspan="2"| Length
+
  | rowspan="9"| ''protocol:''<br/><code>{{change|0x38|0x3A}}</code><br/><br/>''resource:''<br/><code>use_item_on</code>
  |colspan="2"| VarInt
+
  | rowspan="9"| Play
  | Number of elements in the following array
+
| rowspan="9"| Server
 +
| Hand
 +
| {{Type|VarInt}} {{Type|Enum}}
 +
  | The hand from which the block is placed; 0: main hand, 1: off hand.
 
  |-
 
  |-
  |rowspan="3"| Tags
+
  | Location
  | Tag name
+
  | {{Type|Position}}
|rowspan="3"| Array
+
  | Block position.
| Identifier
 
|
 
|-
 
| Count
 
| VarInt
 
| Number of elements in the following array
 
|-
 
| Entries
 
| Array of VarInt
 
| Numeric ID of the block/item.
 
|}
 
 
 
=== Serverbound ===
 
 
 
==== 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|0x04}}
 
|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|256}})
 
| 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"| 0x09
 
|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="2"| 0x0A
 
|rowspan="2"| Play
 
|rowspan="2"| Server
 
| New book
 
| [[Slot]]
 
|
 
|-
 
| Is signing
 
| Boolean
 
| True if the player is signing the book; false if the player is saving a draft.
 
|}
 
 
 
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>
 
 
 
 
 
==== 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"| 0x13
 
|rowspan="1"| Play
 
|rowspan="1"| Server
 
| Slot to use
 
| VarInt
 
| See [[Inventory]]
 
|}
 
 
 
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|0x14}}
 
|rowspan="3"| Play
 
|rowspan="3"| Server
 
| Window ID
 
| Byte
 
|
 
|-
 
| Recipe
 
| {{Change|VarInt|Identifier}}
 
| A recipe ID
 
|-
 
| Make all
 
| Boolean
 
| Affects the amount of items processed; true if shift is down when clicked
 
|}
 
 
 
==== Recipe Book Data ====
 
(previously known as Crafting Book Data)
 
 
 
{| class="wikitable"
 
! Packet ID
 
! State
 
! Bound To
 
!colspan="2"| Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="7"| {{Change|0x17|0x19}}
 
|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.
 
 
 
 
 
==== Name Item ====
 
 
 
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.
 
 
 
{| class="wikitable" {{Added}}
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="1"| 0x1A
 
|rowspan="1"| Play
 
|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"| 0x1D
 
|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"| 0x1E
 
|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"| 0x20
 
|rowspan="11"| Play
 
|rowspan="11"| Server
 
|- {{Removed}}
 
| X || Int ||
 
|- {{Removed}}
 
| Y || Int ||
 
|- {{Removed}}
 
| Z || Int ||
 
|-
 
| Location
 
| Position
 
|
 
|-
 
| Command
 
| String (32767)
 
|
 
|- {{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"| 0x21
 
|rowspan="3"| Play
 
|rowspan="3"| Server
 
| Entity ID
 
| {{Change|Int|VarInt}}
 
|
 
|-
 
| Command
 
| String
 
|
 
|-
 
| Track Output
 
| Boolean
 
| 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"| 0x23
 
|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
+
  | Face
  |rowspan="4"| Handshaking
+
  | {{Type|VarInt}} {{Type|Enum}}
|rowspan="4"| Server
+
  | The face on which the block is placed (as documented at [[#Player Action|Player Action]]).
  | Protocol Version
 
| VarInt
 
| See [[protocol version numbers]] (currently {{change|340|387}})
 
 
  |-
 
  |-
  | Server Address
+
  | Cursor Position X
  | String
+
  | {{Type|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.
+
  | The position of the crosshair on the block, from 0 to 1 increasing from west to east.
|-
 
| Server Port
 
| Unsigned Short
 
| Default is 25565.  The Notchian server does not use this information.
 
 
  |-
 
  |-
  | Next State
+
  | Cursor Position Y
  | VarInt Enum
+
  | {{Type|Float}}
  | 1 for [[#Status|status]], 2 for [[#Login|login]]
+
  | The position of the crosshair on the block, from 0 to 1 increasing from bottom to top.
|}
 
 
 
== Status ==
 
 
 
=== Clientbound ===
 
 
 
No changes so far.
 
 
 
=== Serverbound ===
 
 
 
No changes so far.
 
 
 
== Login ==
 
 
 
=== Clientbound ===
 
 
 
==== Login Plugin Message (clientbound) ====
 
 
 
{| class="wikitable"
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
 
  |-
 
  |-
  |rowspan="3"| 0x00
+
  | Cursor Position Z
|rowspan="3"| Play
+
  | {{Type|Float}}
  |rowspan="3"| Client
+
  | The position of the crosshair on the block, from 0 to 1 increasing from north to south.
| Unknown
 
| VarInt
 
  |
 
 
  |-
 
  |-
  | Channel (?)
+
  | Inside block
  | Identifier
+
  | {{Type|Boolean}}
  | Name of the [[plugin channel]] used to send the data
+
  | True when the player's head is inside of a block.
 +
|- {{added}}
 +
| World border hit
 +
| {{Type|Boolean}}
 +
| Seems to always be false, even when interacting with blocks around or outside the world border, or while the player is outside the border.
 
  |-
 
  |-
  | Data
+
  | Sequence
  | Byte Array
+
  | {{Type|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.
+
  | Block change sequence number (see [[#Acknowledge Block Change]]).
 
  |}
 
  |}
  
=== Serverbound ===
+
Upon placing a block, this packet is sent once.
 
 
==== Login Plugin Message (serverbound) ====
 
 
 
{| class="wikitable"
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="3"| 0x00
 
|rowspan="3"| Play
 
|rowspan="3"| Client
 
| Unknown
 
| VarInt
 
|
 
|-
 
| Has payload (?)
 
| Boolean
 
| Indicates if the following data is present
 
|-
 
| Data
 
| Optional 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.
 
|}
 
  
 +
The Cursor Position X/Y/Z fields (also known as in-block coordinates) are calculated using raytracing. The unit corresponds to sixteen pixels in the default resource pack. For example, let's say a slab is being placed against the south face of a full block. The Cursor Position X will be higher if the player was pointing near the right (east) edge of the face, lower if pointing near the left. The Cursor Position Y will be used to determine whether it will appear as a bottom slab (values 0.0–0.5) or as a top slab (values 0.5-1.0). The Cursor Position Z should be 1.0 since the player was looking at the southernmost part of the block.
  
 +
Inside block is true when a player's head (specifically eyes) are inside of a block's collision. In 1.13 and later versions, collision is rather complicated and individual blocks can have multiple collision boxes. For instance, a ring of vines has a non-colliding hole in the middle. This value is only true when the player is directly in the box. In practice, though, this value is only used by scaffolding to place in front of the player when sneaking inside of it (other blocks will place behind when you intersect with them -- try with glass for instance).
  
 
[[Category:Minecraft Modern]]
 
[[Category:Minecraft Modern]]

Latest revision as of 04:42, 24 November 2024

This page documents the changes from release 1.21.1 (protocol 767) to the current release (1.21.3, protocol 768). The stable protocol documentation is currently lagging behind, and the changes documented here will be merged soon, once they are complete. The current pre-release (snapshot 24w44a) is not yet 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

Contents

Data types

Name Size (bytes) Encodes Notes
Teleport Flags 4 See #Teleport Flags Bit field specifying how a teleportation is to be applied on each axis.
Recipe Display Varies See Recipes#Recipe Display structure Description of a recipe for use for use by the client.

Teleport Flags

A bit field represented as an Int, specifying how a teleportation is to be applied on each axis.

In the lower 8 bits of the bit field, a set bit means the teleportation on the corresponding axis is relative, and an unset bit that it is absolute.

Hex Mask Field
0x0001 Relative X
0x0002 Relative Y
0x0004 Relative Z
0x0008 Relative Yaw
0x0010 Relative Pitch
0x0020 Relative Velocity X
0x0040 Relative Velocity Y
0x0080 Relative Velocity Z
0x0100 Rotate velocity according to the change in rotation, before applying the velocity change in this packet. Combining this with absolute rotation works as expected—the difference in rotation is still used.

Packets

ID Packet name Documentation
Play clientbound
0x12 Close Container Current Pre
0x13 Set Container Content Current Pre
0x14 Set Container Property Current Pre
0x15 Set Container Slot Current Pre
0x17 Set Cooldown Current Pre
0x70 0x20 Teleport Entity Current Pre
0x20 0x21 Explosion Current Pre
0x23 0x24 Open Horse Screen Current Pre
0x2B 0x2C Login (play) Current Pre
0x31 Move Minecart Along Track Pre
0x37 0x39 Place Ghost Recipe Current Pre
0x3E 0x40 Player Info Update Current Pre
0x40 0x42 Synchronize Player Position Current Pre
0x41 Update Recipe Book Current
0x43 Player Rotation Pre
0x44 Recipe Book Add Pre
0x45 Recipe Book Remove Pre
0x46 Recipe Book Settings Pre
0x47 0x4C Respawn Current Pre
0x5a Set Cursor Item Pre
0x53 0x63 Set Held Item Current (unchanged)
0x66 Set Player Inventory Slot Pre
0x64 0x6b Update Time Current Pre
0x77 Synchronize Vehicle Position Pre
0x77 0x7e Update Recipes Current Pre
Play serverbound
0x02 Bundle Item Selected Pre
0x0b Client Tick End Pre
0x0E 0x10 Click Container Current Pre
0x0F 0x11 Close Container Current Pre
0x14 0x16 Edit Book Current Pre
0x1A 0x1C Set Player Position Current Pre
0x1B 0x1D Set Player Position and Rotation Current Pre
0x1C 0x1E Set Player Rotation Current Pre
0x1D Set Player On Ground Current
0x1F Set Player Movement Flags Pre
0x22 0x24 Place Recipe Current Pre
0x26 0x28 Player Input Current Pre
0x29 0x2B Set Seen Recipe Current Pre
0x38 0x3A Use Item On Current Pre

Entity Metadata

Entity Metadata Format

Painting Variant

See also: Registry Data#Painting Variant
Name Type Meaning
Width Int The width of the painting, in blocks.
Height Int The height of the painting, in blocks.
Asset ID Identifier The texture for the painting.

The Notchian client uses the corresponding asset located at textures/painting.

Has title Boolean
Title Optional Text Component The displayed title of the painting. Only present if Has title is true.
Has author Boolean
Author Optional Text Component The displayed author of the painting. Only present if Has author is true.

Registry Data

Painting Variant

The minecraft:painting_variant registry. It defines the textures and dimensions for the game's paintings.

Name Type Meaning Values
asset_id String Tag The texture for the painting.

The Notchian client uses the corresponding asset located at textures/painting.

Example: "minecraft:backyard".
height Int Tag The height of the painting, in blocks. Example: 2
width Int Tag The width of the painting, in blocks.
title Compound Tag or String Tag The displayed title of the painting. See Text formatting. Example: {"color": "gray", "translate": "painting.minecraft.skeleton.title"}
author Compound Tag or String Tag The displayed author of the painting. See Text formatting. Example: {"color": "gray", "translate": "painting.minecraft.skeleton.author"}

Slot Data

Structured components

Type Name Description Data
6 minecraft:item_model Item's model. As follows:
Name Type Description
Model Identifier
20 21 minecraft:food Makes the item consumable restore the player's hunger bar when consumed. As follows:
Name Type Description
Nutrition VarInt Non-negative
Saturation Modifier Float How much saturation will be given after consuming the item.
Can Always Eat Boolean Whether the item can always be eaten, even at full hunger.
Seconds To Eat Float How long it takes to consume the item.
Using converts to Slot Data This specifies the item produced after consuming the current item. In the Notchian server, this is used for stews, which turn into bowls. Set this to Air if the item should be consumed normally without leaving any other item after.
Number of effects VarInt Number of elements in the following array.
Effect Type ID Array Potion Effect The potion effect. See Potion Effect.
Probability Float The probability for this effect to be chosen.
22 minecraft:consumable Makes the item consumable. As follows:
Name Type Description
Consume seconds Float How long it takes to consume the item.
Animation VarInt Enum 0: none, 1: eat, 2: drink, 3: block, 4: bow, 5: spear, 6: crossbow, 7: spyglass, 8: toot_horn, 9: brush
Sound ID or Sound Event ID in the minecraft:sound_event registry, or an inline definition.
Has consume particles Boolean
Number of effects VarInt Number of elements in the following array.
Effects Array of Consume Effect Effects to apply on consumption. See Consume Effect.
23 minecraft:use_remainder This specifies the item produced after using the current item. In the Notchian server, this is used for stews, which turn into bowls. As follows:
Name Type Description
Remainder Slot
24 minecraft:use_cooldown Cooldown to apply on use of the item. As follows:
Name Type Description
Seconds Float
Cooldown group Optional Identifier Group of items to apply the cooldown to. Only present if Has cooldown group is true; otherwise defaults to the item's identifier.
21 25 minecraft:fire damage_resistant Marks this item as fire damage resistant.
The client won't render the item as being on-fire if this component is present.
None. As follows:
Name Type Description
Types Identifier Tag specifying damage types the item is immune to. Not prefixed by '#'!.
27 minecraft:enchantable Allows the item to be enchanted by an enchanting table. As follows:
Name Type Description
Value VarInt Opaque internal value controlling how expensive enchantments may be offered.
28 minecraft:equippable Allows the item to be equipped by the player. As follows:
Name Type Description
Slot VarInt Enum 0: mainhand, 1: feet, 2: legs, 3: chest, 4: head, 5: offhand, 6: body
Equip sound ID or Sound Event ID in the minecraft:sound_event registry, or an inline definition.
Has model Boolean
Model Optional Identifier Only present if Has model is true.
Has camera overlay Boolean
Camera overlay Optional Identifier Only present if Has camera overlay is true.
Has allowed entities Boolean
Allowed entities Optional ID Set IDs in the minecraft:entity_type registry. Only present if Has allowed entities is true.
Dispensable Boolean
Swappable Boolean
Damage on hurt Boolean
29 minecraft:repairable Items that can be combined with this item in an anvil to repair it. As follows:
Name Type Description
Items ID Set IDs in the minecraft:item registry.
30 minecraft:glider Makes the item function like elytra. None.
31 minecraft:tooltip_style Custom textures for the item tooltip. As follows:
Name Type Description
Style Identifier
32 minecraft:death_protection Makes the item function like a totem of undying. As follows:
Name Type Description
Number of effects VarInt Number of elements in the following array.
Effects Array of Consume Effect Effects to apply on consumption. See Consume Effect.
31 41 minecraft:potion_contents Visual and effects of a potion item. As follows:
Name Type Description
Has Potion ID Boolean Whether this potion has an ID in the potion registry. If true, it has the default effects associated with the potion type.
Potion ID Optional VarInt The ID of the potion type in the potion registry. Only present if Has Potion ID is true.
Has Custom Color Boolean Whether this potion has a custom color. If false, it uses the default color associated with the potion type.
Custom Color Optional Int The RGB components of the color, encoded as an integer. Only present if Has Custom Color is true.
Number Of Custom Effects VarInt The number of elements in the following array.
Custom Effects Array of Potion Effect Any custom effects the potion might have. See Potion Effect.
Custom Name String

Other types

Consume Effect

WIP

Instrument

Name Type Description
Sound Event Id or Sound Event The sound to be played.
Use duration VarInt Float The maximum range of the sound.
Range Float The range of the instrument.
Description Text Component Description shown in the item tooltip.

Particles

Particle Name Particle ID Data
minecraft:dust 13
Field Name Field Type Meaning
Red Float The red RGB value, between 0 and 1. Divide actual RGB value by 255.
Green Float The green RGB value, between 0 and 1. Divide actual RGB value by 255.
Blue Float The blue RGB value, between 0 and 1. Divide actual RGB value by 255.
Color Int The color, encoded as 0xRRGGBB; top bits are ignored.
Scale Float The scale, will be clamped between 0.01 and 4.
minecraft:dust_color_transition 14
Field Name Field Type Meaning
From Red Float The start red RGB value, between 0 and 1. Divide actual RGB value by 255.
From Green Float The start green RGB value, between 0 and 1. Divide actual RGB value by 255.
From Blue Float The start blue RGB value, between 0 and 1. Divide actual RGB value by 255.
From Color Int The start color, encoded as 0xRRGGBB; top bits are ignored.
To Red Float The end red RGB value, between 0 and 1. Divide actual RGB value by 255.
To Green Float The end green RGB value, between 0 and 1. Divide actual RGB value by 255.
To Blue Float The end blue RGB value, between 0 and 1. Divide actual RGB value by 255.
To Color Int The end color, encoded as 0xRRGGBB; top bits are ignored.
Scale Float The scale, will be clamped between 0.01 and 4.

Recipes

(this is meant to become a new page.)

Recipe Display structure

Name Type Description
Recipe Display Type VarInt ID in the minecraft:recipe_display registry.
Data Varies See #Recipe Display types below.

Recipe Display types

ID Name Data
0 minecraft:crafting_shapeless data
1 minecraft:crafting_shaped data
2 minecraft:furnace data
3 minecraft:stonecutter data
4 minecraft:smithing data
minecraft:crafting_shapeless
Name Type Description
Ingredient Count VarInt Number of elements in the following array.
Ingredients Array of Slot Display
Result Slot Display
Crafting Station Slot Display Crafting station icon to display in the recipe notification.
minecraft:crafting_shaped
Name Type Description
Width VarInt
Height VarInt
Ingredient Count VarInt Number of elements in the following array. Always equal to Width * Height.
Ingredients Array of Slot Display
Result Slot Display
Crafting Station Slot Display Crafting station icon to display in the recipe notification.
minecraft:furnace
Name Type Description
Ingredient Slot Display
Fuel Slot Display
Result Slot Display
Crafting Station Slot Display Crafting station icon to display in the recipe notification.
Cooking Time VarInt Time to smelt in a regular furnace, in ticks.
Experience Float
minecraft:stonecutter
Name Type Description
Ingredient Slot Display
Result Slot Display
Crafting Station Slot Display Crafting station icon to display in the recipe notification.
minecraft:smithing
Name Type Description
Template Slot Display
Base Slot Display
Addition Slot Display
Result Slot Display
Crafting Station Slot Display Crafting station icon to display in the recipe notification.

Slot Display structure

Name Type Description
Slot Display Type VarInt ID in the minecraft:slot_display registry.
Data Varies See #Slot Display types below.

Slot Display types

ID Name Data
0 minecraft:empty no data
1 minecraft:any_fuel no data
2 minecraft:item data
3 minecraft:item_stack data
4 minecraft:tag data
5 minecraft:smithing_trim data
6 minecraft:with_remainder data
7 minecraft:composite data
minecraft:item
Name Type Description
Item Type VarInt ID in the minecraft:item registry.
minecraft:item_stack
Name Type Description
Item Stack Slot
minecraft:tag
Name Type Description
Tag Identifier Tag in the minecraft:item registry. Not prefixed by '#'!.
minecraft:smithing_trim
Name Type Description
Base Slot Display
Material Slot Display
Pattern Slot Display
minecraft:with_remainder
Name Type Description
Ingredient Slot Display
Remainder Slot Display
minecraft:composite
Name Type Description
Option Count VarInt Number of elements in the following array.
Options Array of Slot Display

Handshake

No changes so far.

Status

No changes so far.

Login

No changes so far.

Configuration

No changes so far.

Play

Clientbound

Close Container

This packet is sent from the server to the client when a window is forcibly closed, such as when a chest is destroyed while it's open. The notchian client disregards the provided window ID and closes any active window.

Packet ID State Bound To Field Name Field Type Notes
protocol:
0x12

resource:
container_close
Play Client Window ID Unsigned Byte VarInt This is the ID of the window that was closed. 0 for inventory.

Set Container Content

The inventory slots

Replaces the contents of a container window. Sent by the server upon initialization of a container window or the player's inventory, and in response to state ID mismatches (see #Click Container).

Packet ID State Bound To Field Name Field Type Notes
protocol:
0x13

resource:
container_set_content
Play Client Window ID Unsigned Byte VarInt The ID of window which items are being sent for. 0 for player inventory. The client ignores any packets targeting a Window ID other than the current one. However, an exception is made for the player inventory, which may be targeted at any time. (The Notchian server does not appear to utilize this special case.)
State ID VarInt A server-managed sequence number used to avoid desynchronization; see #Click Container.
Count VarInt Number of elements in the following array.
Slot Data Array of Slot
Carried Item Slot Item being dragged with the mouse.

See inventory windows for further information about how slots are indexed. Use Open Screen to open the container on the client.

Set Container Property

This packet is used to inform the client that part of a GUI window should be updated.

Packet ID State Bound To Field Name Field Type Notes
protocol:
0x14

resource:
container_set_data
Play Client Window ID Unsigned Byte VarInt
Property Short The property to be updated, see below.
Value Short The new value for the property, see below.

The meaning of the Property field depends on the type of the window. The following table shows the known combinations of window type and property, and how the value is to be interpreted.

Window type Property Value
Furnace 0: Fire icon (fuel left) counting from fuel burn time down to 0 (in-game ticks)
1: Maximum fuel burn time fuel burn time or 0 (in-game ticks)
2: Progress arrow counting from 0 to maximum progress (in-game ticks)
3: Maximum progress always 200 on the notchian server
Enchantment Table 0: Level requirement for top enchantment slot The enchantment's xp level requirement
1: Level requirement for middle enchantment slot
2: Level requirement for bottom enchantment slot
3: The enchantment seed Used for drawing the enchantment names (in SGA) clientside. The same seed is used to calculate enchantments, but some of the data isn't sent to the client to prevent easily guessing the entire list (the seed value here is the regular seed bitwise and 0xFFFFFFF0).
4: Enchantment ID shown on mouse hover over top enchantment slot The enchantment id (set to -1 to hide it), see below for values
5: Enchantment ID shown on mouse hover over middle enchantment slot
6: Enchantment ID shown on mouse hover over bottom enchantment slot
7: Enchantment level shown on mouse hover over the top slot The enchantment level (1 = I, 2 = II, 6 = VI, etc.), or -1 if no enchant
8: Enchantment level shown on mouse hover over the middle slot
9: Enchantment level shown on mouse hover over the bottom slot
Beacon 0: Power level 0-4, controls what effect buttons are enabled
1: First potion effect Potion effect ID for the first effect, or -1 if no effect
2: Second potion effect Potion effect ID for the second effect, or -1 if no effect
Anvil 0: Repair cost The repair's cost in xp levels
Brewing Stand 0: Brew time 0 – 400, with 400 making the arrow empty, and 0 making the arrow full
1: Fuel time 0 - 20, with 0 making the arrow empty, and 20 making the arrow full
Stonecutter 0: Selected recipe The index of the selected recipe. -1 means none is selected.
Loom 0: Selected pattern The index of the selected pattern. 0 means none is selected, 0 is also the internal id of the "base" pattern.
Lectern 0: Page number The current page number, starting from 0.

For an enchanting table, the following numerical IDs are used:

Numerical ID Enchantment ID Enchantment Name
0 minecraft:protection Protection
1 minecraft:fire_protection Fire Protection
2 minecraft:feather_falling Feather Falling
3 minecraft:blast_protection Blast Protection
4 minecraft:projectile_protection Projectile Protection
5 minecraft:respiration Respiration
6 minecraft:aqua_affinity Aqua Affinity
7 minecraft:thorns Thorns
8 minecraft:depth_strider Depth Strider
9 minecraft:frost_walker Frost Walker
10 minecraft:binding_curse Curse of Binding
11 minecraft:soul_speed Soul Speed
12 minecraft:swift_sneak Swift Sneak
13 minecraft:sharpness Sharpness
14 minecraft:smite Smite
15 minecraft:bane_of_arthropods Bane of Arthropods
16 minecraft:knockback Knockback
17 minecraft:fire_aspect Fire Aspect
18 minecraft:looting Looting
19 minecraft:sweeping_edge Sweeping Edge
20 minecraft:efficiency Efficiency
21 minecraft:silk_touch Silk Touch
22 minecraft:unbreaking Unbreaking
23 minecraft:fortune Fortune
24 minecraft:power Power
25 minecraft:punch Punch
26 minecraft:flame Flame
27 minecraft:infinity Infinity
28 minecraft:luck_of_the_sea Luck of the Sea
29 minecraft:lure Lure
30 minecraft:loyalty Loyalty
31 minecraft:impaling Impaling
32 minecraft:riptide Riptide
33 minecraft:channeling Channeling
34 minecraft:multishot Multishot
35 minecraft:quick_charge Quick Charge
36 minecraft:piercing Piercing
37 minecraft:density Density
38 minecraft:breach Breach
39 minecraft:wind_burst Wind Burst
40 minecraft:mending Mending
41 minecraft:vanishing_curse Curse of Vanishing

Set Container Slot

Sent by the server when an item in a slot (in a window) is added/removed.

Packet ID State Bound To Field Name Field Type Notes
protocol:
0x15

resource:
container_set_slot
Play Client Window ID Unsigned Byte VarInt The window which is being updated. 0 for player inventory. The client ignores any packets targeting a Window ID other than the current one; see below for exceptions , unless it is 0 (see below).
State ID VarInt A server-managed sequence number used to avoid desynchronization; see #Click Container.
Slot Short The slot that should be updated.
Slot Data Slot

If Window ID is 0, the hotbar and offhand slots (slots 36 through 45) may be updated even when a different container window is open. (The Notchian server does not appear to utilize this special case.) Updates are also restricted to those slots when the player is looking at a creative inventory tab other than the survival inventory. (The Notchian server does not handle this restriction in any way, leading to MC-242392.)

If Window ID is -1, the item being dragged with the mouse is set. In this case, State ID and Slot are ignored.

If Window ID is -2, any slot in the player's inventory can be updated irrespective of the current container window. In this case, State ID is ignored, and the Notchian server uses a bogus value of 0. Used by the Notchian server to implement the #Pick Item functionality.

When a container window is open, the server never sends updates targeting Window ID 0—all of the window types include slots for the player inventory. The client must automatically apply changes targeting the inventory portion of a container window to the main inventory; the server does not resend them for ID 0 when the window is closed. However, since the armor and offhand slots are only present on ID 0, updates to those slots occurring while a window is open must be deferred by the server until the window's closure.

Set Cooldown

Applies a cooldown period to all items with the given type. Used by the Notchian server with enderpearls. This packet should be sent when the cooldown starts and also when the cooldown ends (to compensate for lag), although the client will end the cooldown automatically. Can be applied to any item, note that interactions still get sent to the server with the item but the client does not play the animation nor attempt to predict results (i.e block placing).

Packet ID State Bound To Field Name Field Type Notes
protocol:
0x17

resource:
cooldown
Play Client Item ID Cooldown Group VarInt Identifier Numeric ID of the item Group of items to apply a cooldown to.
Cooldown Ticks VarInt Number of ticks to apply a cooldown for, or 0 to clear the cooldown.

Teleport Entity

Warning.png The Mojang-specified name of this packet was changed in 1.21.2 from teleport_entity to entity_position_sync. There is a new teleport_entity, which this document more appropriately calls Synchronize Vehicle Position. That packet has a different function and will lead to confusing results if used in place of this one.

This packet is sent by the server when an entity moves more than 8 blocks.

Packet ID State Bound To Field Name Field Type Notes
protocol:
0x70 0x20

resource:
teleport_entity entity_position_sync
Play Client Entity ID VarInt
X Double
Y Double
Z Double
Velocity X Double
Velocity Y Double
Velocity Z Double
Yaw Angle Float Rotation on the X axis, in degrees.
Pitch Angle Float Rotation on the Y axis, in degrees.
On Ground Boolean

Explosion

Sent when an explosion occurs (creepers, TNT, and ghast fireballs).

Each block in Records is set to air. Coordinates for each axis in record is int(X) + record.x

Packet ID State Bound To Field Name Field Type Notes
protocol:
0x20 0x21

resource:
explode
Play Client X Double
Y Double
Z Double
Strength Float If the strength is greater or equal to 2.0, or the block interaction is not 0 (keep), large explosion particles are used. Otherwise, small explosion particles are used.
Record Count VarInt Number of elements in the following array.
Records Array of (Byte, Byte, Byte) Each record is 3 signed bytes long; the 3 bytes are the XYZ (respectively) signed offsets of affected blocks.
Has Player Motion Boolean
Player Motion X Float Optional Double X velocity of the player being pushed by the explosion. Only present if Has Player Motion is true.
Player Motion Y Float Optional Double Y velocity of the player being pushed by the explosion. Only present if Has Player Motion is true.
Player Motion Z Float Optional Double Z velocity of the player being pushed by the explosion. Only present if Has Player Motion is true.
Block Interaction VarInt Enum 0 = keep, 1 = destroy, 2 = destroy_with_decay, 3 = trigger_block.
Small Explosion Particle ID VarInt The particle ID listed in Particles.
Small Explosion Particle Data Varies Particle data as specified in Particles.
Large Explosion Particle ID VarInt The particle ID listed in Particles.
Large Explosion Particle Data Varies Particle data as specified in Particles.
Explosion Sound ID or Sound Event ID in the minecraft:sound_event registry, or an inline definition.

Open Horse Screen

This packet is used exclusively for opening the horse GUI. Open Screen is used for all other GUIs. The client will not open the inventory if the Entity ID does not point to an horse-like animal.

Packet ID State Bound To Field Name Field Type Notes
protocol:
0x23

resource:
horse_screen_open
Play Client Window ID Unsigned Byte VarInt
Slot count VarInt
Entity ID Int

Login (play)

Huh.png The following information needs to be added to this page:
Although the number of portal cooldown ticks is included in this packet, the whole portal usage process is still dictated entirely by the server. What kind of effect does this value have on the client, if any?

See Protocol Encryption for information on logging in.

Packet ID State Bound To Field Name Field Type Notes
protocol:
0x2B 0x2C

resource:
login
Play Client Entity ID Int The player's Entity ID (EID).
Is hardcore Boolean
Dimension Count VarInt Size of the following array.
Dimension Names Array of Identifier Identifiers for all dimensions on the server.
Max Players VarInt Was once used by the client to draw the player list, but now is ignored.
View Distance VarInt Render distance (2-32).
Simulation Distance VarInt The distance that the client will process specific things, such as entities.
Reduced Debug Info Boolean If true, a Notchian client shows reduced information on the debug screen. For servers in development, this should almost always be false.
Enable respawn screen Boolean Set to false when the doImmediateRespawn gamerule is true.
Do limited crafting Boolean Whether players can only craft recipes they have already unlocked. Currently unused by the client.
Dimension Type VarInt The ID of the type of dimension in the minecraft:dimension_type registry, defined by the Registry Data packet.
Dimension Name Identifier Name of the dimension being spawned into.
Hashed seed Long First 8 bytes of the SHA-256 hash of the world's seed. Used client side for biome noise
Game mode Unsigned Byte 0: Survival, 1: Creative, 2: Adventure, 3: Spectator.
Previous Game mode Byte -1: Undefined (null), 0: Survival, 1: Creative, 2: Adventure, 3: Spectator. The previous game mode. Vanilla client uses this for the debug (F3 + N & F3 + F4) game mode switch. (More information needed)
Is Debug Boolean True if the world is a debug mode world; debug mode worlds cannot be modified and have predefined blocks.
Is Flat Boolean True if the world is a superflat world; flat worlds have different void fog and a horizon at y=0 instead of y=63.
Has death location Boolean If true, then the next two fields are present.
Death dimension name Optional Identifier Name of the dimension the player died in.
Death location Optional Position The location that the player died at.
Portal cooldown VarInt The number of ticks until the player can use the portal again.
Sea level VarInt
Enforces Secure Chat Boolean

Move Minecart Along Track

Packet ID State Bound To Field Name Field Type Notes
protocol:
0x31

resource:
move_minecart_along_track
Play Client Entity ID VarInt
Step Count VarInt Number of elements in the following array.
Steps X Array Double
Y Double
Z Double
Velocity X Double
Velocity Y Double
Velocity Z Double
Yaw Angle
Pitch Angle
Weight Float

Player Info Update

Sent by the server to update the user list (<tab> in the client).

Packet ID State Bound To Field Name Field Type Notes
protocol:
0x3E 0x40

resource:
player_info_update
Play Client Actions Byte Determines what actions are present.
Number Of Players VarInt Number of elements in the following array.
Players UUID Array UUID The player UUID
Player Actions Array of Player Actions The length of this array is determined by the number of Player Actions that give a non-zero value when applying its mask to the actions flag. For example given the decimal number 5, binary 00000101. The masks 0x01 and 0x04 would return a non-zero value, meaning the Player Actions array would include two actions: Add Player and Update Game Mode.
Player Actions
Action Mask Field Name Type Notes
Add Player 0x01 Name String (16)
Number Of Properties VarInt Number of elements in the following array.
Property Name Array String (32767)
Value String (32767)
Is Signed Boolean
Signature Optional String (32767) Only if Is Signed is true.
Initialize Chat 0x02 Has Signature Data Boolean
Chat session ID UUID Only sent if Has Signature Data is true.
Public key expiry time Long Key expiry time, as a UNIX timestamp in milliseconds. Only sent if Has Signature Data is true.
Encoded public key size VarInt Size of the following array. Only sent if Has Signature Data is true. Maximum length is 512 bytes.
Encoded public key Byte Array (512) The player's public key, in bytes. Only sent if Has Signature Data is true.
Public key signature size VarInt Size of the following array. Only sent if Has Signature Data is true. Maximum length is 4096 bytes.
Public key signature Byte Array (4096) The public key's digital signature. Only sent if Has Signature Data is true.
Update Game Mode 0x04 Game Mode VarInt
Update Listed 0x08 Listed Boolean Whether the player should be listed on the player list.
Update Latency 0x10 Ping VarInt Measured in milliseconds.
Update Display Name 0x20 Has Display Name Boolean
Display Name Optional Text Component Only sent if Has Display Name is true.
Update List Priority 0x40 Priority VarInt See below.

The properties included in this packet are the same as in Login Success, for the current player.

Ping values correspond with icons in the following way:

  • A ping that negative (i.e. not known to the server yet) will result in the no connection icon.
  • A ping under 150 milliseconds will result in 5 bars
  • A ping under 300 milliseconds will result in 4 bars
  • A ping under 600 milliseconds will result in 3 bars
  • A ping under 1000 milliseconds (1 second) will result in 2 bars
  • A ping greater than or equal to 1 second will result in 1 bar.

The order of players in the player list is determined as follows:

  • Players with higher priorities are sorted before those with lower priorities.
  • Among players of equal priorities, spectators are sorted after non-spectators.
  • Within each of those groups, players are sorted into teams. The teams are ordered case-sensitively by team name in ascending order. Players with no team are listed first.
  • The players of each team (and non-team) are sorted case-insensitively by name in ascending order.

Synchronize Player Position

Teleports the client, e.g. during login, when using an ender pearl, in response to invalid move packets, etc.

Due to latency, the server may receive outdated movement packets sent before the client was aware of the teleport. To account for this, the server ignores all movement packets from the client until a Confirm Teleportation packet with an ID matching the one sent in the teleport packet is received.

Yaw is measured in degrees, and does not follow classical trigonometry rules. The unit circle of yaw on the XZ-plane starts at (0, 1) and turns counterclockwise, with 90 at (-1, 0), 180 at (0, -1) and 270 at (1, 0). Additionally, yaw is not clamped to between 0 and 360 degrees; any number is valid, including negative numbers and numbers greater than 360 (see MC-90097).

Pitch is measured in degrees, where 0 is looking straight ahead, -90 is looking straight up, and 90 is looking straight down.

Packet ID State Bound To Field Name Field Type Notes
protocol:
0x40 0x42

resource:
player_position
Play Client Teleport ID VarInt Client should confirm this packet with Confirm Teleportation containing the same Teleport ID.
X Double Absolute or relative position, depending on Flags.
Y Double Absolute or relative position, depending on Flags.
Z Double Absolute or relative position, depending on Flags.
Velocity X Double
Velocity Y Double
Velocity Z Double
Yaw Float Absolute or relative rotation on the X axis, in degrees.
Pitch Float Absolute or relative rotation on the Y axis, in degrees.
Flags Byte Teleport Flags Reference the Flags table below. When the value of the this byte masked is zero the field is absolute, otherwise relative.
Teleport ID VarInt Client should confirm this packet with Confirm Teleportation containing the same Teleport ID.

Player Rotation

Packet ID State Bound To Field Name Field Type Notes
protocol:
0x43

resource:
player_rotation
Play Client Yaw Float Rotation on the X axis, in degrees.
Pitch Float Rotation on the Y axis, in degrees.

Place Ghost Recipe

Response to the serverbound packet (Place Recipe), with the same recipe ID. Appears to be used to notify the UI.

Packet ID State Bound To Field Name Field Type Notes
protocol:
0x37 0x39

resource:
place_ghost_recipe
Play Client Window ID Byte VarInt
Recipe Identifier A recipe ID.
Recipe Display Recipe Display

Recipe Book Add

Packet ID State Bound To Field Name Field Type Notes
protocol:
0x44

resource:
recipe_book_add
Play Client Recipe Count VarInt Number of elements in the following array.
Recipes Recipe ID Array VarInt ID to assign to the recipe.
Display Recipe Display
Group ID VarInt
Category ID VarInt ID in the minecraft:recipe_book_category registry.
Has Ingredients Boolean
Ingredient Count Optional VarInt Number of elements in the following array. Only present if Has Ingredients is true.
Ingredients Optional Array of ID Set IDs in the minecraft:item registry, or an inline definition. Only present if Has Ingredients is true.
Flags Byte 0x01: show notification; 0x02: highlight as new
Replace Boolean Replace or Add to known recipes

Recipe Book Remove

Packet ID State Bound To Field Name Field Type Notes
protocol:
0x45

resource:
recipe_book_remove
Play Client Recipe Count VarInt Number of elements in the following array.
Recipes Array of VarInt IDs of recipes to remove.

Recipe Book Settings

Packet ID State Bound To Field Name Field Type Notes
protocol:
0x46

resource:
recipe_book_settings
Play Client 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.
Smelting Recipe Book Open Boolean If true, then the smelting recipe book will be open when the player opens its inventory.
Smelting Recipe Book Filter Active Boolean If true, then the filtering option is active when the players opens its inventory.
Blast Furnace Recipe Book Open Boolean If true, then the blast furnace recipe book will be open when the player opens its inventory.
Blast Furnace Recipe Book Filter Active Boolean If true, then the filtering option is active when the players opens its inventory.
Smoker Recipe Book Open Boolean If true, then the smoker recipe book will be open when the player opens its inventory.
Smoker Recipe Book Filter Active Boolean If true, then the filtering option is active when the players opens its inventory.

Respawn

Huh.png The following information needs to be added to this page:
Although the number of portal cooldown ticks is included in this packet, the whole portal usage process is still dictated entirely by the server. What kind of effect does this value have on the client, if any?

To change the player's dimension (overworld/nether/end), send them a respawn packet with the appropriate dimension, followed by prechunks/chunks for the new dimension, and finally a position and look packet. You do not need to unload chunks, the client will do it automatically.

Packet ID State Bound To Field Name Field Type Notes
protocol:
0x47 0x4C

resource:
respawn
Play Client Dimension Type VarInt The ID of type of dimension in the minecraft:dimension_type registry, defined by the Registry Data packet.
Dimension Name Identifier Name of the dimension being spawned into.
Hashed seed Long First 8 bytes of the SHA-256 hash of the world's seed. Used client side for biome noise
Game mode Unsigned Byte 0: Survival, 1: Creative, 2: Adventure, 3: Spectator.
Previous Game mode Byte -1: Undefined (null), 0: Survival, 1: Creative, 2: Adventure, 3: Spectator. The previous game mode. Vanilla client uses this for the debug (F3 + N & F3 + F4) game mode switch. (More information needed)
Is Debug Boolean True if the world is a debug mode world; debug mode worlds cannot be modified and have predefined blocks.
Is Flat Boolean True if the world is a superflat world; flat worlds have different void fog and a horizon at y=0 instead of y=63.
Has death location Boolean If true, then the next two fields are present.
Death dimension Name Optional Identifier Name of the dimension the player died in.
Death location Optional Position The location that the player died at.
Portal cooldown VarInt The number of ticks until the player can use the portal again.
Sea level VarInt
Data kept Byte Bit mask. 0x01: Keep attributes, 0x02: Keep metadata. Tells which data should be kept on the client side once the player has respawned.

In the Notchian implementation, this is context dependent:

  • normal respawns (after death) keep no data;
  • exiting the end poem/credits keeps the attributes;
  • other dimension changes (portals or teleports) keep all data.

Warning.png Avoid changing player's dimension to same dimension they were already in unless they are dead. If you change the dimension to one they are already in, weird bugs can occur, such as the player being unable to attack other players in new world (until they die and respawn).

Before 1.16, if you must respawn a player in the same dimension without killing them, send two respawn packets, one to a different world and then another to the world you want. You do not need to complete the first respawn; it only matters that you send two packets.

Set Cursor Item

Packet ID State Bound To Field Name Field Type Notes
0x5A Play Client Slot Data Slot

Update Time

Time is based on ticks, where 20 ticks happen every second. There are 24000 ticks in a day, making Minecraft days exactly 20 minutes long.

The time of day is based on the timestamp modulo 24000. 0 is sunrise, 6000 is noon, 12000 is sunset, and 18000 is midnight.

The default SMP server increments the time by 20 every second.

Packet ID State Bound To Field Name Field Type Notes
protocol:
0x64 0x6B

resource:
set_time
Play Client World Age Long In ticks; not changed by server commands.
Time of day Long The world (or region) time, in ticks. If negative the sun will stop moving at the Math.abs of the time.
Time of day increasing Boolean If true, the client should automatically advance the time of day according to its ticking rate.

Set Player Inventory Slot

Packet ID State Bound To Field Name Field Type Notes
protocol:
0x66

resource:
set_player_inventory
Play Client Slot VarInt
Slot Data Slot

Synchronize Vehicle Position

Teleports the entity on the client without changing the reference point of movement deltas in future Update Entity Position packets. Seems to be used to make relative adjustments to vehicle positions; more information needed.

Packet ID State Bound To Field Name Field Type Notes
protocol:
0x77

resource:
teleport_entity
Play Client Entity ID VarInt
X Double
Y Double
Z Double
Velocity X Double
Velocity Y Double
Velocity Z Double
Yaw Float Rotation on the Y axis, in degrees.
Pitch Float Rotation on the Y axis, in degrees.
Flags Teleport Flags
On Ground Boolean

Update Recipes

Packet ID State Bound To Field Name Field Type Notes
protocol:
0x77 0x7e

resource:
update_recipes
Play Client Num Recipes VarInt Number of elements in the following array.
Recipe Recipe ID Array Identifier
Type ID VarInt Enum The recipe type, see below.
Data Varies Additional data for the recipe.
Property Set Count VarInt Number of elements in the following array.
Property Sets Property Set ID Array Identifier
Item Count VarInt Number of elements in the following array.
Items Array of VarInt IDs in the minecraft:item registry.

Recipe types:

ID Type Description Data
0 minecraft:crafting_shaped Shaped crafting recipe. All items must be present in the same pattern (which may be flipped horizontally or translated). As follows:
Name Type Description
Group String (32767) Used to group similar recipes together in the recipe book. Tag is present in recipe JSON.
Category VarInt Enum Building = 0, Redstone = 1, Equipment = 2, Misc = 3
Width VarInt
Height VarInt
Ingredients Array of Ingredient Length is width * height. Indexed by x + (y * width).
Result Slot
Show notification Boolean Show a toast when the recipe is added.
1 minecraft:crafting_shapeless Shapeless crafting recipe. All items in the ingredient list must be present, but in any order/slot. As follows:
Name Type Description
Group String (32767) Used to group similar recipes together in the recipe book. Tag is present in recipe JSON.
Category VarInt Enum Building = 0, Redstone = 1, Equipment = 2, Misc = 3
Ingredient count VarInt Number of elements in the following array.
Ingredients Array of Ingredient.
Result Slot
2 minecraft:crafting_special_armordye Recipe for dying leather armor As follows:
Name Type Description
Category VarInt Enum Building = 0, Redstone = 1, Equipment = 2, Misc = 3
3 minecraft:crafting_special_bookcloning Recipe for copying contents of written books
4 minecraft:crafting_special_mapcloning Recipe for copying maps
5 minecraft:crafting_special_mapextending Recipe for adding paper to maps
6 minecraft:crafting_special_firework_rocket Recipe for making firework rockets
7 minecraft:crafting_special_firework_star Recipe for making firework stars
8 minecraft:crafting_special_firework_star_fade Recipe for making firework stars fade between multiple colors
9 minecraft:crafting_special_tippedarrow Recipe for crafting tipped arrows
10 minecraft:crafting_special_bannerduplicate Recipe for copying banner patterns
11 minecraft:crafting_special_shielddecoration Recipe for applying a banner's pattern to a shield
12 minecraft:crafting_special_shulkerboxcoloring Recipe for recoloring a shulker box
13 minecraft:crafting_special_suspiciousstew Recipe for crafting suspicious stews
14 minecraft:crafting_special_repairitem Recipe for repairing items via crafting
22 minecraft:crafting_decorated_pot Recipe for crafting decorated pots
15 minecraft:smelting Smelting recipe As follows:
Name Type Description
Group String (32767) Used to group similar recipes together in the recipe book.
Category VarInt Enum Food = 0, Blocks = 1, Misc = 2
Ingredient Ingredient
Result Slot
Experience Float
Cooking time VarInt
16 minecraft:blasting Blast furnace recipe
17 minecraft:smoking Smoker recipe
18 minecraft:campfire_cooking Campfire recipe
19 minecraft:stonecutting Stonecutter recipe As follows:
Name Type Description
Group String (32767) Used to group similar recipes together in the recipe book. Tag is present in recipe JSON.
Ingredient Ingredient
Result Slot
20 minecraft:smithing_transform Recipe for smithing netherite gear As follows:
Name Type Description
Template Ingredient The smithing template.
Base Ingredient The base item.
Addition Ingredient The additional ingredient.
Result Slot
21 minecraft:smithing_trim Recipe for applying armor trims As follows:
Name Type Description
Template Ingredient The smithing template.
Base Ingredient The base item.
Addition Ingredient The additional ingredient.

Ingredient is defined as:

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.

Serverbound

Bundle Item Selected

Packet ID State Bound To Field Name Field Type Notes
protocol:
0x02

resource:
bundle_item_selected
Play Server Slot of Bundle VarInt
Slot in Bundle VarInt

Client Tick End

Packet ID State Bound To Field Name Field Type Notes
protocol:
0x0B

resource:
client_tick_end
Play Server no fields

Click Container

This packet is sent by the client when the player clicks on a slot in a window.

Packet ID State Bound To Field Name Field Type Notes
protocol:
0x0E 0x10

resource:
container_click
Play Server Window ID Unsigned Byte VarInt The ID of the window which was clicked. 0 for player inventory. The server ignores any packets targeting a Window ID other than the current one, including ignoring 0 when any other window is open.
State ID VarInt The last received State ID from either a Set Container Slot or a Set Container Content packet.
Slot Short The clicked slot number, see below.
Button Byte The button used in the click, see below.
Mode VarInt Enum Inventory operation mode, see below.
Length of the array VarInt Maximum value for Notchian server is 128 slots.
Array of changed slots Slot number Array (128) Short
Slot data Slot New data for this slot, in the client's opinion; see below.
Carried item Slot Item carried by the cursor. Has to be empty (item ID = -1) for drop mode, otherwise nothing will happen.

See Inventory for further information about how slots are indexed.

After performing the action, the server compares the results to the slot change information included in the packet, as applied on top of the server's view of the container's state prior to the action. For any slots that do not match, it sends Set Container Slot packets containing the correct results. If State ID does not match the last ID sent by the server, it will instead send a full Set Container Content to resynchronize the client.

When right-clicking on a stack of items, half the stack will be picked up and half left in the slot. If the stack is an odd number, the half left in the slot will be smaller of the amounts.

The distinct type of click performed by the client is determined by the combination of the Mode and Button fields.

Mode Button Slot Trigger
0 0 Normal Left mouse click
1 Normal Right mouse click
0 -999 Left click outside inventory (drop cursor stack)
1 -999 Right click outside inventory (drop cursor single item)
1 0 Normal Shift + left mouse click
1 Normal Shift + right mouse click (identical behavior)
2 0 Normal Number key 1
1 Normal Number key 2
2 Normal Number key 3
8 Normal Number key 9
Button is used as the slot index (impossible in vanilla clients)
40 Normal Offhand swap key F
3 2 Normal Middle click, only defined for creative players in non-player inventories.
4 0 Normal* Drop key (Q) (* Clicked item is always empty)
1 Normal* Control + Drop key (Q) (* Clicked item is always empty)
5 0 -999 Starting left mouse drag
4 -999 Starting right mouse drag
8 -999 Starting middle mouse drag, only defined for creative players in non-player inventories.
1 Normal Add slot for left-mouse drag
5 Normal Add slot for right-mouse drag
9 Normal Add slot for middle-mouse drag, only defined for creative players in non-player inventories.
2 -999 Ending left mouse drag
6 -999 Ending right mouse drag
10 -999 Ending middle mouse drag, only defined for creative players in non-player inventories.
6 0 Normal Double click
1 Normal Pickup all but check items in reverse order (impossible in vanilla clients)

Starting from version 1.5, “painting mode” is available for use in inventory windows. It is done by picking up stack of something (more than 1 item), then holding mouse button (left, right or middle) and dragging held stack over empty (or same type in case of right button) slots. In that case client sends the following to server after mouse button release (omitting first pickup packet which is sent as usual):

  1. packet with mode 5, slot -999, button (0 for left | 4 for right);
  2. packet for every slot painted on, mode is still 5, button (1 | 5);
  3. packet with mode 5, slot -999, button (2 | 6);

If any of the painting packets other than the “progress” ones are sent out of order (for example, a start, some slots, then another start; or a left-click in the middle) the painting status will be reset.

Close Container

This packet is sent by the client when closing a window.

Notchian clients send a Close Window packet with Window ID 0 to close their inventory even though there is never an Open Screen packet for the inventory.

Packet ID State Bound To Field Name Field Type Notes
protocol:
0x0F 0x11

resource:
container_close
Play Server Window ID Unsigned Byte VarInt This is the ID of the window that was closed. 0 for player inventory.

Edit Book

Packet ID State Bound To Field Name Field Type Notes
protocol:
0x14 0x16

resource:
edit_book
Play Server Slot VarInt The hotbar slot where the written book is located
Count VarInt Number of elements in the following array. Maximum array size is 200 100.
Entries Array (200 100) of String (8192 1024) Text from each page. Maximum string length is 8192 1024 chars.
Has title Boolean If true, the next field is present. true if book is being signed, false if book is being edited.
Title Optional String (128 32) Title of book.

Set Player Position

Updates the player's XYZ position on the server.

If the player is in a vehicle, the position is ignored (but in case of Set Player Position and Rotation, the rotation is still used as normal). No validation steps other than value range clamping are performed in this case.

If the player is sleeping, the position (or rotation) is not changed, and a Synchronize Player Position is sent if the received position deviated from the server's view by more than a meter.

The Notchian server silently clamps the x and z coordinates between -30,000,000 and 30,000,000, and the y coordinate between -20,000,000 and 20,000,000. A similar condition has historically caused a kick for "Illegal position"; this is no longer the case. However, infinite or NaN coordinates (or angles) still result in a kick for multiplayer.disconnect.invalid_player_movement.

As of 1.20.6, checking for moving too fast is achieved like this (sic):

  • Each server tick, the player's current position is stored.
  • When the player moves, the offset from the stored position to the requested position is computed (Δx, Δy, Δz).
  • The requested movement distance squared is computed as Δx² + Δy² + Δz².
  • The baseline expected movement distance squared is computed based on the player's server-side velocity as Vx² + Vy² + Vz². The player's server-side velocity is a somewhat ill-defined quantity that includes among other things gravity, jump velocity and knockback, but not regular horizontal movement. A proper description would bring much of Minecraft's physics engine with it. It is accessible as the Motion NBT tag on the player entity.
  • The maximum permitted movement distance squared is computed as 100 (300 if the player is using an elytra), multiplied by the number of movement packets received since the last tick, including this one, unless that value is greater than 5, in which case no multiplier is applied.
  • If the requested movement distance squared minus the baseline distance squared is more than the maximum squared, the player is moving too fast.

If the player is moving too fast, it is logged that "<player> moved too quickly! " followed by the change in x, y, and z, and the player is teleported back to their current (before this packet) server-side position.

Checking for block collisions is achieved like this:

  • A temporary collision-checked move of the player is attempted from its current position to the requested one.
  • The offset from the resulting position to the requested position is computed. If the absolute value of the offset on the y axis is less than 0.5, it (only the y component) is rounded down to 0.
  • If the magnitude of the offset is greater than 0.25 and the player isn't in creative or spectator mode, it is logged that "<player> moved wrongly!", and the player is teleported back to their current (before this packet) server-side position.
  • In addition, if the player's hitbox stationary at the requested position would intersect with a block, and they aren't in spectator mode, they are teleported back without a log message.

Checking for illegal flight is achieved like this:

  • When a movement packet is received, a flag indicating whether or not the player is floating mid-air is updated. The flag is set if the move test described above detected no collision below the player and the y component of the offset from the player's current position to the requested one is greater than -0.5, unless any of various conditions permitting flight (creative mode, elytra, levitation effect, etc., but not jumping) are met.
  • Each server tick, it is checked if the flag has been set for more than 80 consecutive ticks. If so, and the player isn't currently sleeping, dead or riding a vehicle, they are kicked for multiplayer.disconnect.flying.
Packet ID State Bound To Field Name Field Type Notes
protocol:
0x1A 0x1C

resource:
move_player_pos
Play Server X Double Absolute position.
Feet Y Double Absolute feet position, normally Head Y - 1.62.
Z Double Absolute position.
On Ground Boolean True if the client is on the ground, false otherwise.
Flags Byte Bit field: 0x01: on ground, 0x02: pushing against wall.

Set Player Position and Rotation

A combination of Move Player Rotation and Move Player Position.

Packet ID State Bound To Field Name Field Type Notes
protocol:
0x1B 0x1D

resource:
move_player_pos_rot
Play Server X Double Absolute position.
Feet Y Double Absolute feet position, normally Head Y - 1.62.
Z Double Absolute position.
Yaw Float Absolute rotation on the X Axis, in degrees.
Pitch Float Absolute rotation on the Y Axis, in degrees.
On Ground Boolean True if the client is on the ground, false otherwise.
Flags Byte Bit field: 0x01: on ground, 0x02: pushing against wall.

Set Player Rotation

The unit circle for yaw
The unit circle of yaw, redrawn

Updates the direction the player is looking in.

Yaw is measured in degrees, and does not follow classical trigonometry rules. The unit circle of yaw on the XZ-plane starts at (0, 1) and turns counterclockwise, with 90 at (-1, 0), 180 at (0,-1) and 270 at (1, 0). Additionally, yaw is not clamped to between 0 and 360 degrees; any number is valid, including negative numbers and numbers greater than 360.

Pitch is measured in degrees, where 0 is looking straight ahead, -90 is looking straight up, and 90 is looking straight down.

The yaw and pitch of player (in degrees), standing at point (x0, y0, z0) and looking towards point (x, y, z) can be calculated with:

dx = x-x0
dy = y-y0
dz = z-z0
r = sqrt( dx*dx + dy*dy + dz*dz )
yaw = -atan2(dx,dz)/PI*180
if yaw < 0 then
    yaw = 360 + yaw
pitch = -arcsin(dy/r)/PI*180

You can get a unit vector from a given yaw/pitch via:

x = -cos(pitch) * sin(yaw)
y = -sin(pitch)
z =  cos(pitch) * cos(yaw)
Packet ID State Bound To Field Name Field Type Notes
protocol:
0x1C 0x1E

resource:
move_player_rot
Play Server Yaw Float Absolute rotation on the X Axis, in degrees.
Pitch Float Absolute rotation on the Y Axis, in degrees.
On Ground Boolean True if the client is on the ground, false otherwise.
Flags Byte Bit field: 0x01: on ground, 0x02: pushing against wall.

Set Player On Ground Movement Flags

This packet as well as Set Player Position, Set Player Rotation, and Set Player Position and Rotation are called the “serverbound movement packets”. Vanilla clients will send Move Player Position once every 20 ticks even for a stationary player.

This packet is used to indicate whether the player is on ground (walking/swimming), or airborne (jumping/falling).

When dropping from sufficient height, fall damage is applied when this state goes from false to true. The amount of damage applied is based on the point where it last changed from true to false. Note that there are several movement related packets containing this state.

Packet ID State Bound To Field Name Field Type Notes
protocol:
0x1D 0x1F

resource:
move_player_status_only
Play Server On Ground Boolean True if the client is on the ground, false otherwise.
Flags Byte Bit field: 0x01: on ground, 0x02: pushing against wall.

Place Recipe

This packet is sent when a player clicks a recipe in the crafting book that is craftable (white border).

Packet ID State Bound To Field Name Field Type Notes
protocol:
0x22 0x24

resource:
place_recipe
Play Server Window ID Byte
Recipe ID Identifier VarInt A recipe ID. ID of recipe previously defined in Recipe Book Add.
Make all Boolean Affects the amount of items processed; true if shift is down when clicked.

Player Input

Packet ID State Bound To Field Name Field Type Notes
protocol:
0x26 0x28

resource:
player_input
Play Server Sideways Float Positive to the left of the player.
Forward Float Positive forward.
Flags Unsigned Byte Bit mask. 0x1: jump, 0x2: unmount. ; see below.

The flags are as follows:

Hex Mask Field
0x01 Forward
0x02 Backward
0x04 Left
0x08 Right
0x10 Jump
0x20 Sneak
0x40 Sprint

Set Seen Recipe

Sent when recipe is first seen in recipe book. Replaces Recipe Book Data, type 0.

Packet ID State Bound To Field Name Field Type Notes
protocol:
0x29 0x2B

resource:
recipe_book_seen_recipe
Play Server Recipe ID Identifier VarInt ID of recipe previously defined in Recipe Book Add.

Use Item On

Packet ID State Bound To Field Name Field Type Notes
protocol:
0x38 0x3A

resource:
use_item_on
Play Server Hand VarInt Enum The hand from which the block is placed; 0: main hand, 1: off hand.
Location Position Block position.
Face VarInt Enum The face on which the block is placed (as documented at Player Action).
Cursor Position X Float The position of the crosshair on the block, from 0 to 1 increasing from west to east.
Cursor Position Y Float The position of the crosshair on the block, from 0 to 1 increasing from bottom to top.
Cursor Position Z Float The position of the crosshair on the block, from 0 to 1 increasing from north to south.
Inside block Boolean True when the player's head is inside of a block.
World border hit Boolean Seems to always be false, even when interacting with blocks around or outside the world border, or while the player is outside the border.
Sequence VarInt Block change sequence number (see #Acknowledge Block Change).

Upon placing a block, this packet is sent once.

The Cursor Position X/Y/Z fields (also known as in-block coordinates) are calculated using raytracing. The unit corresponds to sixteen pixels in the default resource pack. For example, let's say a slab is being placed against the south face of a full block. The Cursor Position X will be higher if the player was pointing near the right (east) edge of the face, lower if pointing near the left. The Cursor Position Y will be used to determine whether it will appear as a bottom slab (values 0.0–0.5) or as a top slab (values 0.5-1.0). The Cursor Position Z should be 1.0 since the player was looking at the southernmost part of the block.

Inside block is true when a player's head (specifically eyes) are inside of a block's collision. In 1.13 and later versions, collision is rather complicated and individual blocks can have multiple collision boxes. For instance, a ring of vines has a non-colliding hole in the middle. This value is only true when the player is directly in the box. In practice, though, this value is only used by scaffolding to place in front of the player when sneaking inside of it (other blocks will place behind when you intersect with them -- try with glass for instance).