Class LanguageOptionsScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.option.GameOptionsScreen
net.minecraft.client.gui.screen.option.LanguageOptionsScreen
- All Implemented Interfaces:
- Drawable,- Element,- Navigable,- ParentElement
- Mappings:
- Namespace - Name - named - net/minecraft/client/gui/screen/option/LanguageOptionsScreen- intermediary - net/minecraft/class_426- official - fxm
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class net.minecraft.client.gui.screen.ScreenScreen.SelectedElementNarrationData
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final intprivate static final Text(package private) final LanguageManagerFields inherited from class net.minecraft.client.gui.screen.option.GameOptionsScreenbody, gameOptions, layout, parentFields inherited from class net.minecraft.client.gui.screen.Screenclient, executor, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, narratorToggleButton, PANORAMA_RENDERER, ROTATING_PANORAMA_RENDERER, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.ElementMAX_DOUBLE_CLICK_INTERVAL
- 
Constructor SummaryConstructorsConstructorDescriptionLanguageOptionsScreen(Screen parent, GameOptions options, LanguageManager languageManager) 
- 
Method SummaryMethods inherited from class net.minecraft.client.gui.screen.option.GameOptionsScreenclose, init, initHeader, removedMethods inherited from class net.minecraft.client.gui.screen.ScreenaddCrashReportSection, addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, blur, children, clearAndInit, clearChildren, clearTooltip, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTextRenderer, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, onFilesDropped, refreshNarrator, remove, render, renderBackground, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldHideStatusEffectHud, shouldPause, switchFocus, tick, updateNarratorMethods inherited from class net.minecraft.client.gui.AbstractParentElementgetFocused, isDragging, setDragging, setFocusedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.ElementgetBorder, mouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.NavigablegetNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElementcharTyped, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
- 
Field Details- 
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- Lfxm;a:Lwp;
 
- 
field_49497private 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 - u- Lfxm;u: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 - v- Lfxm;v:Lfxm$a;
 
- 
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 - w- Lfxm;w:Lhgd;
 
 
- 
- 
Constructor Details- 
LanguageOptionsScreen- 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>- Lfxm;<init>(Lfum;Lflo;Lhgd;)V
 
 
- 
- 
Method Details- 
initBodyprotected void initBody()- Overrides:
- initBodyin class- GameOptionsScreen
- Mappings:
- Namespace - Name - Mixin selector - named - initBody- Lnet/minecraft/client/gui/screen/option/GameOptionsScreen;initBody()V- intermediary - method_60329- Lnet/minecraft/class_4667;method_60329()V- official - F- Lfxq;F()V
 
- 
addOptionsprotected void addOptions()- Specified by:
- addOptionsin class- GameOptionsScreen
- Mappings:
- Namespace - Name - Mixin selector - named - addOptions- Lnet/minecraft/client/gui/screen/option/GameOptionsScreen;addOptions()V- intermediary - method_60325- Lnet/minecraft/class_4667;method_60325()V- official - m- Lfxq;m()V
 
- 
refreshWidgetPositionsprotected void refreshWidgetPositions()- Overrides:
- refreshWidgetPositionsin class- GameOptionsScreen
- Mappings:
- Namespace - Name - Mixin selector - named - refreshWidgetPositions- Lnet/minecraft/client/gui/screen/Screen;refreshWidgetPositions()V- intermediary - method_48640- Lnet/minecraft/class_437;method_48640()V- official - c- Lfum;c()V
 
- 
onDonevoid 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 - H- Lfxm;H()V
 
 
-