PERCENT_FORMAT.format(sunlightPercent),
PERCENT_FORMAT.format(sunlightRegenPercent));
ChunkMonitor.fireChunkDeflated(this, totalSize, totalReduced);
} else {
final int oldSize = getEstimatedMemoryConsumptionInBytes();
sunlightData = def.deflate(sunlightData);
sunlightRegenData = def.deflate(sunlightRegenData);
ChunkMonitor.fireChunkDeflated(this, oldSize, getEstimatedMemoryConsumptionInBytes());
}
}