Pre-release protocol: Difference between revisions

From wiki.vg
Jump to navigation Jump to search
imported>SinZ
(12w49a)
imported>Md 5
Line 19: Line 19:
| class="col4" | Notes
| class="col4" | Notes
|- class="row1"
|- class="row1"
| class="col0 centeralign" rowspan="4" | 0x10
| class="col0 centeralign" | 0x10
| class="col1 centeralign" | Slot ID
| class="col1 centeralign" | Slot ID
| class="col2 centeralign" | short
| class="col2 centeralign" | short
| class="col3 centeralign" | <code>1</code>
| class="col3 centeralign" | <code>1</code>
| class="col4" | The slot which the player has selected (0-8)
| class="col4" | The slot which the player has selected (0-8)
|- class="row2"
| class="col0" | Total Size:
| class="col1 rightalign" colspan="4" | 3 bytes
|}
|}



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.