Interface StructureWorldService


public interface StructureWorldService
  • Method Details

    • placeStructureToWorld

      void placeStructureToWorld(StructurePlaceMeta meta, Object structure) throws Exception
      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

      Object readStructureFromWorld(StructureReadMeta meta) throws Exception
      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