Class GameOptionsScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.option.GameOptionsScreen
- All Implemented Interfaces:
- Drawable,- Element,- Navigable,- ParentElement
- Direct Known Subclasses:
- ControlsOptionsScreen,- KeybindsScreen,- LanguageOptionsScreen,- MouseOptionsScreen,- SimpleOptionsScreen,- SkinOptionsScreen,- SoundOptionsScreen,- VideoOptionsScreen
- Mappings:
- Namespace - Name - official - eui- intermediary - net/minecraft/class_4667- named - net/minecraft/client/gui/screen/option/GameOptionsScreen
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.client.gui.screen.ScreenScreen.SelectedElementNarrationData
- 
Field SummaryFieldsFields inherited from class net.minecraft.client.gui.screen.Screenclient, executor, height, OPTIONS_BACKGROUND_TEXTURE, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.ElementMAX_DOUBLE_CLICK_INTERVAL
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()voidremoved()protected voidrender(DrawContext context, OptionListWidget optionButtons, int mouseX, int mouseY, float tickDelta) Methods inherited from class net.minecraft.client.gui.screen.ScreenaddDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, remove, render, renderBackground, renderBackgroundTexture, renderWithTooltip, resize, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldPause, switchFocus, tick, updateNarrator, wrapScreenErrorMethods 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.ElementmouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.NavigablegetNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElementcharTyped, focusOn, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
- 
Field Details- 
parent- Mappings:
- Namespace - Name - Mixin selector - official - a- Leui;a:Leuq;- intermediary - field_21335- Lnet/minecraft/class_4667;field_21335:Lnet/minecraft/class_437;- named - parent- Lnet/minecraft/client/gui/screen/option/GameOptionsScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
 
- 
gameOptions- Mappings:
- Namespace - Name - Mixin selector - official - b- Leui;b:Lenr;- intermediary - field_21336- Lnet/minecraft/class_4667;field_21336:Lnet/minecraft/class_315;- named - gameOptions- Lnet/minecraft/client/gui/screen/option/GameOptionsScreen;gameOptions:Lnet/minecraft/client/option/GameOptions;
 
 
- 
- 
Constructor Details- 
GameOptionsScreen- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Leui;<init>(Leuq;Lenr;Lsw;)V- intermediary - <init>- Lnet/minecraft/class_4667;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_315;Lnet/minecraft/class_2561;)V- named - <init>- Lnet/minecraft/client/gui/screen/option/GameOptionsScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/option/GameOptions;Lnet/minecraft/text/Text;)V
 
 
- 
- 
Method Details- 
removedpublic void removed()
- 
closepublic void close()
- 
renderprotected void render(DrawContext context, OptionListWidget optionButtons, int mouseX, int mouseY, float tickDelta) - Mappings:
- Namespace - Name - Mixin selector - official - a- Leui;a(Leox;Leqd;IIF)V- intermediary - method_45626- Lnet/minecraft/class_4667;method_45626(Lnet/minecraft/class_332;Lnet/minecraft/class_353;IIF)V- named - render- Lnet/minecraft/client/gui/screen/option/GameOptionsScreen;render(Lnet/minecraft/client/gui/DrawContext;Lnet/minecraft/client/gui/widget/OptionListWidget;IIF)V
 
 
-