Class RealmsParentalConsentScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

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

    • PRIVACY_INFO_TEXT

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

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

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

      private final Screen parent
      Mappings:
      Namespace Name Mixin selector
      official v Letb;v:Lfdb;
      intermediary field_46852 Lnet/minecraft/class_4400;field_46852:Lnet/minecraft/class_437;
      named parent Lnet/minecraft/client/realms/gui/screen/RealmsParentalConsentScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
    • privacyInfoWidget

      @Nullable private @Nullable MultilineTextWidget privacyInfoWidget
      Mappings:
      Namespace Name Mixin selector
      official w Letb;w:Leya;
      intermediary field_46853 Lnet/minecraft/class_4400;field_46853:Lnet/minecraft/class_7940;
      named privacyInfoWidget Lnet/minecraft/client/realms/gui/screen/RealmsParentalConsentScreen;privacyInfoWidget:Lnet/minecraft/client/gui/widget/MultilineTextWidget;
  • Constructor Details

    • RealmsParentalConsentScreen

      public RealmsParentalConsentScreen(Screen parent)
      Mappings:
      Namespace Name Mixin selector
      official <init> Letb;<init>(Lfdb;)V
      intermediary <init> Lnet/minecraft/class_4400;<init>(Lnet/minecraft/class_437;)V
      named <init> Lnet/minecraft/client/realms/gui/screen/RealmsParentalConsentScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;)V
  • 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 aN_ Lfdb;aN_()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • close

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

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

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