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