Class FaweDelegateSchematicHandler
java.lang.Object
com.fastasyncworldedit.bukkit.regions.plotsquared.FaweDelegateSchematicHandler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.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)
-
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
-
upload
public void upload(CompoundTag tag, UUID uuid, String file, com.plotsquared.core.util.task.RunnableVal<URL> whenDone) -
getSchematic
-