Class RealmsLongRunningMcoTaskScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement
Direct Known Subclasses:
RealmsLongRunningTickableTaskScreen

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

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      named LOGGER Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;LOGGER:Lorg/slf4j/Logger;
      intermediary field_19909 Lnet/minecraft/class_4398;field_19909:Lorg/slf4j/Logger;
      official a Lfcx;a:Lorg/slf4j/Logger;
    • NARRATOR

      private static final RepeatedNarrator NARRATOR
      Mappings:
      Namespace Name Mixin selector
      named NARRATOR Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;NARRATOR:Lnet/minecraft/client/realms/RepeatedNarrator;
      intermediary field_33779 Lnet/minecraft/class_4398;field_33779:Lnet/minecraft/class_4907;
      official b Lfcx;b:Lgvj;
    • tasks

      private final List<LongRunningTask> tasks
      Mappings:
      Namespace Name Mixin selector
      named tasks Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;tasks:Ljava/util/List;
      intermediary field_46707 Lnet/minecraft/class_4398;field_46707:Ljava/util/List;
      official c Lfcx;c:Ljava/util/List;
    • parent

      private final Screen parent
      Mappings:
      Namespace Name Mixin selector
      named parent Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
      intermediary field_19912 Lnet/minecraft/class_4398;field_19912:Lnet/minecraft/class_437;
      official B Lfcx;B:Lfnf;
    • layout

      private final DirectionalLayoutWidget layout
      Mappings:
      Namespace Name Mixin selector
      named layout Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;layout:Lnet/minecraft/client/gui/widget/DirectionalLayoutWidget;
      intermediary field_46111 Lnet/minecraft/class_4398;field_46111:Lnet/minecraft/class_8667;
      official C Lfcx;C:Lfkx;
    • title

      private volatile Text title
      Mappings:
      Namespace Name Mixin selector
      named title Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;title:Lnet/minecraft/text/Text;
      intermediary field_19914 Lnet/minecraft/class_4398;field_19914:Lnet/minecraft/class_2561;
      official D Lfcx;D:Lxp;
    • loading

      Mappings:
      Namespace Name Mixin selector
      named loading Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;loading:Lnet/minecraft/client/realms/gui/RealmsLoadingWidget;
      intermediary field_46112 Lnet/minecraft/class_4398;field_46112:Lnet/minecraft/class_8661;
      official E Lfcx;E:Lfhv;
  • Constructor Details

    • RealmsLongRunningMcoTaskScreen

      public RealmsLongRunningMcoTaskScreen(Screen parent, LongRunningTask[] tasks)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;[Lnet/minecraft/client/realms/task/LongRunningTask;)V
      intermediary <init> Lnet/minecraft/class_4398;<init>(Lnet/minecraft/class_437;[Lnet/minecraft/class_4358;)V
      official <init> Lfcx;<init>(Lfnf;[Lfeh;)V
  • Method Details

    • tick

      public void tick()
      Overrides:
      tick in class Screen
      Mappings:
      Namespace Name Mixin selector
      named tick Lnet/minecraft/client/gui/screen/Screen;tick()V
      intermediary method_25393 Lnet/minecraft/class_437;method_25393()V
      official e Lfnf;e()V
    • keyPressed

      public boolean keyPressed(int keyCode, int scanCode, int modifiers)
      Callback for when a key down event has been captured. The key code is identified by the constants in GLFW class.
      Specified by:
      keyPressed in interface Element
      Specified by:
      keyPressed in interface ParentElement
      Overrides:
      keyPressed in class Screen
      Parameters:
      keyCode - the named key code of the event as described in the GLFW class
      scanCode - the unique/platform-specific scan code of the keyboard input
      modifiers - a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)
      Returns:
      true to indicate that the event handling is successful/valid
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named keyPressed Lnet/minecraft/client/gui/Element;keyPressed(III)Z
      intermediary method_25404 Lnet/minecraft/class_364;method_25404(III)Z
      official a Lfjc;a(III)Z
    • 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
    • onCancel

      protected void onCancel()
      Mappings:
      Namespace Name Mixin selector
      named onCancel Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;onCancel()V
      intermediary method_53798 Lnet/minecraft/class_4398;method_53798()V
      official f Lfcx;f()V
    • setTitle

      public void setTitle(Text title)
      Mappings:
      Namespace Name Mixin selector
      named setTitle Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;setTitle(Lnet/minecraft/text/Text;)V
      intermediary method_53797 Lnet/minecraft/class_4398;method_53797(Lnet/minecraft/class_2561;)V
      official a Lfcx;a(Lxp;)V