Class GameOptionsScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.option.GameOptionsScreen
- All Implemented Interfaces:
- Drawable,- Element,- ParentElement
- Direct Known Subclasses:
- ControlsOptionsScreen,- KeybindsScreen,- LanguageOptionsScreen,- MouseOptionsScreen,- SimpleOptionsScreen,- SkinOptionsScreen,- SoundOptionsScreen,- VideoOptionsScreen
- Mappings:
- Namespace - Name - official - ele- 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, height, itemRenderer, passEvents, textRenderer, title, widthFields inherited from class net.minecraft.client.gui.DrawableHelperGUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTUREFields inherited from interface net.minecraft.client.gui.ElementMAX_DOUBLE_CLICK_INTERVAL
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()static List<OrderedText>getHoveredButtonTooltip(ButtonListWidget buttonList, int mouseX, int mouseY) voidremoved()Methods inherited from class net.minecraft.client.gui.screen.ScreenaddDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, filesDragged, findSelectedElementData, getNarratedTitle, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hide, init, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, remove, render, renderBackground, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, renderTooltip, resize, shouldCloseOnEsc, shouldPause, tick, updateNarrator, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElementgetFocused, isDragging, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.DrawableHelperdisableScissor, drawCenteredText, drawCenteredText, drawCenteredTextWithShadow, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, drawWithOutline, drawWithShadow, enableScissor, fill, fillGradient, fillGradient, fillGradient, getZOffset, setZOffsetMethods 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.ParentElementchangeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
- 
Field Details- 
parent- Mappings:
- Namespace - Name - Mixin selector - official - a- Lele;a:Lelm;- 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- Lele;b:Lefy;- 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>- Lele;<init>(Lelm;Lefy;Lrq;)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()
- 
getHoveredButtonTooltippublic static List<OrderedText> getHoveredButtonTooltip(ButtonListWidget buttonList, int mouseX, int mouseY) - Mappings:
- Namespace - Name - Mixin selector - official - a- Lele;a(Leif;II)Ljava/util/List;- intermediary - method_31048- Lnet/minecraft/class_4667;method_31048(Lnet/minecraft/class_353;II)Ljava/util/List;- named - getHoveredButtonTooltip- Lnet/minecraft/client/gui/screen/option/GameOptionsScreen;getHoveredButtonTooltip(Lnet/minecraft/client/gui/widget/ButtonListWidget;II)Ljava/util/List;
 
 
-