类 OptionsScreen
java.lang.Object
net.minecraft.client.gui.components.events.AbstractContainerEventHandler
net.minecraft.client.gui.screens.Screen
net.minecraft.client.gui.screens.options.OptionsScreen
- 所有已实现的接口:
ContainerEventHandler
,GuiEventListener
,Renderable
,TabOrderedElement
-
嵌套类概要
从类继承的嵌套类/接口 net.minecraft.client.gui.screens.Screen
Screen.NarratableSearchResult
-
字段概要
字段修饰符和类型字段说明private static final Component
private static final Component
private static final int
private static final Component
private static final Component
private CycleButton
<Difficulty> private static final Component
private final Screen
private final HeaderAndFooterLayout
private LockIconButton
private final Options
private static final Component
private static final Component
private static final Component
private static final Component
private static final Tooltip
private static final Component
private static final Component
从类继承的字段 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
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private void
applyPacks
(PackRepository p_343305_) static CycleButton
<Difficulty> createDifficultyButton
(int p_344941_, int p_344675_, String p_345303_, Minecraft p_344456_) private LayoutElement
protected void
init()
private void
lockCallback
(boolean p_344308_) void
onClose()
private Button
openScreenButton
(Component p_344129_, Supplier<Screen> p_342943_) void
removed()
protected void
从类继承的方法 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, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, nextFocusPath, setFocused
从接口继承的方法 net.minecraft.client.gui.components.events.GuiEventListener
getBorderForArrowNavigation, mouseMoved
从接口继承的方法 net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup
-
字段详细资料
-
TITLE
-
SKIN_CUSTOMIZATION
-
SOUNDS
-
VIDEO
-
CONTROLS
-
LANGUAGE
-
CHAT
-
RESOURCEPACK
-
ACCESSIBILITY
-
TELEMETRY
-
TELEMETRY_DISABLED_TOOLTIP
-
CREDITS_AND_ATTRIBUTION
-
COLUMNS
private static final int COLUMNS- 另请参阅:
-
layout
-
lastScreen
-
options
-
difficultyButton
-
lockButton
-
-
构造器详细资料
-
OptionsScreen
-
-
方法详细资料
-
init
protected void init() -
repositionElements
protected void repositionElements()- 覆盖:
repositionElements
在类中Screen
-
onClose
public void onClose() -
applyPacks
-
createOnlineButton
-
createDifficultyButton
public static CycleButton<Difficulty> createDifficultyButton(int p_344941_, int p_344675_, String p_345303_, Minecraft p_344456_) -
lockCallback
private void lockCallback(boolean p_344308_) -
removed
public void removed() -
openScreenButton
-