Package com.mojang.realmsclient.client
Class FileDownload.ResourcePackProgressListener
java.lang.Object
com.mojang.realmsclient.client.FileDownload.ResourcePackProgressListener
- All Implemented Interfaces:
ActionListener
,EventListener
- Enclosing class:
FileDownload
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final RealmsDownloadLatestWorldScreen.DownloadStatus
private final File
private final WorldDownload
-
Constructor Summary
ConstructorsConstructorDescriptionResourcePackProgressListener
(File pTempFile, RealmsDownloadLatestWorldScreen.DownloadStatus pDownloadStatus, WorldDownload pWorldDownload) -
Method Summary
-
Field Details
-
tempFile
-
downloadStatus
-
worldDownload
-
-
Constructor Details
-
ResourcePackProgressListener
ResourcePackProgressListener(File pTempFile, RealmsDownloadLatestWorldScreen.DownloadStatus pDownloadStatus, WorldDownload pWorldDownload)
-
-
Method Details
-
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
-