Class DeathScreen.TitleScreenConfirmScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement
Enclosing class:
DeathScreen

@Environment(CLIENT) public static class DeathScreen.TitleScreenConfirmScreen extends ConfirmScreen
Mappings:
Namespace Name
named net/minecraft/client/gui/screen/DeathScreen$TitleScreenConfirmScreen
intermediary net/minecraft/class_418$class_8183
official fmd$a
  • Constructor Details

    • TitleScreenConfirmScreen

      public TitleScreenConfirmScreen(BooleanConsumer callback, Text title, Text message, Text yesText, Text noText)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/gui/screen/ConfirmScreen;<init>(Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;)V
      intermediary <init> Lnet/minecraft/class_410;<init>(Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;)V
      official <init> Lflx;<init>(Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lxp;Lxp;Lxp;Lxp;)V
  • Method Details

    • renderBackground

      public void renderBackground(DrawContext context, int mouseX, int mouseY, float delta)
      Renders the background of this screen.

      If the client is in a world, renders the translucent background gradient. Otherwise renders the background texture.

      Overrides:
      renderBackground in class Screen
      Mappings:
      Namespace Name Mixin selector
      named renderBackground Lnet/minecraft/client/gui/screen/Screen;renderBackground(Lnet/minecraft/client/gui/DrawContext;IIF)V
      intermediary method_25420 Lnet/minecraft/class_437;method_25420(Lnet/minecraft/class_332;IIF)V
      official b Lfnf;b(Lfgt;IIF)V