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$c
intermediary net/minecraft/class_4333$class_4336
named net/minecraft/client/realms/FileDownload$ResourcePackProgressListener
-
Field Summary
Fields Modifier and Type Field Description private RealmsDownloadLatestWorldScreen.DownloadStatus
downloadStatus
private File
tempFile
private WorldDownload
worldDownload
-
Constructor Summary
Constructors Modifier Constructor Description private
ResourcePackProgressListener(File tempFile, RealmsDownloadLatestWorldScreen.DownloadStatus downloadStatus, WorldDownload worldDownload)
-
Method Summary
Modifier and Type Method Description void
actionPerformed(ActionEvent e)
-
Field Details
-
tempFile
- Mappings:
Namespace Name Mixin selector official b
Ldmd$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
Ldmd$c;c:Ldoa$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
Ldmd$c;d:Ldni;
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>
Ldmd$c;<init>(Ldmd;Ljava/io/File;Ldoa$a;Ldni;)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
Ldmd$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
-