Class RealmsPendingInvitesScreen

All Implemented Interfaces:
Drawable, Element, ParentElement, TickableElement

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

    • LOGGER

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

      private static final Identifier ACCEPT_ICON
      Mappings:
      Namespace Name Mixin selector
      official b Ldsf;b:Lwp;
      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

      private static final Identifier REJECT_ICON
      Mappings:
      Namespace Name Mixin selector
      official c Ldsf;c:Lwp;
      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 T Ldsf;T:Lon;
      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

      private static final Text ACCEPT_TEXT
      Mappings:
      Namespace Name Mixin selector
      official U Ldsf;U:Lon;
      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

      private static final Text REJECT_TEXT
      Mappings:
      Namespace Name Mixin selector
      official V Ldsf;V:Lon;
      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 W Ldsf;W:Ldzh;
      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

      @Nullable private @Nullable Text toolTip
      Mappings:
      Namespace Name Mixin selector
      official X Ldsf;X:Lon;
      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

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

      private RealmsPendingInvitesScreen.PendingInvitationSelectionList pendingInvitationSelectionList
      Mappings:
      Namespace Name Mixin selector
      official Z Ldsf;Z:Ldsf$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;
    • titleLabel

      private RealmsLabel titleLabel
      Mappings:
      Namespace Name Mixin selector
      official aa Ldsf;aa:Lfao;
      intermediary field_19940 Lnet/minecraft/class_4401;field_19940:Lnet/minecraft/class_4903;
      named titleLabel Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;titleLabel:Lnet/minecraft/client/realms/RealmsLabel;
    • selectedInvite

      private int selectedInvite
      Mappings:
      Namespace Name Mixin selector
      official ab Ldsf;ab: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 ac Ldsf;ac:Ldvx;
      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 ad Ldsf;ad:Ldvx;
      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> Ldsf;<init>(Ldzh;)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 Ldzh;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:
      Keyboard.onKey(long, int, int, int, int), GLFW.GLFW_KEY_Q, GLFWKeyCallbackI.invoke(long, int, int, int, int)
      Mappings:
      Namespace Name Mixin selector
      official a Ldww;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

      private void updateList(int slot)
      Mappings:
      Namespace Name Mixin selector
      official a Ldsf;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

      private void reject(int slot)
      Mappings:
      Namespace Name Mixin selector
      official b Ldsf;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

      private void accept(int slot)
      Mappings:
      Namespace Name Mixin selector
      official c Ldsf;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 Ldwt;a(Ldpj;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 text, int int2, int int3)
      Mappings:
      Namespace Name Mixin selector
      official a Ldsf;a(Ldpj;Lon;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

      private void updateButtonStates()
      Mappings:
      Namespace Name Mixin selector
      official i Ldsf;i()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 Ldsf;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