@Environment(value=CLIENT) class RealmsBackupInfoScreen.BackupInfoListEntry extends AlwaysSelectedEntryListWidget.Entry<RealmsBackupInfoScreen.BackupInfoListEntry>
| Modifier and Type | Field and Description |
|---|---|
private String |
key |
private String |
value |
| Constructor and Description |
|---|
BackupInfoListEntry(String key,
String value) |
| 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) |
changeFocusisMouseOverclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcharTyped, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolledpublic 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<RealmsBackupInfoScreen.BackupInfoListEntry>