Class RealmsClientIncompatibleScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

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

    • INCOMPATIBLE_TITLE

      private static final Text INCOMPATIBLE_TITLE
      Mappings:
      Namespace Name Mixin selector
      named INCOMPATIBLE_TITLE Lnet/minecraft/client/realms/gui/screen/RealmsClientIncompatibleScreen;INCOMPATIBLE_TITLE:Lnet/minecraft/text/Text;
      intermediary field_26477 Lnet/minecraft/class_4387;field_26477:Lnet/minecraft/class_2561;
      official a Lfcp;a:Lxp;
    • GAME_VERSION

      private static final Text GAME_VERSION
      Mappings:
      Namespace Name Mixin selector
      named GAME_VERSION Lnet/minecraft/client/realms/gui/screen/RealmsClientIncompatibleScreen;GAME_VERSION:Lnet/minecraft/text/Text;
      intermediary field_49454 Lnet/minecraft/class_4387;field_49454:Lnet/minecraft/class_2561;
      official b Lfcp;b:Lxp;
    • UNSUPPORTED_SNAPSHOT_VERSION

      private static final Text UNSUPPORTED_SNAPSHOT_VERSION
      Mappings:
      Namespace Name Mixin selector
      named UNSUPPORTED_SNAPSHOT_VERSION Lnet/minecraft/client/realms/gui/screen/RealmsClientIncompatibleScreen;UNSUPPORTED_SNAPSHOT_VERSION:Lnet/minecraft/text/Text;
      intermediary field_49455 Lnet/minecraft/class_4387;field_49455:Lnet/minecraft/class_2561;
      official c Lfcp;c:Lxp;
    • OUTDATED_STABLE_VERSION

      private static final Text OUTDATED_STABLE_VERSION
      Mappings:
      Namespace Name Mixin selector
      named OUTDATED_STABLE_VERSION Lnet/minecraft/client/realms/gui/screen/RealmsClientIncompatibleScreen;OUTDATED_STABLE_VERSION:Lnet/minecraft/text/Text;
      intermediary field_49456 Lnet/minecraft/class_4387;field_49456:Lnet/minecraft/class_2561;
      official B Lfcp;B:Lxp;
    • parent

      private final Screen parent
      Mappings:
      Namespace Name Mixin selector
      named parent Lnet/minecraft/client/realms/gui/screen/RealmsClientIncompatibleScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
      intermediary field_19787 Lnet/minecraft/class_4387;field_19787:Lnet/minecraft/class_437;
      official C Lfcp;C:Lfnf;
    • layout

      private final ThreePartsLayoutWidget layout
      Mappings:
      Namespace Name Mixin selector
      named layout Lnet/minecraft/client/realms/gui/screen/RealmsClientIncompatibleScreen;layout:Lnet/minecraft/client/gui/widget/ThreePartsLayoutWidget;
      intermediary field_49453 Lnet/minecraft/class_4387;field_49453:Lnet/minecraft/class_8132;
      official D Lfcp;D:Lfkt;
  • Constructor Details

    • RealmsClientIncompatibleScreen

      public RealmsClientIncompatibleScreen(Screen parent)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/realms/gui/screen/RealmsClientIncompatibleScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;)V
      intermediary <init> Lnet/minecraft/class_4387;<init>(Lnet/minecraft/class_437;)V
      official <init> Lfcp;<init>(Lfnf;)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.

      This should call Screen.setInitialFocus() to set the element that is initially focused.

      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 aM_ Lfnf;aM_()V
    • initTabNavigation

      protected void initTabNavigation()
      Overrides:
      initTabNavigation in class Screen
      Mappings:
      Namespace Name Mixin selector
      named initTabNavigation Lnet/minecraft/client/gui/screen/Screen;initTabNavigation()V
      intermediary method_48640 Lnet/minecraft/class_437;method_48640()V
      official c Lfnf;c()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 d Lfnf;d()V
    • getErrorText

      private Text getErrorText()
      Mappings:
      Namespace Name Mixin selector
      named getErrorText Lnet/minecraft/client/realms/gui/screen/RealmsClientIncompatibleScreen;getErrorText()Lnet/minecraft/text/Text;
      intermediary method_57675 Lnet/minecraft/class_4387;method_57675()Lnet/minecraft/class_2561;
      official E Lfcp;E()Lxp;