Difference between revisions of "Pre-release protocol"

From wiki.vg
Jump to navigation Jump to search
 
(Reset page)
 
Line 1: Line 1:
This page documents the changes from the [[Protocol|last stable Minecraft release]] (currently 1.4.4, protocol 49) to the current pre-release (or weekly release).
+
There are currently no pre-release versions available to document on this page. 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.
  
== New Packets ==
+
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.
-None-
 
  
== Changed Packets ==
+
== Contents ==
=== Held Item Change (0x10) ===
 
  
''Two-Way''
+
<div style="float:right;">__TOC__</div>
  
Sent when the player changes the slot selection, Server sends it when you travel to a different dimension.
+
=== Data types ===
  
{| class="wikitable"
+
No changes so far.
|- class="row0"
 
| class="col0" | Packet ID
 
| class="col1" | Field Name
 
| class="col2" | Field Type
 
| class="col3" | Example
 
| class="col4" | Notes
 
|- class="row1"
 
| class="col0 centeralign" | 0x10
 
| class="col1 centeralign" | Slot ID
 
| class="col2 centeralign" | short
 
| class="col3 centeralign" | <code>1</code>
 
| class="col4" | The slot which the player has selected (0-8)
 
|- class="row2"
 
| class="col0" | Total Size:
 
| class="col1 rightalign" colspan="4" | 3 bytes
 
|}
 
  
== Changed Data Types ==
+
=== Packets ===
-None-
 
  
== Removed Packets ==
+
No changes so far.
-None-
 
  
== Protocol History ==
+
[[Category:Minecraft Modern]]
'''12w49a'''
 
 
 
Protocol version is now 50. Packet 0x10 is sent both ways. Packet 0x17 has two new bytes, currently unknown.
 

Latest revision as of 16:42, 29 June 2024

There are currently no pre-release versions available to document on this page. 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.