@Environment(value=CLIENT) class StatsScreen.EntityStatsListWidget.Entry extends AlwaysSelectedEntryListWidget.Entry<StatsScreen.EntityStatsListWidget.Entry>
| Modifier and Type | Field and Description |
|---|---|
private EntityType<?> |
entityType |
| Constructor and Description |
|---|
Entry(EntityType<?> entityType) |
| Modifier and Type | Method and Description |
|---|---|
private String |
getKilledByString(String entityName,
int killCount) |
private String |
getKilledString(String entityName,
int killCount) |
void |
render(MatrixStack matrixStack,
int y,
int x,
int width,
int height,
int mouseX,
int mouseY,
int int2,
boolean bool,
float float2) |
changeFocusisMouseOverclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcharTyped, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolledprivate final EntityType<?> entityType
public Entry(EntityType<?> entityType)
public void render(MatrixStack matrixStack, int y, int x, int width, int height, int mouseX, int mouseY, int int2, boolean bool, float float2)
render in class EntryListWidget.Entry<StatsScreen.EntityStatsListWidget.Entry>