Class BackupPromptScreen

All Implemented Interfaces:
Drawable, Element, ParentElement

@Environment(CLIENT) public class BackupPromptScreen extends Screen
Mappings:
Namespace Name
official ens
intermediary net/minecraft/class_405
named net/minecraft/client/gui/screen/BackupPromptScreen
  • Field Details

    • parent

      private final Screen parent
      Mappings:
      Namespace Name Mixin selector
      official c Lens;c:Lepb;
      intermediary field_2360 Lnet/minecraft/class_405;field_2360:Lnet/minecraft/class_437;
      named parent Lnet/minecraft/client/gui/screen/BackupPromptScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
    • callback

      protected final BackupPromptScreen.Callback callback
      Mappings:
      Namespace Name Mixin selector
      official a Lens;a:Lens$a;
      intermediary field_18971 Lnet/minecraft/class_405;field_18971:Lnet/minecraft/class_405$class_406;
      named callback Lnet/minecraft/client/gui/screen/BackupPromptScreen;callback:Lnet/minecraft/client/gui/screen/BackupPromptScreen$Callback;
    • subtitle

      private final Text subtitle
      Mappings:
      Namespace Name Mixin selector
      official n Lens;n:Lss;
      intermediary field_2364 Lnet/minecraft/class_405;field_2364:Lnet/minecraft/class_2561;
      named subtitle Lnet/minecraft/client/gui/screen/BackupPromptScreen;subtitle:Lnet/minecraft/text/Text;
    • showEraseCacheCheckbox

      private final boolean showEraseCacheCheckbox
      Mappings:
      Namespace Name Mixin selector
      official o Lens;o:Z
      intermediary field_19232 Lnet/minecraft/class_405;field_19232:Z
      named showEraseCacheCheckbox Lnet/minecraft/client/gui/screen/BackupPromptScreen;showEraseCacheCheckbox:Z
    • wrappedText

      private MultilineText wrappedText
      Mappings:
      Namespace Name Mixin selector
      official p Lens;p:Lelq;
      intermediary field_2365 Lnet/minecraft/class_405;field_2365:Lnet/minecraft/class_5489;
      named wrappedText Lnet/minecraft/client/gui/screen/BackupPromptScreen;wrappedText:Lnet/minecraft/client/font/MultilineText;
    • field_32236

      protected int field_32236
      Mappings:
      Namespace Name Mixin selector
      official b Lens;b:I
      intermediary field_32236 Lnet/minecraft/class_405;field_32236:I
      named field_32236 Lnet/minecraft/client/gui/screen/BackupPromptScreen;field_32236:I
    • eraseCacheCheckbox

      private CheckboxWidget eraseCacheCheckbox
      Mappings:
      Namespace Name Mixin selector
      official q Lens;q:Lelb;
      intermediary field_19234 Lnet/minecraft/class_405;field_19234:Lnet/minecraft/class_4286;
      named eraseCacheCheckbox Lnet/minecraft/client/gui/screen/BackupPromptScreen;eraseCacheCheckbox:Lnet/minecraft/client/gui/widget/CheckboxWidget;
  • Constructor Details

    • BackupPromptScreen

      public BackupPromptScreen(Screen parent, BackupPromptScreen.Callback callback, Text title, Text subtitle, boolean showEraseCacheCheckBox)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lens;<init>(Lepb;Lens$a;Lss;Lss;Z)V
      intermediary <init> Lnet/minecraft/class_405;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_405$class_406;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;Z)V
      named <init> Lnet/minecraft/client/gui/screen/BackupPromptScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/gui/screen/BackupPromptScreen$Callback;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;Z)V
  • Method Details

    • init

      protected 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
    • 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
    • shouldCloseOnEsc

      public boolean shouldCloseOnEsc()
      Checks whether this screen should be closed when the escape key is pressed.
      Overrides:
      shouldCloseOnEsc in class Screen
      Mappings:
      Namespace Name Mixin selector
      official ai_ Lepb;ai_()Z
      intermediary method_25422 Lnet/minecraft/class_437;method_25422()Z
      named shouldCloseOnEsc Lnet/minecraft/client/gui/screen/Screen;shouldCloseOnEsc()Z
    • 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