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,TickableElement
- Direct Known Subclasses:
ControlsOptionsScreen,LanguageOptionsScreen,MouseOptionsScreen,NarratorOptionsScreen,SkinOptionsScreen,SoundOptionsScreen,VideoOptionsScreen
- Mappings:
Namespace Name official dyzintermediary net/minecraft/class_4667named net/minecraft/client/gui/screen/option/GameOptionsScreen
-
Field Summary
FieldsFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, client, height, itemRenderer, passEvents, textRenderer, title, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<OrderedText>getHoveredButtonTooltip(ButtonListWidget buttonList, int mouseX, int mouseY)voidonClose()voidremoved()Methods inherited from class net.minecraft.client.gui.screen.Screen
addButton, addChild, children, filesDragged, getNarrationMessage, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, keyPressed, render, renderBackground, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, shouldCloseOnEsc, tick, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawCenteredText, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient, fillGradient, getZOffset, method_29343, method_33284, method_35719, method_35720, setZOffsetMethods 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.ParentElement
changeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
Field Details
-
parent
- Mappings:
Namespace Name Mixin selector official aLdyz;a:Ldzh;intermediary field_21335Lnet/minecraft/class_4667;field_21335:Lnet/minecraft/class_437;named parentLnet/minecraft/client/gui/screen/option/GameOptionsScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
-
gameOptions
- Mappings:
Namespace Name Mixin selector official bLdyz;b:Ldur;intermediary field_21336Lnet/minecraft/class_4667;field_21336:Lnet/minecraft/class_315;named gameOptionsLnet/minecraft/client/gui/screen/option/GameOptionsScreen;gameOptions:Lnet/minecraft/client/option/GameOptions;
-
-
Constructor Details
-
GameOptionsScreen
- Mappings:
Namespace Name Mixin selector official <init>Ldyz;<init>(Ldzh;Ldur;Lon;)Vintermediary <init>Lnet/minecraft/class_4667;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_315;Lnet/minecraft/class_2561;)Vnamed <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
-
removed
public void removed() -
onClose
public void onClose() -
getHoveredButtonTooltip
public static List<OrderedText> getHoveredButtonTooltip(ButtonListWidget buttonList, int mouseX, int mouseY)- Mappings:
Namespace Name Mixin selector official aLdyz;a(Ldwl;II)Ljava/util/List;intermediary method_31048Lnet/minecraft/class_4667;method_31048(Lnet/minecraft/class_353;II)Ljava/util/List;named getHoveredButtonTooltipLnet/minecraft/client/gui/screen/option/GameOptionsScreen;getHoveredButtonTooltip(Lnet/minecraft/client/gui/widget/ButtonListWidget;II)Ljava/util/List;
-