Uses of Class
com.plotsquared.core.backup.Backup
Packages that use Backup
-
Uses of Backup in com.plotsquared.core.backup
Methods in com.plotsquared.core.backup that return types with arguments of type BackupModifier and TypeMethodDescription@NonNull CompletableFuture<Backup>BackupProfile.createBackup()Create a backup of the plot.@NonNull CompletableFuture<Backup>NullBackupProfile.createBackup()@NonNull CompletableFuture<Backup>PlayerBackupProfile.createBackup()@NonNull CompletableFuture<List<Backup>>BackupProfile.listBackups()Asynchronously populate a list of available backups under this profile@NonNull CompletableFuture<List<Backup>>NullBackupProfile.listBackups()@NonNull CompletableFuture<List<Backup>>PlayerBackupProfile.listBackups()Methods in com.plotsquared.core.backup with parameters of type BackupModifier and TypeMethodDescription@NonNull CompletableFuture<Void>BackupProfile.restoreBackup(@NonNull Backup backup, @Nullable PlotPlayer<?> player) Restore a backup@NonNull CompletableFuture<Void>NullBackupProfile.restoreBackup(@NonNull Backup backup, @Nullable PlotPlayer<?> player) @NonNull CompletableFuture<Void>PlayerBackupProfile.restoreBackup(@NonNull Backup backup, @Nullable PlotPlayer<?> player)