Class RealmsPlayerScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

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

    • LOGGER

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

      private static final Text TITLE
      Mappings:
      Namespace Name Mixin selector
      named TITLE Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;TITLE:Lnet/minecraft/text/Text;
      intermediary field_49461 Lnet/minecraft/class_4406;field_49461:Lnet/minecraft/class_2561;
      official b Lfkc;b:Lxv;
    • QUESTION_TEXT

      static final Text QUESTION_TEXT
      Mappings:
      Namespace Name Mixin selector
      named QUESTION_TEXT Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;QUESTION_TEXT:Lnet/minecraft/text/Text;
      intermediary field_44908 Lnet/minecraft/class_4406;field_44908:Lnet/minecraft/class_2561;
      official c Lfkc;c:Lxv;
    • field_49462

      private static final int field_49462
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_49462 Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;field_49462:I
      intermediary field_49462 Lnet/minecraft/class_4406;field_49462:I
      official C Lfkc;C:I
    • layout

      final ThreePartsLayoutWidget layout
      Mappings:
      Namespace Name Mixin selector
      named layout Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;layout:Lnet/minecraft/client/gui/widget/ThreePartsLayoutWidget;
      intermediary field_49463 Lnet/minecraft/class_4406;field_49463:Lnet/minecraft/class_8132;
      official D Lfkc;D:Lfrt;
    • parent

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

      final RealmsServer serverData
      Mappings:
      Namespace Name Mixin selector
      named serverData Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;serverData:Lnet/minecraft/client/realms/dto/RealmsServer;
      intermediary field_19961 Lnet/minecraft/class_4406;field_19961:Lnet/minecraft/class_4877;
      official F Lfkc;F:Lfii;
    • selectionList

      Mappings:
      Namespace Name Mixin selector
      named selectionList Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;selectionList:Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen$InvitedObjectSelectionList;
      intermediary field_49460 Lnet/minecraft/class_4406;field_49460:Lnet/minecraft/class_4406$class_4407;
      official G Lfkc;G:Lfkc$b;
    • stateChanged

      boolean stateChanged
      Mappings:
      Namespace Name Mixin selector
      named stateChanged Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;stateChanged:Z
      intermediary field_19971 Lnet/minecraft/class_4406;field_19971:Z
      official H Lfkc;H:Z
  • Constructor Details

    • RealmsPlayerScreen

      public RealmsPlayerScreen(RealmsConfigureWorldScreen parent, RealmsServer serverData)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;<init>(Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;Lnet/minecraft/client/realms/dto/RealmsServer;)V
      intermediary <init> Lnet/minecraft/class_4406;<init>(Lnet/minecraft/class_4388;Lnet/minecraft/class_4877;)V
      official <init> Lfkc;<init>(Lfjr;Lfii;)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
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      official aT_ Lftx;aT_()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 Lftx;c()V
    • refreshPlayers

      void refreshPlayers()
      Mappings:
      Namespace Name Mixin selector
      named refreshPlayers Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen;refreshPlayers()V
      intermediary method_58475 Lnet/minecraft/class_4406;method_58475()V
      official E Lfkc;E()V
    • close

      public void close()
      Overrides:
      close in class Screen
      Mappings:
      Namespace Name Mixin selector
      named close Lnet/minecraft/client/gui/screen/Screen;close()V
      intermediary method_25419 Lnet/minecraft/class_437;method_25419()V
      official aP_ Lftx;aP_()V
    • backButtonClicked

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