Package com.plotsquared.bukkit.schematic
Class BukkitSchematicHandler
java.lang.Object
com.plotsquared.core.util.SchematicHandler
com.plotsquared.bukkit.schematic.BukkitSchematicHandler
Schematic Handler.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.plotsquared.core.util.SchematicHandler
SchematicHandler.UnsupportedFormatException -
Field Summary
Fields inherited from class com.plotsquared.core.util.SchematicHandler
manager -
Constructor Summary
ConstructorsConstructorDescriptionBukkitSchematicHandler(@NonNull WorldUtil worldUtil, @NonNull ProgressSubscriberFactory subscriberFactory) -
Method Summary
Modifier and TypeMethodDescriptionbooleanrestoreTile(QueueCoordinator queue, com.sk89q.jnbt.CompoundTag ct, int x, int y, int z) Methods inherited from class com.plotsquared.core.util.SchematicHandler
exportAll, getCompoundTag, getCompoundTag, getSaves, getSchematic, getSchematic, getSchematic, getSchematic, getSchematicNames, paste, save, upload, upload
-
Constructor Details
-
BukkitSchematicHandler
@Inject public BukkitSchematicHandler(@NonNull WorldUtil worldUtil, @NonNull ProgressSubscriberFactory subscriberFactory)
-
-
Method Details
-
restoreTile
public boolean restoreTile(QueueCoordinator queue, com.sk89q.jnbt.CompoundTag ct, int x, int y, int z) - Specified by:
restoreTilein classSchematicHandler
-