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/LanguageOptionsScreenintermediary net/minecraft/class_426official fmo
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate static final Text(package private) final LanguageManagerFields inherited from class net.minecraft.client.gui.screen.option.GameOptionsScreen
gameOptions, layout, parentFields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, PANORAMA_RENDERER, ROTATING_PANORAMA_RENDERER, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
ConstructorsConstructorDescriptionLanguageOptionsScreen(Screen parent, GameOptions options, LanguageManager languageManager) -
Method Summary
Methods inherited from class net.minecraft.client.gui.screen.option.GameOptionsScreen
close, initHeader, removedMethods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, blur, children, clearAndInit, clearChildren, clearTooltip, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getPanoramaTickDelta, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, remove, render, renderBackground, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldPause, switchFocus, tick, updateNarrator, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.Element
mouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
-
Field Details
-
LANGUAGE_WARNING_TEXT
- Mappings:
Namespace Name Mixin selector named LANGUAGE_WARNING_TEXTLnet/minecraft/client/gui/screen/option/LanguageOptionsScreen;LANGUAGE_WARNING_TEXT:Lnet/minecraft/text/Text;intermediary field_26543Lnet/minecraft/class_426;field_26543:Lnet/minecraft/class_2561;official aLfmo;a:Lxp;
-
field_49497
private static final int field_49497- See Also:
- Mappings:
Namespace Name Mixin selector named field_49497Lnet/minecraft/client/gui/screen/option/LanguageOptionsScreen;field_49497:Iintermediary field_49497Lnet/minecraft/class_426;field_49497:Iofficial rLfmo;r:I
-
languageSelectionList
- Mappings:
Namespace Name Mixin selector named languageSelectionListLnet/minecraft/client/gui/screen/option/LanguageOptionsScreen;languageSelectionList:Lnet/minecraft/client/gui/screen/option/LanguageOptionsScreen$LanguageSelectionListWidget;intermediary field_2486Lnet/minecraft/class_426;field_2486:Lnet/minecraft/class_426$class_4195;official sLfmo;s:Lfmo$a;
-
languageManager
- Mappings:
Namespace Name Mixin selector named languageManagerLnet/minecraft/client/gui/screen/option/LanguageOptionsScreen;languageManager:Lnet/minecraft/client/resource/language/LanguageManager;intermediary field_2488Lnet/minecraft/class_426;field_2488:Lnet/minecraft/class_1076;official uLfmo;u:Lgqj;
-
-
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;)Vintermediary <init>Lnet/minecraft/class_426;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_315;Lnet/minecraft/class_1076;)Vofficial <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:
initin classGameOptionsScreen- Mappings:
Namespace Name Mixin selector named initLnet/minecraft/client/gui/screen/Screen;init()Vintermediary method_25426Lnet/minecraft/class_437;method_25426()Vofficial aM_Lfnf;aM_()V
-
onDone
void onDone()- Mappings:
Namespace Name Mixin selector named onDoneLnet/minecraft/client/gui/screen/option/LanguageOptionsScreen;onDone()Vintermediary method_52184Lnet/minecraft/class_426;method_52184()Vofficial ELfmo;E()V
-