net.minecraft.client.gui.widget

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

implements Widget, Element

net.minecraft.client.gui.components.AbstractSelectionList$Entry
net.minecraft.class_350$class_351
net.minecraft.client.gui.widget.EntryListWidget$Entry

Field summary

Modifier and TypeField
public static final int
CONTENT_PADDING
field_62115
PADDING
private int
x
field_62111
x
private int
y
field_62112
y
private int
width
field_62113
width
private int
height
field_62114
height
private EntryListWidget<E>
list
field_22752
parentList

Constructor summary

ModifierConstructor
protected ()

Method summary

Modifier and TypeMethod
public void
setFocused(boolean focused)
method_25365(boolean arg0)
setFocused(boolean arg0)
public boolean
isFocused()
method_25370()
isFocused()
public abstract void
renderContent(GuiGraphics graphics, int mouseX, int mouseY, boolean hovered, float a)
method_25343(class_332 arg0, int arg1, int arg2, boolean arg3, float arg4)
render(DrawContext context, int mouseX, int mouseY, boolean hovered, float deltaTicks)
public boolean
isMouseOver(double mx, double my)
method_25405(double arg0, double arg1)
isMouseOver(double arg0, double arg1)
public void
setX(int x)
method_46421(int arg0)
setX(int arg0)
public void
setY(int y)
method_46419(int arg0)
setY(int arg0)
public void
setWidth(int width)
method_73381(int arg0)
setWidth(int width)
public void
setHeight(int height)
method_73383(int arg0)
setHeight(int height)
public int
getContentX()
method_73380()
getContentX()
public int
getContentY()
method_73382()
getContentY()
public int
getContentHeight()
method_73384()
getContentHeight()
public int
getContentYMiddle()
method_73385()
getContentMiddleY()
public int
getContentBottom()
method_73386()
getContentBottomEnd()
public int
getContentWidth()
method_73387()
getContentWidth()
public int
getContentXMiddle()
method_73388()
getContentMiddleX()
public int
getContentRight()
method_73389()
getContentRightEnd()
public int
getX()
method_46426()
getX()
public int
getY()
method_46427()
getY()
public int
getWidth()
method_25368()
getWidth()
public int
getHeight()
method_25364()
getHeight()
public void
visitWidgets(Consumer<AbstractWidget> widgetVisitor)
method_48206(Consumer<class_339> arg0)
forEachChild(Consumer<ClickableWidget> arg0)
public ScreenRect
getRectangle()
method_48202()
getNavigationFocus()