/* 0x6C */
registerPacket(WindowEnchantItemCodec.class, new WindowEnchantItemHandler());
/* 0x82 */
registerPacket(SignCodec.class, new SignHandler());
/* 0x83 */
registerPacket(EntityItemDataCodec.class, new EntityItemDataHandler());
/* 0x84 */
registerPacket(EntityTileDataCodec.class, new EntityTileDataHandler()); //Update Tile Entity...
/* 0xC8 */
registerPacket(PlayerStatisticCodec.class, new PlayerStatisticHandler());
/* 0xC9 */