Class NoticeScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

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

    • NOTICE_TEXT_Y Link icon

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

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

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

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

      private final Text buttonText
      Mappings:
      Namespace Name Mixin selector
      named buttonText Lnet/minecraft/client/gui/screen/NoticeScreen;buttonText:Lnet/minecraft/text/Text;
      intermediary field_2349 Lnet/minecraft/class_403;field_2349:Lnet/minecraft/class_2561;
      official s Lftf;s:Lwp;
    • shouldCloseOnEsc Link icon

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

    • NoticeScreen Link icon

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

      public NoticeScreen(Runnable actionHandler, Text title, Text notice, Text buttonText, boolean shouldCloseOnEsc)
      Mappings:
      Namespace Name Mixin selector
      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
      intermediary <init> Lnet/minecraft/class_403;<init>(Ljava/lang/Runnable;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;Z)V
      official <init> Lftf;<init>(Ljava/lang/Runnable;Lwp;Lwp;Lwp;Z)V
  • Method Details Link icon

    • getNarratedTitle Link icon

      public Text getNarratedTitle()
      Overrides:
      getNarratedTitle in class Screen
      Mappings:
      Namespace Name Mixin selector
      named getNarratedTitle Lnet/minecraft/client/gui/screen/Screen;getNarratedTitle()Lnet/minecraft/text/Text;
      intermediary method_25435 Lnet/minecraft/class_437;method_25435()Lnet/minecraft/class_2561;
      official i Lfum;i()Lwp;
    • init Link icon

      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
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      official aR_ Lfum;aR_()V
    • render Link icon

      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
      named render Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
      intermediary method_25394 Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V
      official a Lfpx;a(Lfof;IIF)V
    • shouldCloseOnEsc Link icon

      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
      named shouldCloseOnEsc Lnet/minecraft/client/gui/screen/Screen;shouldCloseOnEsc()Z
      intermediary method_25422 Lnet/minecraft/class_437;method_25422()Z
      official aG_ Lfum;aG_()Z