saveWorld

abstract fun saveWorld(world: World): CompletableFuture<Void>

Saves the given world to disk.

Parameters

world

the world to save