net.minecraft.util

public interface NetworkUtils$DownloadListener

net.minecraft.util.HttpUtil$DownloadProgressListener
net.minecraft.class_3521$class_9034
net.minecraft.util.NetworkUtils$DownloadListener

Method summary

Modifier and TypeMethod
void
requestStart()
method_55497()
onStart()
void
downloadStart(OptionalLong sizeBytes)
method_55499(OptionalLong arg0)
onContentLength(OptionalLong contentLength)
void
downloadedBytes(long bytesSoFar)
method_55498(long arg0)
onProgress(long writtenBytes)
void
requestFinished(boolean success)
method_55500(boolean arg0)
onFinish(boolean success)