Package net.minecraft.client.realms
Class FileDownload.ResourcePackProgressListener
java.lang.Object
net.minecraft.client.realms.FileDownload.ResourcePackProgressListener
- All Implemented Interfaces:
ActionListener,EventListener
- Enclosing class:
- FileDownload
@Environment(CLIENT) class FileDownload.ResourcePackProgressListener extends Object implements ActionListener
- Mappings:
Namespace Name official dmd$cintermediary net/minecraft/class_4333$class_4336named net/minecraft/client/realms/FileDownload$ResourcePackProgressListener
-
Field Summary
Fields Modifier and Type Field Description private RealmsDownloadLatestWorldScreen.DownloadStatusdownloadStatusprivate FiletempFileprivate WorldDownloadworldDownload -
Constructor Summary
Constructors Modifier Constructor Description privateResourcePackProgressListener(File tempFile, RealmsDownloadLatestWorldScreen.DownloadStatus downloadStatus, WorldDownload worldDownload) -
Method Summary
Modifier and Type Method Description voidactionPerformed(ActionEvent e)
-
Field Details
-
tempFile
- Mappings:
Namespace Name Mixin selector official bLdmd$c;b:Ljava/io/File;intermediary field_19547Lnet/minecraft/class_4333$class_4336;field_19547:Ljava/io/File;named tempFileLnet/minecraft/client/realms/FileDownload$ResourcePackProgressListener;tempFile:Ljava/io/File;
-
downloadStatus
- Mappings:
Namespace Name Mixin selector official cLdmd$c;c:Ldoa$a;intermediary field_19548Lnet/minecraft/class_4333$class_4336;field_19548:Lnet/minecraft/class_4392$class_4393;named downloadStatusLnet/minecraft/client/realms/FileDownload$ResourcePackProgressListener;downloadStatus:Lnet/minecraft/client/realms/gui/screen/RealmsDownloadLatestWorldScreen$DownloadStatus;
-
worldDownload
- Mappings:
Namespace Name Mixin selector official dLdmd$c;d:Ldni;intermediary field_19549Lnet/minecraft/class_4333$class_4336;field_19549:Lnet/minecraft/class_4889;named worldDownloadLnet/minecraft/client/realms/FileDownload$ResourcePackProgressListener;worldDownload:Lnet/minecraft/client/realms/dto/WorldDownload;
-
-
Constructor Details
-
ResourcePackProgressListener
private ResourcePackProgressListener(File tempFile, RealmsDownloadLatestWorldScreen.DownloadStatus downloadStatus, WorldDownload worldDownload)- Mappings:
Namespace Name Mixin selector official <init>Ldmd$c;<init>(Ldmd;Ljava/io/File;Ldoa$a;Ldni;)Vintermediary <init>Lnet/minecraft/class_4333$class_4336;<init>(Lnet/minecraft/class_4333;Ljava/io/File;Lnet/minecraft/class_4392$class_4393;Lnet/minecraft/class_4889;)Vnamed <init>Lnet/minecraft/client/realms/FileDownload$ResourcePackProgressListener;<init>(Lnet/minecraft/client/realms/FileDownload;Ljava/io/File;Lnet/minecraft/client/realms/gui/screen/RealmsDownloadLatestWorldScreen$DownloadStatus;Lnet/minecraft/client/realms/dto/WorldDownload;)V
-
-
Method Details
-
actionPerformed
- Specified by:
actionPerformedin interfaceActionListener- Mappings:
Namespace Name Mixin selector official actionPerformedLdmd$c;actionPerformed(Ljava/awt/event/ActionEvent;)Vintermediary actionPerformedLnet/minecraft/class_4333$class_4336;actionPerformed(Ljava/awt/event/ActionEvent;)Vnamed actionPerformedLnet/minecraft/client/realms/FileDownload$ResourcePackProgressListener;actionPerformed(Ljava/awt/event/ActionEvent;)V
-