Class FaweDelegateSchematicHandler

java.lang.Object
com.fastasyncworldedit.bukkit.regions.plotsquared.FaweDelegateSchematicHandler

public class FaweDelegateSchematicHandler extends Object
  • Constructor Details

    • FaweDelegateSchematicHandler

      public FaweDelegateSchematicHandler()
  • Method Details

    • paste

      public void paste(com.plotsquared.core.plot.schematic.Schematic schematic, com.plotsquared.core.plot.Plot plot, int xOffset, int yOffset, int zOffset, boolean autoHeight, com.plotsquared.core.util.task.RunnableVal<Boolean> whenDone)
    • save

      public boolean save(com.sk89q.jnbt.CompoundTag tag, String path)
    • upload

      public void upload(com.sk89q.jnbt.CompoundTag tag, UUID uuid, String file, com.plotsquared.core.util.task.RunnableVal<URL> whenDone)
    • getSchematic

      public com.plotsquared.core.plot.schematic.Schematic getSchematic(@Nonnull InputStream is)