Class VideoOptionsScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.option.GameOptionsScreen
net.minecraft.client.gui.screen.option.VideoOptionsScreen
- All Implemented Interfaces:
Drawable
,Element
,Navigable
,ParentElement
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/option/VideoOptionsScreen
intermediary net/minecraft/class_446
official fnm
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final Text
private static final Text
private static final Text
private static final Text
private static final Text
private OptionListWidget
private final int
private static final Text
private final VideoWarningManager
Fields inherited from class net.minecraft.client.gui.screen.option.GameOptionsScreen
gameOptions, layout, parent
Fields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, PANORAMA_RENDERER, ROTATING_PANORAMA_RENDERER, textRenderer, title, width
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
private static SimpleOption<?>[]
getOptions
(GameOptions gameOptions) protected void
init()
Called when a screen should be initialized.protected void
boolean
mouseClicked
(double mouseX, double mouseY, int button) Callback for when a mouse button down event has been captured.boolean
mouseScrolled
(double mouseX, double mouseY, double horizontalAmount, double verticalAmount) Callback for when a mouse button scroll event has been captured.void
removed()
Methods inherited from class net.minecraft.client.gui.screen.option.GameOptionsScreen
initFooter, initHeader
Methods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, blur, children, clearAndInit, clearChildren, clearTooltip, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getPanoramaTickDelta, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, remove, render, renderBackground, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldPause, switchFocus, tick, updateNarrator, wrapScreenError
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocused
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.navigation.Navigable
getNavigationOrder
Methods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseDragged, mouseReleased, setFocused
-
Field Details
-
TITLE_TEXT
- Mappings:
Namespace Name Mixin selector named TITLE_TEXT
Lnet/minecraft/client/gui/screen/option/VideoOptionsScreen;TITLE_TEXT:Lnet/minecraft/text/Text;
intermediary field_49515
Lnet/minecraft/class_446;field_49515:Lnet/minecraft/class_2561;
official a
Lfnm;a:Lxp;
-
GRAPHICS_FABULOUS_TEXT
- Mappings:
Namespace Name Mixin selector named GRAPHICS_FABULOUS_TEXT
Lnet/minecraft/client/gui/screen/option/VideoOptionsScreen;GRAPHICS_FABULOUS_TEXT:Lnet/minecraft/text/Text;
intermediary field_25682
Lnet/minecraft/class_446;field_25682:Lnet/minecraft/class_2561;
official r
Lfnm;r:Lxp;
-
GRAPHICS_WARNING_MESSAGE_TEXT
- Mappings:
Namespace Name Mixin selector named GRAPHICS_WARNING_MESSAGE_TEXT
Lnet/minecraft/client/gui/screen/option/VideoOptionsScreen;GRAPHICS_WARNING_MESSAGE_TEXT:Lnet/minecraft/text/Text;
intermediary field_25683
Lnet/minecraft/class_446;field_25683:Lnet/minecraft/class_2561;
official s
Lfnm;s:Lxp;
-
GRAPHICS_WARNING_TITLE_TEXT
- Mappings:
Namespace Name Mixin selector named GRAPHICS_WARNING_TITLE_TEXT
Lnet/minecraft/client/gui/screen/option/VideoOptionsScreen;GRAPHICS_WARNING_TITLE_TEXT:Lnet/minecraft/text/Text;
intermediary field_25684
Lnet/minecraft/class_446;field_25684:Lnet/minecraft/class_2561;
official u
Lfnm;u:Lxp;
-
GRAPHICS_WARNING_ACCEPT_TEXT
- Mappings:
Namespace Name Mixin selector named GRAPHICS_WARNING_ACCEPT_TEXT
Lnet/minecraft/client/gui/screen/option/VideoOptionsScreen;GRAPHICS_WARNING_ACCEPT_TEXT:Lnet/minecraft/text/Text;
intermediary field_25685
Lnet/minecraft/class_446;field_25685:Lnet/minecraft/class_2561;
official v
Lfnm;v:Lxp;
-
GRAPHICS_WARNING_CANCEL_TEXT
- Mappings:
Namespace Name Mixin selector named GRAPHICS_WARNING_CANCEL_TEXT
Lnet/minecraft/client/gui/screen/option/VideoOptionsScreen;GRAPHICS_WARNING_CANCEL_TEXT:Lnet/minecraft/text/Text;
intermediary field_25686
Lnet/minecraft/class_446;field_25686:Lnet/minecraft/class_2561;
official w
Lfnm;w:Lxp;
-
list
- Mappings:
Namespace Name Mixin selector named list
Lnet/minecraft/client/gui/screen/option/VideoOptionsScreen;list:Lnet/minecraft/client/gui/widget/OptionListWidget;
intermediary field_2639
Lnet/minecraft/class_446;field_2639:Lnet/minecraft/class_353;
official x
Lfnm;x:Lfid;
-
warningManager
- Mappings:
Namespace Name Mixin selector named warningManager
Lnet/minecraft/client/gui/screen/option/VideoOptionsScreen;warningManager:Lnet/minecraft/client/resource/VideoWarningManager;
intermediary field_25688
Lnet/minecraft/class_446;field_25688:Lnet/minecraft/class_5407;
official y
Lfnm;y:Lgdk;
-
mipmapLevels
private final int mipmapLevels- Mappings:
Namespace Name Mixin selector named mipmapLevels
Lnet/minecraft/client/gui/screen/option/VideoOptionsScreen;mipmapLevels:I
intermediary field_19186
Lnet/minecraft/class_446;field_19186:I
official z
Lfnm;z:I
-
-
Constructor Details
-
VideoOptionsScreen
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/gui/screen/option/VideoOptionsScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/option/GameOptions;)V
intermediary <init>
Lnet/minecraft/class_446;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_315;)V
official <init>
Lfnm;<init>(Lfnf;Lffl;)V
-
-
Method Details
-
getOptions
- Mappings:
Namespace Name Mixin selector named getOptions
Lnet/minecraft/client/gui/screen/option/VideoOptionsScreen;getOptions(Lnet/minecraft/client/option/GameOptions;)[Lnet/minecraft/client/option/SimpleOption;
intermediary method_41846
Lnet/minecraft/class_446;method_41846(Lnet/minecraft/class_315;)[Lnet/minecraft/class_7172;
official a
Lfnm;a(Lffl;)[Lffk;
-
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
This should call
Screen.setInitialFocus()
to set the element that is initially focused.- Overrides:
init
in classGameOptionsScreen
- Mappings:
Namespace Name Mixin selector named init
Lnet/minecraft/client/gui/screen/Screen;init()V
intermediary method_25426
Lnet/minecraft/class_437;method_25426()V
official aM_
Lfnf;aM_()V
-
close
public void close()- Overrides:
close
in classGameOptionsScreen
- Mappings:
Namespace Name Mixin selector named close
Lnet/minecraft/client/gui/screen/Screen;close()V
intermediary method_25419
Lnet/minecraft/class_437;method_25419()V
official d
Lfnf;d()V
-
removed
public void removed()- Overrides:
removed
in classGameOptionsScreen
- Mappings:
Namespace Name Mixin selector named removed
Lnet/minecraft/client/gui/screen/Screen;removed()V
intermediary method_25432
Lnet/minecraft/class_437;method_25432()V
official j
Lfnf;j()V
-
mouseClicked
public boolean mouseClicked(double mouseX, double mouseY, int button) Callback for when a mouse button down event has been captured. The button number is identified by the constants inGLFW
class.- Parameters:
mouseX
- the X coordinate of the mousemouseY
- the Y coordinate of the mousebutton
- the mouse button number- Returns:
true
to indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector named mouseClicked
Lnet/minecraft/client/gui/Element;mouseClicked(DDI)Z
intermediary method_25402
Lnet/minecraft/class_364;method_25402(DDI)Z
official a
Lfjc;a(DDI)Z
-
mouseScrolled
public boolean mouseScrolled(double mouseX, double mouseY, double horizontalAmount, double verticalAmount) Callback for when a mouse button scroll event has been captured.- Parameters:
mouseX
- the X coordinate of the mousemouseY
- the Y coordinate of the mousehorizontalAmount
- the horizontal scroll amountverticalAmount
- the vertical scroll amount- Returns:
true
to indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector named mouseScrolled
Lnet/minecraft/client/gui/Element;mouseScrolled(DDDD)Z
intermediary method_25401
Lnet/minecraft/class_364;method_25401(DDDD)Z
official a
Lfjc;a(DDDD)Z
-