saveToString

abstract fun saveToString(): ProgressToken<String>

Saves the blocks and entities from the world into into a structure.nbt binary as Base64 encoded string.

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

Return

Instance of ProgressToken with Base64EncodedString result.