Class ServerLinksScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

@Environment(CLIENT) public class ServerLinksScreen extends Screen
Mappings:
Namespace Name
named net/minecraft/client/gui/screen/ServerLinksScreen
intermediary net/minecraft/class_9807
official fxe
  • Field Details Link icon

    • LIST_WIDTH Link icon

      private static final int LIST_WIDTH
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named LIST_WIDTH Lnet/minecraft/client/gui/screen/ServerLinksScreen;LIST_WIDTH:I
      intermediary field_52143 Lnet/minecraft/class_9807;field_52143:I
      official a Lfxe;a:I
    • ENTRY_HEIGHT Link icon

      private static final int ENTRY_HEIGHT
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named ENTRY_HEIGHT Lnet/minecraft/client/gui/screen/ServerLinksScreen;ENTRY_HEIGHT:I
      intermediary field_52144 Lnet/minecraft/class_9807;field_52144:I
      official b Lfxe;b:I
    • TITLE Link icon

      private static final Text TITLE
      Mappings:
      Namespace Name Mixin selector
      named TITLE Lnet/minecraft/client/gui/screen/ServerLinksScreen;TITLE:Lnet/minecraft/text/Text;
      intermediary field_52145 Lnet/minecraft/class_9807;field_52145:Lnet/minecraft/class_2561;
      official c Lfxe;c:Lwp;
    • parent Link icon

      private final Screen parent
      Mappings:
      Namespace Name Mixin selector
      named parent Lnet/minecraft/client/gui/screen/ServerLinksScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
      intermediary field_52146 Lnet/minecraft/class_9807;field_52146:Lnet/minecraft/class_437;
      official d Lfxe;d:Lfum;
    • list Link icon

      Mappings:
      Namespace Name Mixin selector
      named list Lnet/minecraft/client/gui/screen/ServerLinksScreen;list:Lnet/minecraft/client/gui/screen/ServerLinksScreen$LinksListWidget;
      intermediary field_52147 Lnet/minecraft/class_9807;field_52147:Lnet/minecraft/class_9807$class_9808;
      official s Lfxe;s:Lfxe$a;
    • layoutWidget Link icon

      final ThreePartsLayoutWidget layoutWidget
      Mappings:
      Namespace Name Mixin selector
      named layoutWidget Lnet/minecraft/client/gui/screen/ServerLinksScreen;layoutWidget:Lnet/minecraft/client/gui/widget/ThreePartsLayoutWidget;
      intermediary field_52148 Lnet/minecraft/class_9807;field_52148:Lnet/minecraft/class_8132;
      official u Lfxe;u:Lfsi;
  • Constructor Details Link icon

    • ServerLinksScreen Link icon

      public ServerLinksScreen(Screen parent, ServerLinks serverLinks)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/gui/screen/ServerLinksScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/server/ServerLinks;)V
      intermediary <init> Lnet/minecraft/class_9807;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_9782;)V
      official <init> Lfxe;<init>(Lfum;Laln;)V
  • Method Details Link icon

    • init Link icon

      protected 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 aR_ Lfum;aR_()V
    • refreshWidgetPositions Link icon

      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 Lfum;c()V
    • close Link icon

      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 aO_ Lfum;aO_()V