Uses of Interface
net.minecraft.util.HttpUtil.DownloadProgressListener
Packages that use HttpUtil.DownloadProgressListener
Package
Description
-
Uses of HttpUtil.DownloadProgressListener in net.minecraft.client.resources.server
Methods in net.minecraft.client.resources.server that return HttpUtil.DownloadProgressListenerModifier and TypeMethodDescription(package private) HttpUtil.DownloadProgressListenerDownloadedPackSource.createDownloadNotifier(int packCount) -
Uses of HttpUtil.DownloadProgressListener in net.minecraft.server.packs
Fields in net.minecraft.server.packs declared as HttpUtil.DownloadProgressListenerModifier and TypeFieldDescriptionprivate final HttpUtil.DownloadProgressListenerDownloadQueue.BatchConfig.listenerThe field for thelistenerrecord component.Methods in net.minecraft.server.packs that return HttpUtil.DownloadProgressListenerModifier and TypeMethodDescriptionDownloadQueue.BatchConfig.listener()Returns the value of thelistenerrecord component.Constructors in net.minecraft.server.packs with parameters of type HttpUtil.DownloadProgressListenerModifierConstructorDescriptionBatchConfig(com.google.common.hash.HashFunction hashFunction, int maxSize, Map<String, String> headers, Proxy proxy, HttpUtil.DownloadProgressListener listener) Creates an instance of aBatchConfigrecord class. -
Uses of HttpUtil.DownloadProgressListener in net.minecraft.util
Methods in net.minecraft.util with parameters of type HttpUtil.DownloadProgressListenerModifier and TypeMethodDescriptionprivate static com.google.common.hash.HashCodeHttpUtil.downloadAndHash(com.google.common.hash.HashFunction hashFuntion, int maxSize, HttpUtil.DownloadProgressListener progressListener, InputStream stream, Path outputPath) static PathHttpUtil.downloadFile(Path saveFile, URL url, Map<String, String> requestProperties, com.google.common.hash.HashFunction hashFunction, com.google.common.hash.HashCode hash, int maxSize, Proxy proxy, HttpUtil.DownloadProgressListener progressListener)