Class DialogScreen

All Implemented Interfaces:
Drawable, Element, ParentElement

@Environment(CLIENT) public class DialogScreen extends Screen
Mappings:
Namespace Name
official eox
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 Leox;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 Leox;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 Leox;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 n Leox;n:Lss;
      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 o Leox;o:Lsw;
      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 p Leox;p: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 q Leox;q:Lelq;
      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 r Leox;r: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 s Leox;s: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> Leox;<init>(Lss;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 ah_ Lepb;ah_()Lss;
      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.

      Overrides:
      init in class Screen
      Mappings:
      Namespace Name Mixin selector
      official b Lepb;b()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(MatrixStack matrices, int mouseX, int mouseY, float delta)
      Specified by:
      render in interface Drawable
      Overrides:
      render in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lely;a(Leed;IIF)V
      intermediary method_25394 Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)V
      named render Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;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 ai_ Lepb;ai_()Z
      intermediary method_25422 Lnet/minecraft/class_437;method_25422()Z
      named shouldCloseOnEsc Lnet/minecraft/client/gui/screen/Screen;shouldCloseOnEsc()Z