public static class AbstractWorldExporter.ExportResults
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| boolean | chunksGeneratedWhether any chunks were actually generated for this region. | 
| java.util.List<Fixup> | fixupsFixups which have to be performed synchronously after all regions
 have been generated | 
| ChunkFactory.Stats | statsStatistics for the generated chunks, if any | 
| Constructor and Description | 
|---|
| ExportResults() | 
public boolean chunksGenerated
public final ChunkFactory.Stats stats
public java.util.List<Fixup> fixups