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 fiu
  • Field Details Link icon

    • INCOMPATIBLE_TITLE Link icon

      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 Lfiu;a:Lwp;
    • GAME_VERSION Link icon

      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 Lfiu;b:Lwp;
    • UNSUPPORTED_SNAPSHOT_VERSION Link icon

      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 Lfiu;c:Lwp;
    • OUTDATED_STABLE_VERSION Link icon

      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 C Lfiu;C:Lwp;
    • parent Link icon

      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 D Lfiu;D:Lfum;
    • layout Link icon

      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 E Lfiu;E:Lfsi;
  • Constructor Details Link icon

    • RealmsClientIncompatibleScreen Link icon

      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> Lfiu;<init>(Lfum;)V
  • Method Details Link icon

    • init Link icon

      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 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
    • getErrorText Link icon

      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 Lfiu;E()Lwp;