Class DataPackFailureScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

@Environment(CLIENT) public class DataPackFailureScreen extends Screen
Mappings:
Namespace Name
named net/minecraft/client/gui/screen/world/DataPackFailureScreen
intermediary net/minecraft/class_5346
official fna
  • Field Details

    • wrappedText

      private MultilineText wrappedText
      Mappings:
      Namespace Name Mixin selector
      named wrappedText Lnet/minecraft/client/gui/screen/world/DataPackFailureScreen;wrappedText:Lnet/minecraft/client/font/MultilineText;
      intermediary field_25265 Lnet/minecraft/class_5346;field_25265:Lnet/minecraft/class_5489;
      official a Lfna;a:Lfiz;
    • goBack

      private final Runnable goBack
      Mappings:
      Namespace Name Mixin selector
      named goBack Lnet/minecraft/client/gui/screen/world/DataPackFailureScreen;goBack:Ljava/lang/Runnable;
      intermediary field_46859 Lnet/minecraft/class_5346;field_46859:Ljava/lang/Runnable;
      official b Lfna;b:Ljava/lang/Runnable;
    • runServerInSafeMode

      private final Runnable runServerInSafeMode
      Mappings:
      Namespace Name Mixin selector
      named runServerInSafeMode Lnet/minecraft/client/gui/screen/world/DataPackFailureScreen;runServerInSafeMode:Ljava/lang/Runnable;
      intermediary field_46860 Lnet/minecraft/class_5346;field_46860:Ljava/lang/Runnable;
      official c Lfna;c:Ljava/lang/Runnable;
  • Constructor Details

    • DataPackFailureScreen

      public DataPackFailureScreen(Runnable goBack, Runnable runServerInSafeMode)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/gui/screen/world/DataPackFailureScreen;<init>(Ljava/lang/Runnable;Ljava/lang/Runnable;)V
      intermediary <init> Lnet/minecraft/class_5346;<init>(Ljava/lang/Runnable;Ljava/lang/Runnable;)V
      official <init> Lfna;<init>(Ljava/lang/Runnable;Ljava/lang/Runnable;)V
  • 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 aP_ Lfnx;aP_()V
    • render

      public void render(DrawContext context, int mouseX, int mouseY, float delta)
      Specified by:
      render in interface Drawable
      Overrides:
      render in class Screen
      Mappings:
      Namespace Name Mixin selector
      named render Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
      intermediary method_25394 Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V
      official a Lfjj;a(Lfht;IIF)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 aF_ Lfnx;aF_()Z