Package net.minecraft.client.gui.widget
Class EntryListWidget<E extends EntryListWidget.Entry<E>>
java.lang.Object
net.minecraft.client.gui.widget.ClickableWidget
net.minecraft.client.gui.widget.ScrollableWidget
net.minecraft.client.gui.widget.ContainerWidget
net.minecraft.client.gui.widget.EntryListWidget<E>
- All Implemented Interfaces:
Drawable,Element,Narratable,Navigable,ParentElement,Selectable,Widget
- Direct Known Subclasses:
AlwaysSelectedEntryListWidget,ElementListWidget
@Environment(CLIENT)
public abstract class EntryListWidget<E extends EntryListWidget.Entry<E>>
extends ContainerWidget
- Mappings:
Namespace Name named net/minecraft/client/gui/widget/EntryListWidgetintermediary net/minecraft/class_350official ghp
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate classprotected static classEntryListWidget.Entry<E extends EntryListWidget.Entry<E>>Nested classes/interfaces inherited from class net.minecraft.client.gui.widget.ClickableWidget
ClickableWidget.InactivityIndicatingWidgetNested classes/interfaces inherited from interface net.minecraft.client.gui.Selectable
Selectable.SelectionType -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected final MinecraftClientprivate @Nullable Eprivate static final Identifierprotected final intprivate static final Identifierprivate @Nullable Eprivate static final intFields inherited from class net.minecraft.client.gui.widget.ScrollableWidget
SCROLLBAR_WIDTH -
Constructor Summary
ConstructorsConstructorDescriptionEntryListWidget(MinecraftClient client, int width, int height, int y, int itemHeight) -
Method Summary
Modifier and TypeMethodDescriptionprotected intprotected intprotected voidaddEntryToTop(E entry) protected voidaddEntryToTop(E entry, int entryHeight) protected voidappendNarrations(NarrationMessageBuilder builder, E entry) protected voidcenterScrollOn(E entry) children()Gets a list of all child GUI elements.protected voidprotected voidclearEntriesExcept(E entryToKeep) protected voiddrawHeaderAndFooterSeparators(DrawContext context) protected voiddrawMenuListBackground(DrawContext context) protected voiddrawSelectionHighlight(DrawContext context, E entry, int color) protected voidenableScissor(DrawContext context) protected intprotected doubleprotected final @Nullable EgetEntryAtPosition(double x, double y) protected int@Nullable Eprotected @Nullable Eprotected @Nullable EgetNeighboringEntry(NavigationDirection direction) protected @Nullable EgetNeighboringEntry(NavigationDirection direction, Predicate<E> predicate) protected @Nullable EgetNeighboringEntry(NavigationDirection direction, Predicate<E> predicate, @Nullable E selected) intgetRowBottom(int index) intintintgetRowTop(int index) intprotected int@Nullable EReturns the selected entry of this entry list, ornullif there is none.getType()private intinthoveredElement(double mouseX, double mouseY) protected booleanvoidposition(int width, int height, int y) voidposition(int width, int height, int x, int y) voidposition(int width, ThreePartsLayoutWidget layout) private voidprotected voidremoveEntries(List<E> entries) protected voidremoveEntry(E entry) protected voidremoveEntryWithoutScrolling(E entry) protected voidrenderEntry(DrawContext context, int mouseX, int mouseY, float delta, E entry) protected voidrenderList(DrawContext context, int mouseX, int mouseY, float deltaTicks) voidrenderWidget(DrawContext context, int mouseX, int mouseY, float deltaTicks) voidreplaceEntries(Collection<E> collection) private voidscroll(int amount) protected void(package private) voidsetEntryParentList(EntryListWidget.Entry<E> entry) voidsetFocused(boolean focused) voidsetFocused(@Nullable Element focused) voidsetScrollY(double scrollY) voidsetSelected(@Nullable E entry) protected voidsort(Comparator<E> comparator) protected voidswapEntriesOnPositions(int pos1, int pos2) Methods inherited from class net.minecraft.client.gui.widget.ContainerWidget
getNavigationPath, isDragging, isFocused, mouseClicked, mouseDragged, mouseReleased, setDraggingMethods inherited from class net.minecraft.client.gui.widget.ScrollableWidget
checkScrollbarDragged, drawScrollbar, getMaxScrollY, getScrollbarThumbHeight, getScrollbarThumbY, getScrollY, isInScrollbar, mouseScrolled, onRelease, overflows, refreshScrollMethods inherited from class net.minecraft.client.gui.widget.ClickableWidget
appendClickableNarrations, appendDefaultNarrations, appendNarrations, drawTextWithMargin, forEachChild, getAlpha, getBottom, getHeight, getMessage, getNarrationMessage, getNarrationMessage, getNavigationFocus, getNavigationOrder, getRight, getWidth, getX, getY, isHovered, isInteractable, isMouseOver, isSelected, isValidClickButton, onClick, onDrag, playClickSound, playDownSound, render, setAlpha, setCursor, 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
getBorder, getNavigationFocus, isClickable, isMouseOver, mouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, getFocusedPath, keyPressed, keyReleased, mouseScrolledMethods inherited from interface net.minecraft.client.gui.Selectable
getNarratedPartsMethods inherited from interface net.minecraft.client.gui.widget.Widget
setPosition
-
Field Details
-
MENU_LIST_BACKGROUND_TEXTURE
- Mappings:
Namespace Name Mixin selector named MENU_LIST_BACKGROUND_TEXTURELnet/minecraft/client/gui/widget/EntryListWidget;MENU_LIST_BACKGROUND_TEXTURE:Lnet/minecraft/util/Identifier;intermediary field_49478Lnet/minecraft/class_350;field_49478:Lnet/minecraft/class_2960;official aLghp;a:Lamo;
-
INWORLD_MENU_LIST_BACKGROUND_TEXTURE
- Mappings:
Namespace Name Mixin selector named INWORLD_MENU_LIST_BACKGROUND_TEXTURELnet/minecraft/client/gui/widget/EntryListWidget;INWORLD_MENU_LIST_BACKGROUND_TEXTURE:Lnet/minecraft/util/Identifier;intermediary field_49892Lnet/minecraft/class_350;field_49892:Lnet/minecraft/class_2960;official fLghp;f:Lamo;
-
SPACER_HEIGHT
private static final int SPACER_HEIGHT- See Also:
- Mappings:
Namespace Name Mixin selector named SPACER_HEIGHTLnet/minecraft/client/gui/widget/EntryListWidget;SPACER_HEIGHT:Iintermediary field_62110Lnet/minecraft/class_350;field_62110:Iofficial nLghp;n:I
-
client
- Mappings:
Namespace Name Mixin selector named clientLnet/minecraft/client/gui/widget/EntryListWidget;client:Lnet/minecraft/client/MinecraftClient;intermediary field_22740Lnet/minecraft/class_350;field_22740:Lnet/minecraft/class_310;official cLghp;c:Lgec;
-
itemHeight
protected final int itemHeight- Mappings:
Namespace Name Mixin selector named itemHeightLnet/minecraft/client/gui/widget/EntryListWidget;itemHeight:Iintermediary field_62109Lnet/minecraft/class_350;field_62109:Iofficial dLghp;d:I
-
children
- Mappings:
Namespace Name Mixin selector named childrenLnet/minecraft/client/gui/widget/EntryListWidget;children:Ljava/util/List;intermediary field_22739Lnet/minecraft/class_350;field_22739:Ljava/util/List;official oLghp;o:Ljava/util/List;
-
centerListVertically
protected boolean centerListVertically- Mappings:
Namespace Name Mixin selector named centerListVerticallyLnet/minecraft/client/gui/widget/EntryListWidget;centerListVertically:Zintermediary field_22744Lnet/minecraft/class_350;field_22744:Zofficial eLghp;e:Z
-
selected
- Mappings:
Namespace Name Mixin selector named selectedLnet/minecraft/client/gui/widget/EntryListWidget;selected:Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;intermediary field_22751Lnet/minecraft/class_350;field_22751:Lnet/minecraft/class_350$class_351;official pLghp;p:Lghp$a;
-
hoveredEntry
- Mappings:
Namespace Name Mixin selector named hoveredEntryLnet/minecraft/client/gui/widget/EntryListWidget;hoveredEntry:Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;intermediary field_33780Lnet/minecraft/class_350;field_33780:Lnet/minecraft/class_350$class_351;official qLghp;q:Lghp$a;
-
-
Constructor Details
-
EntryListWidget
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gui/widget/EntryListWidget;<init>(Lnet/minecraft/client/MinecraftClient;IIII)Vintermediary <init>Lnet/minecraft/class_350;<init>(Lnet/minecraft/class_310;IIII)Vofficial <init>Lghp;<init>(Lgec;IIII)V
-
-
Method Details
-
getSelectedOrNull
Returns the selected entry of this entry list, ornullif there is none.- Returns:
- the selected entry of this entry list, or
nullif there is none - Mappings:
Namespace Name Mixin selector named getSelectedOrNullLnet/minecraft/client/gui/widget/EntryListWidget;getSelectedOrNull()Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;intermediary method_25334Lnet/minecraft/class_350;method_25334()Lnet/minecraft/class_350$class_351;official qLghp;q()Lghp$a;
-
setSelected
- Mappings:
Namespace Name Mixin selector named setSelectedLnet/minecraft/client/gui/widget/EntryListWidget;setSelected(Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;)Vintermediary method_25313Lnet/minecraft/class_350;method_25313(Lnet/minecraft/class_350$class_351;)Vofficial aLghp;a(Lghp$a;)V
-
getFocused
- Specified by:
getFocusedin interfaceParentElement- Overrides:
getFocusedin classContainerWidget- Mappings:
Namespace Name Mixin selector named getFocusedLnet/minecraft/client/gui/widget/EntryListWidget;getFocused()Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;intermediary method_25336Lnet/minecraft/class_350;method_25336()Lnet/minecraft/class_350$class_351;official rLghp;r()Lghp$a;
-
children
Gets a list of all child GUI elements.- Mappings:
Namespace Name Mixin selector named childrenLnet/minecraft/client/gui/ParentElement;children()Ljava/util/List;intermediary method_25396Lnet/minecraft/class_4069;method_25396()Ljava/util/List;official aI_Lgld;aI_()Ljava/util/List;
-
sort
- Mappings:
Namespace Name Mixin selector named sortLnet/minecraft/client/gui/widget/EntryListWidget;sort(Ljava/util/Comparator;)Vintermediary method_73372Lnet/minecraft/class_350;method_73372(Ljava/util/Comparator;)Vofficial aLghp;a(Ljava/util/Comparator;)V
-
swapEntriesOnPositions
protected void swapEntriesOnPositions(int pos1, int pos2) - Mappings:
Namespace Name Mixin selector named swapEntriesOnPositionsLnet/minecraft/client/gui/widget/EntryListWidget;swapEntriesOnPositions(II)Vintermediary method_73368Lnet/minecraft/class_350;method_73368(II)Vofficial aLghp;a(II)V
-
clearEntries
protected void clearEntries()- Mappings:
Namespace Name Mixin selector named clearEntriesLnet/minecraft/client/gui/widget/EntryListWidget;clearEntries()Vintermediary method_25339Lnet/minecraft/class_350;method_25339()Vofficial sLghp;s()V
-
clearEntriesExcept
- Mappings:
Namespace Name Mixin selector named clearEntriesExceptLnet/minecraft/client/gui/widget/EntryListWidget;clearEntriesExcept(Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;)Vintermediary method_73374Lnet/minecraft/class_350;method_73374(Lnet/minecraft/class_350$class_351;)Vofficial bLghp;b(Lghp$a;)V
-
replaceEntries
- Mappings:
Namespace Name Mixin selector named replaceEntriesLnet/minecraft/client/gui/widget/EntryListWidget;replaceEntries(Ljava/util/Collection;)Vintermediary method_25314Lnet/minecraft/class_350;method_25314(Ljava/util/Collection;)Vofficial aLghp;a(Ljava/util/Collection;)V
-
getYOfFirstEntry
private int getYOfFirstEntry()- Mappings:
Namespace Name Mixin selector named getYOfFirstEntryLnet/minecraft/client/gui/widget/EntryListWidget;getYOfFirstEntry()Iintermediary method_73376Lnet/minecraft/class_350;method_73376()Iofficial dLghp;d()I
-
getYOfNextEntry
public int getYOfNextEntry()- Mappings:
Namespace Name Mixin selector named getYOfNextEntryLnet/minecraft/client/gui/widget/EntryListWidget;getYOfNextEntry()Iintermediary method_73378Lnet/minecraft/class_350;method_73378()Iofficial tLghp;t()I
-
addEntry
- Mappings:
Namespace Name Mixin selector named addEntryLnet/minecraft/client/gui/widget/EntryListWidget;addEntry(Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;)Iintermediary method_25321Lnet/minecraft/class_350;method_25321(Lnet/minecraft/class_350$class_351;)Iofficial cLghp;c(Lghp$a;)I
-
addEntry
- Mappings:
Namespace Name Mixin selector named addEntryLnet/minecraft/client/gui/widget/EntryListWidget;addEntry(Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;I)Iintermediary method_73370Lnet/minecraft/class_350;method_73370(Lnet/minecraft/class_350$class_351;I)Iofficial aLghp;a(Lghp$a;I)I
-
addEntryToTop
- Mappings:
Namespace Name Mixin selector named addEntryToTopLnet/minecraft/client/gui/widget/EntryListWidget;addEntryToTop(Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;)Vintermediary method_44399Lnet/minecraft/class_350;method_44399(Lnet/minecraft/class_350$class_351;)Vofficial dLghp;d(Lghp$a;)V
-
addEntryToTop
- Mappings:
Namespace Name Mixin selector named addEntryToTopLnet/minecraft/client/gui/widget/EntryListWidget;addEntryToTop(Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;I)Vintermediary method_73375Lnet/minecraft/class_350;method_73375(Lnet/minecraft/class_350$class_351;I)Vofficial bLghp;b(Lghp$a;I)V
-
recalculateAllChildrenPositions
private void recalculateAllChildrenPositions()- Mappings:
Namespace Name Mixin selector named recalculateAllChildrenPositionsLnet/minecraft/client/gui/widget/EntryListWidget;recalculateAllChildrenPositions()Vintermediary method_73367Lnet/minecraft/class_350;method_73367()Vofficial ILghp;I()V
-
removeEntryWithoutScrolling
- Mappings:
Namespace Name Mixin selector named removeEntryWithoutScrollingLnet/minecraft/client/gui/widget/EntryListWidget;removeEntryWithoutScrolling(Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;)Vintermediary method_44650Lnet/minecraft/class_350;method_44650(Lnet/minecraft/class_350$class_351;)Vofficial eLghp;e(Lghp$a;)V
-
getEntryCount
protected int getEntryCount()- Mappings:
Namespace Name Mixin selector named getEntryCountLnet/minecraft/client/gui/widget/EntryListWidget;getEntryCount()Iintermediary method_25340Lnet/minecraft/class_350;method_25340()Iofficial uLghp;u()I
-
isEntrySelectionAllowed
protected boolean isEntrySelectionAllowed()- Mappings:
Namespace Name Mixin selector named isEntrySelectionAllowedLnet/minecraft/client/gui/widget/EntryListWidget;isEntrySelectionAllowed()Zintermediary method_73379Lnet/minecraft/class_350;method_73379()Zofficial vLghp;v()Z
-
getEntryAtPosition
- Mappings:
Namespace Name Mixin selector named getEntryAtPositionLnet/minecraft/client/gui/widget/EntryListWidget;getEntryAtPosition(DD)Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;intermediary method_25308Lnet/minecraft/class_350;method_25308(DD)Lnet/minecraft/class_350$class_351;official bLghp;b(DD)Lghp$a;
-
position
- Mappings:
Namespace Name Mixin selector named positionLnet/minecraft/client/gui/widget/EntryListWidget;position(ILnet/minecraft/client/gui/widget/ThreePartsLayoutWidget;)Vintermediary method_57712Lnet/minecraft/class_350;method_57712(ILnet/minecraft/class_8132;)Vofficial aLghp;a(ILgnm;)V
-
position
public void position(int width, int height, int y) - Mappings:
Namespace Name Mixin selector named positionLnet/minecraft/client/gui/widget/EntryListWidget;position(III)Vintermediary method_57714Lnet/minecraft/class_350;method_57714(III)Vofficial aLghp;a(III)V
-
position
public void position(int width, int height, int x, int y) - Mappings:
Namespace Name Mixin selector named positionLnet/minecraft/client/gui/widget/EntryListWidget;position(IIII)Vintermediary method_73369Lnet/minecraft/class_350;method_73369(IIII)Vofficial aLghp;a(IIII)V
-
getContentsHeightWithPadding
protected int getContentsHeightWithPadding()- Specified by:
getContentsHeightWithPaddingin classScrollableWidget- Mappings:
Namespace Name Mixin selector named getContentsHeightWithPaddingLnet/minecraft/client/gui/widget/ScrollableWidget;getContentsHeightWithPadding()Iintermediary method_44395Lnet/minecraft/class_7528;method_44395()Iofficial oLgho;o()I
-
renderWidget
- Specified by:
renderWidgetin classClickableWidget- Mappings:
Namespace Name Mixin selector named renderWidgetLnet/minecraft/client/gui/widget/ClickableWidget;renderWidget(Lnet/minecraft/client/gui/DrawContext;IIF)Vintermediary method_48579Lnet/minecraft/class_339;method_48579(Lnet/minecraft/class_332;IIF)Vofficial a_Lght;a_(Lghi;IIF)V
-
drawMenuListBackground
- Mappings:
Namespace Name Mixin selector named drawMenuListBackgroundLnet/minecraft/client/gui/widget/EntryListWidget;drawMenuListBackground(Lnet/minecraft/client/gui/DrawContext;)Vintermediary method_57715Lnet/minecraft/class_350;method_57715(Lnet/minecraft/class_332;)Vofficial aLghp;a(Lghi;)V
-
enableScissor
- Mappings:
Namespace Name Mixin selector named enableScissorLnet/minecraft/client/gui/widget/EntryListWidget;enableScissor(Lnet/minecraft/client/gui/DrawContext;)Vintermediary method_49603Lnet/minecraft/class_350;method_49603(Lnet/minecraft/class_332;)Vofficial cLghp;c(Lghi;)V
-
scrollTo
- Mappings:
Namespace Name Mixin selector named scrollToLnet/minecraft/client/gui/widget/EntryListWidget;scrollTo(Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;)Vintermediary method_73377Lnet/minecraft/class_350;method_73377(Lnet/minecraft/class_350$class_351;)Vofficial fLghp;f(Lghp$a;)V
-
centerScrollOn
- Mappings:
Namespace Name Mixin selector named centerScrollOnLnet/minecraft/client/gui/widget/EntryListWidget;centerScrollOn(Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;)Vintermediary method_25324Lnet/minecraft/class_350;method_25324(Lnet/minecraft/class_350$class_351;)Vofficial gLghp;g(Lghp$a;)V
-
scroll
private void scroll(int amount) - Mappings:
Namespace Name Mixin selector named scrollLnet/minecraft/client/gui/widget/EntryListWidget;scroll(I)Vintermediary method_25309Lnet/minecraft/class_350;method_25309(I)Vofficial hLghp;h(I)V
-
setScrollY
public void setScrollY(double scrollY) - Overrides:
setScrollYin classScrollableWidget- Mappings:
Namespace Name Mixin selector named setScrollYLnet/minecraft/client/gui/widget/ScrollableWidget;setScrollY(D)Vintermediary method_44382Lnet/minecraft/class_7528;method_44382(D)Vofficial aLgho;a(D)V
-
getDeltaYPerScroll
protected double getDeltaYPerScroll()- Specified by:
getDeltaYPerScrollin classScrollableWidget- Mappings:
Namespace Name Mixin selector named getDeltaYPerScrollLnet/minecraft/client/gui/widget/ScrollableWidget;getDeltaYPerScroll()Dintermediary method_44393Lnet/minecraft/class_7528;method_44393()Dofficial pLgho;p()D
-
getScrollbarX
protected int getScrollbarX()- Overrides:
getScrollbarXin classScrollableWidget- Mappings:
Namespace Name Mixin selector named getScrollbarXLnet/minecraft/client/gui/widget/ScrollableWidget;getScrollbarX()Iintermediary method_65507Lnet/minecraft/class_7528;method_65507()Iofficial mLgho;m()I
-
hoveredElement
- Mappings:
Namespace Name Mixin selector named hoveredElementLnet/minecraft/client/gui/ParentElement;hoveredElement(DD)Ljava/util/Optional;intermediary method_19355Lnet/minecraft/class_4069;method_19355(DD)Ljava/util/Optional;official cLgld;c(DD)Ljava/util/Optional;
-
setFocused
public void setFocused(boolean focused) - Specified by:
setFocusedin interfaceElement- Specified by:
setFocusedin interfaceParentElement- Overrides:
setFocusedin classContainerWidget- Mappings:
Namespace Name Mixin selector named setFocusedLnet/minecraft/client/gui/Element;setFocused(Z)Vintermediary method_25365Lnet/minecraft/class_364;method_25365(Z)Vofficial bLgle;b(Z)V
-
setFocused
- Specified by:
setFocusedin interfaceParentElement- Overrides:
setFocusedin classContainerWidget- Mappings:
Namespace Name Mixin selector named setFocusedLnet/minecraft/client/gui/ParentElement;setFocused(Lnet/minecraft/client/gui/Element;)Vintermediary method_25395Lnet/minecraft/class_4069;method_25395(Lnet/minecraft/class_364;)Vofficial aLgld;a(Lgle;)V
-
renderList
- Mappings:
Namespace Name Mixin selector named renderListLnet/minecraft/client/gui/widget/EntryListWidget;renderList(Lnet/minecraft/client/gui/DrawContext;IIF)Vintermediary method_25311Lnet/minecraft/class_350;method_25311(Lnet/minecraft/class_332;IIF)Vofficial cLghp;c(Lghi;IIF)V
-
renderEntry
- Mappings:
Namespace Name Mixin selector named renderEntryLnet/minecraft/client/gui/widget/EntryListWidget;renderEntry(Lnet/minecraft/client/gui/DrawContext;IIFLnet/minecraft/client/gui/widget/EntryListWidget$Entry;)Vintermediary method_44397Lnet/minecraft/class_350;method_44397(Lnet/minecraft/class_332;IIFLnet/minecraft/class_350$class_351;)Vofficial aLghp;a(Lghi;IIFLghp$a;)V
-
drawSelectionHighlight
- Mappings:
Namespace Name Mixin selector named drawSelectionHighlightLnet/minecraft/client/gui/widget/EntryListWidget;drawSelectionHighlight(Lnet/minecraft/client/gui/DrawContext;Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;I)Vintermediary method_44398Lnet/minecraft/class_350;method_44398(Lnet/minecraft/class_332;Lnet/minecraft/class_350$class_351;I)Vofficial aLghp;a(Lghi;Lghp$a;I)V
-
getRowLeft
public int getRowLeft()- Mappings:
Namespace Name Mixin selector named getRowLeftLnet/minecraft/client/gui/widget/EntryListWidget;getRowLeft()Iintermediary method_25342Lnet/minecraft/class_350;method_25342()Iofficial wLghp;w()I
-
getRowRight
public int getRowRight()- Mappings:
Namespace Name Mixin selector named getRowRightLnet/minecraft/client/gui/widget/EntryListWidget;getRowRight()Iintermediary method_31383Lnet/minecraft/class_350;method_31383()Iofficial xLghp;x()I
-
getRowTop
public int getRowTop(int index) - Mappings:
Namespace Name Mixin selector named getRowTopLnet/minecraft/client/gui/widget/EntryListWidget;getRowTop(I)Iintermediary method_25337Lnet/minecraft/class_350;method_25337(I)Iofficial aLghp;a(I)I
-
getRowBottom
public int getRowBottom(int index) - Mappings:
Namespace Name Mixin selector named getRowBottomLnet/minecraft/client/gui/widget/EntryListWidget;getRowBottom(I)Iintermediary method_25319Lnet/minecraft/class_350;method_25319(I)Iofficial bLghp;b(I)I
-
getRowWidth
public int getRowWidth()- Mappings:
Namespace Name Mixin selector named getRowWidthLnet/minecraft/client/gui/widget/EntryListWidget;getRowWidth()Iintermediary method_25322Lnet/minecraft/class_350;method_25322()Iofficial aLghp;a()I
-
getType
- Specified by:
getTypein interfaceSelectable- Overrides:
getTypein classClickableWidget- Mappings:
Namespace Name Mixin selector named getTypeLnet/minecraft/client/gui/Selectable;getType()Lnet/minecraft/client/gui/Selectable$SelectionType;intermediary method_37018Lnet/minecraft/class_6379;method_37018()Lnet/minecraft/class_6379$class_6380;official yLgnt;y()Lgnt$a;
-
removeEntries
- Mappings:
Namespace Name Mixin selector named removeEntriesLnet/minecraft/client/gui/widget/EntryListWidget;removeEntries(Ljava/util/List;)Vintermediary method_73373Lnet/minecraft/class_350;method_73373(Ljava/util/List;)Vofficial aLghp;a(Ljava/util/List;)V
-
removeEntry
- Mappings:
Namespace Name Mixin selector named removeEntryLnet/minecraft/client/gui/widget/EntryListWidget;removeEntry(Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;)Vintermediary method_25330Lnet/minecraft/class_350;method_25330(Lnet/minecraft/class_350$class_351;)Vofficial hLghp;h(Lghp$a;)V
-
getHoveredEntry
- Mappings:
Namespace Name Mixin selector named getHoveredEntryLnet/minecraft/client/gui/widget/EntryListWidget;getHoveredEntry()Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;intermediary method_37019Lnet/minecraft/class_350;method_37019()Lnet/minecraft/class_350$class_351;official zLghp;z()Lghp$a;
-
setEntryParentList
- Mappings:
Namespace Name Mixin selector named setEntryParentListLnet/minecraft/client/gui/widget/EntryListWidget;setEntryParentList(Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;)Vintermediary method_29621Lnet/minecraft/class_350;method_29621(Lnet/minecraft/class_350$class_351;)Vofficial iLghp;i(Lghp$a;)V
-
appendNarrations
- Mappings:
Namespace Name Mixin selector named appendNarrationsLnet/minecraft/client/gui/widget/EntryListWidget;appendNarrations(Lnet/minecraft/client/gui/screen/narration/NarrationMessageBuilder;Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;)Vintermediary method_37017Lnet/minecraft/class_350;method_37017(Lnet/minecraft/class_6382;Lnet/minecraft/class_350$class_351;)Vofficial aLghp;a(Lgnv;Lghp$a;)V
-