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 Backup -
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) Backup
RealmsBackupInfoScreen.backup
private Backup
RealmsBackupScreen.BackupObjectSelectionListEntry.mBackup
Fields 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 TypeMethodDescriptionvoid
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 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 worldId, RealmsConfigureWorldScreen lastScreen)