Package com.mojang.realmsclient.client
Class FileDownload.ProgressListener
java.lang.Object
com.mojang.realmsclient.client.FileDownload.ProgressListener
- All Implemented Interfaces:
ActionListener
,EventListener
- Enclosing class:
- FileDownload
-
Field Summary
Modifier and TypeFieldDescriptionprivate final RealmsDownloadLatestWorldScreen.DownloadStatus
private final SaveFormat
private final File
private final String
-
Constructor Summary
ModifierConstructorDescriptionprivate
ProgressListener
(String p_i232192_2_, File p_i232192_3_, SaveFormat p_i232192_4_, RealmsDownloadLatestWorldScreen.DownloadStatus p_i232192_5_) -
Method Summary
-
Field Details
-
worldName
-
tempFile
-
levelStorageSource
-
downloadStatus
-
-
Constructor Details
-
ProgressListener
private ProgressListener(String p_i232192_2_, File p_i232192_3_, SaveFormat p_i232192_4_, RealmsDownloadLatestWorldScreen.DownloadStatus p_i232192_5_)
-
-
Method Details
-
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
-