Class RealmsPlayerScreen

All Implemented Interfaces:
Drawable, Element, ParentElement

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

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official a Lehc;a:Lorg/slf4j/Logger;
      intermediary field_19958 Lnet/minecraft/class_4406;field_19958:Lorg/slf4j/Logger;
      named LOGGER Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;LOGGER:Lorg/slf4j/Logger;
    • OP_ICON

      private static final Identifier OP_ICON
      Mappings:
      Namespace Name Mixin selector
      official b Lehc;b:Lacf;
      intermediary field_22704 Lnet/minecraft/class_4406;field_22704:Lnet/minecraft/class_2960;
      named OP_ICON Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;OP_ICON:Lnet/minecraft/util/Identifier;
    • USER_ICON

      private static final Identifier USER_ICON
      Mappings:
      Namespace Name Mixin selector
      official c Lehc;c:Lacf;
      intermediary field_22705 Lnet/minecraft/class_4406;field_22705:Lnet/minecraft/class_2960;
      named USER_ICON Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;USER_ICON:Lnet/minecraft/util/Identifier;
    • CROSS_PLAYER_ICON

      private static final Identifier CROSS_PLAYER_ICON
      Mappings:
      Namespace Name Mixin selector
      official I Lehc;I:Lacf;
      intermediary field_22706 Lnet/minecraft/class_4406;field_22706:Lnet/minecraft/class_2960;
      named CROSS_PLAYER_ICON Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;CROSS_PLAYER_ICON:Lnet/minecraft/util/Identifier;
    • OPTIONS_BACKGROUND

      private static final Identifier OPTIONS_BACKGROUND
      Mappings:
      Namespace Name Mixin selector
      official J Lehc;J:Lacf;
      intermediary field_22707 Lnet/minecraft/class_4406;field_22707:Lnet/minecraft/class_2960;
      named OPTIONS_BACKGROUND Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;OPTIONS_BACKGROUND:Lnet/minecraft/util/Identifier;
    • NORMAL_TOOLTIP

      private static final Text NORMAL_TOOLTIP
      Mappings:
      Namespace Name Mixin selector
      official K Lehc;K:Lss;
      intermediary field_26498 Lnet/minecraft/class_4406;field_26498:Lnet/minecraft/class_2561;
      named NORMAL_TOOLTIP Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;NORMAL_TOOLTIP:Lnet/minecraft/text/Text;
    • OPERATOR_TOOLTIP

      private static final Text OPERATOR_TOOLTIP
      Mappings:
      Namespace Name Mixin selector
      official L Lehc;L:Lss;
      intermediary field_26499 Lnet/minecraft/class_4406;field_26499:Lnet/minecraft/class_2561;
      named OPERATOR_TOOLTIP Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;OPERATOR_TOOLTIP:Lnet/minecraft/text/Text;
    • REMOVE_TOOLTIP

      private static final Text REMOVE_TOOLTIP
      Mappings:
      Namespace Name Mixin selector
      official M Lehc;M:Lss;
      intermediary field_26500 Lnet/minecraft/class_4406;field_26500:Lnet/minecraft/class_2561;
      named REMOVE_TOOLTIP Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;REMOVE_TOOLTIP:Lnet/minecraft/text/Text;
    • INVITED_TEXT

      private static final Text INVITED_TEXT
      Mappings:
      Namespace Name Mixin selector
      official N Lehc;N:Lss;
      intermediary field_26501 Lnet/minecraft/class_4406;field_26501:Lnet/minecraft/class_2561;
      named INVITED_TEXT Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;INVITED_TEXT:Lnet/minecraft/text/Text;
    • tooltip

      @Nullable private @Nullable Text tooltip
      Mappings:
      Namespace Name Mixin selector
      official O Lehc;O:Lss;
      intermediary field_19959 Lnet/minecraft/class_4406;field_19959:Lnet/minecraft/class_2561;
      named tooltip Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;tooltip:Lnet/minecraft/text/Text;
    • parent

      private final RealmsConfigureWorldScreen parent
      Mappings:
      Namespace Name Mixin selector
      official P Lehc;P:Legr;
      intermediary field_19960 Lnet/minecraft/class_4406;field_19960:Lnet/minecraft/class_4388;
      named parent Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;parent:Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;
    • serverData

      final RealmsServer serverData
      Mappings:
      Namespace Name Mixin selector
      official Q Lehc;Q:Lefi;
      intermediary field_19961 Lnet/minecraft/class_4406;field_19961:Lnet/minecraft/class_4877;
      named serverData Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;serverData:Lnet/minecraft/client/realms/dto/RealmsServer;
    • invitedObjectSelectionList

      private RealmsPlayerScreen.InvitedObjectSelectionList invitedObjectSelectionList
      Mappings:
      Namespace Name Mixin selector
      official R Lehc;R:Lehc$b;
      intermediary field_19962 Lnet/minecraft/class_4406;field_19962:Lnet/minecraft/class_4406$class_4407;
      named invitedObjectSelectionList Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;invitedObjectSelectionList:Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionList;
    • column1_x

      int column1_x
      Mappings:
      Namespace Name Mixin selector
      official S Lehc;S:I
      intermediary field_19963 Lnet/minecraft/class_4406;field_19963:I
      named column1_x Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;column1_x:I
    • column_width

      int column_width
      Mappings:
      Namespace Name Mixin selector
      official T Lehc;T:I
      intermediary field_19964 Lnet/minecraft/class_4406;field_19964:I
      named column_width Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;column_width:I
    • column2_x

      private int column2_x
      Mappings:
      Namespace Name Mixin selector
      official U Lehc;U:I
      intermediary field_19965 Lnet/minecraft/class_4406;field_19965:I
      named column2_x Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;column2_x:I
    • removeButton

      private ButtonWidget removeButton
      Mappings:
      Namespace Name Mixin selector
      official V Lehc;V:Leky;
      intermediary field_19966 Lnet/minecraft/class_4406;field_19966:Lnet/minecraft/class_4185;
      named removeButton Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;removeButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
    • opdeopButton

      private ButtonWidget opdeopButton
      Mappings:
      Namespace Name Mixin selector
      official W Lehc;W:Leky;
      intermediary field_19967 Lnet/minecraft/class_4406;field_19967:Lnet/minecraft/class_4185;
      named opdeopButton Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;opdeopButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
    • selectedInvitedIndex

      private int selectedInvitedIndex
      Mappings:
      Namespace Name Mixin selector
      official X Lehc;X:I
      intermediary field_19968 Lnet/minecraft/class_4406;field_19968:I
      named selectedInvitedIndex Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;selectedInvitedIndex:I
    • selectedInvited

      private String selectedInvited
      Mappings:
      Namespace Name Mixin selector
      official Y Lehc;Y:Ljava/lang/String;
      intermediary field_19969 Lnet/minecraft/class_4406;field_19969:Ljava/lang/String;
      named selectedInvited Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;selectedInvited:Ljava/lang/String;
    • player

      int player
      Mappings:
      Namespace Name Mixin selector
      official Z Lehc;Z:I
      intermediary field_19970 Lnet/minecraft/class_4406;field_19970:I
      named player Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;player:I
    • stateChanged

      private boolean stateChanged
      Mappings:
      Namespace Name Mixin selector
      official aa Lehc;aa:Z
      intermediary field_19971 Lnet/minecraft/class_4406;field_19971:Z
      named stateChanged Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;stateChanged:Z
    • operation

      Mappings:
      Namespace Name Mixin selector
      official ab Lehc;ab:Lehc$c;
      intermediary field_26496 Lnet/minecraft/class_4406;field_26496:Lnet/minecraft/class_4406$class_5488;
      named operation Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;operation:Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen$PlayerOperation;
  • Constructor Details

    • RealmsPlayerScreen

      public RealmsPlayerScreen(RealmsConfigureWorldScreen parent, RealmsServer serverData)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lehc;<init>(Legr;Lefi;)V
      intermediary <init> Lnet/minecraft/class_4406;<init>(Lnet/minecraft/class_4388;Lnet/minecraft/class_4877;)V
      named <init> Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;<init>(Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;Lnet/minecraft/client/realms/dto/RealmsServer;)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
    • updateButtonStates

      void updateButtonStates()
      Mappings:
      Namespace Name Mixin selector
      official w Lehc;w()V
      intermediary method_21325 Lnet/minecraft/class_4406;method_21325()V
      named updateButtonStates Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;updateButtonStates()V
    • shouldRemoveAndOpdeopButtonBeVisible

      private boolean shouldRemoveAndOpdeopButtonBeVisible(int player)
      Mappings:
      Namespace Name Mixin selector
      official k Lehc;k(I)Z
      intermediary method_21326 Lnet/minecraft/class_4406;method_21326(I)Z
      named shouldRemoveAndOpdeopButtonBeVisible Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;shouldRemoveAndOpdeopButtonBeVisible(I)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
    • backButtonClicked

      private void backButtonClicked()
      Mappings:
      Namespace Name Mixin selector
      official x Lehc;x()V
      intermediary method_21333 Lnet/minecraft/class_4406;method_21333()V
      named backButtonClicked Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;backButtonClicked()V
    • op

      void op(int index)
      Mappings:
      Namespace Name Mixin selector
      official l Lehc;l(I)V
      intermediary method_21334 Lnet/minecraft/class_4406;method_21334(I)V
      named op Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;op(I)V
    • deop

      void deop(int index)
      Mappings:
      Namespace Name Mixin selector
      official m Lehc;m(I)V
      intermediary method_21339 Lnet/minecraft/class_4406;method_21339(I)V
      named deop Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;deop(I)V
    • updateOps

      private void updateOps(Ops ops)
      Mappings:
      Namespace Name Mixin selector
      official a Lehc;a(Lefb;)V
      intermediary method_21328 Lnet/minecraft/class_4406;method_21328(Lnet/minecraft/class_4870;)V
      named updateOps Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;updateOps(Lnet/minecraft/client/realms/dto/Ops;)V
    • uninvite

      void uninvite(int index)
      Mappings:
      Namespace Name Mixin selector
      official n Lehc;n(I)V
      intermediary method_21344 Lnet/minecraft/class_4406;method_21344(I)V
      named uninvite Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;uninvite(I)V
    • deleteFromInvitedList

      private void deleteFromInvitedList(int selectedInvitedIndex)
      Mappings:
      Namespace Name Mixin selector
      official o Lehc;o(I)V
      intermediary method_21347 Lnet/minecraft/class_4406;method_21347(I)V
      named deleteFromInvitedList Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;deleteFromInvitedList(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 Lehc;a(Leed;Lss;II)V
      intermediary method_21332 Lnet/minecraft/class_4406;method_21332(Lnet/minecraft/class_4587;Lnet/minecraft/class_2561;II)V
      named renderMousehoverTooltip Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;renderMousehoverTooltip(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/text/Text;II)V
    • drawRemoveIcon

      void drawRemoveIcon(MatrixStack matrices, int x, int y, int mouseX, int mouseY)
      Mappings:
      Namespace Name Mixin selector
      official c Lehc;c(Leed;IIII)V
      intermediary method_21327 Lnet/minecraft/class_4406;method_21327(Lnet/minecraft/class_4587;IIII)V
      named drawRemoveIcon Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;drawRemoveIcon(Lnet/minecraft/client/util/math/MatrixStack;IIII)V
    • drawOpped

      void drawOpped(MatrixStack matrices, int x, int y, int mouseX, int mouseY)
      Mappings:
      Namespace Name Mixin selector
      official d Lehc;d(Leed;IIII)V
      intermediary method_21335 Lnet/minecraft/class_4406;method_21335(Lnet/minecraft/class_4587;IIII)V
      named drawOpped Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;drawOpped(Lnet/minecraft/client/util/math/MatrixStack;IIII)V
    • drawNormal

      void drawNormal(MatrixStack matrices, int x, int y, int mouseX, int mouseY)
      Mappings:
      Namespace Name Mixin selector
      official e Lehc;e(Leed;IIII)V
      intermediary method_21340 Lnet/minecraft/class_4406;method_21340(Lnet/minecraft/class_4587;IIII)V
      named drawNormal Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;drawNormal(Lnet/minecraft/client/util/math/MatrixStack;IIII)V