Class FastSchematicWriter

java.lang.Object
com.fastasyncworldedit.core.extent.clipboard.io.FastSchematicWriter
All Implemented Interfaces:
ClipboardWriter, Closeable, AutoCloseable

public class FastSchematicWriter extends Object implements ClipboardWriter
Writes schematic files using the Sponge schematic format.
  • Constructor Details

    • FastSchematicWriter

      public FastSchematicWriter(NBTOutputStream outputStream)
      Create a new schematic writer.
      Parameters:
      outputStream - the output stream to write to
  • Method Details