@Environment(value=CLIENT) class StatsScreen.GeneralStatsListWidget.Entry extends AlwaysSelectedEntryListWidget.Entry<StatsScreen.GeneralStatsListWidget.Entry>
| Modifier and Type | Field and Description |
|---|---|
private Stat<Identifier> |
stat |
| Modifier | Constructor and Description |
|---|---|
private |
Entry(Stat<Identifier> stat) |
| Modifier and Type | Method and Description |
|---|---|
void |
render(int index,
int y,
int x,
int width,
int height,
int mouseX,
int mouseY,
boolean hovering,
float delta) |
changeFocusisMouseOverclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcharTyped, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolledprivate final Stat<Identifier> stat
private Entry(Stat<Identifier> stat)
public void render(int index,
int y,
int x,
int width,
int height,
int mouseX,
int mouseY,
boolean hovering,
float delta)
render in class EntryListWidget.Entry<StatsScreen.GeneralStatsListWidget.Entry>