loadFromString

abstract fun loadFromString(source: String): 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

Base64 encoded Structure binary.