Class LanguageOptionsScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

@Environment(CLIENT) public class LanguageOptionsScreen extends GameOptionsScreen
Mappings:
Namespace Name
named net/minecraft/client/gui/screen/option/LanguageOptionsScreen
intermediary net/minecraft/class_426
official fmo
  • Field Details

    • LANGUAGE_WARNING_TEXT

      private static final Text LANGUAGE_WARNING_TEXT
      Mappings:
      Namespace Name Mixin selector
      named LANGUAGE_WARNING_TEXT Lnet/minecraft/client/gui/screen/option/LanguageOptionsScreen;LANGUAGE_WARNING_TEXT:Lnet/minecraft/text/Text;
      intermediary field_26543 Lnet/minecraft/class_426;field_26543:Lnet/minecraft/class_2561;
      official a Lfmo;a:Lxp;
    • field_49497

      private static final int field_49497
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_49497 Lnet/minecraft/client/gui/screen/option/LanguageOptionsScreen;field_49497:I
      intermediary field_49497 Lnet/minecraft/class_426;field_49497:I
      official r Lfmo;r:I
    • languageSelectionList

      Mappings:
      Namespace Name Mixin selector
      named languageSelectionList Lnet/minecraft/client/gui/screen/option/LanguageOptionsScreen;languageSelectionList:Lnet/minecraft/client/gui/screen/option/LanguageOptionsScreen$LanguageSelectionListWidget;
      intermediary field_2486 Lnet/minecraft/class_426;field_2486:Lnet/minecraft/class_426$class_4195;
      official s Lfmo;s:Lfmo$a;
    • languageManager

      final LanguageManager languageManager
      Mappings:
      Namespace Name Mixin selector
      named languageManager Lnet/minecraft/client/gui/screen/option/LanguageOptionsScreen;languageManager:Lnet/minecraft/client/resource/language/LanguageManager;
      intermediary field_2488 Lnet/minecraft/class_426;field_2488:Lnet/minecraft/class_1076;
      official u Lfmo;u:Lgqj;
  • Constructor Details

    • LanguageOptionsScreen

      public LanguageOptionsScreen(Screen parent, GameOptions options, LanguageManager languageManager)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/gui/screen/option/LanguageOptionsScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/option/GameOptions;Lnet/minecraft/client/resource/language/LanguageManager;)V
      intermediary <init> Lnet/minecraft/class_426;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_315;Lnet/minecraft/class_1076;)V
      official <init> Lfmo;<init>(Lfnf;Lffl;Lgqj;)V
  • Method Details

    • init

      protected 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 GameOptionsScreen
      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
    • initTabNavigation

      protected void initTabNavigation()
      Overrides:
      initTabNavigation in class GameOptionsScreen
      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
    • initFooter

      protected void initFooter()
      Overrides:
      initFooter in class GameOptionsScreen
      Mappings:
      Namespace Name Mixin selector
      named initFooter Lnet/minecraft/client/gui/screen/option/GameOptionsScreen;initFooter()V
      intermediary method_31387 Lnet/minecraft/class_4667;method_31387()V
      official h Lfmx;h()V
    • onDone

      void onDone()
      Mappings:
      Namespace Name Mixin selector
      named onDone Lnet/minecraft/client/gui/screen/option/LanguageOptionsScreen;onDone()V
      intermediary method_52184 Lnet/minecraft/class_426;method_52184()V
      official E Lfmo;E()V