Class FaweDelegateSchematicHandler

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

public class FaweDelegateSchematicHandler extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.plotsquared.core.plot.schematic.Schematic
     
    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.player.PlotPlayer<?> actor, com.plotsquared.core.util.task.RunnableVal<Boolean> whenDone)
     
    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)
    Deprecated.
    boolean
    save(CompoundTag tag, String path)
     
    void
    upload(CompoundTag tag, UUID uuid, String file, com.plotsquared.core.util.task.RunnableVal<URL> whenDone)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FaweDelegateSchematicHandler

      public FaweDelegateSchematicHandler()
  • Method Details

    • paste

      @Deprecated 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)
      Deprecated.
    • 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.player.PlotPlayer<?> actor, com.plotsquared.core.util.task.RunnableVal<Boolean> whenDone)
    • save

      public boolean save(CompoundTag tag, String path)
    • upload

      public void upload(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)