net.minecraft.client.gui.widget

public abstract class ElementListWidget$Entry<E extends ElementListWidget$Entry<E>>

extends EntryListWidget$Entry<E> implements ParentElement

All mapped superinterfaces:

Widget, Element, Navigable, ParentElement

net.minecraft.client.gui.components.ContainerObjectSelectionList$Entry
net.minecraft.class_4265$class_4266
net.minecraft.client.gui.widget.ElementListWidget$Entry

Field summary

Modifier and TypeField
private Element
focused
field_19077
focused
private Selectable
lastNarratable
field_33782
focusedSelectable
private boolean
dragging
field_19078
dragging

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public boolean
isDragging()
method_25397()
isDragging()
public void
setDragging(boolean dragging)
method_25398(boolean arg0)
setDragging(boolean arg0)
public boolean
mouseClicked(MouseButtonEvent event, boolean doubleClick)
method_25402(class_11909 arg0, boolean arg1)
mouseClicked(Click arg0, boolean arg1)
public void
setFocused(GuiEventListener focused)
method_25395(class_364 arg0)
setFocused(Element arg0)
public Element
getFocused()
method_25399()
getFocused()
public GuiNavigationPath
focusPathAtIndex(FocusNavigationEvent navigationEvent, int currentIndex)
method_48208(class_8023 arg0, int arg1)
getNavigationPath(GuiNavigation navigation, int index)
public GuiNavigationPath
nextFocusPath(FocusNavigationEvent navigationEvent)
method_48205(class_8023 arg0)
getNavigationPath(GuiNavigation arg0)
public abstract List<? extends Selectable>
narratables()
method_37025()
selectableChildren()
void
updateNarration(NarrationElementOutput output)
method_37024(class_6382 arg0)
appendNarrations(NarrationMessageBuilder builder)
public ScreenRect
getRectangle()
method_48202()
getNavigationFocus()
public void
visitWidgets(Consumer widgetVisitor)
method_48206(Consumer arg0)
forEachChild(Consumer arg0)
public int
getHeight()
method_25364()
getHeight()
public int
getWidth()
method_25368()
getWidth()
public int
getY()
method_46427()
getY()
public int
getX()
method_46426()
getX()
public int
getContentRight()
method_73389()
getContentRightEnd()
public int
getContentXMiddle()
method_73388()
getContentMiddleX()
public int
getContentWidth()
method_73387()
getContentWidth()
public int
getContentBottom()
method_73386()
getContentBottomEnd()
public int
getContentYMiddle()
method_73385()
getContentMiddleY()
public int
getContentHeight()
method_73384()
getContentHeight()
public int
getContentY()
method_73382()
getContentY()
public int
getContentX()
method_73380()
getContentX()
public void
setHeight(int height)
method_73383(int arg0)
setHeight(int arg0)
public void
setWidth(int width)
method_73381(int arg0)
setWidth(int arg0)
public void
setY(int y)
method_46419(int arg0)
setY(int arg0)
public void
setX(int x)
method_46421(int arg0)
setX(int arg0)
public boolean
isMouseOver(double mx, double my)
method_25405(double arg0, double arg1)
isMouseOver(double arg0, double arg1)
public boolean
isFocused()
method_25370()
isFocused()
public void
setFocused(boolean focused)
method_25365(boolean arg0)
setFocused(boolean arg0)