Class RealmsPendingInvitesScreen

All Implemented Interfaces:
Drawable, Element, ParentElement

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

    • LOGGER

      static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official a Lehb;a:Lorg/slf4j/Logger;
      intermediary field_19935 Lnet/minecraft/class_4401;field_19935:Lorg/slf4j/Logger;
      named LOGGER Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;LOGGER:Lorg/slf4j/Logger;
    • ACCEPT_ICON

      static final Identifier ACCEPT_ICON
      Mappings:
      Namespace Name Mixin selector
      official b Lehb;b:Lacf;
      intermediary field_22702 Lnet/minecraft/class_4401;field_22702:Lnet/minecraft/class_2960;
      named ACCEPT_ICON Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;ACCEPT_ICON:Lnet/minecraft/util/Identifier;
    • REJECT_ICON

      static final Identifier REJECT_ICON
      Mappings:
      Namespace Name Mixin selector
      official c Lehb;c:Lacf;
      intermediary field_22703 Lnet/minecraft/class_4401;field_22703:Lnet/minecraft/class_2960;
      named REJECT_ICON Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;REJECT_ICON:Lnet/minecraft/util/Identifier;
    • NO_PENDING_TEXT

      private static final Text NO_PENDING_TEXT
      Mappings:
      Namespace Name Mixin selector
      official I Lehb;I:Lss;
      intermediary field_26493 Lnet/minecraft/class_4401;field_26493:Lnet/minecraft/class_2561;
      named NO_PENDING_TEXT Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;NO_PENDING_TEXT:Lnet/minecraft/text/Text;
    • ACCEPT_TEXT

      static final Text ACCEPT_TEXT
      Mappings:
      Namespace Name Mixin selector
      official J Lehb;J:Lss;
      intermediary field_26494 Lnet/minecraft/class_4401;field_26494:Lnet/minecraft/class_2561;
      named ACCEPT_TEXT Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;ACCEPT_TEXT:Lnet/minecraft/text/Text;
    • REJECT_TEXT

      static final Text REJECT_TEXT
      Mappings:
      Namespace Name Mixin selector
      official K Lehb;K:Lss;
      intermediary field_26495 Lnet/minecraft/class_4401;field_26495:Lnet/minecraft/class_2561;
      named REJECT_TEXT Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;REJECT_TEXT:Lnet/minecraft/text/Text;
    • parent

      private final Screen parent
      Mappings:
      Namespace Name Mixin selector
      official L Lehb;L:Lepb;
      intermediary field_19936 Lnet/minecraft/class_4401;field_19936:Lnet/minecraft/class_437;
      named parent Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
    • tooltip

      Mappings:
      Namespace Name Mixin selector
      official M Lehb;M:Lss;
      intermediary field_19937 Lnet/minecraft/class_4401;field_19937:Lnet/minecraft/class_2561;
      named tooltip Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;tooltip:Lnet/minecraft/text/Text;
    • loaded

      boolean loaded
      Mappings:
      Namespace Name Mixin selector
      official N Lehb;N:Z
      intermediary field_19938 Lnet/minecraft/class_4401;field_19938:Z
      named loaded Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;loaded:Z
    • pendingInvitationSelectionList

      Mappings:
      Namespace Name Mixin selector
      official O Lehb;O:Lehb$b;
      intermediary field_19939 Lnet/minecraft/class_4401;field_19939:Lnet/minecraft/class_4401$class_4402;
      named pendingInvitationSelectionList Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;pendingInvitationSelectionList:Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen$PendingInvitationSelectionList;
    • selectedInvite

      int selectedInvite
      Mappings:
      Namespace Name Mixin selector
      official P Lehb;P:I
      intermediary field_19941 Lnet/minecraft/class_4401;field_19941:I
      named selectedInvite Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;selectedInvite:I
    • acceptButton

      private ButtonWidget acceptButton
      Mappings:
      Namespace Name Mixin selector
      official Q Lehb;Q:Leky;
      intermediary field_19942 Lnet/minecraft/class_4401;field_19942:Lnet/minecraft/class_4185;
      named acceptButton Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;acceptButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
    • rejectButton

      private ButtonWidget rejectButton
      Mappings:
      Namespace Name Mixin selector
      official R Lehb;R:Leky;
      intermediary field_19943 Lnet/minecraft/class_4401;field_19943:Lnet/minecraft/class_4185;
      named rejectButton Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;rejectButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
  • Constructor Details

    • RealmsPendingInvitesScreen

      public RealmsPendingInvitesScreen(Screen parent)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lehb;<init>(Lepb;)V
      intermediary <init> Lnet/minecraft/class_4401;<init>(Lnet/minecraft/class_437;)V
      named <init> Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;)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
    • 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
    • updateList

      void updateList(int slot)
      Mappings:
      Namespace Name Mixin selector
      official a Lehb;a(I)V
      intermediary method_21300 Lnet/minecraft/class_4401;method_21300(I)V
      named updateList Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;updateList(I)V
    • reject

      void reject(int slot)
      Mappings:
      Namespace Name Mixin selector
      official b Lehb;b(I)V
      intermediary method_21308 Lnet/minecraft/class_4401;method_21308(I)V
      named reject Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;reject(I)V
    • accept

      void accept(int slot)
      Mappings:
      Namespace Name Mixin selector
      official c Lehb;c(I)V
      intermediary method_21311 Lnet/minecraft/class_4401;method_21311(I)V
      named accept Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;accept(I)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
    • renderMousehoverTooltip

      protected void renderMousehoverTooltip(MatrixStack matrices, @Nullable @Nullable Text tooltip, int mouseX, int mouseY)
      Mappings:
      Namespace Name Mixin selector
      official a Lehb;a(Leed;Lss;II)V
      intermediary method_21306 Lnet/minecraft/class_4401;method_21306(Lnet/minecraft/class_4587;Lnet/minecraft/class_2561;II)V
      named renderMousehoverTooltip Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;renderMousehoverTooltip(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/text/Text;II)V
    • updateButtonStates

      void updateButtonStates()
      Mappings:
      Namespace Name Mixin selector
      official w Lehb;w()V
      intermediary method_21307 Lnet/minecraft/class_4401;method_21307()V
      named updateButtonStates Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;updateButtonStates()V
    • shouldAcceptAndRejectButtonBeVisible

      private boolean shouldAcceptAndRejectButtonBeVisible(int invite)
      Mappings:
      Namespace Name Mixin selector
      official k Lehb;k(I)Z
      intermediary method_21314 Lnet/minecraft/class_4401;method_21314(I)Z
      named shouldAcceptAndRejectButtonBeVisible Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;shouldAcceptAndRejectButtonBeVisible(I)Z