Class ConfirmScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement
Direct Known Subclasses:
ClientCommonNetworkHandler.ConfirmServerResourcePackScreen, ConfirmLinkScreen, DeathScreen.TitleScreenConfirmScreen, DialogScreen.WarningScreen

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

    • message

      private final Text message
      Mappings:
      Namespace Name Mixin selector
      named message Lnet/minecraft/client/gui/screen/ConfirmScreen;message:Lnet/minecraft/text/Text;
      intermediary field_2401 Lnet/minecraft/class_410;field_2401:Lnet/minecraft/class_2561;
      official u Lgdq;u:Lxo;
    • layout

      protected DirectionalLayoutWidget layout
      Mappings:
      Namespace Name Mixin selector
      named layout Lnet/minecraft/client/gui/screen/ConfirmScreen;layout:Lnet/minecraft/client/gui/widget/DirectionalLayoutWidget;
      intermediary field_61001 Lnet/minecraft/class_410;field_61001:Lnet/minecraft/class_8667;
      official a Lgdq;a:Lgbn;
    • yesText

      protected Text yesText
      Mappings:
      Namespace Name Mixin selector
      named yesText Lnet/minecraft/client/gui/screen/ConfirmScreen;yesText:Lnet/minecraft/text/Text;
      intermediary field_2402 Lnet/minecraft/class_410;field_2402:Lnet/minecraft/class_2561;
      official b Lgdq;b:Lxo;
    • noText

      protected Text noText
      Mappings:
      Namespace Name Mixin selector
      named noText Lnet/minecraft/client/gui/screen/ConfirmScreen;noText:Lnet/minecraft/text/Text;
      intermediary field_2399 Lnet/minecraft/class_410;field_2399:Lnet/minecraft/class_2561;
      official c Lgdq;c:Lxo;
    • yesButton

      @Nullable protected @Nullable ButtonWidget yesButton
      Mappings:
      Namespace Name Mixin selector
      named yesButton Lnet/minecraft/client/gui/screen/ConfirmScreen;yesButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
      intermediary field_61002 Lnet/minecraft/class_410;field_61002:Lnet/minecraft/class_4185;
      official d Lgdq;d:Lfxn;
    • noButton

      @Nullable protected @Nullable ButtonWidget noButton
      Mappings:
      Namespace Name Mixin selector
      named noButton Lnet/minecraft/client/gui/screen/ConfirmScreen;noButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
      intermediary field_61003 Lnet/minecraft/class_410;field_61003:Lnet/minecraft/class_4185;
      official e Lgdq;e:Lfxn;
    • buttonEnableTimer

      private int buttonEnableTimer
      Mappings:
      Namespace Name Mixin selector
      named buttonEnableTimer Lnet/minecraft/client/gui/screen/ConfirmScreen;buttonEnableTimer:I
      intermediary field_2400 Lnet/minecraft/class_410;field_2400:I
      official v Lgdq;v:I
    • callback

      protected final BooleanConsumer callback
      Mappings:
      Namespace Name Mixin selector
      named callback Lnet/minecraft/client/gui/screen/ConfirmScreen;callback:Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;
      intermediary field_2403 Lnet/minecraft/class_410;field_2403:Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;
      official f Lgdq;f:Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;
  • Constructor Details

    • ConfirmScreen

      public ConfirmScreen(BooleanConsumer callback, Text title, Text message)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/gui/screen/ConfirmScreen;<init>(Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;)V
      intermediary <init> Lnet/minecraft/class_410;<init>(Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;)V
      official <init> Lgdq;<init>(Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lxo;Lxo;)V
    • ConfirmScreen

      public ConfirmScreen(BooleanConsumer callback, Text title, Text message, Text yesText, Text noText)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/gui/screen/ConfirmScreen;<init>(Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;)V
      intermediary <init> Lnet/minecraft/class_410;<init>(Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;)V
      official <init> Lgdq;<init>(Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lxo;Lxo;Lxo;Lxo;)V
  • Method Details

    • getNarratedTitle

      public Text getNarratedTitle()
      Overrides:
      getNarratedTitle in class Screen
      Mappings:
      Namespace Name Mixin selector
      named getNarratedTitle Lnet/minecraft/client/gui/screen/Screen;getNarratedTitle()Lnet/minecraft/text/Text;
      intermediary method_25435 Lnet/minecraft/class_437;method_25435()Lnet/minecraft/class_2561;
      official i Lges;i()Lxo;
    • 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
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      official aV_ Lges;aV_()V
    • refreshWidgetPositions

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

      protected void initExtras()
      Mappings:
      Namespace Name Mixin selector
      named initExtras Lnet/minecraft/client/gui/screen/ConfirmScreen;initExtras()V
      intermediary method_72128 Lnet/minecraft/class_410;method_72128()V
      official k Lgdq;k()V
    • addButtons

      protected void addButtons(DirectionalLayoutWidget layout)
      Mappings:
      Namespace Name Mixin selector
      named addButtons Lnet/minecraft/client/gui/screen/ConfirmScreen;addButtons(Lnet/minecraft/client/gui/widget/DirectionalLayoutWidget;)V
      intermediary method_37051 Lnet/minecraft/class_410;method_37051(Lnet/minecraft/class_8667;)V
      official a Lgdq;a(Lgbn;)V
    • disableButtons

      public void disableButtons(int ticks)
      Mappings:
      Namespace Name Mixin selector
      named disableButtons Lnet/minecraft/client/gui/screen/ConfirmScreen;disableButtons(I)V
      intermediary method_2125 Lnet/minecraft/class_410;method_2125(I)V
      official a Lgdq;a(I)V
    • tick

      public void tick()
      Overrides:
      tick in class Screen
      Mappings:
      Namespace Name Mixin selector
      named tick Lnet/minecraft/client/gui/screen/Screen;tick()V
      intermediary method_25393 Lnet/minecraft/class_437;method_25393()V
      official e Lges;e()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
      named shouldCloseOnEsc Lnet/minecraft/client/gui/screen/Screen;shouldCloseOnEsc()Z
      intermediary method_25422 Lnet/minecraft/class_437;method_25422()Z
      official aG_ Lges;aG_()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
      named keyPressed Lnet/minecraft/client/gui/Element;keyPressed(III)Z
      intermediary method_25404 Lnet/minecraft/class_364;method_25404(III)Z
      official a Lfzm;a(III)Z