@Environment(value=CLIENT) class FileDownload.ResourcePackProgressListener extends Object implements ActionListener
Modifier and Type | Field and Description |
---|---|
private RealmsDownloadLatestWorldScreen.DownloadStatus |
downloadStatus |
private File |
tempFile |
private WorldDownload |
worldDownload |
Modifier | Constructor and Description |
---|---|
private |
ResourcePackProgressListener(File tempFile,
RealmsDownloadLatestWorldScreen.DownloadStatus downloadStatus,
WorldDownload worldDownload) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e) |
private final File tempFile
private final RealmsDownloadLatestWorldScreen.DownloadStatus downloadStatus
private final WorldDownload worldDownload
private ResourcePackProgressListener(File tempFile, RealmsDownloadLatestWorldScreen.DownloadStatus downloadStatus, WorldDownload worldDownload)
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener