@Environment(value=CLIENT) class StatsScreen.EntityStatsListWidget.Entry extends AlwaysSelectedEntryListWidget.Entry<StatsScreen.EntityStatsListWidget.Entry>
Modifier and Type | Field and Description |
---|---|
private EntityType<?> |
entityType |
private Text |
field_26548 |
private Text |
field_26549 |
private boolean |
field_26550 |
private Text |
field_26551 |
private boolean |
field_26552 |
Constructor and Description |
---|
Entry(EntityType<?> entityType) |
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 EntityType<?> entityType
private final Text field_26548
private final Text field_26549
private final boolean field_26550
private final Text field_26551
private final boolean field_26552
public Entry(EntityType<?> entityType)
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.EntityStatsListWidget.Entry>