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 gfk$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 u Lgfk$a;u:Lorg/apache/commons/lang3/mutable/MutableObject;
  • Constructor Details

    • WarningScreen

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

    • create

      public static Screen create(MinecraftClient client, Screen screen)
      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/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_437;)Lnet/minecraft/class_437;
      official a Lgfk$a;a(Lfud;Lges;)Lges;
    • 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 l Lgfk$a;l()Lges;
    • 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 Lgfk$a;a(Lges;)V