/* 0x47 */
registerPacket(EntityThunderboltCodec.class, new EntityThunderboltHandler()); //Minecraft protocol page -> Thunderbolt :/
/* 0x64 */
registerPacket(WindowOpenCodec.class, new WindowOpenHandler());
/* 0x65 */
registerPacket(WindowCloseCodec.class, new WindowCloseHandler());
/* 0x66 */
registerPacket(WindowClickCodec.class, new WindowClickHandler());
/* 0x67 */
registerPacket(WindowSlotCodec.class, new WindowSlotHandler());
/* 0x68 */