Interface NetworkUtils.DownloadListener

Enclosing class:
NetworkUtils

public static interface NetworkUtils.DownloadListener
Mappings:
Namespace Name
named net/minecraft/util/NetworkUtils$DownloadListener
intermediary net/minecraft/class_3521$class_9034
official ayq$a
  • Method Details

    • onStart

      void onStart()
      Mappings:
      Namespace Name Mixin selector
      named onStart Lnet/minecraft/util/NetworkUtils$DownloadListener;onStart()V
      intermediary method_55497 Lnet/minecraft/class_3521$class_9034;method_55497()V
      official a Layq$a;a()V
    • onContentLength

      void onContentLength(OptionalLong contentLength)
      Mappings:
      Namespace Name Mixin selector
      named onContentLength Lnet/minecraft/util/NetworkUtils$DownloadListener;onContentLength(Ljava/util/OptionalLong;)V
      intermediary method_55499 Lnet/minecraft/class_3521$class_9034;method_55499(Ljava/util/OptionalLong;)V
      official a Layq$a;a(Ljava/util/OptionalLong;)V
    • onProgress

      void onProgress(long writtenBytes)
      Mappings:
      Namespace Name Mixin selector
      named onProgress Lnet/minecraft/util/NetworkUtils$DownloadListener;onProgress(J)V
      intermediary method_55498 Lnet/minecraft/class_3521$class_9034;method_55498(J)V
      official a Layq$a;a(J)V
    • onFinish

      void onFinish(boolean success)
      Mappings:
      Namespace Name Mixin selector
      named onFinish Lnet/minecraft/util/NetworkUtils$DownloadListener;onFinish(Z)V
      intermediary method_55500 Lnet/minecraft/class_3521$class_9034;method_55500(Z)V
      official a Layq$a;a(Z)V