Uses of Interface
net.minecraft.util.HttpUtil.DownloadProgressListener
Package
Description
-
Uses of HttpUtil.DownloadProgressListener in net.minecraft.client.resources.server
Modifier and TypeMethodDescription(package private) HttpUtil.DownloadProgressListener
DownloadedPackSource.createDownloadNotifier
(int p_313003_) -
Uses of HttpUtil.DownloadProgressListener in net.minecraft.server.packs
Modifier and TypeFieldDescriptionprivate final HttpUtil.DownloadProgressListener
DownloadQueue.BatchConfig.listener
The field for thelistener
record component.Modifier and TypeMethodDescriptionDownloadQueue.BatchConfig.listener()
Returns the value of thelistener
record component.ModifierConstructorDescriptionBatchConfig
(com.google.common.hash.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
Modifier and TypeMethodDescriptionprivate static com.google.common.hash.HashCode
HttpUtil.downloadAndHash
(com.google.common.hash.HashFunction p_312168_, int p_311506_, HttpUtil.DownloadProgressListener p_311732_, InputStream p_312120_, Path p_310124_) static Path
HttpUtil.downloadFile
(Path p_312337_, URL p_309490_, Map<String, String> p_311545_, com.google.common.hash.HashFunction p_312368_, com.google.common.hash.HashCode p_309569_, int p_312993_, Proxy p_311636_, HttpUtil.DownloadProgressListener p_310347_)