Pre-release protocol: Difference between revisions

From wiki.vg
Jump to navigation Jump to search
imported>Md 5
No edit summary
imported>Md 5
Line 5: Line 5:


== Changed Packets ==
== Changed Packets ==
-None-
=== Held Item Change (0x10) ===
 
''Two-Way''
 
Sent when the player changes the slot selection, Server sends it when you travel to a different dimension.
 
{| class="wikitable"
|- 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 ==
== Changed Data Types ==
Line 14: Line 36:


== Protocol History ==
== Protocol History ==
-None-
'''12w49a'''
 
Protocol version is now 50. Packet 0x10 is sent both ways. Packet 0x17 has two new bytes, currently unknown.

Revision as of 18:14, 8 December 2012

This page documents the changes from the last stable Minecraft release (currently 1.4.4, protocol 49) to the current pre-release (or weekly release).

New Packets

-None-

Changed Packets

Held Item Change (0x10)

Two-Way

Sent when the player changes the slot selection, Server sends it when you travel to a different dimension.

Packet ID Field Name Field Type Example Notes
0x10 Slot ID short 1 The slot which the player has selected (0-8)
Total Size: 3 bytes

Changed Data Types

-None-

Removed Packets

-None-

Protocol History

12w49a

Protocol version is now 50. Packet 0x10 is sent both ways. Packet 0x17 has two new bytes, currently unknown.