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 dpv$c
intermediary net/minecraft/class_4333$class_4336
named net/minecraft/client/realms/FileDownload$ResourcePackProgressListener
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ResourcePackProgressListener(File tempFile, RealmsDownloadLatestWorldScreen.DownloadStatus downloadStatus, WorldDownload worldDownload)
-
Method Summary
-
Field Details
-
tempFile
- Mappings:
Namespace Name Mixin selector official b
Ldpv$c;b:Ljava/io/File;
intermediary field_19547
Lnet/minecraft/class_4333$class_4336;field_19547:Ljava/io/File;
named tempFile
Lnet/minecraft/client/realms/FileDownload$ResourcePackProgressListener;tempFile:Ljava/io/File;
-
downloadStatus
- Mappings:
Namespace Name Mixin selector official c
Ldpv$c;c:Ldry$a;
intermediary field_19548
Lnet/minecraft/class_4333$class_4336;field_19548:Lnet/minecraft/class_4392$class_4393;
named downloadStatus
Lnet/minecraft/client/realms/FileDownload$ResourcePackProgressListener;downloadStatus:Lnet/minecraft/client/realms/gui/screen/RealmsDownloadLatestWorldScreen$DownloadStatus;
-
worldDownload
- Mappings:
Namespace Name Mixin selector official d
Ldpv$c;d:Ldrd;
intermediary field_19549
Lnet/minecraft/class_4333$class_4336;field_19549:Lnet/minecraft/class_4889;
named worldDownload
Lnet/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>
Ldpv$c;<init>(Ldpv;Ljava/io/File;Ldry$a;Ldrd;)V
intermediary <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;)V
named <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:
actionPerformed
in interfaceActionListener
- Mappings:
Namespace Name Mixin selector official actionPerformed
Ldpv$c;actionPerformed(Ljava/awt/event/ActionEvent;)V
intermediary actionPerformed
Lnet/minecraft/class_4333$class_4336;actionPerformed(Ljava/awt/event/ActionEvent;)V
named actionPerformed
Lnet/minecraft/client/realms/FileDownload$ResourcePackProgressListener;actionPerformed(Ljava/awt/event/ActionEvent;)V
-