Class NoticeScreen

All Implemented Interfaces:
Drawable, Element, ParentElement

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

    • NOTICE_TEXT_Y

      private static final int NOTICE_TEXT_Y
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lenr;a:I
      intermediary field_39539 Lnet/minecraft/class_403;field_39539:I
      named NOTICE_TEXT_Y Lnet/minecraft/client/gui/screen/NoticeScreen;NOTICE_TEXT_Y:I
    • notice

      private final Text notice
      Mappings:
      Namespace Name Mixin selector
      official b Lenr;b:Lss;
      intermediary field_2346 Lnet/minecraft/class_403;field_2346:Lnet/minecraft/class_2561;
      named notice Lnet/minecraft/client/gui/screen/NoticeScreen;notice:Lnet/minecraft/text/Text;
    • noticeLines

      private MultilineText noticeLines
      Mappings:
      Namespace Name Mixin selector
      official c Lenr;c:Lelq;
      intermediary field_2348 Lnet/minecraft/class_403;field_2348:Lnet/minecraft/class_5489;
      named noticeLines Lnet/minecraft/client/gui/screen/NoticeScreen;noticeLines:Lnet/minecraft/client/font/MultilineText;
    • actionHandler

      private final Runnable actionHandler
      Mappings:
      Namespace Name Mixin selector
      official n Lenr;n:Ljava/lang/Runnable;
      intermediary field_2345 Lnet/minecraft/class_403;field_2345:Ljava/lang/Runnable;
      named actionHandler Lnet/minecraft/client/gui/screen/NoticeScreen;actionHandler:Ljava/lang/Runnable;
    • buttonText

      private final Text buttonText
      Mappings:
      Namespace Name Mixin selector
      official o Lenr;o:Lss;
      intermediary field_2349 Lnet/minecraft/class_403;field_2349:Lnet/minecraft/class_2561;
      named buttonText Lnet/minecraft/client/gui/screen/NoticeScreen;buttonText:Lnet/minecraft/text/Text;
    • shouldCloseOnEsc

      private final boolean shouldCloseOnEsc
      Mappings:
      Namespace Name Mixin selector
      official p Lenr;p:Z
      intermediary field_39540 Lnet/minecraft/class_403;field_39540:Z
      named shouldCloseOnEsc Lnet/minecraft/client/gui/screen/NoticeScreen;shouldCloseOnEsc:Z
  • Constructor Details

    • NoticeScreen

      public NoticeScreen(Runnable actionHandler, Text title, Text notice)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lenr;<init>(Ljava/lang/Runnable;Lss;Lss;)V
      intermediary <init> Lnet/minecraft/class_403;<init>(Ljava/lang/Runnable;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;)V
      named <init> Lnet/minecraft/client/gui/screen/NoticeScreen;<init>(Ljava/lang/Runnable;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;)V
    • NoticeScreen

      public NoticeScreen(Runnable actionHandler, Text title, Text notice, Text buttonText, boolean shouldCloseOnEsc)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lenr;<init>(Ljava/lang/Runnable;Lss;Lss;Lss;Z)V
      intermediary <init> Lnet/minecraft/class_403;<init>(Ljava/lang/Runnable;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;Z)V
      named <init> Lnet/minecraft/client/gui/screen/NoticeScreen;<init>(Ljava/lang/Runnable;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;Z)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

      protected 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