Class AbstractList.AbstractListEntry<E extends AbstractList.AbstractListEntry<E>>
java.lang.Object
net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry<E>
- All Implemented Interfaces:
IGuiEventListener
- Direct Known Subclasses:
AbstractOptionList.Entry
,ExtendedList.AbstractListEntry
- Enclosing class:
- AbstractList<E extends AbstractList.AbstractListEntry<E>>
public abstract static class AbstractList.AbstractListEntry<E extends AbstractList.AbstractListEntry<E>>
extends Object
implements IGuiEventListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isMouseOver
(double p_231047_1_, double p_231047_3_) abstract void
render
(MatrixStack p_230432_1_, int p_230432_2_, int p_230432_3_, int p_230432_4_, int p_230432_5_, int p_230432_6_, int p_230432_7_, int p_230432_8_, boolean p_230432_9_, float p_230432_10_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.gui.IGuiEventListener
changeFocus, charTyped, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolled
-
Field Details
-
list
Deprecated.
-
-
Constructor Details
-
AbstractListEntry
public AbstractListEntry()
-
-
Method Details
-
render
public abstract void render(MatrixStack p_230432_1_, int p_230432_2_, int p_230432_3_, int p_230432_4_, int p_230432_5_, int p_230432_6_, int p_230432_7_, int p_230432_8_, boolean p_230432_9_, float p_230432_10_) -
isMouseOver
public boolean isMouseOver(double p_231047_1_, double p_231047_3_) - Specified by:
isMouseOver
in interfaceIGuiEventListener
-