Class NoticeScreen

All Implemented Interfaces:
Drawable, Element, ParentElement

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

    • actionHandler

      private final Runnable actionHandler
      Mappings:
      Namespace Name Mixin selector
      official c Lebk;c: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;
    • notice

      protected final Text notice
      Mappings:
      Namespace Name Mixin selector
      official a Lebk;a:Lpz;
      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 n Lebk;n:Ldzm;
      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;
    • buttonText

      protected final Text buttonText
      Mappings:
      Namespace Name Mixin selector
      official b Lebk;b:Lpz;
      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;
  • Constructor Details

    • NoticeScreen

      public NoticeScreen(Runnable actionHandler, Text title, Text notice)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lebk;<init>(Ljava/lang/Runnable;Lpz;Lpz;)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)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lebk;<init>(Ljava/lang/Runnable;Lpz;Lpz;Lpz;)V
      intermediary <init> Lnet/minecraft/class_403;<init>(Ljava/lang/Runnable;Lnet/minecraft/class_2561;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;Lnet/minecraft/text/Text;)V
  • Method Details

    • 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 Lecr;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 Ldzv;a(Ldsj;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