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.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
CONTENT_PADDING
field_62115
PADDING
private int
x
x
field_62111
x
private int
y
y
field_62112
y
private int
width
width
field_62113
width
private int
height
height
field_62114
height
private EntryListWidget<E>
list
list
field_22752
parentList

Constructor summary

ModifierConstructor
protected ()

Method summary

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