Class DialogScreen.WarningScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement
Enclosing class:
DialogScreen<T extends Dialog>

@Environment(CLIENT) public static class DialogScreen.WarningScreen extends ConfirmScreen
Mappings:
Namespace Name
named net/minecraft/client/gui/screen/dialog/DialogScreen$WarningScreen
intermediary net/minecraft/class_11473$class_11514
official gnc$a
  • Field Details

    • dialogScreen

      private final MutableObject<Screen> dialogScreen
      Mappings:
      Namespace Name Mixin selector
      named dialogScreen Lnet/minecraft/client/gui/screen/dialog/DialogScreen$WarningScreen;dialogScreen:Lorg/apache/commons/lang3/mutable/MutableObject;
      intermediary field_60875 Lnet/minecraft/class_11473$class_11514;field_60875:Lorg/apache/commons/lang3/mutable/MutableObject;
      official t Lgnc$a;t:Lorg/apache/commons/lang3/mutable/MutableObject;
  • Constructor Details

    • WarningScreen

      private WarningScreen(MinecraftClient client, DialogNetworkAccess dialogNetworkAccess, MutableObject<Screen> dialogScreen)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/gui/screen/dialog/DialogScreen$WarningScreen;<init>(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/client/gui/screen/dialog/DialogNetworkAccess;Lorg/apache/commons/lang3/mutable/MutableObject;)V
      intermediary <init> Lnet/minecraft/class_11473$class_11514;<init>(Lnet/minecraft/class_310;Lnet/minecraft/class_11513;Lorg/apache/commons/lang3/mutable/MutableObject;)V
      official <init> Lgnc$a;<init>(Lfzz;Lgmz;Lorg/apache/commons/lang3/mutable/MutableObject;)V
  • Method Details

    • create

      public static Screen create(MinecraftClient client, DialogNetworkAccess dialogNetworkAccess, Screen dialogScreen)
      Mappings:
      Namespace Name Mixin selector
      named create Lnet/minecraft/client/gui/screen/dialog/DialogScreen$WarningScreen;create(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/client/gui/screen/dialog/DialogNetworkAccess;Lnet/minecraft/client/gui/screen/Screen;)Lnet/minecraft/client/gui/screen/Screen;
      intermediary method_72007 Lnet/minecraft/class_11473$class_11514;method_72007(Lnet/minecraft/class_310;Lnet/minecraft/class_11513;Lnet/minecraft/class_437;)Lnet/minecraft/class_437;
      official a Lgnc$a;a(Lfzz;Lgmz;Lgmj;)Lgmj;
    • getDialogScreen

      @Nullable public @Nullable Screen getDialogScreen()
      Mappings:
      Namespace Name Mixin selector
      named getDialogScreen Lnet/minecraft/client/gui/screen/dialog/DialogScreen$WarningScreen;getDialogScreen()Lnet/minecraft/client/gui/screen/Screen;
      intermediary method_72010 Lnet/minecraft/class_11473$class_11514;method_72010()Lnet/minecraft/class_437;
      official o Lgnc$a;o()Lgmj;
    • setDialogScreen

      public void setDialogScreen(@Nullable @Nullable Screen screen)
      Mappings:
      Namespace Name Mixin selector
      named setDialogScreen Lnet/minecraft/client/gui/screen/dialog/DialogScreen$WarningScreen;setDialogScreen(Lnet/minecraft/client/gui/screen/Screen;)V
      intermediary method_72009 Lnet/minecraft/class_11473$class_11514;method_72009(Lnet/minecraft/class_437;)V
      official a Lgnc$a;a(Lgmj;)V