0x09 S09PacketHeldItemChange
Server confirms the player's held item slot change (echo back of C09).
Fields
| Field | Type | Description |
|---|---|---|
| slotId | byte | Hotbar slot 0-8 |
Wire Encoding
| Field | Type | Notes |
|---|---|---|
| Slot | byte | 0-8 |
MCP References
MCP
NetHandlerPlayClient.handleHeldItemChange()Handler Interface
HND
INetHandlerPlayClientNotes
This is the server echo of C09PacketHeldItemChange. The client uses this to stay in sync with the server on which hotbar slot is selected.
implementation Implementation Cases
AutoTool
Detect forced slot change from server. Respond with slot sync.
InventoryManager
Detect forced slot change from server. Respond with slot sync.