@Environment(value=CLIENT) class RealmsBackupScreen.BackupObjectSelectionListEntry extends AlwaysSelectedEntryListWidget.Entry<RealmsBackupScreen.BackupObjectSelectionListEntry>
| Constructor and Description |
|---|
BackupObjectSelectionListEntry(RealmsBackupScreen realmsBackupScreen,
Backup backup) |
| Modifier and Type | Method and Description |
|---|---|
private void |
drawInfo(int x,
int y,
int xm,
int ym) |
private void |
drawRestore(int x,
int y,
int xm,
int ym) |
private String |
getMediumDatePresentation(Date lastModifiedDate) |
void |
render(int index,
int y,
int x,
int width,
int height,
int mouseX,
int mouseY,
boolean hovering,
float delta) |
private void |
renderBackupItem(Backup backup,
int x,
int y,
int mouseX,
int mouseY) |
changeFocusisMouseOverclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcharTyped, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolledprivate final Backup mBackup
public BackupObjectSelectionListEntry(RealmsBackupScreen realmsBackupScreen, Backup backup)
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<RealmsBackupScreen.BackupObjectSelectionListEntry>private void renderBackupItem(Backup backup, int x, int y, int mouseX, int mouseY)
private void drawRestore(int x,
int y,
int xm,
int ym)
private void drawInfo(int x,
int y,
int xm,
int ym)