Interface StructureWorldService
public interface StructureWorldService
-
Method Summary
Modifier and TypeMethodDescriptionvoidplaceStructureToWorld(StructurePlaceMeta meta, Object structure) Places the blocks in the world defined by the given structure.Reads the blocks in the world into an NMS Structure definition.
-
Method Details
-
placeStructureToWorld
Places the blocks in the world defined by the given structure.- Parameters:
meta- Meta data to describe the placement.structure- NMS structure.- Throws:
Exception
-
readStructureFromWorld
Reads the blocks in the world into an NMS Structure definition.- Parameters:
meta- Meta data to describe the block selection.- Returns:
- A new NMS Structure definition.
- Throws:
Exception
-