Package net.minecraft.client.gui.widget
Class OptionListWidget
java.lang.Object
net.minecraft.client.gui.widget.ClickableWidget
net.minecraft.client.gui.widget.ContainerWidget
net.minecraft.client.gui.widget.EntryListWidget<OptionListWidget.WidgetEntry>
net.minecraft.client.gui.widget.ElementListWidget<OptionListWidget.WidgetEntry>
net.minecraft.client.gui.widget.OptionListWidget
- All Implemented Interfaces:
Drawable
,Element
,Narratable
,Navigable
,ParentElement
,Selectable
,Widget
@Environment(CLIENT)
public class OptionListWidget
extends ElementListWidget<OptionListWidget.WidgetEntry>
- Mappings:
Namespace Name named net/minecraft/client/gui/widget/OptionListWidget
intermediary net/minecraft/class_353
official fid
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static class
protected static class
Nested classes/interfaces inherited from class net.minecraft.client.gui.widget.ElementListWidget
ElementListWidget.Entry<E extends ElementListWidget.Entry<E>>
Nested classes/interfaces inherited from interface net.minecraft.client.gui.Selectable
Selectable.SelectionType
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final int
private static final int
private final GameOptionsScreen
Fields inherited from class net.minecraft.client.gui.widget.EntryListWidget
centerListVertically, client, field_45909, headerHeight, itemHeight
Fields inherited from class net.minecraft.client.gui.widget.ClickableWidget
active, alpha, height, hovered, visible, width
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
ConstructorDescriptionOptionListWidget
(MinecraftClient client, int width, int int2, GameOptionsScreen optionsScreen) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAll
(List<ClickableWidget> widgets) void
addAll
(SimpleOption<?>[] options) void
addSingleOptionEntry
(SimpleOption<?> option) void
addWidgetEntry
(ClickableWidget firstWidget, @Nullable ClickableWidget secondWidget) void
getHoveredWidget
(double mouseX, double mouseY) int
getWidgetFor
(SimpleOption<?> option) Methods inherited from class net.minecraft.client.gui.widget.ElementListWidget
appendClickableNarrations, getNavigationPath, getType, isSelectedEntry, setFocused
Methods inherited from class net.minecraft.client.gui.widget.EntryListWidget
addEntry, addEntryToTop, appendNarrations, centerScrollOn, children, clearEntries, clickedHeader, drawHeaderAndFooterSeparators, drawMenuListBackground, drawSelectionHighlight, enableScissor, ensureVisible, getDefaultScrollbarX, getEntry, getEntryAtPosition, getEntryCount, getFirst, getFocused, getHoveredEntry, getMaxPosition, getMaxScroll, getNeighboringEntry, getNeighboringEntry, getNeighboringEntry, getRowBottom, getRowLeft, getRowRight, getRowTop, getScrollAmount, getScrollbarX, getSelectedOrNull, isMouseOver, isScrollbarVisible, isSelectButton, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, position, position, remove, removeEntry, removeEntryWithoutScrolling, renderDecorations, renderEntry, renderHeader, renderList, renderWidget, replaceEntries, setEntryParentList, setRenderHeader, setScrollAmount, setSelected, updateScrollingState
Methods inherited from class net.minecraft.client.gui.widget.ContainerWidget
isDragging, isFocused, setDragging, setFocused
Methods inherited from class net.minecraft.client.gui.widget.ClickableWidget
appendDefaultNarrations, appendNarrations, clicked, drawScrollableText, drawScrollableText, drawScrollableText, forEachChild, getBottom, getHeight, getMessage, getNarrationMessage, getNarrationMessage, getNavigationFocus, getNavigationOrder, getRight, getTooltip, getWidth, getX, getY, isHovered, isNarratable, isSelected, isValidClickButton, onClick, onDrag, onRelease, playDownSound, render, setAlpha, setDimensions, setDimensionsAndPosition, setHeight, setMessage, setNavigationOrder, setTooltip, setTooltipDelay, setWidth, setX, setY
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
getNavigationFocus, mouseMoved
Methods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrder
Methods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, getFocusedPath, hoveredElement, keyPressed, keyReleased
Methods inherited from interface net.minecraft.client.gui.widget.Widget
setPosition
-
Field Details
-
field_49481
private static final int field_49481- See Also:
- Mappings:
Namespace Name Mixin selector named field_49481
Lnet/minecraft/client/gui/widget/OptionListWidget;field_49481:I
intermediary field_49481
Lnet/minecraft/class_353;field_49481:I
official a
Lfid;a:I
-
field_49482
private static final int field_49482- See Also:
- Mappings:
Namespace Name Mixin selector named field_49482
Lnet/minecraft/client/gui/widget/OptionListWidget;field_49482:I
intermediary field_49482
Lnet/minecraft/class_353;field_49482:I
official m
Lfid;m:I
-
optionsScreen
- Mappings:
Namespace Name Mixin selector named optionsScreen
Lnet/minecraft/client/gui/widget/OptionListWidget;optionsScreen:Lnet/minecraft/client/gui/screen/option/GameOptionsScreen;
intermediary field_49483
Lnet/minecraft/class_353;field_49483:Lnet/minecraft/class_4667;
official n
Lfid;n:Lfmx;
-
-
Constructor Details
-
OptionListWidget
public OptionListWidget(MinecraftClient client, int width, int int2, GameOptionsScreen optionsScreen) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/gui/widget/OptionListWidget;<init>(Lnet/minecraft/client/MinecraftClient;IILnet/minecraft/client/gui/screen/option/GameOptionsScreen;)V
intermediary <init>
Lnet/minecraft/class_353;<init>(Lnet/minecraft/class_310;IILnet/minecraft/class_4667;)V
official <init>
Lfid;<init>(Lffh;IILfmx;)V
-
-
Method Details
-
addSingleOptionEntry
- Mappings:
Namespace Name Mixin selector named addSingleOptionEntry
Lnet/minecraft/client/gui/widget/OptionListWidget;addSingleOptionEntry(Lnet/minecraft/client/option/SimpleOption;)V
intermediary method_20406
Lnet/minecraft/class_353;method_20406(Lnet/minecraft/class_7172;)V
official a
Lfid;a(Lffk;)V
-
addAll
- Mappings:
Namespace Name Mixin selector named addAll
Lnet/minecraft/client/gui/widget/OptionListWidget;addAll([Lnet/minecraft/client/option/SimpleOption;)V
intermediary method_20408
Lnet/minecraft/class_353;method_20408([Lnet/minecraft/class_7172;)V
official a
Lfid;a([Lffk;)V
-
addAll
- Mappings:
Namespace Name Mixin selector named addAll
Lnet/minecraft/client/gui/widget/OptionListWidget;addAll(Ljava/util/List;)V
intermediary method_58227
Lnet/minecraft/class_353;method_58227(Ljava/util/List;)V
official a
Lfid;a(Ljava/util/List;)V
-
addWidgetEntry
public void addWidgetEntry(ClickableWidget firstWidget, @Nullable @Nullable ClickableWidget secondWidget) - Mappings:
Namespace Name Mixin selector named addWidgetEntry
Lnet/minecraft/client/gui/widget/OptionListWidget;addWidgetEntry(Lnet/minecraft/client/gui/widget/ClickableWidget;Lnet/minecraft/client/gui/widget/ClickableWidget;)V
intermediary method_20407
Lnet/minecraft/class_353;method_20407(Lnet/minecraft/class_339;Lnet/minecraft/class_339;)V
official a
Lfid;a(Lfhe;Lfhe;)V
-
getRowWidth
public int getRowWidth()- Overrides:
getRowWidth
in classEntryListWidget<OptionListWidget.WidgetEntry>
- Mappings:
Namespace Name Mixin selector named getRowWidth
Lnet/minecraft/client/gui/widget/EntryListWidget;getRowWidth()I
intermediary method_25322
Lnet/minecraft/class_350;method_25322()I
official b
Lfhb;b()I
-
getWidgetFor
- Mappings:
Namespace Name Mixin selector named getWidgetFor
Lnet/minecraft/client/gui/widget/OptionListWidget;getWidgetFor(Lnet/minecraft/client/option/SimpleOption;)Lnet/minecraft/client/gui/widget/ClickableWidget;
intermediary method_31046
Lnet/minecraft/class_353;method_31046(Lnet/minecraft/class_7172;)Lnet/minecraft/class_339;
official b
Lfid;b(Lffk;)Lfhe;
-
applyAllPendingValues
public void applyAllPendingValues()- Mappings:
Namespace Name Mixin selector named applyAllPendingValues
Lnet/minecraft/client/gui/widget/OptionListWidget;applyAllPendingValues()V
intermediary method_59869
Lnet/minecraft/class_353;method_59869()V
official c
Lfid;c()V
-
getHoveredWidget
- Mappings:
Namespace Name Mixin selector named getHoveredWidget
Lnet/minecraft/client/gui/widget/OptionListWidget;getHoveredWidget(DD)Ljava/util/Optional;
intermediary method_29624
Lnet/minecraft/class_353;method_29624(DD)Ljava/util/Optional;
official e
Lfid;e(DD)Ljava/util/Optional;
-