load From Saver
abstract fun loadFromSaver(source: StructureSaverAbstract<L, V>): ProgressToken<Void>
Content copied to clipboard
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.