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 TypeMethodDescriptionBackupProfile.createBackup()Create a backup of the plot.NullBackupProfile.createBackup()PlayerBackupProfile.createBackup()BackupProfile.listBackups()Asynchronously populate a list of available backups under this profileNullBackupProfile.listBackups()PlayerBackupProfile.listBackups()Methods in com.plotsquared.core.backup with parameters of type BackupModifier and TypeMethodDescriptionBackupProfile.restoreBackup(@NonNull Backup backup, @Nullable PlotPlayer<?> player) Restore a backupNullBackupProfile.restoreBackup(@NonNull Backup backup, @Nullable PlotPlayer<?> player) PlayerBackupProfile.restoreBackup(@NonNull Backup backup, @Nullable PlotPlayer<?> player)