Package net.minecraft.client.realms.task
Class DownloadTask
java.lang.Object
net.minecraft.client.realms.task.LongRunningTask
net.minecraft.client.realms.task.DownloadTask
- Mappings:
Namespace Name official eplintermediary net/minecraft/class_4436named net/minecraft/client/realms/task/DownloadTask
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Stringprivate final Screenprivate static final Loggerprivate final intprivate final longFields inherited from class net.minecraft.client.realms.task.LongRunningTask
MAX_RETRIES, screen -
Constructor Summary
ConstructorsConstructorDescriptionDownloadTask(long worldId, int slot, String downloadName, Screen lastScreen) -
Method Summary
Methods inherited from class net.minecraft.client.realms.task.LongRunningTask
aborted, abortTask, error, init, pause, setScreen, setScreen, setTitle, tickMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.realms.util.Errable
method_52662, method_52663
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official cLepl;c:Lorg/slf4j/Logger;intermediary field_36355Lnet/minecraft/class_4436;field_36355:Lorg/slf4j/Logger;named LOGGERLnet/minecraft/client/realms/task/DownloadTask;LOGGER:Lorg/slf4j/Logger;
-
worldId
private final long worldId- Mappings:
Namespace Name Mixin selector official dLepl;d:Jintermediary field_20214Lnet/minecraft/class_4436;field_20214:Jnamed worldIdLnet/minecraft/client/realms/task/DownloadTask;worldId:J
-
slot
private final int slot- Mappings:
Namespace Name Mixin selector official eLepl;e:Iintermediary field_20215Lnet/minecraft/class_4436;field_20215:Inamed slotLnet/minecraft/client/realms/task/DownloadTask;slot:I
-
lastScreen
- Mappings:
Namespace Name Mixin selector official fLepl;f:Lexv;intermediary field_20216Lnet/minecraft/class_4436;field_20216:Lnet/minecraft/class_437;named lastScreenLnet/minecraft/client/realms/task/DownloadTask;lastScreen:Lnet/minecraft/client/gui/screen/Screen;
-
downloadName
- Mappings:
Namespace Name Mixin selector official gLepl;g:Ljava/lang/String;intermediary field_20217Lnet/minecraft/class_4436;field_20217:Ljava/lang/String;named downloadNameLnet/minecraft/client/realms/task/DownloadTask;downloadName:Ljava/lang/String;
-
-
Constructor Details
-
DownloadTask
- Mappings:
Namespace Name Mixin selector official <init>Lepl;<init>(JILjava/lang/String;Lexv;)Vintermediary <init>Lnet/minecraft/class_4436;<init>(JILjava/lang/String;Lnet/minecraft/class_437;)Vnamed <init>Lnet/minecraft/client/realms/task/DownloadTask;<init>(JILjava/lang/String;Lnet/minecraft/client/gui/screen/Screen;)V
-
-
Method Details
-
run
public void run()
-