Class DemoScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

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

    • DEMO_BG

      private static final Identifier DEMO_BG
      Mappings:
      Namespace Name Mixin selector
      named DEMO_BG Lnet/minecraft/client/gui/screen/DemoScreen;DEMO_BG:Lnet/minecraft/util/Identifier;
      intermediary field_2447 Lnet/minecraft/class_417;field_2447:Lnet/minecraft/class_2960;
      official a Lgot;a:Lamy;
    • DEMO_BG_WIDTH

      private static final int DEMO_BG_WIDTH
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named DEMO_BG_WIDTH Lnet/minecraft/client/gui/screen/DemoScreen;DEMO_BG_WIDTH:I
      intermediary field_52797 Lnet/minecraft/class_417;field_52797:I
      official b Lgot;b:I
    • DEMO_BG_HEIGHT

      private static final int DEMO_BG_HEIGHT
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named DEMO_BG_HEIGHT Lnet/minecraft/client/gui/screen/DemoScreen;DEMO_BG_HEIGHT:I
      intermediary field_52798 Lnet/minecraft/class_417;field_52798:I
      official c Lgot;c:I
    • field_63895

      private static final int field_63895
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_63895 Lnet/minecraft/client/gui/screen/DemoScreen;field_63895:I
      intermediary field_63895 Lnet/minecraft/class_417;field_63895:I
      official d Lgot;d:I
    • movementText

      private MultilineText movementText
      Mappings:
      Namespace Name Mixin selector
      named movementText Lnet/minecraft/client/gui/screen/DemoScreen;movementText:Lnet/minecraft/client/font/MultilineText;
      intermediary field_26538 Lnet/minecraft/class_417;field_26538:Lnet/minecraft/class_5489;
      official e Lgot;e:Lghk;
    • fullWrappedText

      private MultilineText fullWrappedText
      Mappings:
      Namespace Name Mixin selector
      named fullWrappedText Lnet/minecraft/client/gui/screen/DemoScreen;fullWrappedText:Lnet/minecraft/client/font/MultilineText;
      intermediary field_26539 Lnet/minecraft/class_417;field_26539:Lnet/minecraft/class_5489;
      official f Lgot;f:Lghk;
  • Constructor Details

    • DemoScreen

      public DemoScreen()
  • 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
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      official bg_ Lgpn;bg_()V
    • method_75827

      private Text method_75827(MutableText mutableText)
      Mappings:
      Namespace Name Mixin selector
      named method_75827 Lnet/minecraft/client/gui/screen/DemoScreen;method_75827(Lnet/minecraft/text/MutableText;)Lnet/minecraft/text/Text;
      intermediary method_75827 Lnet/minecraft/class_417;method_75827(Lnet/minecraft/class_5250;)Lnet/minecraft/class_2561;
      official a Lgot;a(Lzb;)Lym;
    • renderBackground

      public void renderBackground(DrawContext context, int mouseX, int mouseY, float deltaTicks)
      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
      named renderBackground Lnet/minecraft/client/gui/screen/Screen;renderBackground(Lnet/minecraft/client/gui/DrawContext;IIF)V
      intermediary method_25420 Lnet/minecraft/class_437;method_25420(Lnet/minecraft/class_332;IIF)V
      official b Lgpn;b(Lggd;IIF)V
    • render

      public void render(DrawContext context, int mouseX, int mouseY, float deltaTicks)
      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 Lghu;a(Lggd;IIF)V