Class RealmsDownloadLatestWorldScreen

All Implemented Interfaces:
Drawable, Element, ParentElement, TickableElement

@Environment(CLIENT)
public class RealmsDownloadLatestWorldScreen
extends RealmsScreen
  • Field Details

    • LOGGER

      private static final Logger LOGGER
    • downloadLock

      private static final ReentrantLock downloadLock
    • DOTS

      private static final String[] DOTS
    • parent

      private final Screen parent
    • worldDownload

      private final WorldDownload worldDownload
    • downloadTitle

      private final Text downloadTitle
    • narrationRateLimiter

      private final RateLimiter narrationRateLimiter
    • field_22694

      private ButtonWidget field_22694
    • worldName

      private final String worldName
    • downloadStatus

      private final RealmsDownloadLatestWorldScreen.DownloadStatus downloadStatus
    • field_20494

      private volatile Text field_20494
    • status

      private volatile Text status
    • progress

      private volatile String progress
    • cancelled

      private volatile boolean cancelled
    • showDots

      private volatile boolean showDots
    • finished

      private volatile boolean finished
    • extracting

      private volatile boolean extracting
    • previousWrittenBytes

      private Long previousWrittenBytes
    • previousTimeSnapshot

      private Long previousTimeSnapshot
    • bytesPersSecond

      private long bytesPersSecond
    • animTick

      private int animTick
    • dotIndex

      private int dotIndex
    • checked

      private boolean checked
    • field_22693

      private final BooleanConsumer field_22693
  • Constructor Details

  • Method Details

    • init

      public 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
    • checkDownloadSize

      private void checkDownloadSize()
    • getContentLength

      private long getContentLength​(String downloadLink)
    • tick

      public void tick()
      Specified by:
      tick in interface TickableElement
      Overrides:
      tick in class RealmsScreen
    • keyPressed

      public boolean keyPressed​(int keyCode, int scanCode, int modifiers)
      Callback for when a key down event has been captured. The key code is identified by the constants in GLFW class.
      Specified by:
      keyPressed in interface Element
      Specified by:
      keyPressed in interface ParentElement
      Overrides:
      keyPressed in class Screen
      Parameters:
      keyCode - the named key code of the event as described in the GLFW class
      scanCode - the unique/platform-specific scan code of the keyboard input
      modifiers - a GLFW bitfield describing the modifier keys that are held down (see {@linkplain https://www.glfw.org/docs/3.3/group__mods.html GLFW Modifier key flags})
      Returns:
      true to indicate that the event handling is successful/valid
      See Also:
      Keyboard.onKey(long, int, int, int, int), GLFW.GLFW_KEY_Q, GLFWKeyCallbackI.invoke(long, int, int, int, int)
    • backButtonClicked

      private void backButtonClicked()
    • render

      public void render​(MatrixStack matrices, int mouseX, int mouseY, float delta)
      Specified by:
      render in interface Drawable
      Overrides:
      render in class Screen
    • drawDots

      private void drawDots​(MatrixStack matrixStack)
    • drawProgressBar

      private void drawProgressBar​(MatrixStack matrixStack)
    • drawDownloadSpeed

      private void drawDownloadSpeed​(MatrixStack matrixStack)
    • drawDownloadSpeed0

      private void drawDownloadSpeed0​(MatrixStack matrixStack, long long2)
    • downloadSave

      private void downloadSave()
    • downloadCancelled

      private void downloadCancelled()