Class RealmsSelectFileToUploadScreen

All Implemented Interfaces:
Drawable, Element, ParentElement, TickableElement

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

    • LOGGER

      private static final Logger LOGGER
    • worldLang

      private static final Text worldLang
    • conversionLang

      private static final Text conversionLang
    • field_26507

      private static final Text field_26507
    • field_26508

      private static final Text field_26508
    • DATE_FORMAT

      private static final DateFormat DATE_FORMAT
    • parent

      private final RealmsResetWorldScreen parent
    • worldId

      private final long worldId
    • slotId

      private final int slotId
    • uploadButton

      private ButtonWidget uploadButton
    • levelList

      private List<LevelSummary> levelList
    • selectedWorld

      private int selectedWorld
    • worldSelectionList

    • titleLabel

      private RealmsLabel titleLabel
    • subtitleLabel

      private RealmsLabel subtitleLabel
    • field_20063

      private RealmsLabel field_20063
    • field_22717

      private final Runnable field_22717
  • Constructor Details

    • RealmsSelectFileToUploadScreen

      public RealmsSelectFileToUploadScreen​(long worldId, int slotId, RealmsResetWorldScreen parent, Runnable runnable)
  • Method Details

    • loadLevelList

      private void loadLevelList() throws Exception
      Throws:
      Exception
    • 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
    • removed

      public void removed()
      Overrides:
      removed in class Screen
    • upload

      private void upload()
    • render

      public void render​(MatrixStack matrices, int mouseX, int mouseY, float delta)
      Specified by:
      render in interface Drawable
      Overrides:
      render in class Screen
    • 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)
    • method_21400

      private static Text method_21400​(LevelSummary levelSummary)
    • method_21404

      private static String method_21404​(LevelSummary levelSummary)