Class RealmsParentalConsentScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

@Environment(CLIENT) public class RealmsParentalConsentScreen extends RealmsScreen
Mappings:
Namespace Name
named net/minecraft/client/realms/gui/screen/RealmsParentalConsentScreen
intermediary net/minecraft/class_4400
official fda
  • Field Details Link icon

    • PRIVACY_INFO_TEXT Link icon

      private static final Text PRIVACY_INFO_TEXT
      Mappings:
      Namespace Name Mixin selector
      named PRIVACY_INFO_TEXT Lnet/minecraft/client/realms/gui/screen/RealmsParentalConsentScreen;PRIVACY_INFO_TEXT:Lnet/minecraft/text/Text;
      intermediary field_26491 Lnet/minecraft/class_4400;field_26491:Lnet/minecraft/class_2561;
      official a Lfda;a:Lxp;
    • field_46850 Link icon

      private static final int field_46850
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_46850 Lnet/minecraft/client/realms/gui/screen/RealmsParentalConsentScreen;field_46850:I
      intermediary field_46850 Lnet/minecraft/class_4400;field_46850:I
      official b Lfda;b:I
    • layout Link icon

      private final DirectionalLayoutWidget layout
      Mappings:
      Namespace Name Mixin selector
      named layout Lnet/minecraft/client/realms/gui/screen/RealmsParentalConsentScreen;layout:Lnet/minecraft/client/gui/widget/DirectionalLayoutWidget;
      intermediary field_46851 Lnet/minecraft/class_4400;field_46851:Lnet/minecraft/class_8667;
      official c Lfda;c:Lfkx;
    • parent Link icon

      private final Screen parent
      Mappings:
      Namespace Name Mixin selector
      named parent Lnet/minecraft/client/realms/gui/screen/RealmsParentalConsentScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
      intermediary field_46852 Lnet/minecraft/class_4400;field_46852:Lnet/minecraft/class_437;
      official B Lfda;B:Lfnf;
    • privacyInfoWidget Link icon

      @Nullable private @Nullable MultilineTextWidget privacyInfoWidget
      Mappings:
      Namespace Name Mixin selector
      named privacyInfoWidget Lnet/minecraft/client/realms/gui/screen/RealmsParentalConsentScreen;privacyInfoWidget:Lnet/minecraft/client/gui/widget/MultilineTextWidget;
      intermediary field_46853 Lnet/minecraft/class_4400;field_46853:Lnet/minecraft/class_7940;
      official C Lfda;C:Lfia;
  • Constructor Details Link icon

    • RealmsParentalConsentScreen Link icon

      public RealmsParentalConsentScreen(Screen parent)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/realms/gui/screen/RealmsParentalConsentScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;)V
      intermediary <init> Lnet/minecraft/class_4400;<init>(Lnet/minecraft/class_437;)V
      official <init> Lfda;<init>(Lfnf;)V
  • Method Details Link icon

    • init Link icon

      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() to set the element that is initially focused.

      Overrides:
      init in class Screen
      Mappings:
      Namespace Name Mixin selector
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      official aM_ Lfnf;aM_()V
    • close Link icon

      public void close()
      Overrides:
      close in class Screen
      Mappings:
      Namespace Name Mixin selector
      named close Lnet/minecraft/client/gui/screen/Screen;close()V
      intermediary method_25419 Lnet/minecraft/class_437;method_25419()V
      official d Lfnf;d()V
    • initTabNavigation Link icon

      protected void initTabNavigation()
      Overrides:
      initTabNavigation in class Screen
      Mappings:
      Namespace Name Mixin selector
      named initTabNavigation Lnet/minecraft/client/gui/screen/Screen;initTabNavigation()V
      intermediary method_48640 Lnet/minecraft/class_437;method_48640()V
      official c Lfnf;c()V
    • getNarratedTitle Link icon

      public Text getNarratedTitle()
      Overrides:
      getNarratedTitle in class Screen
      Mappings:
      Namespace Name Mixin selector
      named getNarratedTitle Lnet/minecraft/client/gui/screen/Screen;getNarratedTitle()Lnet/minecraft/text/Text;
      intermediary method_25435 Lnet/minecraft/class_437;method_25435()Lnet/minecraft/class_2561;
      official i Lfnf;i()Lxp;