Class TitleScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

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

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official c Lfdg;c:Lorg/slf4j/Logger;
      intermediary field_23775 Lnet/minecraft/class_442;field_23775:Lorg/slf4j/Logger;
      named LOGGER Lnet/minecraft/client/gui/screen/TitleScreen;LOGGER:Lorg/slf4j/Logger;
    • DEMO_WORLD_NAME

      private static final String DEMO_WORLD_NAME
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official k Lfdg;k:Ljava/lang/String;
      intermediary field_32272 Lnet/minecraft/class_442;field_32272:Ljava/lang/String;
      named DEMO_WORLD_NAME Lnet/minecraft/client/gui/screen/TitleScreen;DEMO_WORLD_NAME:Ljava/lang/String;
    • PANORAMA_CUBE_MAP

      public static final CubeMapRenderer PANORAMA_CUBE_MAP
      Mappings:
      Namespace Name Mixin selector
      official b Lfdg;b:Lfsv;
      intermediary field_17774 Lnet/minecraft/class_442;field_17774:Lnet/minecraft/class_751;
      named PANORAMA_CUBE_MAP Lnet/minecraft/client/gui/screen/TitleScreen;PANORAMA_CUBE_MAP:Lnet/minecraft/client/gui/CubeMapRenderer;
    • PANORAMA_OVERLAY

      private static final Identifier PANORAMA_OVERLAY
      Mappings:
      Namespace Name Mixin selector
      official l Lfdg;l:Lahg;
      intermediary field_17775 Lnet/minecraft/class_442;field_17775:Lnet/minecraft/class_2960;
      named PANORAMA_OVERLAY Lnet/minecraft/client/gui/screen/TitleScreen;PANORAMA_OVERLAY:Lnet/minecraft/util/Identifier;
    • splashText

      Mappings:
      Namespace Name Mixin selector
      official m Lfdg;m:Leyk;
      intermediary field_2586 Lnet/minecraft/class_442;field_2586:Lnet/minecraft/class_8519;
      named splashText Lnet/minecraft/client/gui/screen/TitleScreen;splashText:Lnet/minecraft/client/gui/screen/SplashTextRenderer;
    • buttonResetDemo

      private ButtonWidget buttonResetDemo
      Mappings:
      Namespace Name Mixin selector
      official n Lfdg;n:Lexg;
      intermediary field_2590 Lnet/minecraft/class_442;field_2590:Lnet/minecraft/class_4185;
      named buttonResetDemo Lnet/minecraft/client/gui/screen/TitleScreen;buttonResetDemo:Lnet/minecraft/client/gui/widget/ButtonWidget;
    • realmsNotificationGui

      @Nullable private @Nullable RealmsNotificationsScreen realmsNotificationGui
      Mappings:
      Namespace Name Mixin selector
      official o Lfdg;o:Leta;
      intermediary field_2592 Lnet/minecraft/class_442;field_2592:Lnet/minecraft/class_4399;
      named realmsNotificationGui Lnet/minecraft/client/gui/screen/TitleScreen;realmsNotificationGui:Lnet/minecraft/client/realms/gui/screen/RealmsNotificationsScreen;
    • backgroundRenderer

      private final RotatingCubeMapRenderer backgroundRenderer
      Mappings:
      Namespace Name Mixin selector
      official p Lfdg;p:Lftj;
      intermediary field_2585 Lnet/minecraft/class_442;field_2585:Lnet/minecraft/class_766;
      named backgroundRenderer Lnet/minecraft/client/gui/screen/TitleScreen;backgroundRenderer:Lnet/minecraft/client/gui/RotatingCubeMapRenderer;
    • doBackgroundFade

      private final boolean doBackgroundFade
      Mappings:
      Namespace Name Mixin selector
      official q Lfdg;q:Z
      intermediary field_18222 Lnet/minecraft/class_442;field_18222:Z
      named doBackgroundFade Lnet/minecraft/client/gui/screen/TitleScreen;doBackgroundFade:Z
    • backgroundFadeStart

      private long backgroundFadeStart
      Mappings:
      Namespace Name Mixin selector
      official r Lfdg;r:J
      intermediary field_17772 Lnet/minecraft/class_442;field_17772:J
      named backgroundFadeStart Lnet/minecraft/client/gui/screen/TitleScreen;backgroundFadeStart:J
    • deprecationNotice

      Mappings:
      Namespace Name Mixin selector
      official t Lfdg;t:Lfdg$a;
      intermediary field_37209 Lnet/minecraft/class_442;field_37209:Lnet/minecraft/class_442$class_7063;
      named deprecationNotice Lnet/minecraft/client/gui/screen/TitleScreen;deprecationNotice:Lnet/minecraft/client/gui/screen/TitleScreen$DeprecationNotice;
    • logoDrawer

      private final LogoDrawer logoDrawer
      Mappings:
      Namespace Name Mixin selector
      official u Lfdg;u:Lexx;
      intermediary field_41847 Lnet/minecraft/class_442;field_41847:Lnet/minecraft/class_8020;
      named logoDrawer Lnet/minecraft/client/gui/screen/TitleScreen;logoDrawer:Lnet/minecraft/client/gui/LogoDrawer;
  • Constructor Details

    • TitleScreen

      public TitleScreen()
    • TitleScreen

      public TitleScreen(boolean doBackgroundFade)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfdg;<init>(Z)V
      intermediary <init> Lnet/minecraft/class_442;<init>(Z)V
      named <init> Lnet/minecraft/client/gui/screen/TitleScreen;<init>(Z)V
    • TitleScreen

      public TitleScreen(boolean doBackgroundFade, @Nullable @Nullable LogoDrawer logoDrawer)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfdg;<init>(ZLexx;)V
      intermediary <init> Lnet/minecraft/class_442;<init>(ZLnet/minecraft/class_8020;)V
      named <init> Lnet/minecraft/client/gui/screen/TitleScreen;<init>(ZLnet/minecraft/client/gui/LogoDrawer;)V
  • Method Details

    • isRealmsNotificationsGuiDisplayed

      private boolean isRealmsNotificationsGuiDisplayed()
      Mappings:
      Namespace Name Mixin selector
      official n Lfdg;n()Z
      intermediary method_2253 Lnet/minecraft/class_442;method_2253()Z
      named isRealmsNotificationsGuiDisplayed Lnet/minecraft/client/gui/screen/TitleScreen;isRealmsNotificationsGuiDisplayed()Z
    • tick

      public void tick()
      Overrides:
      tick in class Screen
      Mappings:
      Namespace Name Mixin selector
      official d Lfdb;d()V
      intermediary method_25393 Lnet/minecraft/class_437;method_25393()V
      named tick Lnet/minecraft/client/gui/screen/Screen;tick()V
    • loadTexturesAsync

      public static CompletableFuture<Void> loadTexturesAsync(TextureManager textureManager, Executor executor)
      Mappings:
      Namespace Name Mixin selector
      official a Lfdg;a(Lgeo;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
      intermediary method_18105 Lnet/minecraft/class_442;method_18105(Lnet/minecraft/class_1060;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
      named loadTexturesAsync Lnet/minecraft/client/gui/screen/TitleScreen;loadTexturesAsync(Lnet/minecraft/client/texture/TextureManager;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
    • shouldPause

      public boolean shouldPause()
      Overrides:
      shouldPause in class Screen
      Mappings:
      Namespace Name Mixin selector
      official k Lfdb;k()Z
      intermediary method_25421 Lnet/minecraft/class_437;method_25421()Z
      named shouldPause Lnet/minecraft/client/gui/screen/Screen;shouldPause()Z
    • 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 aL_ Lfdb;aL_()Z
      intermediary method_25422 Lnet/minecraft/class_437;method_25422()Z
      named shouldCloseOnEsc Lnet/minecraft/client/gui/screen/Screen;shouldCloseOnEsc()Z
    • init

      protected void init()
      Called when a screen should be initialized.

      This method is called when this screen is opened or resized.

      This should call Screen.setInitialFocus(net.minecraft.client.gui.Element) to set the element that is initially focused.

      Overrides:
      init in class Screen
      Mappings:
      Namespace Name Mixin selector
      official aN_ Lfdb;aN_()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • initWidgetsNormal

      private void initWidgetsNormal(int y, int spacingY)
      Mappings:
      Namespace Name Mixin selector
      official a Lfdg;a(II)V
      intermediary method_2249 Lnet/minecraft/class_442;method_2249(II)V
      named initWidgetsNormal Lnet/minecraft/client/gui/screen/TitleScreen;initWidgetsNormal(II)V
    • getMultiplayerDisabledText

      @Nullable private @Nullable Text getMultiplayerDisabledText()
      Mappings:
      Namespace Name Mixin selector
      official D Lfdg;D()Lvf;
      intermediary method_44692 Lnet/minecraft/class_442;method_44692()Lnet/minecraft/class_2561;
      named getMultiplayerDisabledText Lnet/minecraft/client/gui/screen/TitleScreen;getMultiplayerDisabledText()Lnet/minecraft/text/Text;
    • initWidgetsDemo

      private void initWidgetsDemo(int y, int spacingY)
      Mappings:
      Namespace Name Mixin selector
      official b Lfdg;b(II)V
      intermediary method_2251 Lnet/minecraft/class_442;method_2251(II)V
      named initWidgetsDemo Lnet/minecraft/client/gui/screen/TitleScreen;initWidgetsDemo(II)V
    • canReadDemoWorldData

      private boolean canReadDemoWorldData()
      Mappings:
      Namespace Name Mixin selector
      official E Lfdg;E()Z
      intermediary method_31129 Lnet/minecraft/class_442;method_31129()Z
      named canReadDemoWorldData Lnet/minecraft/client/gui/screen/TitleScreen;canReadDemoWorldData()Z
    • switchToRealms

      private void switchToRealms()
      Mappings:
      Namespace Name Mixin selector
      official H Lfdg;H()V
      intermediary method_2252 Lnet/minecraft/class_442;method_2252()V
      named switchToRealms Lnet/minecraft/client/gui/screen/TitleScreen;switchToRealms()V
    • render

      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
      official a Leyj;a(Lewu;IIF)V
      intermediary method_25394 Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V
      named render Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
    • renderBackground

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

      public boolean mouseClicked(double mouseX, double mouseY, int button)
      Callback for when a mouse button down event has been captured. The button number is identified by the constants in GLFW class.
      Parameters:
      mouseX - the X coordinate of the mouse
      mouseY - the Y coordinate of the mouse
      button - the mouse button number
      Returns:
      true to indicate that the event handling is successful/valid
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lezb;a(DDI)Z
      intermediary method_25402 Lnet/minecraft/class_364;method_25402(DDI)Z
      named mouseClicked Lnet/minecraft/client/gui/Element;mouseClicked(DDI)Z
    • removed

      public void removed()
      Overrides:
      removed in class Screen
      Mappings:
      Namespace Name Mixin selector
      official j Lfdb;j()V
      intermediary method_25432 Lnet/minecraft/class_437;method_25432()V
      named removed Lnet/minecraft/client/gui/screen/Screen;removed()V
    • onDisplayed

      public void onDisplayed()
      Overrides:
      onDisplayed in class Screen
      Mappings:
      Namespace Name Mixin selector
      official aF_ Lfdb;aF_()V
      intermediary method_49589 Lnet/minecraft/class_437;method_49589()V
      named onDisplayed Lnet/minecraft/client/gui/screen/Screen;onDisplayed()V
    • onDemoDeletionConfirmed

      private void onDemoDeletionConfirmed(boolean delete)
      Mappings:
      Namespace Name Mixin selector
      official c Lfdg;c(Z)V
      intermediary method_20375 Lnet/minecraft/class_442;method_20375(Z)V
      named onDemoDeletionConfirmed Lnet/minecraft/client/gui/screen/TitleScreen;onDemoDeletionConfirmed(Z)V