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 eot
intermediary net/minecraft/class_4667
named net/minecraft/client/gui/screen/option/GameOptionsScreen
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData
-
Field Summary
Fields inherited from class net.minecraft.client.gui.screen.Screen
client, height, itemRenderer, passEvents, textRenderer, title, width
Fields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
removed()
protected void
render
(MatrixStack matrices, ButtonListWidget optionButtons, int mouseX, int mouseY, float tickDelta) Methods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, 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, renderWithTooltip, resize, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldPause, tick, updateNarrator, wrapScreenError
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocused
Methods inherited from class net.minecraft.client.gui.DrawableHelper
disableScissor, drawCenteredText, drawCenteredText, drawCenteredTextWithShadow, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, drawWithOutline, drawWithShadow, enableScissor, fill, fillGradient, fillGradient, fillGradient, getZOffset, setZOffset
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.gui.Element
mouseMoved
Methods 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 a
Leot;a:Lepb;
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
Leot;b:Lejj;
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>
Leot;<init>(Lepb;Lejj;Lss;)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
-
removed
public void removed() -
close
public void close() -
render
protected void render(MatrixStack matrices, ButtonListWidget optionButtons, int mouseX, int mouseY, float tickDelta) - Mappings:
Namespace Name Mixin selector official a
Leot;a(Leed;Lelu;IIF)V
intermediary method_45626
Lnet/minecraft/class_4667;method_45626(Lnet/minecraft/class_4587;Lnet/minecraft/class_353;IIF)V
named render
Lnet/minecraft/client/gui/screen/option/GameOptionsScreen;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/gui/widget/ButtonListWidget;IIF)V
-