Uses of Class
com.plotsquared.core.plot.schematic.Schematic
Packages that use Schematic
-
Uses of Schematic in com.plotsquared.core.util
Methods in com.plotsquared.core.util that return SchematicModifier and TypeMethodDescriptionSchematicHandler.getSchematic(@NonNull InputStream is) SchematicHandler.getSchematic(@NonNull URL url) SchematicHandler.getSchematic(File file) Get a schematicSchematicHandler.getSchematic(String name) Get a schematicMethods in com.plotsquared.core.util with parameters of type SchematicModifier and TypeMethodDescriptionvoidSchematicHandler.paste(Schematic schematic, Plot plot, int xOffset, int yOffset, int zOffset, boolean autoHeight, PlotPlayer<?> actor, RunnableVal<Boolean> whenDone) Paste a schematic.