Uses of Class
net.minecraft.client.realms.dto.Backup
| Package | Description |
|---|---|
| net.minecraft.client.realms.dto | |
| net.minecraft.client.realms.gui.screen | |
| net.minecraft.client.realms.task |
-
Uses of Backup in net.minecraft.client.realms.dto
Fields in net.minecraft.client.realms.dto with type parameters of type Backup Modifier and Type Field Description List<Backup>BackupList. backupsMethods in net.minecraft.client.realms.dto that return Backup Modifier and Type Method Description static BackupBackup. parse(JsonElement node) -
Uses of Backup in net.minecraft.client.realms.gui.screen
Fields in net.minecraft.client.realms.gui.screen declared as Backup Modifier and Type Field Description private BackupRealmsBackupInfoScreen. backupprivate BackupRealmsBackupScreen.BackupObjectSelectionListEntry. mBackupFields in net.minecraft.client.realms.gui.screen with type parameters of type Backup Modifier and Type Field Description private List<Backup>RealmsBackupScreen. backupsMethods in net.minecraft.client.realms.gui.screen with parameters of type Backup Modifier and Type Method Description voidRealmsBackupScreen.BackupObjectSelectionList. addEntry(Backup backup)private voidRealmsBackupScreen. addToChangeList(Backup backup, String key)private voidRealmsBackupScreen.BackupObjectSelectionListEntry. renderBackupItem(MatrixStack matrices, Backup backup, int int2, int int3, int int4, int int5)Constructors in net.minecraft.client.realms.gui.screen with parameters of type Backup Constructor Description BackupObjectSelectionListEntry(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 Backup Modifier and Type Field Description private BackupRestoreTask. backupConstructors in net.minecraft.client.realms.task with parameters of type Backup Constructor Description RestoreTask(Backup backup, long worldId, RealmsConfigureWorldScreen lastScreen)