0x09 C09PacketHeldItemChange

Player changes their selected hotbar slot.

Serverbound (Client → Server) · PLAY · net/minecraft/network/play/client/C09PacketHeldItemChange.java
playerinventoryitem

Fields

FieldTypeDescription
slotIdshortThe hotbar slot being selected (0-8)

Wire Encoding

FieldTypeNotes
Slot IDshortHotbar slot 0-8

MCP References

MCPNetHandlerPlayServer.processHeldItemChange()

Handler Interface

HNDINetHandlerPlayServer

implementation Implementation Cases

Scaffold (Tenacity 6.0, Flux B39.11, Monsoon 3.0-A6, Gugustus, Vestige 3.0, November 0.2, Jigsaw 0.26)

Silent slot switching. Scaffold switches to block slot silently. AutoTool switches to best tool. AutoPot switches to potion slot. Always paired with a switch back to original slot.

Vanilla hook: EventSendPacket
AutoTool (Tenacity 6.0, Flux B39.11, Monsoon 3.0-A6, Gugustus, Vestige 3.0, November 0.2, Jigsaw 0.26)

Silent slot switching. Scaffold switches to block slot silently. AutoTool switches to best tool. AutoPot switches to potion slot. Always paired with a switch back to original slot.

Vanilla hook: EventSendPacket
InventoryManager (Tenacity 6.0, Flux B39.11, Monsoon 3.0-A6, Gugustus, Vestige 3.0, November 0.2, Jigsaw 0.26)

Silent slot switching. Scaffold switches to block slot silently. AutoTool switches to best tool. AutoPot switches to potion slot. Always paired with a switch back to original slot.

Vanilla hook: EventSendPacket
AutoPot (Tenacity 6.0, Flux B39.11, Monsoon 3.0-A6, Gugustus, Vestige 3.0, November 0.2, Jigsaw 0.26)

Silent slot switching. Scaffold switches to block slot silently. AutoTool switches to best tool. AutoPot switches to potion slot. Always paired with a switch back to original slot.

Vanilla hook: EventSendPacket
NoSlow (Tenacity 6.0, Flux B39.11, Monsoon 3.0-A6, Gugustus, Vestige 3.0, November 0.2, Jigsaw 0.26)

Silent slot switching. Scaffold switches to block slot silently. AutoTool switches to best tool. AutoPot switches to potion slot. Always paired with a switch back to original slot.

Vanilla hook: EventSendPacket
AutoGApple (Tenacity 6.0, Flux B39.11, Monsoon 3.0-A6, Gugustus, Vestige 3.0, November 0.2, Jigsaw 0.26)

Silent slot switching. Scaffold switches to block slot silently. AutoTool switches to best tool. AutoPot switches to potion slot. Always paired with a switch back to original slot.

Vanilla hook: EventSendPacket
← Back to all packets