public interface Fixup
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
fixup(MinecraftWorld world,
Dimension dimension,
Platform platform,
WorldExportSettings worldExportSettings,
ExportSettings exportSettings)
Perform the fixup.
|
void fixup(MinecraftWorld world, Dimension dimension, Platform platform, WorldExportSettings worldExportSettings, ExportSettings exportSettings)
world - The world in which to perform the fixup.dimension - The dimension for which to perform the fixup.platform - The platform for which the export is being performed.worldExportSettings - The world export settings to apply, if any. May be null.exportSettings - The dimension export settings to apply, if any. May be null.