Package net.minecraft.client.realms
Class FileDownload.ProgressListener
java.lang.Object
net.minecraft.client.realms.FileDownload.ProgressListener
- All Implemented Interfaces:
ActionListener
,EventListener
- Enclosing class:
- FileDownload
@Environment(CLIENT) class FileDownload.ProgressListener extends Object implements ActionListener
-
Field Summary
Fields Modifier and Type Field Description private RealmsDownloadLatestWorldScreen.DownloadStatus
downloadStatus
private LevelStorage
levelStorageSource
private File
tempFile
private String
worldName
-
Constructor Summary
Constructors Modifier Constructor Description private
ProgressListener(String worldName, File tempFile, LevelStorage storage, RealmsDownloadLatestWorldScreen.DownloadStatus downloadStatus)
-
Method Summary
Modifier and Type Method Description void
actionPerformed(ActionEvent e)
-
Field Details
-
worldName
-
tempFile
-
levelStorageSource
-
downloadStatus
-
-
Constructor Details
-
ProgressListener
private ProgressListener(String worldName, File tempFile, LevelStorage storage, RealmsDownloadLatestWorldScreen.DownloadStatus downloadStatus)
-
-
Method Details
-
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
-