Class RealmsBackupScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

@Environment(CLIENT) public class RealmsBackupScreen extends RealmsScreen
Mappings:
Namespace Name
official fak
intermediary net/minecraft/class_4381
named net/minecraft/client/realms/gui/screen/RealmsBackupScreen
  • Field Details

    • LOGGER

      static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official a Lfak;a:Lorg/slf4j/Logger;
      intermediary field_19741 Lnet/minecraft/class_4381;field_19741:Lorg/slf4j/Logger;
      named LOGGER Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;LOGGER:Lorg/slf4j/Logger;
    • BACKUPS_TEXT

      private static final Text BACKUPS_TEXT
      Mappings:
      Namespace Name Mixin selector
      official b Lfak;b:Lwu;
      intermediary field_26473 Lnet/minecraft/class_4381;field_26473:Lnet/minecraft/class_2561;
      named BACKUPS_TEXT Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;BACKUPS_TEXT:Lnet/minecraft/text/Text;
    • RESTORE_TEXT

      static final Text RESTORE_TEXT
      Mappings:
      Namespace Name Mixin selector
      official c Lfak;c:Lwu;
      intermediary field_26471 Lnet/minecraft/class_4381;field_26471:Lnet/minecraft/class_2561;
      named RESTORE_TEXT Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;RESTORE_TEXT:Lnet/minecraft/text/Text;
    • CHANGES_TOOLTIP

      static final Text CHANGES_TOOLTIP
      Mappings:
      Namespace Name Mixin selector
      official B Lfak;B:Lwu;
      intermediary field_26472 Lnet/minecraft/class_4381;field_26472:Lnet/minecraft/class_2561;
      named CHANGES_TOOLTIP Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;CHANGES_TOOLTIP:Lnet/minecraft/text/Text;
    • NO_BACKUPS_TEXT

      private static final Text NO_BACKUPS_TEXT
      Mappings:
      Namespace Name Mixin selector
      official C Lfak;C:Lwu;
      intermediary field_26474 Lnet/minecraft/class_4381;field_26474:Lnet/minecraft/class_2561;
      named NO_BACKUPS_TEXT Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;NO_BACKUPS_TEXT:Lnet/minecraft/text/Text;
    • UPLOADED

      private static final String UPLOADED
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official D Lfak;D:Ljava/lang/String;
      intermediary field_32119 Lnet/minecraft/class_4381;field_32119:Ljava/lang/String;
      named UPLOADED Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;UPLOADED:Ljava/lang/String;
    • field_49447

      private static final int field_49447
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official E Lfak;E:I
      intermediary field_49447 Lnet/minecraft/class_4381;field_49447:I
      named field_49447 Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;field_49447:I
    • parent

      Mappings:
      Namespace Name Mixin selector
      official F Lfak;F:Lfan;
      intermediary field_19743 Lnet/minecraft/class_4381;field_19743:Lnet/minecraft/class_4388;
      named parent Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;parent:Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;
    • backups

      List<Backup> backups
      Mappings:
      Namespace Name Mixin selector
      official G Lfak;G:Ljava/util/List;
      intermediary field_19744 Lnet/minecraft/class_4381;field_19744:Ljava/util/List;
      named backups Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;backups:Ljava/util/List;
    • selectionList

      Mappings:
      Namespace Name Mixin selector
      official H Lfak;H:Lfak$a;
      intermediary field_49448 Lnet/minecraft/class_4381;field_49448:Lnet/minecraft/class_4381$class_4382;
      named selectionList Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;selectionList:Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen$BackupObjectSelectionList;
    • layout

      final ThreePartsLayoutWidget layout
      Mappings:
      Namespace Name Mixin selector
      official I Lfak;I:Lfir;
      intermediary field_49449 Lnet/minecraft/class_4381;field_49449:Lnet/minecraft/class_8132;
      named layout Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;layout:Lnet/minecraft/client/gui/widget/ThreePartsLayoutWidget;
    • slotId

      private final int slotId
      Mappings:
      Namespace Name Mixin selector
      official J Lfak;J:I
      intermediary field_19748 Lnet/minecraft/class_4381;field_19748:I
      named slotId Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;slotId:I
    • downloadButton

      Mappings:
      Namespace Name Mixin selector
      official K Lfak;K:Lffe;
      intermediary field_19749 Lnet/minecraft/class_4381;field_19749:Lnet/minecraft/class_4185;
      named downloadButton Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;downloadButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
    • serverData

      final RealmsServer serverData
      Mappings:
      Namespace Name Mixin selector
      official L Lfak;L:Leze;
      intermediary field_19753 Lnet/minecraft/class_4381;field_19753:Lnet/minecraft/class_4877;
      named serverData Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;serverData:Lnet/minecraft/client/realms/dto/RealmsServer;
    • noBackups

      boolean noBackups
      Mappings:
      Namespace Name Mixin selector
      official M Lfak;M:Z
      intermediary field_19752 Lnet/minecraft/class_4381;field_19752:Z
      named noBackups Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;noBackups:Z
  • Constructor Details

    • RealmsBackupScreen

      public RealmsBackupScreen(RealmsConfigureWorldScreen parent, RealmsServer serverData, int slotId)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfak;<init>(Lfan;Leze;I)V
      intermediary <init> Lnet/minecraft/class_4381;<init>(Lnet/minecraft/class_4388;Lnet/minecraft/class_4877;I)V
      named <init> Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;<init>(Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;Lnet/minecraft/client/realms/dto/RealmsServer;I)V
  • Method Details

    • init

      public void init()
      Called when a screen should be initialized.

      This method is called when this screen is opened or resized.

      This should call Screen.setInitialFocus() to set the element that is initially focused.

      Overrides:
      init in class Screen
      Mappings:
      Namespace Name Mixin selector
      official aM_ Lfld;aM_()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • render

      public void render(DrawContext context, int mouseX, int mouseY, float delta)
      Specified by:
      render in interface Drawable
      Overrides:
      render in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lfgh;a(Lfer;IIF)V
      intermediary method_25394 Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V
      named render Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
    • initTabNavigation

      protected void initTabNavigation()
      Overrides:
      initTabNavigation in class Screen
      Mappings:
      Namespace Name Mixin selector
      official c Lfld;c()V
      intermediary method_48640 Lnet/minecraft/class_437;method_48640()V
      named initTabNavigation Lnet/minecraft/client/gui/screen/Screen;initTabNavigation()V
    • startBackupFetcher

      private void startBackupFetcher()
      Mappings:
      Namespace Name Mixin selector
      official C Lfak;C()V
      intermediary method_57661 Lnet/minecraft/class_4381;method_57661()V
      named startBackupFetcher Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;startBackupFetcher()V
    • close

      public void close()
      Overrides:
      close in class Screen
      Mappings:
      Namespace Name Mixin selector
      official d Lfld;d()V
      intermediary method_25419 Lnet/minecraft/class_437;method_25419()V
      named close Lnet/minecraft/client/gui/screen/Screen;close()V
    • downloadClicked

      private void downloadClicked()
      Mappings:
      Namespace Name Mixin selector
      official D Lfak;D()V
      intermediary method_21166 Lnet/minecraft/class_4381;method_21166()V
      named downloadClicked Lnet/minecraft/client/realms/gui/screen/RealmsBackupScreen;downloadClicked()V