Package net.minecraft.client.gui.widget
Class ButtonListWidget
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.widget.EntryListWidget<E>
net.minecraft.client.gui.widget.ElementListWidget<ButtonListWidget.ButtonEntry>
net.minecraft.client.gui.widget.ButtonListWidget
- All Implemented Interfaces:
class_6379,class_6383,Drawable,Element,ParentElement
@Environment(CLIENT)
public class ButtonListWidget
extends ElementListWidget<ButtonListWidget.ButtonEntry>
- Mappings:
Namespace Name official dwxintermediary net/minecraft/class_353named net/minecraft/client/gui/widget/ButtonListWidget
-
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 class net.minecraft.client.gui.widget.EntryListWidget
EntryListWidget.MoveDirectionNested classes/interfaces inherited from interface net.minecraft.class_6379
class_6379.class_6380 -
Field Summary
Fields inherited from class net.minecraft.client.gui.widget.EntryListWidget
bottom, centerListVertically, client, headerHeight, height, itemHeight, left, right, top, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE -
Constructor Summary
ConstructorsConstructorDescriptionButtonListWidget(MinecraftClient client, int width, int height, int top, int bottom, int itemHeight) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddOptionEntry(Option firstOption, @Nullable Option secondOption)intaddSingleOptionEntry(Option option)getButtonFor(Option option)getHoveredButton(double mouseX, double mouseY)intprotected intMethods inherited from class net.minecraft.client.gui.widget.ElementListWidget
changeFocus, isSelectedEntry, method_37018, method_37020Methods inherited from class net.minecraft.client.gui.widget.EntryListWidget
addEntry, centerScrollOn, children, clearEntries, clickedHeader, ensureSelectedEntryVisible, ensureVisible, getEntry, getEntryAtPosition, getEntryCount, getFocused, getMaxPosition, getMaxScroll, getRowLeft, getRowRight, getRowTop, getScrollAmount, getSelected, isFocused, isMouseOver, keyPressed, method_35721, method_37017, method_37019, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, moveSelection, moveSelectionIf, remove, removeEntry, render, renderBackground, renderDecorations, renderHeader, renderList, replaceEntries, setEntryParentList, setLeftPos, setRenderBackground, setRenderHeader, setRenderHorizontalShadows, setRenderSelection, setScrollAmount, setSelected, updateScrollingState, updateSizeMethods inherited from class net.minecraft.client.gui.AbstractParentElement
isDragging, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredText, drawCenteredText, drawCenteredTextWithShadow, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, drawWithShadow, fill, fillGradient, fillGradient, fillGradient, getZOffset, method_29343, setZOffsetMethods 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
mouseMovedMethods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, focusOn, hoveredElement, keyReleased, setInitialFocus
-
Constructor Details
-
ButtonListWidget
public ButtonListWidget(MinecraftClient client, int width, int height, int top, int bottom, int itemHeight)- Mappings:
Namespace Name Mixin selector official <init>Ldwf;<init>(Lduy;IIIII)Vintermediary <init>Lnet/minecraft/class_350;<init>(Lnet/minecraft/class_310;IIIII)Vnamed <init>Lnet/minecraft/client/gui/widget/EntryListWidget;<init>(Lnet/minecraft/client/MinecraftClient;IIIII)V
-
-
Method Details
-
addSingleOptionEntry
- Mappings:
Namespace Name Mixin selector official aLdwx;a(Ldvb;)Iintermediary method_20406Lnet/minecraft/class_353;method_20406(Lnet/minecraft/class_316;)Inamed addSingleOptionEntryLnet/minecraft/client/gui/widget/ButtonListWidget;addSingleOptionEntry(Lnet/minecraft/client/option/Option;)I
-
addOptionEntry
- Mappings:
Namespace Name Mixin selector official aLdwx;a(Ldvb;Ldvb;)Vintermediary method_20407Lnet/minecraft/class_353;method_20407(Lnet/minecraft/class_316;Lnet/minecraft/class_316;)Vnamed addOptionEntryLnet/minecraft/client/gui/widget/ButtonListWidget;addOptionEntry(Lnet/minecraft/client/option/Option;Lnet/minecraft/client/option/Option;)V
-
addAll
- Mappings:
Namespace Name Mixin selector official aLdwx;a([Ldvb;)Vintermediary method_20408Lnet/minecraft/class_353;method_20408([Lnet/minecraft/class_316;)Vnamed addAllLnet/minecraft/client/gui/widget/ButtonListWidget;addAll([Lnet/minecraft/client/option/Option;)V
-
getRowWidth
public int getRowWidth()- Overrides:
getRowWidthin classEntryListWidget<ButtonListWidget.ButtonEntry>- Mappings:
Namespace Name Mixin selector official dLdwf;d()Iintermediary method_25322Lnet/minecraft/class_350;method_25322()Inamed getRowWidthLnet/minecraft/client/gui/widget/EntryListWidget;getRowWidth()I
-
getScrollbarPositionX
protected int getScrollbarPositionX()- Overrides:
getScrollbarPositionXin classEntryListWidget<ButtonListWidget.ButtonEntry>- Mappings:
Namespace Name Mixin selector official eLdwf;e()Iintermediary method_25329Lnet/minecraft/class_350;method_25329()Inamed getScrollbarPositionXLnet/minecraft/client/gui/widget/EntryListWidget;getScrollbarPositionX()I
-
getButtonFor
- Mappings:
Namespace Name Mixin selector official bLdwx;b(Ldvb;)Ldwh;intermediary method_31046Lnet/minecraft/class_353;method_31046(Lnet/minecraft/class_316;)Lnet/minecraft/class_339;named getButtonForLnet/minecraft/client/gui/widget/ButtonListWidget;getButtonFor(Lnet/minecraft/client/option/Option;)Lnet/minecraft/client/gui/widget/ClickableWidget;
-
getHoveredButton
- Mappings:
Namespace Name Mixin selector official cLdwx;c(DD)Ljava/util/Optional;intermediary method_29624Lnet/minecraft/class_353;method_29624(DD)Ljava/util/Optional;named getHoveredButtonLnet/minecraft/client/gui/widget/ButtonListWidget;getHoveredButton(DD)Ljava/util/Optional;
-