Class RealmsSubscriptionInfoScreen

All Implemented Interfaces:
Drawable, Element, ParentElement, TickableElement

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

    • LOGGER

      private static final Logger LOGGER
    • subscriptionTitle

      private static final Text subscriptionTitle
    • subscriptionStartLabelText

      private static final Text subscriptionStartLabelText
    • timeLeftLabelText

      private static final Text timeLeftLabelText
    • daysLeftLabelText

      private static final Text daysLeftLabelText
    • field_26517

      private static final Text field_26517
    • field_26518

      private static final Text field_26518
    • field_26519

      private static final Text field_26519
    • field_26520

      private static final Text field_26520
    • field_26521

      private static final Text field_26521
    • field_26522

      private static final Text field_26522
    • parent

      private final Screen parent
    • serverData

      private final RealmsServer serverData
    • mainScreen

      private final Screen mainScreen
    • daysLeft

      private Text daysLeft
    • startDate

      private String startDate
    • type

  • Constructor Details

    • RealmsSubscriptionInfoScreen

      public RealmsSubscriptionInfoScreen​(Screen parent, RealmsServer serverData, Screen mainScreen)
  • 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
    • method_25271

      private void method_25271​(boolean bool)
    • getSubscription

      private void getSubscription​(long worldId)
    • localPresentation

      private static String localPresentation​(long long2)
    • removed

      public void removed()
      Overrides:
      removed 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)
    • render

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

      private Text daysLeftPresentation​(int daysLeft)