Class DialogScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

@Environment(CLIENT) public class DialogScreen extends Screen
Mappings:
Namespace Name
official eyg
intermediary net/minecraft/class_5405
named net/minecraft/client/gui/screen/DialogScreen
  • Field Details

    • BUTTON_PADDING

      private static final int BUTTON_PADDING
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Leyg;a:I
      intermediary field_32260 Lnet/minecraft/class_5405;field_32260:I
      named BUTTON_PADDING Lnet/minecraft/client/gui/screen/DialogScreen;BUTTON_PADDING:I
    • BUTTON_MARGIN

      private static final int BUTTON_MARGIN
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Leyg;b:I
      intermediary field_32261 Lnet/minecraft/class_5405;field_32261:I
      named BUTTON_MARGIN Lnet/minecraft/client/gui/screen/DialogScreen;BUTTON_MARGIN:I
    • BUTTON_HEIGHT

      private static final int BUTTON_HEIGHT
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official c Leyg;c:I
      intermediary field_32262 Lnet/minecraft/class_5405;field_32262:I
      named BUTTON_HEIGHT Lnet/minecraft/client/gui/screen/DialogScreen;BUTTON_HEIGHT:I
    • narrationMessage

      private final Text narrationMessage
      Mappings:
      Namespace Name Mixin selector
      official k Leyg;k:Ltl;
      intermediary field_33811 Lnet/minecraft/class_5405;field_33811:Lnet/minecraft/class_2561;
      named narrationMessage Lnet/minecraft/client/gui/screen/DialogScreen;narrationMessage:Lnet/minecraft/text/Text;
    • message

      private final StringVisitable message
      Mappings:
      Namespace Name Mixin selector
      official l Leyg;l:Ltp;
      intermediary field_25675 Lnet/minecraft/class_5405;field_25675:Lnet/minecraft/class_5348;
      named message Lnet/minecraft/client/gui/screen/DialogScreen;message:Lnet/minecraft/text/StringVisitable;
    • choiceButtons

      private final ImmutableList<DialogScreen.ChoiceButton> choiceButtons
      Mappings:
      Namespace Name Mixin selector
      official m Leyg;m:Lcom/google/common/collect/ImmutableList;
      intermediary field_25676 Lnet/minecraft/class_5405;field_25676:Lcom/google/common/collect/ImmutableList;
      named choiceButtons Lnet/minecraft/client/gui/screen/DialogScreen;choiceButtons:Lcom/google/common/collect/ImmutableList;
    • lines

      private MultilineText lines
      Mappings:
      Namespace Name Mixin selector
      official n Leyg;n:Letj;
      intermediary field_25677 Lnet/minecraft/class_5405;field_25677:Lnet/minecraft/class_5489;
      named lines Lnet/minecraft/client/gui/screen/DialogScreen;lines:Lnet/minecraft/client/font/MultilineText;
    • linesY

      private int linesY
      Mappings:
      Namespace Name Mixin selector
      official o Leyg;o:I
      intermediary field_25678 Lnet/minecraft/class_5405;field_25678:I
      named linesY Lnet/minecraft/client/gui/screen/DialogScreen;linesY:I
    • buttonWidth

      private int buttonWidth
      Mappings:
      Namespace Name Mixin selector
      official p Leyg;p:I
      intermediary field_25679 Lnet/minecraft/class_5405;field_25679:I
      named buttonWidth Lnet/minecraft/client/gui/screen/DialogScreen;buttonWidth:I
  • Constructor Details

    • DialogScreen

      protected DialogScreen(Text title, List<Text> messages, ImmutableList<DialogScreen.ChoiceButton> choiceButtons)
      Mappings:
      Namespace Name Mixin selector
      official <init> Leyg;<init>(Ltl;Ljava/util/List;Lcom/google/common/collect/ImmutableList;)V
      intermediary <init> Lnet/minecraft/class_5405;<init>(Lnet/minecraft/class_2561;Ljava/util/List;Lcom/google/common/collect/ImmutableList;)V
      named <init> Lnet/minecraft/client/gui/screen/DialogScreen;<init>(Lnet/minecraft/text/Text;Ljava/util/List;Lcom/google/common/collect/ImmutableList;)V
  • Method Details

    • getNarratedTitle

      public Text getNarratedTitle()
      Overrides:
      getNarratedTitle in class Screen
      Mappings:
      Namespace Name Mixin selector
      official g Leyk;g()Ltl;
      intermediary method_25435 Lnet/minecraft/class_437;method_25435()Lnet/minecraft/class_2561;
      named getNarratedTitle Lnet/minecraft/client/gui/screen/Screen;getNarratedTitle()Lnet/minecraft/text/Text;
    • init

      public 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(net.minecraft.client.gui.Element) to set the element that is initially focused.

      Overrides:
      init in class Screen
      Mappings:
      Namespace Name Mixin selector
      official aH_ Leyk;aH_()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()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
      official a Lets;a(Lesf;IIF)V
      intermediary method_25394 Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V
      named render Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
    • 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
      official b Leyk;b(Lesf;IIF)V
      intermediary method_25420 Lnet/minecraft/class_437;method_25420(Lnet/minecraft/class_332;IIF)V
      named renderBackground Lnet/minecraft/client/gui/screen/Screen;renderBackground(Lnet/minecraft/client/gui/DrawContext;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
      official ay_ Leyk;ay_()Z
      intermediary method_25422 Lnet/minecraft/class_437;method_25422()Z
      named shouldCloseOnEsc Lnet/minecraft/client/gui/screen/Screen;shouldCloseOnEsc()Z