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 official fevintermediary net/minecraft/class_353named net/minecraft/client/gui/widget/OptionListWidget
-
Nested Class Summary
Nested ClassesNested 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
FieldsModifier and TypeFieldDescriptionprivate static final intprivate static final intprivate final GameOptionsScreenFields inherited from class net.minecraft.client.gui.widget.EntryListWidget
centerListVertically, client, field_45909, headerHeight, itemHeightFields inherited from class net.minecraft.client.gui.widget.ClickableWidget
active, alpha, height, hovered, visible, widthFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
ConstructorsConstructorDescriptionOptionListWidget(MinecraftClient client, int width, int int2, GameOptionsScreen optionsScreen) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAll(SimpleOption<?>[] options) voidaddOptionEntry(SimpleOption<?> firstOption, @Nullable SimpleOption<?> secondOption) voidaddSingleOptionEntry(SimpleOption<?> option) getHoveredWidget(double mouseX, double mouseY) intgetWidgetFor(SimpleOption<?> option) Methods inherited from class net.minecraft.client.gui.widget.ElementListWidget
appendClickableNarrations, getNavigationPath, getType, isSelectedEntry, setFocusedMethods inherited from class net.minecraft.client.gui.widget.EntryListWidget
addEntry, addEntryToTop, appendNarrations, centerScrollOn, children, clearEntries, clickedHeader, drawHeaderAndFooterSeparators, drawMenuListBackground, drawSelectionHighlight, enableScissor, ensureVisible, getEntry, getEntryAtPosition, getEntryCount, getFirst, getFocused, getHoveredEntry, getMaxPosition, getMaxScroll, getNeighboringEntry, getNeighboringEntry, getNeighboringEntry, getRowBottom, getRowLeft, getRowRight, getRowTop, getScrollAmount, getScrollbarPositionX, getSelectedOrNull, isMouseOver, isScrollbarVisible, isSelectButton, method_57718, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, position, position, remove, removeEntry, removeEntryWithoutScrolling, renderDecorations, renderEntry, renderHeader, renderList, renderWidget, replaceEntries, setEntryParentList, setRenderHeader, setScrollAmount, setSelected, updateScrollingStateMethods inherited from class net.minecraft.client.gui.widget.ContainerWidget
isDragging, isFocused, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.widget.ClickableWidget
appendDefaultNarrations, appendNarrations, clicked, drawBackground, 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, setYMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.Element
getNavigationFocus, mouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, getFocusedPath, hoveredElement, keyPressed, keyReleasedMethods 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 official aLfev;a:Iintermediary field_49481Lnet/minecraft/class_353;field_49481:Inamed field_49481Lnet/minecraft/client/gui/widget/OptionListWidget;field_49481:I
-
field_49482
private static final int field_49482- See Also:
- Mappings:
Namespace Name Mixin selector official mLfev;m:Iintermediary field_49482Lnet/minecraft/class_353;field_49482:Inamed field_49482Lnet/minecraft/client/gui/widget/OptionListWidget;field_49482:I
-
optionsScreen
- Mappings:
Namespace Name Mixin selector official nLfev;n:Lfjp;intermediary field_49483Lnet/minecraft/class_353;field_49483:Lnet/minecraft/class_4667;named optionsScreenLnet/minecraft/client/gui/widget/OptionListWidget;optionsScreen:Lnet/minecraft/client/gui/screen/option/GameOptionsScreen;
-
-
Constructor Details
-
OptionListWidget
public OptionListWidget(MinecraftClient client, int width, int int2, GameOptionsScreen optionsScreen) - Mappings:
Namespace Name Mixin selector official <init>Lfev;<init>(Lfby;IILfjp;)Vintermediary <init>Lnet/minecraft/class_353;<init>(Lnet/minecraft/class_310;IILnet/minecraft/class_4667;)Vnamed <init>Lnet/minecraft/client/gui/widget/OptionListWidget;<init>(Lnet/minecraft/client/MinecraftClient;IILnet/minecraft/client/gui/screen/option/GameOptionsScreen;)V
-
-
Method Details
-
addSingleOptionEntry
- Mappings:
Namespace Name Mixin selector official aLfev;a(Lfcb;)Vintermediary method_20406Lnet/minecraft/class_353;method_20406(Lnet/minecraft/class_7172;)Vnamed addSingleOptionEntryLnet/minecraft/client/gui/widget/OptionListWidget;addSingleOptionEntry(Lnet/minecraft/client/option/SimpleOption;)V
-
addOptionEntry
public void addOptionEntry(SimpleOption<?> firstOption, @Nullable @Nullable SimpleOption<?> secondOption) - Mappings:
Namespace Name Mixin selector official aLfev;a(Lfcb;Lfcb;)Vintermediary method_20407Lnet/minecraft/class_353;method_20407(Lnet/minecraft/class_7172;Lnet/minecraft/class_7172;)Vnamed addOptionEntryLnet/minecraft/client/gui/widget/OptionListWidget;addOptionEntry(Lnet/minecraft/client/option/SimpleOption;Lnet/minecraft/client/option/SimpleOption;)V
-
addAll
- Mappings:
Namespace Name Mixin selector official aLfev;a([Lfcb;)Vintermediary method_20408Lnet/minecraft/class_353;method_20408([Lnet/minecraft/class_7172;)Vnamed addAllLnet/minecraft/client/gui/widget/OptionListWidget;addAll([Lnet/minecraft/client/option/SimpleOption;)V
-
getRowWidth
public int getRowWidth()- Overrides:
getRowWidthin classEntryListWidget<OptionListWidget.WidgetEntry>- Mappings:
Namespace Name Mixin selector official bLfdt;b()Iintermediary method_25322Lnet/minecraft/class_350;method_25322()Inamed getRowWidthLnet/minecraft/client/gui/widget/EntryListWidget;getRowWidth()I
-
getWidgetFor
- Mappings:
Namespace Name Mixin selector official bLfev;b(Lfcb;)Lfdw;intermediary method_31046Lnet/minecraft/class_353;method_31046(Lnet/minecraft/class_7172;)Lnet/minecraft/class_339;named getWidgetForLnet/minecraft/client/gui/widget/OptionListWidget;getWidgetFor(Lnet/minecraft/client/option/SimpleOption;)Lnet/minecraft/client/gui/widget/ClickableWidget;
-
getHoveredWidget
- Mappings:
Namespace Name Mixin selector official eLfev;e(DD)Ljava/util/Optional;intermediary method_29624Lnet/minecraft/class_353;method_29624(DD)Ljava/util/Optional;named getHoveredWidgetLnet/minecraft/client/gui/widget/OptionListWidget;getHoveredWidget(DD)Ljava/util/Optional;
-