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.DownloadStatusprivate final Fileprivate final WorldDownload -
Constructor Summary
ConstructorsConstructorDescriptionResourcePackProgressListener(File tempFile, RealmsDownloadLatestWorldScreen.DownloadStatus downloadStatus, WorldDownload worldDownload) -
Method Summary
-
Field Details
-
tempFile
-
downloadStatus
-
worldDownload
-
-
Constructor Details
-
ResourcePackProgressListener
ResourcePackProgressListener(File tempFile, RealmsDownloadLatestWorldScreen.DownloadStatus downloadStatus, WorldDownload worldDownload)
-
-
Method Details
-
actionPerformed
- Specified by:
actionPerformedin interfaceActionListener
-