Class RealmsLongConfirmationScreen

All Implemented Interfaces:
Drawable, Element, ParentElement

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

    • type

      Mappings:
      Namespace Name Mixin selector
      official b Legx;b:Legx$a;
      intermediary field_19895 Lnet/minecraft/class_4396;field_19895:Lnet/minecraft/class_4396$class_4397;
      named type Lnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen;type:Lnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen$Type;
    • line2

      private final Text line2
      Mappings:
      Namespace Name Mixin selector
      official c Legx;c:Lss;
      intermediary field_19896 Lnet/minecraft/class_4396;field_19896:Lnet/minecraft/class_2561;
      named line2 Lnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen;line2:Lnet/minecraft/text/Text;
    • line3

      private final Text line3
      Mappings:
      Namespace Name Mixin selector
      official I Legx;I:Lss;
      intermediary field_19897 Lnet/minecraft/class_4396;field_19897:Lnet/minecraft/class_2561;
      named line3 Lnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen;line3:Lnet/minecraft/text/Text;
    • callback

      protected final BooleanConsumer callback
      Mappings:
      Namespace Name Mixin selector
      official a Legx;a:Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;
      intermediary field_22697 Lnet/minecraft/class_4396;field_22697:Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;
      named callback Lnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen;callback:Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;
    • yesNoQuestion

      private final boolean yesNoQuestion
      Mappings:
      Namespace Name Mixin selector
      official J Legx;J:Z
      intermediary field_19899 Lnet/minecraft/class_4396;field_19899:Z
      named yesNoQuestion Lnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen;yesNoQuestion:Z
  • Constructor Details

    • RealmsLongConfirmationScreen

      public RealmsLongConfirmationScreen(BooleanConsumer callback, RealmsLongConfirmationScreen.Type type, Text line2, Text line3, boolean yesNoQuestion)
      Mappings:
      Namespace Name Mixin selector
      official <init> Legx;<init>(Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Legx$a;Lss;Lss;Z)V
      intermediary <init> Lnet/minecraft/class_4396;<init>(Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lnet/minecraft/class_4396$class_4397;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;Z)V
      named <init> Lnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen;<init>(Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lnet/minecraft/client/realms/gui/screen/RealmsLongConfirmationScreen$Type;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;Z)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.

      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
    • getNarratedTitle

      public Text getNarratedTitle()
      Overrides:
      getNarratedTitle in class Screen
      Mappings:
      Namespace Name Mixin selector
      official ah_ Lepb;ah_()Lss;
      intermediary method_25435 Lnet/minecraft/class_437;method_25435()Lnet/minecraft/class_2561;
      named getNarratedTitle Lnet/minecraft/client/gui/screen/Screen;getNarratedTitle()Lnet/minecraft/text/Text;
    • 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