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

    • TITLE Link icon

      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 Lfuf;a:Lwp;
    • MESSAGE Link icon

      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 Lfuf;b:Lwp;
    • MAX_TEXT_WIDTH Link icon

      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 Lfuf;c:I
    • layout Link icon

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

    • OutOfMemoryScreen Link icon

      public OutOfMemoryScreen()
  • Method Details Link icon

    • init Link icon

      protected 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
    • shouldCloseOnEsc Link icon

      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 aG_ Lfum;aG_()Z