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. backups
Methods in net.minecraft.client.realms.dto that return Backup Modifier and Type Method Description static Backup
Backup. 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 Backup
RealmsBackupInfoScreen. backup
private Backup
RealmsBackupScreen.BackupObjectSelectionListEntry. mBackup
Fields in net.minecraft.client.realms.gui.screen with type parameters of type Backup Modifier and Type Field Description private List<Backup>
RealmsBackupScreen. backups
Methods in net.minecraft.client.realms.gui.screen with parameters of type Backup Modifier and Type Method Description void
RealmsBackupScreen.BackupObjectSelectionList. addEntry(Backup backup)
private void
RealmsBackupScreen. addToChangeList(Backup backup, String key)
private void
RealmsBackupScreen.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 Backup
RestoreTask. backup
Constructors in net.minecraft.client.realms.task with parameters of type Backup Constructor Description RestoreTask(Backup backup, long worldId, RealmsConfigureWorldScreen lastScreen)