Class DisconnectedScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

@Environment(CLIENT) public class DisconnectedScreen extends Screen
Mappings:
Namespace Name
official etk
intermediary net/minecraft/class_419
named net/minecraft/client/gui/screen/DisconnectedScreen
  • Field Details

    • TO_MENU_TEXT

      private static final Text TO_MENU_TEXT
      Mappings:
      Namespace Name Mixin selector
      official a Letk;a:Lsw;
      intermediary field_44549 Lnet/minecraft/class_419;field_44549:Lnet/minecraft/class_2561;
      named TO_MENU_TEXT Lnet/minecraft/client/gui/screen/DisconnectedScreen;TO_MENU_TEXT:Lnet/minecraft/text/Text;
    • TO_TITLE_TEXT

      private static final Text TO_TITLE_TEXT
      Mappings:
      Namespace Name Mixin selector
      official b Letk;b:Lsw;
      intermediary field_44550 Lnet/minecraft/class_419;field_44550:Lnet/minecraft/class_2561;
      named TO_TITLE_TEXT Lnet/minecraft/client/gui/screen/DisconnectedScreen;TO_TITLE_TEXT:Lnet/minecraft/text/Text;
    • parent

      private final Screen parent
      Mappings:
      Namespace Name Mixin selector
      official c Letk;c:Leug;
      intermediary field_2456 Lnet/minecraft/class_419;field_2456:Lnet/minecraft/class_437;
      named parent Lnet/minecraft/client/gui/screen/DisconnectedScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
    • reason

      private final Text reason
      Mappings:
      Namespace Name Mixin selector
      official j Letk;j:Lsw;
      intermediary field_2457 Lnet/minecraft/class_419;field_2457:Lnet/minecraft/class_2561;
      named reason Lnet/minecraft/client/gui/screen/DisconnectedScreen;reason:Lnet/minecraft/text/Text;
    • buttonLabel

      private final Text buttonLabel
      Mappings:
      Namespace Name Mixin selector
      official k Letk;k:Lsw;
      intermediary field_44551 Lnet/minecraft/class_419;field_44551:Lnet/minecraft/class_2561;
      named buttonLabel Lnet/minecraft/client/gui/screen/DisconnectedScreen;buttonLabel:Lnet/minecraft/text/Text;
    • grid

      private final GridWidget grid
      Mappings:
      Namespace Name Mixin selector
      official l Letk;l:Lerw;
      intermediary field_44552 Lnet/minecraft/class_419;field_44552:Lnet/minecraft/class_7845;
      named grid Lnet/minecraft/client/gui/screen/DisconnectedScreen;grid:Lnet/minecraft/client/gui/widget/GridWidget;
  • Constructor Details

    • DisconnectedScreen

      public DisconnectedScreen(Screen parent, Text title, Text reason)
      Mappings:
      Namespace Name Mixin selector
      official <init> Letk;<init>(Leug;Lsw;Lsw;)V
      intermediary <init> Lnet/minecraft/class_419;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;)V
      named <init> Lnet/minecraft/client/gui/screen/DisconnectedScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;)V
    • DisconnectedScreen

      public DisconnectedScreen(Screen parent, Text title, Text reason, Text buttonLabel)
      Mappings:
      Namespace Name Mixin selector
      official <init> Letk;<init>(Leug;Lsw;Lsw;Lsw;)V
      intermediary <init> Lnet/minecraft/class_419;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;)V
      named <init> Lnet/minecraft/client/gui/screen/DisconnectedScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;)V
  • Method Details

    • init

      protected void init()
      Called when a screen should be initialized.

      This method is called when this screen is opened or resized.

      This should call Screen.setInitialFocus(net.minecraft.client.gui.Element) to set the element that is initially focused.

      Overrides:
      init in class Screen
      Mappings:
      Namespace Name Mixin selector
      official b Leug;b()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • initTabNavigation

      protected void initTabNavigation()
      Overrides:
      initTabNavigation in class Screen
      Mappings:
      Namespace Name Mixin selector
      official aG_ Leug;aG_()V
      intermediary method_48640 Lnet/minecraft/class_437;method_48640()V
      named initTabNavigation Lnet/minecraft/client/gui/screen/Screen;initTabNavigation()V
    • getNarratedTitle

      public Text getNarratedTitle()
      Overrides:
      getNarratedTitle in class Screen
      Mappings:
      Namespace Name Mixin selector
      official au_ Leug;au_()Lsw;
      intermediary method_25435 Lnet/minecraft/class_437;method_25435()Lnet/minecraft/class_2561;
      named getNarratedTitle Lnet/minecraft/client/gui/screen/Screen;getNarratedTitle()Lnet/minecraft/text/Text;
    • shouldCloseOnEsc

      public boolean shouldCloseOnEsc()
      Checks whether this screen should be closed when the escape key is pressed.
      Overrides:
      shouldCloseOnEsc in class Screen
      Mappings:
      Namespace Name Mixin selector
      official av_ Leug;av_()Z
      intermediary method_25422 Lnet/minecraft/class_437;method_25422()Z
      named shouldCloseOnEsc Lnet/minecraft/client/gui/screen/Screen;shouldCloseOnEsc()Z
    • render

      public void render(DrawContext context, int mouseX, int mouseY, float delta)
      Specified by:
      render in interface Drawable
      Overrides:
      render in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lepy;a(Leop;IIF)V
      intermediary method_25394 Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V
      named render Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V