Class RealmsNotificationsScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

@Environment(CLIENT) public class RealmsNotificationsScreen extends RealmsScreen
Mappings:
Namespace Name
official eka
intermediary net/minecraft/class_4399
named net/minecraft/client/realms/gui/screen/RealmsNotificationsScreen
  • Field Details

    • INVITE_ICON

      private static final Identifier INVITE_ICON
      Mappings:
      Namespace Name Mixin selector
      official a Leka;a:Ladc;
      intermediary field_22698 Lnet/minecraft/class_4399;field_22698:Lnet/minecraft/class_2960;
      named INVITE_ICON Lnet/minecraft/client/realms/gui/screen/RealmsNotificationsScreen;INVITE_ICON:Lnet/minecraft/util/Identifier;
    • TRIAL_ICON

      private static final Identifier TRIAL_ICON
      Mappings:
      Namespace Name Mixin selector
      official b Leka;b:Ladc;
      intermediary field_22699 Lnet/minecraft/class_4399;field_22699:Lnet/minecraft/class_2960;
      named TRIAL_ICON Lnet/minecraft/client/realms/gui/screen/RealmsNotificationsScreen;TRIAL_ICON:Lnet/minecraft/util/Identifier;
    • NEWS_NOTIFICATION

      private static final Identifier NEWS_NOTIFICATION
      Mappings:
      Namespace Name Mixin selector
      official c Leka;c:Ladc;
      intermediary field_22700 Lnet/minecraft/class_4399;field_22700:Lnet/minecraft/class_2960;
      named NEWS_NOTIFICATION Lnet/minecraft/client/realms/gui/screen/RealmsNotificationsScreen;NEWS_NOTIFICATION:Lnet/minecraft/util/Identifier;
    • field_43036

      private static final Identifier field_43036
      Mappings:
      Namespace Name Mixin selector
      official J Leka;J:Ladc;
      intermediary field_43036 Lnet/minecraft/class_4399;field_43036:Lnet/minecraft/class_2960;
      named field_43036 Lnet/minecraft/client/realms/gui/screen/RealmsNotificationsScreen;field_43036:Lnet/minecraft/util/Identifier;
    • checkedMcoAvailability

      static boolean checkedMcoAvailability
      Mappings:
      Namespace Name Mixin selector
      official N Leka;N:Z
      intermediary field_19925 Lnet/minecraft/class_4399;field_19925:Z
      named checkedMcoAvailability Lnet/minecraft/client/realms/gui/screen/RealmsNotificationsScreen;checkedMcoAvailability:Z
    • trialAvailable

      private static boolean trialAvailable
      Mappings:
      Namespace Name Mixin selector
      official O Leka;O:Z
      intermediary field_19926 Lnet/minecraft/class_4399;field_19926:Z
      named trialAvailable Lnet/minecraft/client/realms/gui/screen/RealmsNotificationsScreen;trialAvailable:Z
    • validClient

      static boolean validClient
      Mappings:
      Namespace Name Mixin selector
      official P Leka;P:Z
      intermediary field_19927 Lnet/minecraft/class_4399;field_19927:Z
      named validClient Lnet/minecraft/client/realms/gui/screen/RealmsNotificationsScreen;validClient:Z
    • hasUnreadNews

      private static boolean hasUnreadNews
      Mappings:
      Namespace Name Mixin selector
      official Q Leka;Q:Z
      intermediary field_19928 Lnet/minecraft/class_4399;field_19928:Z
      named hasUnreadNews Lnet/minecraft/client/realms/gui/screen/RealmsNotificationsScreen;hasUnreadNews:Z
    • field_43038

      private static boolean field_43038
      Mappings:
      Namespace Name Mixin selector
      official R Leka;R:Z
      intermediary field_43038 Lnet/minecraft/class_4399;field_43038:Z
      named field_43038 Lnet/minecraft/client/realms/gui/screen/RealmsNotificationsScreen;field_43038:Z
    • periodicRunnersManager

      @Nullable private PeriodicRunnerFactory.RunnersManager periodicRunnersManager
      Mappings:
      Namespace Name Mixin selector
      official K Leka;K:Lekp$c;
      intermediary field_39695 Lnet/minecraft/class_4399;field_39695:Lnet/minecraft/class_7581$class_7584;
      named periodicRunnersManager Lnet/minecraft/client/realms/gui/screen/RealmsNotificationsScreen;periodicRunnersManager:Lnet/minecraft/client/realms/util/PeriodicRunnerFactory$RunnersManager;
    • field_43037

      Mappings:
      Namespace Name Mixin selector
      official L Leka;L:Leka$a;
      intermediary field_43037 Lnet/minecraft/class_4399;field_43037:Lnet/minecraft/class_4399$class_8207;
      named field_43037 Lnet/minecraft/client/realms/gui/screen/RealmsNotificationsScreen;field_43037:Lnet/minecraft/client/realms/gui/screen/RealmsNotificationsScreen$class_8207;
    • pendingInvitesCount

      private volatile int pendingInvitesCount
      Mappings:
      Namespace Name Mixin selector
      official M Leka;M:I
      intermediary field_19924 Lnet/minecraft/class_4399;field_19924:I
      named pendingInvitesCount Lnet/minecraft/client/realms/gui/screen/RealmsNotificationsScreen;pendingInvitesCount:I
    • field_43039

      private final RealmsNotificationsScreen.class_8207 field_43039
      Mappings:
      Namespace Name Mixin selector
      official S Leka;S:Leka$a;
      intermediary field_43039 Lnet/minecraft/class_4399;field_43039:Lnet/minecraft/class_4399$class_8207;
      named field_43039 Lnet/minecraft/client/realms/gui/screen/RealmsNotificationsScreen;field_43039:Lnet/minecraft/client/realms/gui/screen/RealmsNotificationsScreen$class_8207;
    • field_43040

      private final RealmsNotificationsScreen.class_8207 field_43040
      Mappings:
      Namespace Name Mixin selector
      official T Leka;T:Leka$a;
      intermediary field_43040 Lnet/minecraft/class_4399;field_43040:Lnet/minecraft/class_4399$class_8207;
      named field_43040 Lnet/minecraft/client/realms/gui/screen/RealmsNotificationsScreen;field_43040:Lnet/minecraft/client/realms/gui/screen/RealmsNotificationsScreen$class_8207;
  • Constructor Details

    • RealmsNotificationsScreen

      public RealmsNotificationsScreen()
  • Method Details

    • init

      public 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 b Leta;b()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • method_49589

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

      Mappings:
      Namespace Name Mixin selector
      official B Leka;B()Leka$a;
      intermediary method_49584 Lnet/minecraft/class_4399;method_49584()Lnet/minecraft/class_4399$class_8207;
      named method_49584 Lnet/minecraft/client/realms/gui/screen/RealmsNotificationsScreen;method_49584()Lnet/minecraft/client/realms/gui/screen/RealmsNotificationsScreen$class_8207;
    • tick

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

      private boolean shouldShowNotifications()
      Mappings:
      Namespace Name Mixin selector
      official C Leka;C()Z
      intermediary method_25169 Lnet/minecraft/class_4399;method_25169()Z
      named shouldShowNotifications Lnet/minecraft/client/realms/gui/screen/RealmsNotificationsScreen;shouldShowNotifications()Z
    • isTitleScreen

      private boolean isTitleScreen()
      Mappings:
      Namespace Name Mixin selector
      official D Leka;D()Z
      intermediary method_25170 Lnet/minecraft/class_4399;method_25170()Z
      named isTitleScreen Lnet/minecraft/client/realms/gui/screen/RealmsNotificationsScreen;isTitleScreen()Z
    • checkIfMcoEnabled

      private void checkIfMcoEnabled()
      Mappings:
      Namespace Name Mixin selector
      official E Leka;E()V
      intermediary method_21294 Lnet/minecraft/class_4399;method_21294()V
      named checkIfMcoEnabled Lnet/minecraft/client/realms/gui/screen/RealmsNotificationsScreen;checkIfMcoEnabled()V
    • render

      public void render(MatrixStack matrices, int mouseX, int mouseY, float delta)
      Specified by:
      render in interface Drawable
      Overrides:
      render in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Leoy;a(Lehc;IIF)V
      intermediary method_25394 Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)V
      named render Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
    • drawIcons

      private void drawIcons(MatrixStack matrices, int mouseX, int mouseY)
      Mappings:
      Namespace Name Mixin selector
      official a Leka;a(Lehc;II)V
      intermediary method_21295 Lnet/minecraft/class_4399;method_21295(Lnet/minecraft/class_4587;II)V
      named drawIcons Lnet/minecraft/client/realms/gui/screen/RealmsNotificationsScreen;drawIcons(Lnet/minecraft/client/util/math/MatrixStack;II)V
    • method_49586

      void method_49586(RealmsPeriodicCheckers realmsPeriodicCheckers, PeriodicRunnerFactory.RunnersManager runnersManager)
      Mappings:
      Namespace Name Mixin selector
      official a Leka;a(Leji;Lekp$c;)V
      intermediary method_49586 Lnet/minecraft/class_4399;method_49586(Lnet/minecraft/class_7578;Lnet/minecraft/class_7581$class_7584;)V
      named method_49586 Lnet/minecraft/client/realms/gui/screen/RealmsNotificationsScreen;method_49586(Lnet/minecraft/client/realms/RealmsPeriodicCheckers;Lnet/minecraft/client/realms/util/PeriodicRunnerFactory$RunnersManager;)V
    • method_49590

      void method_49590(RealmsPeriodicCheckers realmsPeriodicCheckers, PeriodicRunnerFactory.RunnersManager runnersManager)
      Mappings:
      Namespace Name Mixin selector
      official b Leka;b(Leji;Lekp$c;)V
      intermediary method_49590 Lnet/minecraft/class_4399;method_49590(Lnet/minecraft/class_7578;Lnet/minecraft/class_7581$class_7584;)V
      named method_49590 Lnet/minecraft/client/realms/gui/screen/RealmsNotificationsScreen;method_49590(Lnet/minecraft/client/realms/RealmsPeriodicCheckers;Lnet/minecraft/client/realms/util/PeriodicRunnerFactory$RunnersManager;)V