fixup
public void fixup(MinecraftWorld world,
Dimension dimension,
Platform platform,
WorldExportSettings worldExportSettings,
ExportSettings exportSettings)
Description copied from interface: Fixup
Perform the fixup. May do nothing if it is determined that the operation
no longer applies or is blocked due to earlier fixups.
- Specified by:
fixup
in interface Fixup
- Parameters:
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
.