Class DownloadingTerrainScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

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

    • TEXT

      private static final Text TEXT
      Mappings:
      Namespace Name Mixin selector
      official a Leyj;a:Ltl;
      intermediary field_26544 Lnet/minecraft/class_434;field_26544:Lnet/minecraft/class_2561;
      named TEXT Lnet/minecraft/client/gui/screen/DownloadingTerrainScreen;TEXT:Lnet/minecraft/text/Text;
    • MIN_LOAD_TIME_MS

      private static final long MIN_LOAD_TIME_MS
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Leyj;b:J
      intermediary field_36365 Lnet/minecraft/class_434;field_36365:J
      named MIN_LOAD_TIME_MS Lnet/minecraft/client/gui/screen/DownloadingTerrainScreen;MIN_LOAD_TIME_MS:J
    • ready

      private boolean ready
      Mappings:
      Namespace Name Mixin selector
      official c Leyj;c:Z
      intermediary field_36366 Lnet/minecraft/class_434;field_36366:Z
      named ready Lnet/minecraft/client/gui/screen/DownloadingTerrainScreen;ready:Z
    • closeOnNextTick

      private boolean closeOnNextTick
      Mappings:
      Namespace Name Mixin selector
      official k Leyj;k:Z
      intermediary field_36367 Lnet/minecraft/class_434;field_36367:Z
      named closeOnNextTick Lnet/minecraft/client/gui/screen/DownloadingTerrainScreen;closeOnNextTick:Z
    • loadStartTime

      private final long loadStartTime
      Mappings:
      Namespace Name Mixin selector
      official l Leyj;l:J
      intermediary field_36368 Lnet/minecraft/class_434;field_36368:J
      named loadStartTime Lnet/minecraft/client/gui/screen/DownloadingTerrainScreen;loadStartTime:J
  • Constructor Details

    • DownloadingTerrainScreen

      public DownloadingTerrainScreen()
  • Method Details

    • 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 ay_ Leyk;ay_()Z
      intermediary method_25422 Lnet/minecraft/class_437;method_25422()Z
      named shouldCloseOnEsc Lnet/minecraft/client/gui/screen/Screen;shouldCloseOnEsc()Z
    • hasUsageText

      protected boolean hasUsageText()
      Overrides:
      hasUsageText in class Screen
      Mappings:
      Namespace Name Mixin selector
      official aG_ Leyk;aG_()Z
      intermediary method_48262 Lnet/minecraft/class_437;method_48262()Z
      named hasUsageText Lnet/minecraft/client/gui/screen/Screen;hasUsageText()Z
    • 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 Lets;a(Lesf;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 Leyk;b(Lesf;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
    • tick

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

      public void close()
      Overrides:
      close in class Screen
      Mappings:
      Namespace Name Mixin selector
      official az_ Leyk;az_()V
      intermediary method_25419 Lnet/minecraft/class_437;method_25419()V
      named close Lnet/minecraft/client/gui/screen/Screen;close()V
    • setReady

      public void setReady()
      Mappings:
      Namespace Name Mixin selector
      official l Leyj;l()V
      intermediary method_40040 Lnet/minecraft/class_434;method_40040()V
      named setReady Lnet/minecraft/client/gui/screen/DownloadingTerrainScreen;setReady()V
    • shouldPause

      public boolean shouldPause()
      Overrides:
      shouldPause in class Screen
      Mappings:
      Namespace Name Mixin selector
      official j Leyk;j()Z
      intermediary method_25421 Lnet/minecraft/class_437;method_25421()Z
      named shouldPause Lnet/minecraft/client/gui/screen/Screen;shouldPause()Z