StructureWorldService

interface StructureWorldService

Functions

placeStructureToWorld
Link copied to clipboard
abstract fun placeStructureToWorld(meta: StructurePlaceMeta, structure: Any)
Places the blocks in the world defined by the given structure.
readStructureFromWorld
Link copied to clipboard
abstract fun readStructureFromWorld(meta: StructureReadMeta): Any
Reads the blocks in the world into an NMS Structure definition.