Class OutOfMemoryScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

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

    • TITLE

      private static final Text TITLE
      Mappings:
      Namespace Name Mixin selector
      named TITLE Lnet/minecraft/client/gui/screen/OutOfMemoryScreen;TITLE:Lnet/minecraft/text/Text;
      intermediary field_49504 Lnet/minecraft/class_428;field_49504:Lnet/minecraft/class_2561;
      official a Lfmy;a:Lxp;
    • MESSAGE

      private static final Text MESSAGE
      Mappings:
      Namespace Name Mixin selector
      named MESSAGE Lnet/minecraft/client/gui/screen/OutOfMemoryScreen;MESSAGE:Lnet/minecraft/text/Text;
      intermediary field_49505 Lnet/minecraft/class_428;field_49505:Lnet/minecraft/class_2561;
      official b Lfmy;b:Lxp;
    • MAX_TEXT_WIDTH

      private static final int MAX_TEXT_WIDTH
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named MAX_TEXT_WIDTH Lnet/minecraft/client/gui/screen/OutOfMemoryScreen;MAX_TEXT_WIDTH:I
      intermediary field_49506 Lnet/minecraft/class_428;field_49506:I
      official c Lfmy;c:I
    • layout

      private final ThreePartsLayoutWidget layout
      Mappings:
      Namespace Name Mixin selector
      named layout Lnet/minecraft/client/gui/screen/OutOfMemoryScreen;layout:Lnet/minecraft/client/gui/widget/ThreePartsLayoutWidget;
      intermediary field_49507 Lnet/minecraft/class_428;field_49507:Lnet/minecraft/class_8132;
      official d Lfmy;d:Lfkt;
  • Constructor Details

    • OutOfMemoryScreen

      public OutOfMemoryScreen()
  • 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() 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
    • 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
      named shouldCloseOnEsc Lnet/minecraft/client/gui/screen/Screen;shouldCloseOnEsc()Z
      intermediary method_25422 Lnet/minecraft/class_437;method_25422()Z
      official aC_ Lfnf;aC_()Z