Difference between revisions of "Pre-release protocol"

From wiki.vg
Jump to navigation Jump to search
(1.13-pre3, as far as I can tell...)
(Reset, added information about undocumented 1.21-pre2)
Tag: Replaced
 
(614 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-pre3, protocol 385]]). Note that this page contains bleeding-edge information that may not be completely or correctly documented.
+
There is currently a pre-release version available: 1.21-pre2, but it has not yet been documented. For the latest stable Minecraft release, see the [[Protocol|Protocol]] page. For previous pre-release pages, see the [[Protocol version numbers|Protocol version numbers]] page.
  
 
One who wishes to commandeer the merging of this into [[Protocol]] when an update is made must be sure to respect any changes that may have occurred to the respective packets there.
 
One who wishes to commandeer the merging of this into [[Protocol]] when an update is made must be sure to respect any changes that may have occurred to the respective packets there.
Line 9: Line 9:
 
=== Data types ===
 
=== Data types ===
  
==== Other definitions ====
+
No changes so far.
 
 
===== Global palette =====
 
A table/dictionary/palette mapping nonnegative integers to block states. {{change|The block state IDs can be constructed from this table by multiplying what the Minecraft Wiki calls “block IDs” by 16 and adding the metadata/damage value (or in most programming languages block_id << 4 {{!}} metadata).|Block state IDs are created in a linear fashion based off of order of assignment.  One block state ID allocated for each unique block state for a block; if a block has multiple properties then the number of allocated states is the product of the number of values for each property.  A current list of properties and state ID ranges is found on [http://pokechu22.github.io/Burger/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.}}
 
  
 
=== Packets ===
 
=== Packets ===
 
{| class="wikitable"
 
! ID
 
! Packet name
 
!colspan="2"| Documentation
 
|-
 
!colspan="4"| Handshaking serverbound
 
{{PacketList|0x00|Handshake}}
 
|-
 
!colspan="4"| Play clientbound
 
{{PacketList|0x04|Spawn Painting}}
 
{{PacketList|0x07|Statistics}}
 
{{PacketList|0x09|Update Block Entity}}
 
{{PacketList|0x0B|Block Change}}
 
{{PacketList|{{change|0x0F|0x0E}}|Chat Message (clientbound)|pre=unchanged}}
 
{{PacketList|{{change|0x10|0x0F}}|Multi Block Change}}
 
{{PacketList|{{change|0x0E|0x10}}|Tab-Complete (clientbound)}}
 
{{PacketList|0x11|Declare Commands|rel=added}}
 
{{PacketList|{{change|0x11|0x12}}|Confirm Transaction (clientbound)|pre=unchanged}}
 
{{PacketList|{{change|0x12|0x13}}|Close Window (clientbound)|pre=unchanged}}
 
{{PacketList|{{change|0x13|0x14}}|Open Window|pre=unchanged}}
 
{{PacketList|{{change|0x14|0x15}}|Window Items|pre=unchanged}}
 
{{PacketList|{{change|0x15|0x16}}|Window Property|pre=unchanged}}
 
{{PacketList|{{change|0x16|0x17}}|Set Slot|pre=unchanged}}
 
{{PacketList|{{change|0x17|0x18}}|Set Cooldown|pre=unchanged}}
 
{{PacketList|{{change|0x18|0x19}}|Plugin Message (clientbound)}}
 
{{PacketList|{{change|0x19|0x1A}}|Named Sound Effect}}
 
{{PacketList|{{change|0x1A|0x1B}}|Disconnect (play)|pre=unchanged}}
 
{{PacketList|{{change|0x1B|0x1C}}|Entity Status|pre=unchanged}}
 
{{PacketList|{{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|0x12|Craft Recipe Request}}
 
{{PacketList|0x17|Recipe Book Data}}
 
|-
 
!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 ==
 
 
=== [[Slot]] ===
 
 
{| class="wikitable"
 
! Name
 
! Type
 
! Meaning
 
|-
 
| {{Change|Block ID|Item ID}}
 
| Short
 
| The {{Minecraft Wiki|Data values#Block IDs|item{{change|/block}} ID}}. A value of <code>-1</code> signifies that the slot is empty, and no further data follows. {{Change||Item IDs are now uniquely defined and are completely independent of block IDs.}}
 
|-
 
| Item Count
 
| Optional Byte
 
| Not present if Block ID is <code>-1</code>.
 
|- style="background-color: #f4cccc; text-decoration: line-through;"
 
| Item Damage
 
| Optional Short
 
| Not present if Block ID is <code>-1</code>.
 
|-
 
| NBT
 
| Optional NBT
 
| 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:
 
|}
 
 
=== Particle ===
 
 
{| class="wikitable"
 
! Field Name
 
! Field Type
 
! Meaning
 
|-
 
| ID
 
| VarInt
 
| The ID of the particle type, see below.
 
|-
 
| Data
 
| Varies
 
| Varies based on the particle type, see below.
 
|}
 
 
{| class="wikitable"
 
|-
 
! Particle Name
 
! Particle ID
 
! Data
 
|-
 
| <code>minecraft:ambient_entity_effect</code>
 
| 0
 
| None
 
|-
 
| <code>minecraft:angry_villager</code>
 
| 1
 
| None
 
|-
 
| <code>minecraft:barrier</code>
 
| 2
 
| None
 
|-
 
| <code>minecraft:block</code>
 
| 3
 
|
 
{| class="wikitable"
 
  ! Field Name
 
  ! Field Type
 
  ! Meaning
 
  |-
 
  | BlockState
 
  | VarInt
 
  | The ID of the block state.
 
  |}
 
|-
 
| <code>minecraft:bubble</code>
 
| 4
 
| None
 
|-
 
| <code>minecraft:cloud</code>
 
| 5
 
| None
 
|-
 
| <code>minecraft:crit</code>
 
| 6
 
| None
 
|-
 
| <code>minecraft:damage_indicator</code>
 
| 7
 
| None
 
|-
 
| <code>minecraft:dragon_breath</code>
 
| 8
 
| None
 
|-
 
| <code>minecraft:dripping_lava</code>
 
| 9
 
| None
 
|-
 
| <code>minecraft:dripping_water</code>
 
| 10
 
| None
 
|-
 
| <code>minecraft:dust</code>
 
| 11
 
|
 
{| class="wikitable"
 
  ! Field Name
 
  ! Field Type
 
  ! Meaning
 
  |-
 
  | Red
 
  | Float
 
  | Red value, 0-1
 
  |-
 
  | Green
 
  | Float
 
  | Green value, 0-1
 
  |-
 
  | Blue
 
  | Float
 
  | Blue value, 0-1
 
  |-
 
  | Scale
 
  | Float
 
  | The scale, will be clamped between 0.01 and 4.
 
  |}
 
|-
 
| <code>minecraft:effect</code>
 
| 12
 
| None
 
|-
 
| <code>minecraft:elder_guardian</code>
 
| 13
 
| None
 
|-
 
| <code>minecraft:enchanted_hit</code>
 
| 14
 
| None
 
|-
 
| <code>minecraft:enchant</code>
 
| 15
 
| None
 
|-
 
| <code>minecraft:end_rod</code>
 
| 16
 
| None
 
|-
 
| <code>minecraft:entity_effect</code>
 
| 17
 
| None
 
|-
 
| <code>minecraft:explosion_emitter</code>
 
| 18
 
| None
 
|-
 
| <code>minecraft:explosion</code>
 
| 19
 
| None
 
|-
 
| <code>minecraft:falling_dust</code>
 
| 20
 
|
 
{| class="wikitable"
 
  ! Field Name
 
  ! Field Type
 
  ! Meaning
 
  |-
 
  | BlockState
 
  | VarInt
 
  | The ID of the block state.
 
  |}
 
|-
 
| <code>minecraft:firework</code>
 
| 21
 
| None
 
|-
 
| <code>minecraft:fishing</code>
 
| 22
 
| None
 
|-
 
| <code>minecraft:flame</code>
 
| 23
 
| None
 
|-
 
| <code>minecraft:happy_villager</code>
 
| 24
 
| None
 
|-
 
| <code>minecraft:heart</code>
 
| 25
 
| None
 
|-
 
| <code>minecraft:instant_effect</code>
 
| 26
 
| None
 
|-
 
| <code>minecraft:item</code>
 
| 27
 
|
 
{| class="wikitable"
 
  ! Field Name
 
  ! Field Type
 
  ! Meaning
 
  |-
 
  | Item
 
  | [[Slot]]
 
  | The item that will be used.
 
  |}
 
|-
 
| <code>minecraft:item_slime</code>
 
| 28
 
| None
 
|-
 
| <code>minecraft:item_snowball</code>
 
| 29
 
| None
 
|-
 
| <code>minecraft:large_smoke</code>
 
| 30
 
| None
 
|-
 
| <code>minecraft:lava</code>
 
| 31
 
| None
 
|-
 
| <code>minecraft:mycelium</code>
 
| 32
 
| None
 
|-
 
| <code>minecraft:note</code>
 
| 33
 
| None
 
|-
 
| <code>minecraft:poof</code>
 
| 34
 
| None
 
|-
 
| <code>minecraft:portal</code>
 
| 35
 
| None
 
|-
 
| <code>minecraft:rain</code>
 
| 36
 
| None
 
|-
 
| <code>minecraft:smoke</code>
 
| 37
 
| None
 
|-
 
| <code>minecraft:spit</code>
 
| 38
 
| None
 
|-
 
| <code>minecraft:squid_ink</code>
 
| 39
 
| None
 
|-
 
| <code>minecraft:sweep_attack</code>
 
| 40
 
| None
 
|-
 
| <code>minecraft:totem_of_undying</code>
 
| 41
 
| None
 
|-
 
| <code>minecraft:underwater</code>
 
| 42
 
| None
 
|-
 
| <code>minecraft:splash</code>
 
| 43
 
| None
 
|-
 
| <code>minecraft:witch</code>
 
| 44
 
| None
 
|-
 
| <code>minecraft:bubble_pop</code>
 
| 45
 
| None
 
|-
 
| <code>minecraft:current_down</code>
 
| 46
 
| None
 
|-
 
| <code>minecraft:bubble_column_up</code>
 
| 47
 
| None
 
|-
 
| <code>minecraft:nautilus</code>
 
| 48
 
| None
 
|-
 
| <code>minecraft:dolphin</code>
 
| 49
 
| None
 
|}
 
 
=== [[Chat]] ===
 
 
==== Selector component ====
 
 
Displays the results of an entity selector.  '''Should not be sent to clients'''; only intended for commands and client-to-server actions.  If the component contains a <code>selector</code> key, then it is a selector component.
 
 
The server resolves the list selector into a list of entities, each with an appropriate hover event, {{change|and joined with commas and "and" (but it lacks a [[wikipedia:serial comma|serial comma]])|joined with commas between each entry, without an "and"}}.
 
 
== Entity Metadata Format ==
 
 
Note that entity metadata is a totally distinct concept from block metadata.  It is not required to send all metadata fields, or even any metadata fields, so long as the terminating entry is correctly sent.
 
 
Entity Metadata is an array of entries, each of which looks like the following:
 
 
{| class="wikitable"
 
! Name
 
! Type
 
! Meaning
 
|-
 
| Index
 
| Unsigned Byte
 
| Unique index key determining the meaning of the following value, see the table below. If this is <code>0xff</code> then the it is the end of the Entity Metadata array and no more is read.
 
|-
 
| Type
 
| Optional Byte Enum
 
| Only if Index is not <code>0xff</code>; the type of the index, see the table below
 
|-
 
| Value
 
| Optional ''value of Type''
 
| Only if Index is not <code>0xff</code>: the value of the metadata field
 
|}
 
 
{| class="wikitable"
 
! Value of Type field
 
! [[Data types|Type]] of Value field
 
! Notes
 
|-
 
| 0
 
| Byte
 
|
 
|-
 
| 1
 
| VarInt
 
|
 
|-
 
| 2
 
| Float
 
|
 
|-
 
| 3
 
| String
 
|
 
|-
 
| 4
 
| [[Chat]]
 
|
 
|- style="background-color: #d9ead3;"
 
| 5
 
| OptChat (Boolean + Optional [[Chat]])
 
| [[Chat]] is present if the Boolean is set to true
 
|-
 
| {{change|5|6}}
 
| [[Slot]]
 
|
 
|-
 
| {{change|6|7}}
 
| Boolean
 
|
 
|-
 
| {{change|7|8}}
 
| Rotation
 
| 3 floats: rotation on x, rotation on y, rotation on z
 
|-
 
| {{change|8|9}}
 
| [[Data Types#Position|Position]]
 
|
 
|-
 
| {{change|9|10}}
 
| OptPosition (Boolean + Optional Position)
 
| Position is present if the Boolean is set to true
 
|-
 
| {{change|10|11}}
 
| Direction (VarInt)
 
| (Down = 0, Up = 1, North = 2, South = 3, West = 4, East = 5)
 
|-
 
| {{change|11|12}}
 
| OptUUID (Boolean + Optional UUID)
 
| UUID is present if the Boolean is set to true
 
|-
 
| {{change|12|13}}
 
| OptBlockID (VarInt)
 
| 0 for absent, otherwise index into the global palette.  (Air is treated as absent)
 
|-
 
| {{change|13|14}}
 
| [[NBT|NBT Tag]]
 
|
 
|- style="background-color: #d9ead3;"
 
| 15
 
| [[#Particle]]
 
|
 
|}
 
 
=== Entity ===
 
 
The base class.
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
|rowspan="9"| 0
 
|rowspan="9"| Byte
 
! Bit mask
 
! Meaning
 
|rowspan="9"| 0
 
|-
 
| 0x01
 
| On Fire
 
|-
 
| 0x02
 
| Crouched
 
|-
 
| 0x04
 
| Unused (previously riding)
 
|-
 
| 0x08
 
| Sprinting
 
|-
 
| 0x10
 
| Unused (previously eating/drinking/blocking; use hand state now)
 
|-
 
| 0x20
 
| Invisible
 
|-
 
| 0x40
 
| Glowing effect
 
|-
 
| 0x80
 
| Flying with {{Minecraft Wiki|elytra}}
 
|-
 
| 1
 
| VarInt
 
|colspan="2"| Air
 
| 300
 
|-
 
| 2
 
| {{change|String|OptChat}}
 
|colspan="2"| Custom name
 
| empty
 
|-
 
| 3
 
| Boolean
 
|colspan="2"| Is custom name visible
 
| false
 
|-
 
| 4
 
| Boolean
 
|colspan="2"| Is silent
 
| false
 
|-
 
| 5
 
| Boolean
 
|colspan="2"| No gravity
 
| false
 
|}
 
 
=== AreaEffectCloud ===
 
 
Extends [[#Entity|Entity]].
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| 6
 
| Float
 
|colspan="2"| Radius
 
| 0.5
 
|-
 
| 7
 
| VarInt
 
|colspan="2"| Color (only for mob spell particle)
 
| 0
 
|-
 
| 8
 
| Boolean
 
|colspan="2"| Ignore radius and show effect as single point, not area
 
| false
 
|- style="background-color: #d9ead3;"
 
| 9
 
| Particle
 
| colspan="2"| The [[#Particle]]
 
| <code>effect</code>
 
|- style="background-color: #f4cccc; text-decoration: line-through;"
 
| 9
 
| VarInt
 
|colspan="2"| Particle ID
 
| 15 (mobSpell)
 
|- style="background-color: #f4cccc; text-decoration: line-through;"
 
| 10
 
| VarInt
 
|colspan="2"| Particle parameter 1
 
| 0
 
|- style="background-color: #f4cccc; text-decoration: line-through;"
 
| 11
 
| VarInt
 
|colspan="2"| Particle parameter 2
 
| 0
 
|}
 
 
=== Trident ===
 
 
Extends [[#Arrow|Arrow]].
 
 
{| class="wikitable" style="background-color: #d9ead3;"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| 7
 
| VarInt
 
|colspan="2"| Loyalty level (enchantment)
 
| 0
 
|}
 
 
=== Boat ===
 
 
Extends [[#Entity|Entity]].
 
 
{| class="wikitable"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| 6
 
| VarInt
 
|colspan="2"| Time since last hit
 
| 0
 
|-
 
| 7
 
| VarInt
 
|colspan="2"| Forward direction
 
| 1
 
|-
 
| 8
 
| Float
 
|colspan="2"| Damage taken
 
| 0.0
 
|-
 
| 9
 
| VarInt
 
|colspan="2"| Type (0=oak, 1=spruce, 2=birch, 3=jungle, 4=acacia, 5=dark oak)
 
| 0
 
|-
 
| 10
 
| Boolean
 
|colspan="2"| Right paddle turning
 
| false
 
|-
 
| 11
 
| Boolean
 
|colspan="2"| Left paddle turning
 
| false
 
|- style="background-color: #d9ead3;"
 
| 12
 
| VarInt
 
|colspan="2"| Splash timer (?)
 
| 0
 
|}
 
 
=== Phantom ===
 
 
Extends [[#Flying|Flying]].
 
 
{| class="wikitable" style="background-color: #d9ead3;"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| 12
 
| VarInt
 
|colspan="2"| Size
 
| 0
 
|}
 
 
Hitbox size is determined by horizontal=0.9 + 0.2*size and vertical=0.5 + 0.1 * i
 
 
=== Dolphin ===
 
 
Extends [[#Creature|Creature]].
 
 
No additional metadata.
 
 
=== WaterMob ===
 
 
Extends {{Change|[[#Insentient|Insentient]]|[[#Creature|Creature]]}}.
 
 
No additional metadata.
 
 
=== Abstract fish ===
 
 
Extends [[#WaterMob|WaterMob]].
 
 
{| class="wikitable" style="background-color: #d9ead3;"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| 12
 
| Boolean
 
|colspan="2"| From bucket
 
| False
 
|}
 
 
=== Cod ===
 
 
Extends [[#AbstractFish|AbstractFish]].
 
 
No additional metadata.
 
 
=== Puffer fish ===
 
 
Extends [[#AbstractFish|AbstractFish]].
 
 
{| class="wikitable" style="background-color: #d9ead3;"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| 13
 
| VarInt
 
|colspan="2"| PuffState (varies from 0 to 2)
 
| 0
 
|}
 
 
=== Salmon ===
 
 
Extends [[#AbstractFish|AbstractFish]].
 
 
No additional metadata.
 
 
=== Tropical fish ===
 
 
Extends [[#AbstractFish|AbstractFish]].
 
 
{| class="wikitable" style="background-color: #d9ead3;"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| 13
 
| VarInt
 
|colspan="2"| Variant
 
| 0
 
|}
 
 
=== Turtle ===
 
 
Extends [[#Animal|Animal]].
 
 
{| class="wikitable" style="background-color: #d9ead3;"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| 13
 
| BlockPos
 
|colspan="2"| Home pos
 
| (0, 0, 0)
 
|-
 
| 14
 
| Boolean
 
|colspan="2"| Has egg
 
| false
 
|-
 
| 15
 
| Boolean
 
|colspan="2"| Laying egg (?)
 
| false
 
|-
 
| 16
 
| BlockPos
 
|colspan="2"| Travel pos
 
| (0, 0, 0)
 
|-
 
| 17
 
| Boolean
 
|colspan="2"| Going home
 
| false
 
|-
 
| 18
 
| Boolean
 
|colspan="2"| Traveling
 
| false
 
|}
 
 
=== Drowned ===
 
 
Extends [[#Drowned|Drowned]].
 
 
{| class="wikitable" style="background-color: #d9ead3;"
 
! Index
 
! Type
 
!style="width: 250px;" colspan="2"| Meaning
 
! Default
 
|-
 
| 15
 
| Boolean
 
|colspan="2"| Has target (?)
 
| false
 
|}
 
 
== Block Actions ==
 
 
No changes so far.
 
 
== Plugin Channels ==
 
 
=== <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" style="background-color: #f4cccc; text-decoration: line-through;"
 
! Field name
 
! Field type
 
! Notes
 
|-
 
| Sound category
 
| String
 
| Should be one of the sound categories used in [[Protocol#Named Sound Effect|Named Sound Effect]], but if it's invalid or empty then it is (intentionally) treated as ''all'' sound categories.
 
|-
 
| Sound name
 
| String
 
| A [http://pokechu22.github.io/Burger/1.11.html#sounds sound effect name].  If left empty, ''all'' sounds are stopped.
 
|}
 
 
{{Change|Emptiness of sound category or sound name can be combined, IE a empty sound name but a set sound category will stop all sounds in the given category.}}
 
 
{{Change||This plugin channel has been replaced by the [[#Stop sound|stop sound]] packet.}}
 
 
=== <code>MC|DebugCaves</code> ===
 
 
Never sent, but (presumably) used to debug caves.  Does not render without modifying the client.
 
 
{| class="wikitable" style="background-color: #d9ead3;"
 
!colspan="2"| Field name
 
!colspan="2"| Field type
 
! Notes
 
|-
 
|colspan="2"| Unknown 1
 
|colspan="2"| Position
 
|
 
|-
 
|colspan="2"| Count
 
|colspan="2"| Int
 
| Number of elements in the following array
 
|-
 
|rowspan="2"| Data
 
| Unknown 2
 
|rowspan="2"| Array
 
| Position
 
|
 
|-
 
| Unknown 3
 
| Float
 
|
 
|}
 
 
=== <code>MC|DebugStructures</code> ===
 
 
Never sent, but (presumably) used to debug structures.  Does not render without modifying the client.
 
 
{| class="wikitable" style="background-color: #d9ead3;"
 
!colspan="2"| Field name
 
!colspan="2"| Field type
 
! Notes
 
|-
 
|colspan="2"| Unknown 1
 
|colspan="2"| Int
 
|
 
|-
 
|colspan="2"| Bounding box minX
 
|colspan="2"| Int
 
|rowspan="6"| min must be less than max
 
|-
 
|colspan="2"| Bounding box minY
 
|colspan="2"| Int
 
|-
 
|colspan="2"| Bounding box minZ
 
|colspan="2"| Int
 
|-
 
|colspan="2"| Bounding box maxX
 
|colspan="2"| Int
 
|-
 
|colspan="2"| Bounding box maxY
 
|colspan="2"| Int
 
|-
 
|colspan="2"| Bounding box maxZ
 
|colspan="2"| Int
 
|-
 
|colspan="2"| Count
 
|colspan="2"| Int
 
| Number of elements in the following array
 
|-
 
|rowspan="7"| Unknown
 
| Bounding box minX
 
|rowspan="7"| Array
 
| Int
 
|rowspan="6"| min must be less than max
 
|-
 
| Bounding box minY
 
| Int
 
|-
 
| Bounding box minZ
 
| Int
 
|-
 
| Bounding box maxX
 
| Int
 
|-
 
| Bounding box maxY
 
| Int
 
|-
 
| Bounding box maxZ
 
| Int
 
|-
 
| Unknown
 
| Boolean
 
|
 
|}
 
 
=== <code>MC|DebugWorldGenAttempt</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" style="background-color: #d9ead3;"
 
! Field name
 
! Field type
 
! Notes
 
|-
 
| Unknown 1
 
| Position
 
|
 
|-
 
| Unknown 2
 
| Float
 
|
 
|-
 
| Unknown 3
 
| Float
 
|
 
|-
 
| Unknown 4
 
| Float
 
|
 
|-
 
| Unknown 5
 
| Float
 
|
 
|-
 
| Unknown 6
 
| Float
 
|
 
|}
 
 
== 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
 
|rowspan="5"| Play
 
|rowspan="5"| Client
 
| Entity ID
 
| VarInt
 
|
 
|-
 
| Entity UUID
 
| UUID
 
|
 
|-
 
| Motive
 
| {{Change|String (13)|VarInt}}
 
| {{Change|Name of the painting. Max length 13|Panting's ID, see below}}
 
|-
 
| Location
 
| Position
 
| Center coordinates (see below)
 
|-
 
| Direction
 
| Byte Enum
 
| Direction the painting faces (North = 2, South = 0, West = 1, East = 3)
 
|}
 
 
Calculating the center of an image: given a (width × height) grid of cells, with <code>(0, 0)</code> being the top left corner, the center is <code>(max(0, width / 2 - 1), height / 2)</code>. E.g. <code>(1, 0)</code> for a 2×1 painting, or <code>(1, 2)</code> for a 4×4 painting.
 
 
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):
 
 
{| class="wikitable"
 
! Name
 
!style="background-color: #d9ead3;"| ID
 
! x
 
! y
 
! width
 
! height
 
|-
 
| {{Change|<code>Kebab</code>|<code>minecraft:kebab</code>}}
 
| 0
 
| 0
 
| 0
 
| 16
 
| 16
 
|-
 
| {{Change|<code>Aztec</code>|<code>minecraft:aztec</code>}}
 
| 1
 
| 16
 
| 0
 
| 16
 
| 16
 
|-
 
| {{change|<code>Alban</code>|<code>minecraft:alban</code>}}
 
| 2
 
| 32
 
| 0
 
| 16
 
| 16
 
|-
 
| {{change|<code>Aztec2</code>|<code>minecraft:aztec2</code>}}
 
| 3
 
| 48
 
| 0
 
| 16
 
| 16
 
|-
 
| {{change|<code>Bomb</code>|<code>minecraft:bomb</code>}}
 
| 4
 
| 64
 
| 0
 
| 16
 
| 16
 
|-
 
| {{change|<code>Plant</code>|<code>minecraft:plant</code>}}
 
| 5
 
| 80
 
| 0
 
| 16
 
| 16
 
|-
 
| {{change|<code>Wasteland</code>|<code>minecraft:wasteland</code>}}
 
| 6
 
| 96
 
| 0
 
| 16
 
| 16
 
|-
 
| {{change|<code>Pool</code>|<code>minecraft:pool</code>}}
 
| 7
 
| 0
 
| 32
 
| 32
 
| 16
 
|-
 
| {{change|<code>Courbet</code>|<code>minecraft:courbet</code>}}
 
| 8
 
| 32
 
| 32
 
| 32
 
| 16
 
|-
 
| {{change|<code>Sea</code>|<code>minecraft:sea</code>}}
 
| 9
 
| 64
 
| 32
 
| 32
 
| 16
 
|-
 
| {{change|<code>Sunset</code>|<code>minecraft:sunset</code>}}
 
| 10
 
| 96
 
| 32
 
| 32
 
| 16
 
|-
 
| {{change|<code>Creebet</code>|<code>minecraft:creebet</code>}}
 
| 11
 
| 128
 
| 32
 
| 32
 
| 16
 
|-
 
| {{change|<code>Wanderer</code>|<code>minecraft:wanderer</code>}}
 
| 12
 
| 0
 
| 64
 
| 16
 
| 32
 
|-
 
| {{change|<code>Graham</code>|<code>minecraft:graham</code>}}
 
| 13
 
| 16
 
| 64
 
| 16
 
| 32
 
|-
 
| {{change|<code>Match</code>|<code>minecraft:match</code>}}
 
| 14
 
| 0
 
| 128
 
| 32
 
| 32
 
|-
 
| {{change|<code>Bust</code>|<code>minecraft:bust</code>}}
 
| 15
 
| 32
 
| 128
 
| 32
 
| 32
 
|-
 
| {{change|<code>Stage</code>|<code>minecraft:stage</code>}}
 
| 16
 
| 64
 
| 128
 
| 32
 
| 32
 
|-
 
| {{change|<code>Void</code>|<code>minecraft:void</code>}}
 
| 17
 
| 96
 
| 128
 
| 32
 
| 32
 
|-
 
| {{change|<code>SkullAndRoses</code>|<code>skull_and_roses</code>}}
 
| 18
 
| 128
 
| 128
 
| 32
 
| 32
 
|-
 
| {{change|<code>Wither</code>|<code>minecraft:wither</code>}}
 
| 19
 
| 160
 
| 128
 
| 32
 
| 32
 
|-
 
| {{change|<code>Fighters</code>|<code>minecraft:fighters</code>}}
 
| 20
 
| 0
 
| 96
 
| 64
 
| 32
 
|-
 
| {{change|<code>Pointer</code>|<code>minecraft:pointer</code>}}
 
| 21
 
| 0
 
| 192
 
| 64
 
| 64
 
|-
 
| {{change|<code>Pigscene</code>|<code>minecraft:pigscene</code>}}
 
| 22
 
| 64
 
| 192
 
| 64
 
| 64
 
|-
 
| {{change|<code>BurningSkull</code>|<code>minecraft:burning_skull</code>}}
 
| 23
 
| 128
 
| 192
 
| 64
 
| 64
 
|-
 
| {{change|<code>Skeleton</code>|<code>minecraft:skeleton</code>}}
 
| 24
 
| 192
 
| 64
 
| 64
 
| 48
 
|-
 
| {{change|<code>DonkeyKong</code>|<code>minecraft:donkey_kong</code>}}
 
| 25
 
| 192
 
| 112
 
| 64
 
| 48
 
|}
 
 
The {{Minecraft Wiki|Painting#Canvases|Minecraft Wiki article on paintings}} also provides a list of painting names to the actual images.
 
 
==== Statistics ====
 
 
Sent as a response to [[#Client_Status|Client Status]] (id 1).
 
 
{| class="wikitable"
 
! Packet ID
 
! State
 
! Bound To
 
!colspan="2"| Field Name
 
!colspan="2"| Field Type
 
! Notes
 
|-
 
|rowspan="6"| 0x07
 
|rowspan="6"| Play
 
|rowspan="6"| Client
 
|colspan="2"| Count
 
|colspan="2"| VarInt
 
| Number of elements in the following array
 
|-
 
|rowspan="4"| Statistic
 
|style="background-color: #f4cccc; text-decoration: line-through;"| Name
 
|rowspan="4"| Array
 
|style="background-color: #f4cccc; text-decoration: line-through;"| String (32767)
 
|style="background-color: #f4cccc; text-decoration: line-through;"| [https://gist.github.com/Alvin-LB/8d0d13db00b3c00fd0e822a562025eff https://gist.github.com/Alvin-LB/8d0d13db00b3c00fd0e822a562025eff]
 
|- style="background-color: #d9ead3;"
 
| Category ID
 
| VarInt
 
| See below
 
|- style="background-color: #d9ead3;"
 
| Statistic ID
 
| VarInt
 
| See below
 
|-
 
| Value
 
| VarInt
 
| The amount to set it to
 
|}
 
 
Categories (these are namespaced, but with <code>:</code>. replaced with <code>.</code>):
 
 
{| class="wikitable"
 
! Name
 
! ID
 
! Registry
 
|-
 
| <code>minecraft.mined</code>
 
| 0
 
| Blocks
 
|-
 
| <code>minecraft.crafted</code>
 
| 1
 
| Items
 
|-
 
| <code>minecraft.used</code>
 
| 2
 
| Items
 
|-
 
| <code>minecraft.broken</code>
 
| 3
 
| Items
 
|-
 
| <code>minecraft.picked_up</code>
 
| 4
 
| Items
 
|-
 
| <code>minecraft.dropped</code>
 
| 5
 
| Items
 
|-
 
| <code>minecraft.killed</code>
 
| 6
 
| Entities
 
|-
 
| <code>minecraft.killed_by</code>
 
| 7
 
| Entities
 
|-
 
| <code>minecraft.custom</code>
 
| 8
 
| Custom
 
|}
 
 
Blocks, Items, and Entities use block (not block state), item, and entity ids.
 
 
Custom has the following (unit only matters for clients):
 
 
{| class="wikitable"
 
! Name
 
! ID
 
! Unit
 
|-
 
| <code>minecraft.leave_game</code>
 
| 0
 
| None
 
|-
 
| <code>minecraft.play_one_minute</code>
 
| 1
 
| Time
 
|-
 
| <code>minecraft.time_since_death</code>
 
| 2
 
| Time
 
|-
 
| <code>minecraft.sneak_Time</code>
 
| 3
 
| Time
 
|-
 
| <code>minecraft.walk_one_cm</code>
 
| 4
 
| Distance
 
|-
 
| <code>minecraft.crouch_one_cm</code>
 
| 5
 
| Distance
 
|-
 
| <code>minecraft.sprint_one_cm</code>
 
| 6
 
| Distance
 
|-
 
| <code>minecraft.swim_one_cm</code>
 
| 7
 
| Distance
 
|-
 
| <code>minecraft.fall_one_cm</code>
 
| 8
 
| Distance
 
|-
 
| <code>minecraft.climb_one_cm</code>
 
| 9
 
| Distance
 
|-
 
| <code>minecraft.fly_one_cm</code>
 
| 10
 
| Distance
 
|-
 
| <code>minecraft.dive_one_cm</code>
 
| 11
 
| Distance
 
|-
 
| <code>minecraft.minecart_one_cm</code>
 
| 12
 
| Distance
 
|-
 
| <code>minecraft.boat_one_cm</code>
 
| 13
 
| Distance
 
|-
 
| <code>minecraft.pig_one_cm</code>
 
| 14
 
| Distance
 
|-
 
| <code>minecraft.horse_one_cm</code>
 
| 15
 
| Distance
 
|-
 
| <code>minecraft.aviate_one_cm</code>
 
| 16
 
| Distance
 
|-
 
| <code>minecraft.jump</code>
 
| 17
 
| None
 
|-
 
| <code>minecraft.drop</code>
 
| 18
 
| None
 
|-
 
| <code>minecraft.damage_dealt</code>
 
| 19
 
| Damage
 
|-
 
| <code>minecraft.damage_taken</code>
 
| 20
 
| Damage
 
|-
 
| <code>minecraft.deaths</code>
 
| 21
 
| None
 
|-
 
| <code>minecraft.mob_kills</code>
 
| 22
 
| None
 
|-
 
| <code>minecraft.animals_bred</code>
 
| 23
 
| None
 
|-
 
| <code>minecraft.player_kills</code>
 
| 24
 
| None
 
|-
 
| <code>minecraft.fish_caught</code>
 
| 25
 
| None
 
|-
 
| <code>minecraft.talked_to_villager</code>
 
| 26
 
| None
 
|-
 
| <code>minecraft.traded_with_villager</code>
 
| 27
 
| None
 
|-
 
| <code>minecraft.eat_cake_slice</code>
 
| 28
 
| None
 
|-
 
| <code>minecraft.fill_cauldron</code>
 
| 29
 
| None
 
|-
 
| <code>minecraft.use_cauldron</code>
 
| 30
 
| None
 
|-
 
| <code>minecraft.clean_armor</code>
 
| 31
 
| None
 
|-
 
| <code>minecraft.clean_banner</code>
 
| 32
 
| None
 
|-
 
| <code>minecraft.interact_with_brewingstand</code>
 
| 33
 
| None
 
|-
 
| <code>minecraft.interact_with_beacon</code>
 
| 34
 
| None
 
|-
 
| <code>minecraft.inspect_dropper</code>
 
| 35
 
| None
 
|-
 
| <code>minecraft.inspect_hopper</code>
 
| 36
 
| None
 
|-
 
| <code>minecraft.inspect_dispenser</code>
 
| 37
 
| None
 
|-
 
| <code>minecraft.play_noteblock</code>
 
| 38
 
| None
 
|-
 
| <code>minecraft.tune_noteblock</code>
 
| 39
 
| None
 
|-
 
| <code>minecraft.pot_flower</code>
 
| 40
 
| None
 
|-
 
| <code>minecraft.trigger_trapped_chest</code>
 
| 41
 
| None
 
|-
 
| <code>minecraft.open_enderchest</code>
 
| 42
 
| None
 
|-
 
| <code>minecraft.enchant_item</code>
 
| 43
 
| None
 
|-
 
| <code>minecraft.play_record</code>
 
| 44
 
| None
 
|-
 
| <code>minecraft.interact_with_furnace</code>
 
| 45
 
| None
 
|-
 
| <code>minecraft.interact_with_crafting_table</code>
 
| 46
 
| None
 
|-
 
| <code>minecraft.open_chest</code>
 
| 47
 
| None
 
|-
 
| <code>minecraft.sleep_in_bed</code>
 
| 48
 
| None
 
|-
 
| <code>minecraft.open_shulker_box</code>
 
| 49
 
| None
 
|}
 
 
Units:
 
 
* None: just a normal number (formatted with 0 decimal places)
 
* Damage: value is 10 times the normal amount
 
* Distance: a distance in centimeters (hundredths of blocks)
 
* Time: a time span in ticks
 
 
==== Update Block Entity ====
 
 
Sets tile entity associated with the block at the given location.
 
 
{| class="wikitable"
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="3"| 0x09
 
|rowspan="3"| Play
 
|rowspan="3"| Client
 
| Location
 
| Position
 
|
 
|-
 
| Action
 
| Unsigned Byte
 
| The type of update to perform, see below
 
|-
 
| NBT Data
 
| [[NBT|NBT Tag]]
 
| Data to set.  May be a TAG_END (0), in which case the block entity at the given location is removed (though this is not required since the client will remove the block entity automatically on chunk unload or block removal)
 
|}
 
 
''Action'' field:
 
 
* '''1''': Set data of a mob spawner (everything except for SpawnPotentials: current delay, min/max delay, mob to be spawned, spawn count, spawn range, etc.)
 
* '''2''': Set command block text (command and last execution status)
 
* '''3''': Set the level, primary, and secondary powers of a beacon
 
* '''4''': Set rotation and skin of mob head
 
* {{Change|'''5''': Set type of flower in flower pot}}
 
* {{Change||'''5''': Declare a conduit}}
 
* '''6''': Set base color and patterns on a banner
 
* '''7''': Set the data for a Structure tile entity
 
* '''8''': Set the destination for a end gateway
 
* '''9''': Set the text on a sign
 
* '''10''': Declare a shulker box, no data appears to be sent and the client seems to do fine without this packet. Perhaps it is a leftover from earlier versions?
 
* '''11''': {{change|Set the color of a bed|Declare a bed}}
 
 
==== Block Change ====
 
 
Fired whenever a block is changed within the render distance.
 
 
{{Warning2|Changing a block in a chunk that is not loaded is not a stable action.  The Notchian client currently uses a ''shared'' empty chunk which is modified for all block changes in unloaded chunks; while in 1.9 this chunk never renders in older versions the changed block will appear in all copies of the empty chunk.  Servers should avoid sending block changes in unloaded chunks and clients should ignore such packets.}}
 
 
{| class="wikitable"
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="2"| 0x0B
 
|rowspan="2"| Play
 
|rowspan="2"| Client
 
| Location
 
| Position
 
| Block Coordinates
 
|-
 
| Block ID
 
| VarInt
 
| The new block state ID for the block as given in the [[#global palette|global palette]].  {{change|(When reading data: <code>type {{=}} id >> 4</code>, <code>meta {{=}} id & 15</code>, when writing data: <code>id {{=}} type << 4 {{!}} (meta & 15)</code>)|See that section for more information.}}
 
|}
 
 
==== Multi Block Change ====
 
 
Fired whenever 2 or more blocks are changed within the same chunk on the same tick.
 
 
{{Warning|Changing blocks in chunks not loaded by the client is unsafe (see note on [[#Block Change|Block Change]]).}}
 
 
{| class="wikitable"
 
! Packet ID
 
! State
 
! Bound To
 
!colspan="2"| Field Name
 
!colspan="2"| Field Type
 
! Notes
 
|-
 
|rowspan="6"| {{Change|0x10|0x0F}}
 
|rowspan="6"| Play
 
|rowspan="6"| Client
 
|colspan="2"| Chunk X
 
|colspan="2"| Int
 
| Chunk X coordinate
 
|-
 
|colspan="2"| Chunk Z
 
|colspan="2"| Int
 
| Chunk Z coordinate
 
|-
 
|colspan="2"| Record Count
 
|colspan="2"| VarInt
 
| Number of elements in the following array, i.e. the number of blocks affected
 
|-
 
|rowspan="3"| Record
 
| Horizontal Position
 
|rowspan="3"| Array
 
| Unsigned Byte
 
| The 4 most significant bits (<code>0xF0</code>) encode the X coordinate, relative to the chunk. The 4 least significant bits (<code>0x0F</code>) encode the Z coordinate, relative to the chunk.
 
|-
 
| Y Coordinate
 
| 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:
 
 
<syntaxhighlight lang="java">
 
worldX = (horizPos >> 4 & 15) + (chunkX * 16);
 
worldY = vertPos;
 
worldZ = (horizPos & 15) + (chunkZ * 16);
 
</syntaxhighlight>
 
 
 
==== Tab-Complete (clientbound) ====
 
 
Used to respond to the client's previous tab complete request.
 
 
{| class="wikitable"
 
! Packet ID
 
! State
 
! Bound To
 
!colspan="2"| Field Name
 
!colspan="2"|  Field Type
 
! Notes
 
|-
 
|rowspan="7"| {{Change|0x0E|0x10}}
 
|rowspan="7"| Play
 
|rowspan="7"| Client
 
|colspan="2" style="background-color: #d9ead3;"| Transaction Id
 
|colspan="2" style="background-color: #d9ead3;"| VarInt
 
|style="background-color: #d9ead3;"| This id should also be used in the tab completion response packet, or it will be ignored.
 
|- style="background-color: #d9ead3;"
 
|colspan="2"|  Start
 
|colspan="2"|  VarInt
 
| Start of the text to replace
 
|- style="background-color: #d9ead3;"
 
|colspan="2"|  Length
 
|colspan="2"|  VarInt
 
| Length of the text to replace
 
|-
 
|colspan="2"|  Count
 
|colspan="2"|  VarInt
 
| Number of elements in the following array
 
|-
 
|rowspan="3"| Matches
 
| Match
 
|rowspan="3"| Array
 
| String (32767)
 
| One eligible {{change|command|value to insert}}, note that each command is sent separately instead of in a single string, hence the need for Count.  {{change||Note that for instance this doesn't include a leading <code>/</code> on commands.}}
 
|-
 
|style="background-color: #d9ead3;"| Has tooltip
 
|style="background-color: #d9ead3;"| Boolean
 
|style="background-color: #d9ead3;"| True if the following is present
 
|-
 
|style="background-color: #d9ead3;"| Tooltip
 
|style="background-color: #d9ead3;"| Optional [[Chat]]
 
|style="background-color: #d9ead3;"| Tooltip to display; only present if previous Boolean is true
 
|}
 
 
==== Declare Commands ====
 
 
Lists all of the commands on the server, and how they are parsed.
 
 
This is a directed graph, with one root node.  Each redirect or child node must refer only to nodes that have already been declared.
 
 
{| class="wikitable"
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="3"| 0x11
 
|rowspan="3"| Play
 
|rowspan="3"| Client
 
| Count
 
| VarInt
 
| Number of elements in the following array
 
|-
 
| Nodes
 
| Array of [[Command Data|Node]]
 
| An array of nodes
 
|-
 
| Root index
 
| VarInt
 
| Index of the <code>root</code> node in the previous array
 
|}
 
 
For more information on this packet, see the [[Command Data]] article.
 
 
==== Plugin Message (clientbound) ====
 
 
{{Main|Plugin channels}}
 
 
Mods and plugins can use this to send their data. Minecraft itself uses a number of [[plugin channel]]s. These internal channels are prefixed with <code>MC|</code>.
 
 
More documentation on this: [http://dinnerbone.com/blog/2012/01/13/minecraft-plugin-channels-messaging/ http://dinnerbone.com/blog/2012/01/13/minecraft-plugin-channels-messaging/]
 
 
{| class="wikitable"
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="2"| {{Change|0x18|0x19}}
 
|rowspan="2"| Play
 
|rowspan="2"| Client
 
| 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.
 
|}
 
 
 
==== Named Sound Effect ====
 
{{See also|#Sound Effect}}
 
 
Used to play a sound effect on the client. Custom sounds may be added by resource packs.
 
 
{| class="wikitable"
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="7"| {{Change|0x19|0x1A}}
 
|rowspan="7"| Play
 
|rowspan="7"| Client
 
| Sound Name
 
| {{Change|String (256)|Identifier}}
 
| All sound effect names as of 1.12.2 can be seen [http://pokechu22.github.io/Burger/1.12.2.html#sounds here].
 
|-
 
| Sound Category
 
| VarInt Enum
 
| The category that this sound will be played from ([https://gist.github.com/konwboj/7c0c380d3923443e9d55 current categories])
 
|-
 
| Effect Position X
 
| Int
 
| Effect X multiplied by 8 ([[Data types#Fixed-point numbers|fixed-point number]] with only 3 bits dedicated to the fractional part)
 
|-
 
| Effect Position Y
 
| Int
 
| Effect Y multiplied by 8 ([[Data types#Fixed-point numbers|fixed-point number]] with only 3 bits dedicated to the fractional part)
 
|-
 
| Effect Position Z
 
| Int
 
| Effect Z multiplied by 8 ([[Data types#Fixed-point numbers|fixed-point number]] with only 3 bits dedicated to the fractional part)
 
|-
 
| Volume
 
| Float
 
| 1 is 100%, can be more
 
|-
 
| Pitch
 
| Float
 
| Float between 0.5 and 2.0 by Notchian clients
 
|}
 
 
==== Chunk Data ====
 
{{Main|Chunk Format}}
 
{{See also|#Unload Chunk}}
 
 
The server only sends skylight information for chunk pillars in the {{Minecraft Wiki|Overworld}}, it's up to the client to know in which dimenison the player is currently located. You can also infer this information from the primary bitmask and the amount of uncompressed bytes sent.  This packet also sends all block entities in the chunk (though sending them is not required; it is still legal to send them with [[#Update Block Entity|Update Block Entity]] later).
 
 
{{Change||Indexes into the global palette are still used, but since the global palette has changed, behavior is different.}}
 
{{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"
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="9"| {{Change|0x20|0x21}}
 
|rowspan="9"| Play
 
|rowspan="9"| Client
 
| Chunk X
 
| Int
 
| 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.}}
 
 
===== Data structure =====
 
 
The data section of the packet contains most of the useful data for the chunk.
 
 
{| class="wikitable"
 
|-
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
| Data
 
| Array of [[Chunk Format#Chunk Section structure|Chunk Section]]
 
| The number of elements is equal to the number of bits set in Primary Bit Mask. Sections are sent bottom-to-top, i.e. the first section, if sent, extends from Y=0 to Y=15.
 
|-
 
| Biomes
 
| Optional {{Change|Byte|Int}} Array
 
| Only sent if Ground-Up Continuous is true; 256 {{change|bytes|entries}} if present
 
|}
 
 
===== Direct palette =====
 
 
This format is used for bits per block values greater than 9.  The number of bits used to represent a block are the base 2 logarithm of the number of block states, rounded up. For the current vanilla release, this is 13 bits per block.
 
 
:The "palette" uses the following format:
 
:{| class="wikitable"
 
|-
 
! Field Name
 
! Field Type
 
! Notes
 
|- style="background-color: #f4cccc; text-decoration: line-through;"
 
| Dummy Palette Length
 
| VarInt
 
| Should always be 0.  Only exists to mirror the format used elsewhere.
 
|-
 
|colspan="3"| ''no fields''
 
|}
 
 
If Minecraft Forge is installed and a sufficiently large number of blocks are added, the bits per block value for the global palette will be increased to compensate for the increased ID count.  This increase can go up to 16 bits per block (for a total of 4096 block IDs; when combined with the 16 damage values, there are 65536 total states).  You can get the number of blocks with the "Number of ids" field found in the [[Minecraft Forge Handshake#RegistryData|RegistryData packet in the Forge Handshake]].
 
 
==== Spawn Particle ====
 
 
Displays the named particle
 
 
{| class="wikitable"
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="11"| {{Change|0x22|0x23}}
 
|rowspan="11"| Play
 
|rowspan="11"| Client
 
| Particle ID
 
| Int
 
| The particle ID listed in [[#Particle]].
 
|-
 
| Long Distance
 
| Boolean
 
| If true, particle distance increases from 256 to 65536
 
|-
 
| X
 
| Float
 
| X position of the particle
 
|-
 
| Y
 
| Float
 
| Y position of the particle
 
|-
 
| Z
 
| Float
 
| Z position of the particle
 
|-
 
| Offset X
 
| Float
 
| This is added to the X position after being multiplied by random.nextGaussian()
 
|-
 
| Offset Y
 
| Float
 
| This is added to the Y position after being multiplied by random.nextGaussian()
 
|-
 
| Offset Z
 
| Float
 
| This is added to the Z position after being multiplied by random.nextGaussian()
 
|-
 
| Particle Data
 
| Float
 
| The data of each particle
 
|-
 
| Particle Count
 
| Int
 
| The number of particles to create
 
|-
 
| Data
 
| {{Change|Array of VarInt|Varies}}
 
| {{Change|Length depends on particle. "iconcrack" has length of 2, "blockcrack", "blockdust", and "fallingdust" have lengths of 1, the rest have 0.|The variable data listed in [[#Particle]]}}
 
|}
 
 
==== Map ====
 
 
Updates a rectangular area on a {{Minecraft Wiki|map}} item.
 
 
{| class="wikitable"
 
! Packet ID
 
! State
 
! Bound To
 
!colspan="2"| Field Name
 
!colspan="2"| Field Type
 
! Notes
 
|-
 
|rowspan="16"| {{Change|0x24|0x25}}
 
|rowspan="16"| Play
 
|rowspan="16"| Client
 
|colspan="2"| Item Damage
 
|colspan="2"| VarInt
 
| The damage value (map ID) of the map being modified
 
|-
 
|colspan="2"| Scale
 
|colspan="2"| Byte
 
| From 0 for a fully zoomed-in map (1 block per pixel) to 4 for a fully zoomed-out map (16 blocks per pixel)
 
|-
 
|colspan="2"| Tracking Position
 
|colspan="2"| Boolean
 
| Specifies whether the icons are shown
 
|-
 
|colspan="2"| Icon Count
 
|colspan="2"| VarInt
 
| Number of elements in the following array
 
|-
 
|rowspan="6"| Icon
 
| {{Change|Direction And Type|Type}}
 
|rowspan="6"| Array
 
| {{Change|Byte|VarInt enum}}
 
| {{Change|0xF0 {{=}} Type, 0x0F {{=}} Direction|Type (see below)}}
 
|-
 
| X
 
| Byte
 
|
 
|-
 
| Z
 
| Byte
 
|
 
|- style="background-color: #d9ead3;"
 
| Direction
 
| Byte
 
| 0-15
 
|- style="background-color: #d9ead3;"
 
| Has Display Name
 
| Boolean
 
|
 
|- style="background-color: #d9ead3;"
 
| Display Name
 
| Optional [[Chat]]
 
| Only present if previous Boolean is true
 
|-
 
|colspan="2"| Columns
 
|colspan="2"| Byte
 
| Number of columns updated
 
|-
 
|colspan="2"| Rows
 
|colspan="2"| 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).
 
 
Types are based off of rows and columns in <code>map_icons.png</code>:
 
 
{| class="wikitable"
 
|-
 
! Icon type
 
! Result
 
|-
 
| 0
 
| White arrow (players)
 
|-
 
| 1
 
| Green arrow (item frames)
 
|-
 
| 2
 
| Red arrow
 
|-
 
| 3
 
| Blue arrow
 
|-
 
| 4
 
| White cross
 
|-
 
| 5
 
| Red pointer
 
|-
 
| 6
 
| White circle (off-map players)
 
|-
 
| 7
 
| Small white circle (far-off-map players)
 
|-
 
| 8
 
| Mansion
 
|-
 
| 9
 
| Temple
 
|- style="background-color: #d9ead3;"
 
| 10
 
| White Banner
 
|- style="background-color: #d9ead3;"
 
| 11
 
| Orange Banner
 
|- style="background-color: #d9ead3;"
 
| 12
 
| Magenta Banner
 
|- style="background-color: #d9ead3;"
 
| 13
 
| Light Blue Banner
 
|- style="background-color: #d9ead3;"
 
| 14
 
| Yellow Banner
 
|- style="background-color: #d9ead3;"
 
| 15
 
| Lime Banner
 
|- style="background-color: #d9ead3;"
 
| 16
 
| Pink Banner
 
|- style="background-color: #d9ead3;"
 
| 17
 
| Gray Banner
 
|- style="background-color: #d9ead3;"
 
| 18
 
| Light Gray Banner
 
|- style="background-color: #d9ead3;"
 
| 19
 
| Cyan Banner
 
|- style="background-color: #d9ead3;"
 
| 20
 
| Purple Banner
 
|- style="background-color: #d9ead3;"
 
| 21
 
| Blue Banner
 
|- style="background-color: #d9ead3;"
 
| 22
 
| Brown Banner
 
|- style="background-color: #d9ead3;"
 
| 23
 
| Green Banner
 
|- style="background-color: #d9ead3;"
 
| 24
 
| Red Banner
 
|- style="background-color: #d9ead3;"
 
| 25
 
| Black Banner
 
|- style="background-color: #d9ead3;"
 
| 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}}
 
|rowspan="2"| Play
 
|rowspan="2"| Client
 
| Window ID
 
| Byte
 
|
 
|-
 
| Recipe
 
| {{Change|VarInt|Identifer}}
 
| A recipe ID
 
|}
 
 
==== Face Player ====
 
 
Used to rotate the client player to face the given location or entity (for <code>/teleport [<targets>] <x> <y> <z> facing</code>).
 
 
{| class="wikitable"
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="8"| 0x30
 
|rowspan="8"| Play
 
|rowspan="8"| Client
 
|-
 
| Feet/eyes
 
| VarInt enum
 
| Values are feet=0, eyes=1.  If set to eyes, aims using the head position; otherwise aims using the feet position.
 
|-
 
| Target x
 
| Double
 
| x coordinate of the point to face towards
 
|-
 
| Target y
 
| Double
 
| y coordinate of the point to face towards
 
|-
 
| Target z
 
| Double
 
| z coordinate of the point to face towards
 
|-
 
| Is entity
 
| Boolean
 
| If true, additional information about an entity is provided.
 
|-
 
| Entity ID
 
| Optional VarInt
 
| Only if is entity is true &mdash; the entity to face towards
 
|-
 
| Entity feet/eyes
 
| Optional VarInt enum
 
| Whether to look at the entity's eyes or feet.  Same values and meanings as before, just for the entity's head/feet.
 
|}
 
 
If the entity given by entity ID cannot be found, this packet should be treated as if is entity was false.
 
 
==== Unlock Recipes ====
 
 
{| class="wikitable"
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="10"| {{Change|0x31|0x33}}
 
|rowspan="10"| Play
 
|rowspan="10"| Client
 
|-
 
| Action
 
| VarInt
 
| 0: init, 1: add, 2: remove
 
|-
 
| Crafting Recipe Book Open
 
| Boolean
 
| If true, then the crafting recipe book will be open when the player opens its inventory.
 
|-
 
| Crafting Recipe Book Filter Active
 
| Boolean
 
| If true, then the filtering option is active when the players opens its inventory.
 
|-
 
|style="background-color: #d9ead3;"| Smelting Recipe Book Open
 
| Boolean
 
| If true, then the smelting recipe book will be open when the player opens its inventory.
 
|-
 
|style="background-color: #d9ead3;"| Smelting Recipe Book Filter Active
 
| Boolean
 
| If true, then the filtering option is active when the players opens its inventory.
 
|-
 
| Array size 1
 
| VarInt
 
| Number of elements in the following array
 
|-
 
| Recipe IDs
 
| Array of {{Change|VarInt|Identifier}}
 
|
 
|-
 
| Array size 2
 
| Optional VarInt
 
| Number of elements in the following array, only present if mode is 0 (init)
 
|-
 
| Recipe IDs
 
| Optional Array of {{Change|VarInt|Identifier}}, only present if mode is 0 (init)
 
|
 
|}
 
Action:
 
* 0 (init) = All the recipes in the list 2 will added to the recipe book. All the recipes in list 1 will be tagged as displayed, recipes that aren't tagged will be shown in the notification. VERIFY LIST ORDER?
 
* 1 (add) = All the recipes in the list are added and their icon will be shown in the notification.
 
* 2 (remove) = Remove all the recipes in the list. This allows them to re-displayed when they are readded.
 
 
==== Scoreboard Objective ====
 
 
This is sent to the client when it should create a new {{Minecraft Wiki|scoreboard}} objective or remove one.
 
 
{{Warning|Since snapshot 17w49a (1.13), [https://bugs.mojang.com/browse/MC-131382 mode 2 is broken]}}
 
 
{| class="wikitable"
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="4"| {{Change|0x42|0x44}}
 
|rowspan="4"| Play
 
|rowspan="4"| Client
 
| Objective Name
 
| String (16)
 
| An unique name for the objective
 
|-
 
| Mode
 
| Byte
 
| 0 to create the scoreboard. 1 to remove the scoreboard. 2 to update the display text.
 
|-
 
| Objective Value
 
| Optional String (32)
 
| Only if mode is 0 or 2. The text to be displayed for the score
 
|-
 
| Type
 
| Optional {{change|String|VarInt Enum}}
 
| Only if mode is 0 or 2. {{change|“integer” or “hearts”|0 = "integer", 1 = "hearts"}}
 
|}
 
 
==== Teams ====
 
 
Creates and updates teams.
 
 
{| class="wikitable"
 
! Packet ID
 
! State
 
! Bound To
 
!colspan="2"| Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="27"| {{Change|0x44|0x46}}
 
|rowspan="27"| Play
 
|rowspan="27"| Client
 
|colspan="2"| Team Name
 
| String (16)
 
| A unique name for the team. (Shared with scoreboard).
 
|-
 
|colspan="2"| Mode
 
| Byte
 
| Determines the layout of the remaining packet
 
|-
 
|rowspan="11"| 0: create team
 
| Team Display Name
 
| String (32)
 
|
 
|- style="background-color: #f4cccc; text-decoration: line-through;"
 
| Team Prefix
 
| String (16)
 
| Displayed before the names of players that are part of this team
 
|- style="background-color: #f4cccc; text-decoration: line-through;"
 
| Team Suffix
 
| String (16)
 
| Displayed after the names of players that are part of this team
 
|-
 
| Friendly Flags
 
| Byte
 
| Bit mask. 0x01: Allow friendly fire, 0x02: can see invisible players on same team
 
|-
 
| Name Tag Visibility
 
| String Enum (32)
 
| <code>always</code>, <code>hideForOtherTeams</code>, <code>hideForOwnTeam</code>, <code>never</code>
 
|-
 
| Collision Rule
 
| String Enum (32)
 
| <code>always</code>, <code>pushOtherTeams</code>, <code>pushOwnTeam</code>, <code>never</code>
 
|-
 
| {{change|Color|Formatting}}
 
| {{Change|Byte|VarInt enum}}
 
| {{change|For colors, the same [[Chat]] colors (0-15). -1 indicates RESET/no color.|See below for more info.}}
 
|- style="background-color: #d9ead3;"
 
| Team Prefix
 
| Chat
 
| Displayed before the names of players that are part of this team
 
|- style="background-color: #d9ead3;"
 
| Team Suffix
 
| Chat
 
| Displayed after the names of players that are part of this team
 
|-
 
| Entity Count
 
| VarInt
 
| Number of elements in the following array
 
|-
 
| Entities
 
| Array of String (40)
 
| Identifiers for the entities in this team.  For players, this is their username; for other entities, it is their UUID.
 
|-
 
| 1: remove team
 
| ''no fields''
 
| ''no fields''
 
|
 
|-
 
|rowspan="9"| 2: update team info
 
| Team Display Name
 
| String (32)
 
|
 
|- style="background-color: #f4cccc; text-decoration: line-through;"
 
| Team Prefix
 
| String (16)
 
| Displayed before the names of entities that are part of this team
 
|- style="background-color: #f4cccc; text-decoration: line-through;"
 
| Team Suffix
 
| String (16)
 
| Displayed after the names of entities that are part of this team
 
|-
 
| Friendly Flags
 
| Byte
 
| Bit mask. 0x01: Allow friendly fire, 0x02: can see invisible entities on same team
 
|-
 
| Name Tag Visibility
 
| String Enum (32)
 
| <code>always</code>, <code>hideForOtherTeams</code>, <code>hideForOwnTeam</code>, <code>never</code>
 
|-
 
| Collision Rule
 
| String Enum (32)
 
| <code>always</code>, <code>pushOtherTeams</code>, <code>pushOwnTeam</code>, <code>never</code>
 
|-
 
| {{change|Color|Formatting}}
 
| {{Change|Byte|VarInt enum}}
 
| {{change|For colors, the same [[Chat]] colors (0-15). -1 indicates RESET/no color.|See below for more info.}}
 
|- style="background-color: #d9ead3;"
 
| Team Prefix
 
| Chat
 
| Displayed before the names of players that are part of this team
 
|- style="background-color: #d9ead3;"
 
| Team Suffix
 
| Chat
 
| Displayed after the names of players that are part of this team
 
|-
 
|rowspan="2"| 3: add players to team
 
| Entity Count
 
| VarInt
 
| Number of elements in the following array
 
|-
 
| Entities
 
| Array of String (40)
 
| Identifiers for the entities added.  For players, this is their username; for other entities, it is their UUID.
 
|-
 
|rowspan="2"| 4: remove players from team
 
| Entity Count
 
| VarInt
 
| Number of elements in the following array
 
|-
 
| Entities
 
| Array of String (40)
 
| Identifiers for the entities removed.  For players, this is their username; for other entities, it is their UUID.
 
|}
 
 
Formatting: The formatting of a team defines how the names of the team members are visualized. The following table lists all the possible formattings.
 
 
{| class="wikitable"
 
! ID
 
! Formatting
 
|-
 
| 0-15
 
| Color formatting, same values as [[Chat]] colors.
 
|-
 
| 16
 
| Obfuscated
 
|-
 
| 17
 
| Bold
 
|-
 
| 18
 
| Strikethrough
 
|-
 
| 19
 
| Underlined
 
|-
 
| 20
 
| Italic
 
|-
 
| 21
 
| Reset
 
|}
 
 
==== Stop Sound ====
 
 
{| class="wikitable"
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="7"| 0x4B
 
|rowspan="7"| Play
 
|rowspan="7"| Client
 
| Flags
 
| Byte
 
| Controls which fields are present.
 
|-
 
| Source
 
| Optional VarInt enum
 
| Only if flags is 3 or 1 (bit mask 0x1).  See below.  If not present, then sounds from all sources are cleared.
 
|-
 
| Sound
 
| Optional Identifier
 
| Only if flags is 2 or 3 (bit mask 0x2).  A sound effect name, see [[#Named Sound Effect|Named Sound Effect]].  If not present, then all sounds are cleared.
 
|}
 
 
Categories:
 
 
{| class="wikitable"
 
! Name !! Value
 
|-
 
| master || 0
 
|-
 
| music || 1
 
|-
 
| record || 2
 
|-
 
| weather || 3
 
|-
 
| block || 4
 
|-
 
| hostile || 5
 
|-
 
| neutral || 6
 
|-
 
| player || 7
 
|-
 
| ambient || 8
 
|-
 
| voice || 9
 
|}
 
 
==== Declare Recipes ====
 
 
{| class="wikitable"
 
! Packet ID
 
! State
 
! Bound To
 
!colspan="2"| Field Name
 
!colspan="2"| Field Type
 
! Notes
 
|-
 
|rowspan="4"| 0x53
 
|rowspan="4"| Play
 
|rowspan="4"| Client
 
|colspan="2"| Num Recipes
 
|colspan="2"| VarInt
 
| Number of elements in the following array
 
|-
 
|rowspan="3"| Recipe
 
| Recipe ID
 
|rowspan="3"| Array
 
| Identifier
 
|
 
|-
 
| Type
 
| String
 
| The recipe type, see below
 
|-
 
| Data
 
| Optional, varies
 
| Additional data for the recipe.  For some types, there will be no data.
 
|}
 
 
Recipe types:
 
 
{| class="wikitable"
 
! Type
 
! Description
 
! Data
 
|-
 
| <code>crafting_shapeless</code>
 
| Shapeless crafting recipe.  All items in the ingredient list must be present, but in any order/slot.
 
| As follows:
 
  {| class="wikitable"
 
    ! Name
 
    ! Type
 
    ! Description
 
    |-
 
    | Group
 
    | String
 
    | Used to group similar recipes together in the recipe book.  Tag is present in recipe JSON.
 
    |-
 
    | Ingredient count
 
    | VarInt
 
    | Number of elements in the following array
 
    |-
 
    | Ingredients
 
    | Array of Ingredient
 
    |
 
    |-
 
    | Result
 
    | [[Slot]]
 
    |
 
    |}
 
|-
 
| <code>crafting_shaped</code>
 
| Shaped crafting recipe.  All items must be present in the same pattern (which may be flipped horizontally or translated)
 
| As follows:
 
  {| class="wikitable"
 
    ! Name
 
    ! Type
 
    ! Description
 
    |-
 
    | Width
 
    | VarInt
 
    |
 
    |-
 
    | Height
 
    | VarInt
 
    |
 
    |-
 
    | Group
 
    | String
 
    | Used to group similar recipes together in the recipe book.  Tag is present in recipe JSON.
 
    |-
 
    | Ingredients
 
    | Array of Ingredient
 
    | Length is width * height.  Indexed by x + (y * width).
 
    |-
 
    | Result
 
    | [[Slot]]
 
    |
 
    |}
 
|-
 
| <code>crafting_special_armordye</code>
 
| Recipe for dying leather armor
 
| None
 
|-
 
| <code>crafting_special_bookcloning</code>
 
| Recipe for copying contents of written books
 
| None
 
|-
 
| <code>crafting_special_mapcloning</code>
 
| Recipe for copying maps
 
| None
 
|-
 
| <code>crafting_special_mapextending</code>
 
| Recipe for adding paper to maps
 
| None
 
|-
 
| <code>crafting_special_firework_rocket</code>
 
| Recipe for making firework rockets
 
| None
 
|-
 
| <code>crafting_special_firework_star</code>
 
| Recipe for making firework stars
 
| None
 
|-
 
| <code>crafting_special_firework_star_fade</code>
 
| Recipe for making firework stars fade between multiple colors
 
| None
 
|-
 
| <code>crafting_special_repairitem</code>
 
| Recipe for repairing items via crafting
 
| None
 
|-
 
| <code>crafting_special_tippedarrow</code>
 
| Recipe for crafting tipped arrows
 
| None
 
|-
 
| <code>crafting_special_bannerduplicate</code>
 
| Recipe for copying banner patterns
 
| None
 
|-
 
| <code>crafting_special_banneraddpattern</code>
 
| Recipe for adding patterns to banners
 
| None
 
|-
 
| <code>crafting_special_shielddecoration</code>
 
| Recipe for applying a banner's pattern to a shield
 
| None
 
|-
 
| <code>crafting_special_shulkerboxcoloring</code>
 
| Recipe for recoloring a shulker box
 
| None
 
|-
 
| <code>smelting</code>
 
| Smelting recipe
 
| As follows:
 
  {| class="wikitable"
 
    ! Name
 
    ! Type
 
    ! Description
 
    |-
 
    | Group
 
    | String
 
    | Used to group similar recipes together in the recipe book.
 
    |-
 
    | Ingredient
 
    | Ingredient
 
    |
 
    |-
 
    | Result
 
    | [[Slot]]
 
    |
 
    |-
 
    | Experience
 
    | Float
 
    |
 
    |-
 
    | Cooking time
 
    | VarInt
 
    |
 
    |}
 
|}
 
 
Ingredient is defined as:
 
 
{| class="wikitable"
 
! Name
 
! Type
 
! Description
 
|-
 
| Count
 
| VarInt
 
| Number of elements in the following array
 
|-
 
| Items
 
| Array of [[Slot]]
 
| Any item in this array may be used for the recipe.  The count of each item should be 1.
 
|}
 
 
==== Tags ====
 
 
{| class="wikitable"
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="3"| 0x54
 
|rowspan="3"| Play
 
|rowspan="3"| Client
 
| Block Tags
 
| (See below)
 
| IDs are block IDs
 
|-
 
| Item Tags
 
| (See below)
 
| IDs are item IDs
 
|-
 
| Fluid Tags
 
| (See below)
 
| IDs are fluid IDs
 
|}
 
 
Tags look like:
 
 
{| class="wikitable"
 
!colspan="2"| Field Name
 
!colspan="2"| Field Type
 
! Notes
 
|-
 
|colspan="2"| Length
 
|colspan="2"| VarInt
 
| Number of elements in the following array
 
|-
 
|rowspan="3"| Tags
 
| Tag name
 
|rowspan="3"| Array
 
| Identifier
 
|
 
|-
 
| Count
 
| VarInt
 
| 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
 
|style="background-color: #d9ead3;"| Transaction Id
 
|style="background-color: #d9ead3;"| VarInt
 
|style="background-color: #d9ead3;"| 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)
 
|- style="background-color: #f4cccc; text-decoration: line-through;"
 
| 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.
 
|- style="background-color: #f4cccc; text-decoration: line-through;"
 
| Has Position
 
| Boolean
 
|
 
|- style="background-color: #f4cccc; text-decoration: line-through;"
 
| Looked At Block
 
| Optional Position
 
| The position of the block being looked at. Only sent if Has Position is true.
 
|}
 
 
==== 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"| 0x12
 
|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"| 0x17
 
|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 openened/active.
 
|-
 
| Crafting Recipe Filter Active
 
| Boolean
 
| Whether the player has the crafting recipe book filter option currently active.
 
|- style="background-color: #d9ead3;"
 
| Smelting Recipe Book Open
 
| Boolean
 
| Whether the player has the smelting recipe book currently openened/active.
 
|- style="background-color: #d9ead3;"
 
| Smelting Recipe Filter Active
 
| Boolean
 
| Whether the player has the smelting recipe book filter option currently active.
 
|}
 
 
The Recipe Book Status type is send when one of the states changes.
 
 
== Handshaking ==
 
 
=== Clientbound ===
 
 
There are no clientbound packets in the Handshaking state, since the protocol immediately switches to a different state after the client sends the first packet.
 
 
=== Serverbound ===
 
 
==== Handshake ====
 
 
This causes the server to switch into the target state.
 
 
{| class="wikitable"
 
! Packet ID
 
! State
 
! Bound To
 
! Field Name
 
! Field Type
 
! Notes
 
|-
 
|rowspan="4"| 0x00
 
|rowspan="4"| Handshaking
 
|rowspan="4"| Server
 
| Protocol Version
 
| VarInt
 
| See [[protocol version numbers]] (currently {{change|340|385}})
 
|-
 
| Server Address
 
| String
 
| Hostname or IP, e.g. localhost or 127.0.0.1, that was used to connect.  The Notchian server does not use this information.
 
|-
 
| Server Port
 
| Unsigned Short
 
| Default is 25565.  The Notchian server does not use this information.
 
|-
 
| Next State
 
| VarInt Enum
 
| 1 for [[#Status|status]], 2 for [[#Login|login]]
 
|}
 
 
== Status ==
 
 
=== Clientbound ===
 
 
No changes so far.
 
 
=== Serverbound ===
 
  
 
No changes so far.
 
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
 
|rowspan="3"| Play
 
|rowspan="3"| Client
 
| Unknown
 
| VarInt
 
|
 
|-
 
| Channel (?)
 
| Identifier
 
| Name of the [[plugin channel]] used to send the data
 
|-
 
| Data
 
| Byte Array
 
| Any data, depending on the channel. <code><nowiki>MC|</nowiki></code> channels are documented [[plugin channel|here]].  The length of this array must be inferred from the packet length.
 
|}
 
 
=== Serverbound ===
 
 
==== Login Plugin 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.
 
|}
 
 
 
  
 
[[Category:Minecraft Modern]]
 
[[Category:Minecraft Modern]]

Latest revision as of 09:24, 6 June 2024

There is currently a pre-release version available: 1.21-pre2, but it has not yet been documented. For the latest stable Minecraft release, see the Protocol page. For previous pre-release pages, see the Protocol version numbers page.

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

Contents

Data types

No changes so far.

Packets

No changes so far.