Class LanguageSelectScreen
java.lang.Object
net.minecraft.client.gui.components.events.AbstractContainerEventHandler
net.minecraft.client.gui.screens.Screen
net.minecraft.client.gui.screens.options.OptionsSubScreen
net.minecraft.client.gui.screens.options.LanguageSelectScreen
- All Implemented Interfaces:
ContainerEventHandler, GuiEventListener, Renderable, TabOrderedElement
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class Screen
Screen.NarratableSearchResult -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate final LanguageManagerprivate @Nullable LanguageSelectScreen.LanguageSelectionListprivate @Nullable EditBoxprivate static final intprivate static final Componentprivate static final ComponentFields inherited from class OptionsSubScreen
lastScreen, layout, list, optionsFields inherited from class Screen
FADE_IN_TIME, font, FOOTER_SEPARATOR, HEADER_SEPARATOR, height, INWORLD_FOOTER_SEPARATOR, INWORLD_HEADER_SEPARATOR, MENU_BACKGROUND, minecraft, narratorButton, renderables, screenExecutor, title, width -
Constructor Summary
ConstructorsConstructorDescriptionLanguageSelectScreen(Screen lastScreen, Options options, LanguageManager languageManager) -
Method Summary
Methods inherited from class OptionsSubScreen
init, onClose, removed, resetOptionMethods inherited from class Screen
added, addRenderableOnly, addRenderableWidget, addWidget, afterKeyboardAction, afterMouseAction, afterMouseMove, canInterruptWithAnotherScreen, changeFocus, children, clearFocus, clearWidgets, clickCommandAction, clickUrlAction, defaultHandleClickEvent, defaultHandleGameClickEvent, fadeWidgets, fillCrashDetails, findNarratableWidget, getBackgroundMusic, getFont, getMinecraft, getNarrationMessage, getRectangle, getTitle, getTooltipFromItem, getUsageNarration, handleDelayedNarration, init, insertText, isAllowedInPortal, isInGameUi, isMouseOver, isPauseScreen, isValidCharacterForName, keyPressed, onFilesDrop, rebuildWidgets, removeWidget, render, renderBackground, renderBlurredBackground, renderMenuBackground, renderMenuBackground, renderMenuBackgroundTexture, renderPanorama, renderTransparentBackground, renderWithTooltipAndSubtitles, resize, setInitialFocus, shouldCloseOnEsc, shouldNarrateNavigation, showsActiveEffects, tick, triggerImmediateNarration, updateNarratedWidget, updateNarrationState, updateNarratorStatusMethods inherited from class AbstractContainerEventHandler
getFocused, isDragging, setDragging, setFocusedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ContainerEventHandler
charTyped, getBorderForArrowNavigation, getChildAt, getCurrentFocusPath, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, nextFocusPath, setFocusedMethods inherited from interface GuiEventListener
mouseMoved, shouldTakeFocusAfterInteractionMethods inherited from interface TabOrderedElement
getTabOrderGroup
-
Field Details
-
WARNING_LABEL
-
FOOTER_HEIGHT
private static final int FOOTER_HEIGHT- See Also:
-
SEARCH_HINT
-
SEARCH_BOX_HEIGHT
private static final int SEARCH_BOX_HEIGHT- See Also:
-
languageManager
-
languageSelectionList
-
search
-
-
Constructor Details
-
LanguageSelectScreen
-
-
Method Details
-
addTitle
protected void addTitle()- Overrides:
addTitlein classOptionsSubScreen
-
setInitialFocus
protected void setInitialFocus()- Overrides:
setInitialFocusin classScreen
-
addContents
protected void addContents()- Overrides:
addContentsin classOptionsSubScreen
-
addOptions
protected void addOptions()- Specified by:
addOptionsin classOptionsSubScreen
-
repositionElements
protected void repositionElements()- Overrides:
repositionElementsin classOptionsSubScreen
-
onDone
private void onDone() -
panoramaShouldSpin
protected boolean panoramaShouldSpin()- Overrides:
panoramaShouldSpinin classScreen
-