@Environment(value=CLIENT) class StatsScreen.GeneralStatsListWidget.Entry extends AlwaysSelectedEntryListWidget.Entry<StatsScreen.GeneralStatsListWidget.Entry>
Modifier and Type | Field and Description |
---|---|
private Text |
field_26547 |
private Stat<Identifier> |
stat |
Modifier | Constructor and Description |
---|---|
private |
Entry(Stat<Identifier> stat) |
Modifier and Type | Method and Description |
---|---|
void |
render(MatrixStack matrices,
int index,
int y,
int x,
int entryWidth,
int entryHeight,
int mouseX,
int mouseY,
boolean hovered,
float tickDelta) |
changeFocus
isMouseOver
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
charTyped, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolled
private final Stat<Identifier> stat
private final Text field_26547
private Entry(Stat<Identifier> stat)
public void render(MatrixStack matrices, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta)
render
in class EntryListWidget.Entry<StatsScreen.GeneralStatsListWidget.Entry>