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

    • wrappedText Link icon

      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 Lftp;a:Lfpn;
    • goBack Link icon

      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 Lftp;b:Ljava/lang/Runnable;
    • runServerInSafeMode Link icon

      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 Lftp;c:Ljava/lang/Runnable;
  • Constructor Details Link icon

    • DataPackFailureScreen Link icon

      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> Lftp;<init>(Ljava/lang/Runnable;Ljava/lang/Runnable;)V
  • 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
    • render Link icon

      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 Lfpx;a(Lfof;IIF)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