@Environment(value=CLIENT) public abstract static class EntryListWidget.Entry<E extends EntryListWidget.Entry<E>> extends Object implements Element
| Modifier and Type | Field and Description |
|---|---|
(package private) EntryListWidget<E> |
list
Deprecated.
|
| Constructor and Description |
|---|
Entry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMouseOver(double mouseX,
double mouseY) |
abstract void |
render(int index,
int y,
int x,
int width,
int height,
int mouseX,
int mouseY,
boolean hovering,
float delta) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchangeFocus, charTyped, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolled@Deprecated EntryListWidget<E extends EntryListWidget.Entry<E>> list
public abstract void render(int index,
int y,
int x,
int width,
int height,
int mouseX,
int mouseY,
boolean hovering,
float delta)
public boolean isMouseOver(double mouseX,
double mouseY)
isMouseOver in interface Element