类 VideoSettingsScreen
java.lang.Object
net.minecraft.client.gui.components.events.AbstractContainerEventHandler
net.minecraft.client.gui.screens.Screen
net.minecraft.client.gui.screens.options.OptionsSubScreen
net.minecraft.client.gui.screens.options.VideoSettingsScreen
- 所有已实现的接口:
ContainerEventHandler
,GuiEventListener
,Renderable
,TabOrderedElement
-
嵌套类概要
从类继承的嵌套类/接口 net.minecraft.client.gui.screens.Screen
Screen.NarratableSearchResult
-
字段概要
字段修饰符和类型字段说明private static final Component
private static final Component
private static final Component
private final GpuWarnlistManager
private final int
private static final Component
private static final Component
private static final Component
从类继承的字段 net.minecraft.client.gui.screens.options.OptionsSubScreen
lastScreen, layout, list, options
从类继承的字段 net.minecraft.client.gui.screens.Screen
CUBE_MAP, font, FOOTER_SEPARATOR, HEADER_SEPARATOR, height, INWORLD_FOOTER_SEPARATOR, INWORLD_HEADER_SEPARATOR, MENU_BACKGROUND, minecraft, narratorButton, PANORAMA, renderables, screenExecutor, title, width
从接口继承的字段 net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected void
boolean
mouseClicked
(double p_343854_, double p_343549_, int p_344909_) boolean
mouseScrolled
(double p_345374_, double p_345119_, double p_345124_, double p_343217_) void
onClose()
private static OptionInstance<?>[]
void
removed()
从类继承的方法 net.minecraft.client.gui.screens.options.OptionsSubScreen
addContents, addFooter, addTitle, init, repositionElements
从类继承的方法 net.minecraft.client.gui.screens.Screen
added, addRenderableOnly, addRenderableWidget, addWidget, afterKeyboardAction, afterMouseAction, afterMouseMove, changeFocus, children, clearFocus, clearTooltipForNextRenderPass, clearWidgets, fillCrashDetails, findNarratableWidget, getBackgroundMusic, getFont, getMinecraft, getNarrationMessage, getRectangle, getTitle, getTooltipFromItem, getUsageNarration, handleComponentClicked, handleDelayedNarration, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, keyPressed, onFilesDrop, rebuildWidgets, removeWidget, render, renderBackground, renderBlurredBackground, renderMenuBackground, renderMenuBackground, renderMenuBackgroundTexture, renderPanorama, renderTransparentBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setTooltipForNextRenderPass, setTooltipForNextRenderPass, setTooltipForNextRenderPass, setTooltipForNextRenderPass, shouldCloseOnEsc, shouldNarrateNavigation, showsActiveEffects, tick, triggerImmediateNarration, updateNarratedWidget, updateNarrationState, updateNarratorStatus
从类继承的方法 net.minecraft.client.gui.components.events.AbstractContainerEventHandler
getFocused, isDragging, setDragging, setFocused
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.client.gui.components.events.ContainerEventHandler
charTyped, getChildAt, getCurrentFocusPath, isFocused, keyReleased, mouseDragged, mouseReleased, nextFocusPath, setFocused
从接口继承的方法 net.minecraft.client.gui.components.events.GuiEventListener
getBorderForArrowNavigation, mouseMoved
从接口继承的方法 net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup
-
字段详细资料
-
TITLE
-
FABULOUS
-
WARNING_MESSAGE
-
WARNING_TITLE
-
BUTTON_ACCEPT
-
BUTTON_CANCEL
-
gpuWarnlistManager
-
oldMipmaps
private final int oldMipmaps
-
-
构造器详细资料
-
VideoSettingsScreen
-
-
方法详细资料
-
options
-
addOptions
protected void addOptions()- 指定者:
addOptions
在类中OptionsSubScreen
-
onClose
public void onClose()- 覆盖:
onClose
在类中OptionsSubScreen
-
removed
public void removed()- 覆盖:
removed
在类中OptionsSubScreen
-
mouseClicked
public boolean mouseClicked(double p_343854_, double p_343549_, int p_344909_) -
mouseScrolled
public boolean mouseScrolled(double p_345374_, double p_345119_, double p_345124_, double p_343217_)
-