Uses of Class
com.plotsquared.core.plot.schematic.Schematic
-
Uses of Schematic in com.plotsquared.core.util
Modifier and TypeMethodDescriptionSchematicHandler.getSchematic
(@NonNull InputStream is) SchematicHandler.getSchematic
(@NonNull URL url) SchematicHandler.getSchematic
(File file) Get a schematicSchematicHandler.getSchematic
(String name) Get a schematicModifier and TypeMethodDescriptionvoid
SchematicHandler.paste
(Schematic schematic, Plot plot, int xOffset, int yOffset, int zOffset, boolean autoHeight, PlotPlayer<?> actor, RunnableVal<Boolean> whenDone) Paste a schematic.