Uses of Class
net.minecraft.client.realms.dto.Backup
Packages that use Backup
Package
Description
-
Uses of Backup in net.minecraft.client.realms.dto
Fields in net.minecraft.client.realms.dto with type parameters of type BackupMethods in net.minecraft.client.realms.dto that return BackupMethods in net.minecraft.client.realms.dto that return types with arguments of type BackupModifier and TypeMethodDescriptionBackupList.backups()Returns the value of thebackupsrecord component.Constructor parameters in net.minecraft.client.realms.dto with type arguments of type BackupModifierConstructorDescriptionBackupList(List<Backup> backups) Creates an instance of aBackupListrecord class. -
Uses of Backup in net.minecraft.client.realms.gui.screen
Fields in net.minecraft.client.realms.gui.screen declared as BackupModifier and TypeFieldDescription(package private) final BackupRealmsBackupInfoScreen.backupprivate final BackupRealmsBackupScreen.BackupObjectSelectionListEntry.mBackupFields in net.minecraft.client.realms.gui.screen with type parameters of type BackupMethods in net.minecraft.client.realms.gui.screen with parameters of type BackupModifier and TypeMethodDescriptionprivate voidRealmsBackupScreen.BackupObjectSelectionListEntry.updateChangeList(Backup backup) Constructors in net.minecraft.client.realms.gui.screen with parameters of type BackupModifierConstructorDescriptionBackupObjectSelectionListEntry(Backup backup) RealmsBackupInfoScreen(Screen parent, Backup backup) -
Uses of Backup in net.minecraft.client.realms.task
Fields in net.minecraft.client.realms.task declared as BackupConstructors in net.minecraft.client.realms.task with parameters of type BackupModifierConstructorDescriptionRestoreTask(Backup backup, long long2, RealmsConfigureWorldScreen realmsConfigureWorldScreen)