loadFromSaver

abstract fun loadFromSaver(source: StructureSaverAbstract<L, V>): ProgressToken<Void>

Loads the structure blocks and entities from the given source and places the blocks at the defined position.

This call does not block and finishes in the future. Use ProgressToken ()} for cancellation or callbacks.

Return

NotNull instance of ProgressToken.

Parameters

source

Existing Structure in world defined by StructureSaverAbstract.