Package com.mojang.realmsclient.client
Class FileDownload.ResourcePackProgressListener
- java.lang.Object
-
- com.mojang.realmsclient.client.FileDownload.ResourcePackProgressListener
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.util.EventListener
- Enclosing class:
- FileDownload
class FileDownload.ResourcePackProgressListener extends java.lang.Object implements java.awt.event.ActionListener
-
-
Field Summary
Fields Modifier and Type Field Description private RealmsDownloadLatestWorldScreen.DownloadStatus
downloadStatus
private java.io.File
tempFile
private WorldDownload
worldDownload
-
Constructor Summary
Constructors Modifier Constructor Description private
ResourcePackProgressListener(java.io.File p_i51645_2_, RealmsDownloadLatestWorldScreen.DownloadStatus p_i51645_3_, WorldDownload p_i51645_4_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent p_actionPerformed_1_)
-
-
-
Field Detail
-
tempFile
private final java.io.File tempFile
-
downloadStatus
private final RealmsDownloadLatestWorldScreen.DownloadStatus downloadStatus
-
worldDownload
private final WorldDownload worldDownload
-
-
Constructor Detail
-
ResourcePackProgressListener
private ResourcePackProgressListener(java.io.File p_i51645_2_, RealmsDownloadLatestWorldScreen.DownloadStatus p_i51645_3_, WorldDownload p_i51645_4_)
-
-