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_314632_) -
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_314429_, int p_314497_, HttpUtil.DownloadProgressListener p_314419_, InputStream p_314557_, Path p_314618_) static Path
HttpUtil.downloadFile
(Path p_314509_, URL p_314583_, Map<String, String> p_314414_, com.google.common.hash.HashFunction p_314462_, com.google.common.hash.HashCode p_314495_, int p_314514_, Proxy p_314631_, HttpUtil.DownloadProgressListener p_314610_)