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.DownloadProgressListener
DownloadedPackSource.createDownloadNotifier
(int pPackCount) -
Uses of HttpUtil.DownloadProgressListener in net.minecraft.server.packs
Fields in net.minecraft.server.packs declared as HttpUtil.DownloadProgressListenerModifier and TypeFieldDescriptionprivate final HttpUtil.DownloadProgressListener
DownloadQueue.BatchConfig.listener
The field for thelistener
record component.Methods in net.minecraft.server.packs that return HttpUtil.DownloadProgressListenerModifier and TypeMethodDescriptionDownloadQueue.BatchConfig.listener()
Returns the value of thelistener
record component.Constructors in net.minecraft.server.packs with parameters of type HttpUtil.DownloadProgressListenerModifierConstructorDescriptionBatchConfig
(HashFunction hashFunction, int maxSize, Map<String, String> headers, Proxy proxy, HttpUtil.DownloadProgressListener listener) Creates an instance of aBatchConfig
record class. -
Uses of HttpUtil.DownloadProgressListener in net.minecraft.util
Methods in net.minecraft.util with parameters of type HttpUtil.DownloadProgressListenerModifier and TypeMethodDescriptionprivate static HashCode
HttpUtil.downloadAndHash
(HashFunction pHashFuntion, int pMaxSize, HttpUtil.DownloadProgressListener pProgressListener, InputStream pStream, Path pOutputPath) static Path
HttpUtil.downloadFile
(Path pSaveFile, URL pUrl, Map<String, String> pRequestProperties, HashFunction pHashFunction, HashCode pHash, int pMaxSize, Proxy pProxy, HttpUtil.DownloadProgressListener pProgressListener)