Class RealmsBackupInfoScreen

All Implemented Interfaces:
Drawable, Element, ParentElement

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

    • UNKNOWN

      private static final Text UNKNOWN
      Mappings:
      Namespace Name Mixin selector
      official a Legn;a:Lss;
      intermediary field_27937 Lnet/minecraft/class_4379;field_27937:Lnet/minecraft/class_2561;
      named UNKNOWN Lnet/minecraft/client/realms/gui/screen/RealmsBackupInfoScreen;UNKNOWN:Lnet/minecraft/text/Text;
    • parent

      private final Screen parent
      Mappings:
      Namespace Name Mixin selector
      official b Legn;b:Lepb;
      intermediary field_19734 Lnet/minecraft/class_4379;field_19734:Lnet/minecraft/class_437;
      named parent Lnet/minecraft/client/realms/gui/screen/RealmsBackupInfoScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
    • backup

      final Backup backup
      Mappings:
      Namespace Name Mixin selector
      official c Legn;c:Leey;
      intermediary field_19736 Lnet/minecraft/class_4379;field_19736:Lnet/minecraft/class_4867;
      named backup Lnet/minecraft/client/realms/gui/screen/RealmsBackupInfoScreen;backup:Lnet/minecraft/client/realms/dto/Backup;
    • backupInfoList

      private RealmsBackupInfoScreen.BackupInfoList backupInfoList
      Mappings:
      Namespace Name Mixin selector
      official I Legn;I:Legn$a;
      intermediary field_19738 Lnet/minecraft/class_4379;field_19738:Lnet/minecraft/class_4379$class_4380;
      named backupInfoList Lnet/minecraft/client/realms/gui/screen/RealmsBackupInfoScreen;backupInfoList:Lnet/minecraft/client/realms/gui/screen/RealmsBackupInfoScreen$BackupInfoList;
  • Constructor Details

    • RealmsBackupInfoScreen

      public RealmsBackupInfoScreen(Screen parent, Backup backup)
      Mappings:
      Namespace Name Mixin selector
      official <init> Legn;<init>(Lepb;Leey;)V
      intermediary <init> Lnet/minecraft/class_4379;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_4867;)V
      named <init> Lnet/minecraft/client/realms/gui/screen/RealmsBackupInfoScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/realms/dto/Backup;)V
  • Method Details

    • tick

      public void tick()
      Overrides:
      tick in class Screen
      Mappings:
      Namespace Name Mixin selector
      official d Lepb;d()V
      intermediary method_25393 Lnet/minecraft/class_437;method_25393()V
      named tick Lnet/minecraft/client/gui/screen/Screen;tick()V
    • init

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

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

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

      public boolean keyPressed(int keyCode, int scanCode, int modifiers)
      Callback for when a key down event has been captured. The key code is identified by the constants in GLFW class.
      Specified by:
      keyPressed in interface Element
      Specified by:
      keyPressed in interface ParentElement
      Overrides:
      keyPressed in class Screen
      Parameters:
      keyCode - the named key code of the event as described in the GLFW class
      scanCode - the unique/platform-specific scan code of the keyboard input
      modifiers - a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)
      Returns:
      true to indicate that the event handling is successful/valid
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lemg;a(III)Z
      intermediary method_25404 Lnet/minecraft/class_364;method_25404(III)Z
      named keyPressed Lnet/minecraft/client/gui/Element;keyPressed(III)Z
    • render

      public void render(MatrixStack matrices, int mouseX, int mouseY, float delta)
      Specified by:
      render in interface Drawable
      Overrides:
      render in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lely;a(Leed;IIF)V
      intermediary method_25394 Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)V
      named render Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
    • checkForSpecificMetadata

      Text checkForSpecificMetadata(String key, String value)
      Mappings:
      Namespace Name Mixin selector
      official a Legn;a(Ljava/lang/String;Ljava/lang/String;)Lss;
      intermediary method_21141 Lnet/minecraft/class_4379;method_21141(Ljava/lang/String;Ljava/lang/String;)Lnet/minecraft/class_2561;
      named checkForSpecificMetadata Lnet/minecraft/client/realms/gui/screen/RealmsBackupInfoScreen;checkForSpecificMetadata(Ljava/lang/String;Ljava/lang/String;)Lnet/minecraft/text/Text;
    • gameDifficultyMetadata

      private Text gameDifficultyMetadata(String value)
      Mappings:
      Namespace Name Mixin selector
      official a Legn;a(Ljava/lang/String;)Lss;
      intermediary method_21140 Lnet/minecraft/class_4379;method_21140(Ljava/lang/String;)Lnet/minecraft/class_2561;
      named gameDifficultyMetadata Lnet/minecraft/client/realms/gui/screen/RealmsBackupInfoScreen;gameDifficultyMetadata(Ljava/lang/String;)Lnet/minecraft/text/Text;
    • gameModeMetadata

      private Text gameModeMetadata(String value)
      Mappings:
      Namespace Name Mixin selector
      official b Legn;b(Ljava/lang/String;)Lss;
      intermediary method_21143 Lnet/minecraft/class_4379;method_21143(Ljava/lang/String;)Lnet/minecraft/class_2561;
      named gameModeMetadata Lnet/minecraft/client/realms/gui/screen/RealmsBackupInfoScreen;gameModeMetadata(Ljava/lang/String;)Lnet/minecraft/text/Text;