0x0D C0DPacketCloseWindow
Player closes an inventory window (chest, crafting table, furnace, etc).
Fields
| Field | Type | Description |
|---|---|---|
| windowId | byte | Window ID of the container being closed |
Wire Encoding
| Field | Type | Notes |
|---|---|---|
| Window ID | unsigned byte | Server-assigned window ID from S2DPacketOpenWindow |
MCP References
MCP
NetHandlerPlayServer.processCloseWindow()Handler Interface
HND
INetHandlerPlayServerNotes
Rise 6.0 CancelInventoryMove cancels C0D to keep the inventory 'open' and allow WASD movement. RektSky B5 ChestStealer sends C0D after stealing. Jigsaw 0.26 InventoryPlus cancels C0D. Sigma 4.11 InventoryWalk cancels C0D.