/* 0x66 */
registerPacket(WindowClickCodec.class, new WindowClickHandler());
/* 0x67 */
registerPacket(WindowSlotCodec.class, new WindowSlotHandler());
/* 0x68 */
registerPacket(WindowItemsCodec.class, new WindowItemsHandler());
/* 0x69 */
registerPacket(WindowPropertyCodec.class, new WindowPropertyHandler()); //Update Window Property on the protocol page!
/* 0x6A */
registerPacket(WindowTransactionCodec.class, new WindowTransactionHandler());
/* 0x6B */