Uses of Class
com.plotsquared.core.util.SchematicHandler
Packages that use SchematicHandler
Package
Description
-
Uses of SchematicHandler in com.plotsquared.core
Methods in com.plotsquared.core that return SchematicHandlerModifier and TypeMethodDescriptionPlotAPI.getSchematicHandler()SchematicHandler class contains methods related to pasting, reading and writing schematics. -
Uses of SchematicHandler in com.plotsquared.core.backup
Constructors in com.plotsquared.core.backup with parameters of type SchematicHandlerModifierConstructorDescriptionPlayerBackupProfile(@NonNull UUID owner, @NonNull Plot plot, @NonNull BackupManager backupManager, @NonNull SchematicHandler schematicHandler) -
Uses of SchematicHandler in com.plotsquared.core.command
Constructors in com.plotsquared.core.command with parameters of type SchematicHandlerModifierConstructorDescriptionDownload(@NonNull PlotAreaManager plotAreaManager, @NonNull PlotUploader plotUploader, @NonNull SchematicHandler schematicHandler, @NonNull WorldUtil worldUtil) Load(@NonNull PlotAreaManager plotAreaManager, @NonNull SchematicHandler schematicHandler) SchematicCmd(@NonNull PlotAreaManager plotAreaManager, @NonNull SchematicHandler schematicHandler) -
Uses of SchematicHandler in com.plotsquared.core.generator
Constructors in com.plotsquared.core.generator with parameters of type SchematicHandlerModifierConstructorDescriptionHybridUtils(@NonNull PlotAreaManager plotAreaManager, @NonNull ChunkManager chunkManager, @NonNull GlobalBlockQueue blockQueue, @NonNull WorldUtil worldUtil, @NonNull SchematicHandler schematicHandler, @NonNull EventDispatcher eventDispatcher) -
Uses of SchematicHandler in com.plotsquared.core.util
Fields in com.plotsquared.core.util declared as SchematicHandlerConstructors in com.plotsquared.core.util with parameters of type SchematicHandlerModifierConstructorDescriptionPlotUploader(@NonNull SchematicHandler schematicHandler) Create a new PlotUploader instance that uses the given schematic handler to create schematics of plots.