Package net.minecraft.client.realms.task
Class DownloadTask
java.lang.Object
net.minecraft.client.realms.task.LongRunningTask
net.minecraft.client.realms.task.DownloadTask
- All Implemented Interfaces:
Runnable
- Mappings:
Namespace Name official eug
intermediary net/minecraft/class_4436
named net/minecraft/client/realms/task/DownloadTask
-
Field Summary
Modifier and TypeFieldDescriptionprivate final String
private final Screen
private static final Logger
private final int
private static final Text
private final long
Fields inherited from class net.minecraft.client.realms.task.LongRunningTask
MAX_RETRIES
-
Constructor Summary
ConstructorDescriptionDownloadTask
(long worldId, int slot, String downloadName, Screen lastScreen) -
Method Summary
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official b
Leug;b:Lorg/slf4j/Logger;
intermediary field_36355
Lnet/minecraft/class_4436;field_36355:Lorg/slf4j/Logger;
named LOGGER
Lnet/minecraft/client/realms/task/DownloadTask;LOGGER:Lorg/slf4j/Logger;
-
TITLE
- Mappings:
Namespace Name Mixin selector official c
Leug;c:Lvf;
intermediary field_46134
Lnet/minecraft/class_4436;field_46134:Lnet/minecraft/class_2561;
named TITLE
Lnet/minecraft/client/realms/task/DownloadTask;TITLE:Lnet/minecraft/text/Text;
-
worldId
private final long worldId- Mappings:
Namespace Name Mixin selector official d
Leug;d:J
intermediary field_20214
Lnet/minecraft/class_4436;field_20214:J
named worldId
Lnet/minecraft/client/realms/task/DownloadTask;worldId:J
-
slot
private final int slot- Mappings:
Namespace Name Mixin selector official e
Leug;e:I
intermediary field_20215
Lnet/minecraft/class_4436;field_20215:I
named slot
Lnet/minecraft/client/realms/task/DownloadTask;slot:I
-
lastScreen
- Mappings:
Namespace Name Mixin selector official f
Leug;f:Lfdb;
intermediary field_20216
Lnet/minecraft/class_4436;field_20216:Lnet/minecraft/class_437;
named lastScreen
Lnet/minecraft/client/realms/task/DownloadTask;lastScreen:Lnet/minecraft/client/gui/screen/Screen;
-
downloadName
- Mappings:
Namespace Name Mixin selector official g
Leug;g:Ljava/lang/String;
intermediary field_20217
Lnet/minecraft/class_4436;field_20217:Ljava/lang/String;
named downloadName
Lnet/minecraft/client/realms/task/DownloadTask;downloadName:Ljava/lang/String;
-
-
Constructor Details
-
DownloadTask
- Mappings:
Namespace Name Mixin selector official <init>
Leug;<init>(JILjava/lang/String;Lfdb;)V
intermediary <init>
Lnet/minecraft/class_4436;<init>(JILjava/lang/String;Lnet/minecraft/class_437;)V
named <init>
Lnet/minecraft/client/realms/task/DownloadTask;<init>(JILjava/lang/String;Lnet/minecraft/client/gui/screen/Screen;)V
-
-
Method Details
-
run
public void run() -
getTitle
- Specified by:
getTitle
in classLongRunningTask
- Mappings:
Namespace Name Mixin selector official a
Leui;a()Lvf;
intermediary method_53808
Lnet/minecraft/class_4358;method_53808()Lnet/minecraft/class_2561;
named getTitle
Lnet/minecraft/client/realms/task/LongRunningTask;getTitle()Lnet/minecraft/text/Text;
-