Class RealmsBridgeScreen

All Implemented Interfaces:
Drawable, Element, ParentElement, TickableElement

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

    • previousScreen

      private Screen previousScreen
      Mappings:
      Namespace Name Mixin selector
      official a Lewd;a:Ldve;
      intermediary field_22813 Lnet/minecraft/class_4901;field_22813:Lnet/minecraft/class_437;
      named previousScreen Lnet/minecraft/client/realms/gui/screen/RealmsBridgeScreen;previousScreen:Lnet/minecraft/client/gui/screen/Screen;
  • Constructor Details

    • RealmsBridgeScreen

      public RealmsBridgeScreen()
  • Method Details

    • switchToRealms

      public void switchToRealms​(Screen parentScreen)
      Mappings:
      Namespace Name Mixin selector
      official a Lewd;a(Ldve;)V
      intermediary method_25475 Lnet/minecraft/class_4901;method_25475(Lnet/minecraft/class_437;)V
      named switchToRealms Lnet/minecraft/client/realms/gui/screen/RealmsBridgeScreen;switchToRealms(Lnet/minecraft/client/gui/screen/Screen;)V
    • getNotificationScreen

      @Nullable public RealmsScreen getNotificationScreen​(Screen parentScreen)
      Mappings:
      Namespace Name Mixin selector
      official b Lewd;b(Ldve;)Lewh;
      intermediary method_25476 Lnet/minecraft/class_4901;method_25476(Lnet/minecraft/class_437;)Lnet/minecraft/class_4905;
      named getNotificationScreen Lnet/minecraft/client/realms/gui/screen/RealmsBridgeScreen;getNotificationScreen(Lnet/minecraft/client/gui/screen/Screen;)Lnet/minecraft/client/realms/gui/screen/RealmsScreen;
    • 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
      official b Ldve;b()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V