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)
private class FileDownload.ResourcePackProgressListener
extends Object
implements ActionListener
- Mappings:
- Namespace - Name - named - net/minecraft/client/realms/FileDownload$ResourcePackProgressListener- intermediary - net/minecraft/class_4333$class_4336- official - fgi$c
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final RealmsDownloadLatestWorldScreen.DownloadStatusprivate final Fileprivate final WorldDownload
- 
Constructor SummaryConstructorsConstructorDescriptionResourcePackProgressListener(File tempFile, RealmsDownloadLatestWorldScreen.DownloadStatus downloadStatus, WorldDownload worldDownload) 
- 
Method Summary
- 
Field Details- 
tempFile- Mappings:
- Namespace - Name - Mixin selector - named - tempFile- Lnet/minecraft/client/realms/FileDownload$ResourcePackProgressListener;tempFile:Ljava/io/File;- intermediary - field_19547- Lnet/minecraft/class_4333$class_4336;field_19547:Ljava/io/File;- official - b- Lfgi$c;b:Ljava/io/File;
 
- 
downloadStatus- Mappings:
- Namespace - Name - Mixin selector - named - downloadStatus- Lnet/minecraft/client/realms/FileDownload$ResourcePackProgressListener;downloadStatus:Lnet/minecraft/client/realms/gui/screen/RealmsDownloadLatestWorldScreen$DownloadStatus;- intermediary - field_19548- Lnet/minecraft/class_4333$class_4336;field_19548:Lnet/minecraft/class_4392$class_4393;- official - c- Lfgi$c;c:Lfiy$a;
 
- 
worldDownload- Mappings:
- Namespace - Name - Mixin selector - named - worldDownload- Lnet/minecraft/client/realms/FileDownload$ResourcePackProgressListener;worldDownload:Lnet/minecraft/client/realms/dto/WorldDownload;- intermediary - field_19549- Lnet/minecraft/class_4333$class_4336;field_19549:Lnet/minecraft/class_4889;- official - d- Lfgi$c;d:Lfib;
 
 
- 
- 
Constructor Details- 
ResourcePackProgressListenerResourcePackProgressListener(File tempFile, RealmsDownloadLatestWorldScreen.DownloadStatus downloadStatus, WorldDownload worldDownload) - Mappings:
- Namespace - Name - Mixin selector - 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- 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- official - <init>- Lfgi$c;<init>(Lfgi;Ljava/io/File;Lfiy$a;Lfib;)V
 
 
- 
- 
Method Details- 
actionPerformed- Specified by:
- actionPerformedin interface- ActionListener
- Mappings:
- Namespace - Name - Mixin selector - named - actionPerformed- Lnet/minecraft/client/realms/FileDownload$ResourcePackProgressListener;actionPerformed(Ljava/awt/event/ActionEvent;)V- intermediary - actionPerformed- Lnet/minecraft/class_4333$class_4336;actionPerformed(Ljava/awt/event/ActionEvent;)V- official - actionPerformed- Lfgi$c;actionPerformed(Ljava/awt/event/ActionEvent;)V
 
 
-