cx = in.readInt();
cz = in.readInt();
boolean customBlockIdsExist = in.readBoolean();
// Constructor is not invoked, need to set these fields
SpoutWorld world = Spout.getServer().getWorld(this.worldUid);
this.worldHeight = world.getMaxHeight();
this.xBitShifts = world.getXBitShifts();
this.zBitShifts = world.getZBitShifts();
worldHeightMinusOne = worldHeight - 1;
if (customBlockIdsExist) {
if (fileVersionNumber >= 2) {
conversionNeeded = true;