Package net.minecraft.util
Interface NetworkUtils.DownloadListener
- Enclosing class:
NetworkUtils
public static interface NetworkUtils.DownloadListener
- Mappings:
Namespace Name official auf$a
intermediary net/minecraft/class_3521$class_9034
named net/minecraft/util/NetworkUtils$DownloadListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onContentLength
(OptionalLong contentLength) void
onFinish
(boolean success) void
onProgress
(long writtenBytes) void
onStart()
-
Method Details
-
onStart
void onStart()- Mappings:
Namespace Name Mixin selector official a
Lauf$a;a()V
intermediary method_55497
Lnet/minecraft/class_3521$class_9034;method_55497()V
named onStart
Lnet/minecraft/util/NetworkUtils$DownloadListener;onStart()V
-
onContentLength
- Mappings:
Namespace Name Mixin selector official a
Lauf$a;a(Ljava/util/OptionalLong;)V
intermediary method_55499
Lnet/minecraft/class_3521$class_9034;method_55499(Ljava/util/OptionalLong;)V
named onContentLength
Lnet/minecraft/util/NetworkUtils$DownloadListener;onContentLength(Ljava/util/OptionalLong;)V
-
onProgress
void onProgress(long writtenBytes) - Mappings:
Namespace Name Mixin selector official a
Lauf$a;a(J)V
intermediary method_55498
Lnet/minecraft/class_3521$class_9034;method_55498(J)V
named onProgress
Lnet/minecraft/util/NetworkUtils$DownloadListener;onProgress(J)V
-
onFinish
void onFinish(boolean success) - Mappings:
Namespace Name Mixin selector official a
Lauf$a;a(Z)V
intermediary method_55500
Lnet/minecraft/class_3521$class_9034;method_55500(Z)V
named onFinish
Lnet/minecraft/util/NetworkUtils$DownloadListener;onFinish(Z)V
-