Uses of Interface
net.minecraft.util.NetworkUtils.DownloadListener
Packages that use NetworkUtils.DownloadListener
Package
Description
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of NetworkUtils.DownloadListener in net.minecraft.client.resource.server
Methods in net.minecraft.client.resource.server that return NetworkUtils.DownloadListenerModifier and TypeMethodDescription(package private) NetworkUtils.DownloadListener
ServerResourcePackLoader.createListener
(int entryCount) -
Uses of NetworkUtils.DownloadListener in net.minecraft.util
Fields in net.minecraft.util declared as NetworkUtils.DownloadListenerModifier and TypeFieldDescriptionprivate final NetworkUtils.DownloadListener
Downloader.Config.listener
The field for thelistener
record component.Methods in net.minecraft.util that return NetworkUtils.DownloadListenerModifier and TypeMethodDescriptionDownloader.Config.listener()
Returns the value of thelistener
record component.Methods in net.minecraft.util with parameters of type NetworkUtils.DownloadListenerModifier and TypeMethodDescriptionstatic Path
NetworkUtils.download
(Path path, URL url, Map<String, String> headers, HashFunction hashFunction, @Nullable HashCode hashCode, int maxBytes, Proxy proxy, NetworkUtils.DownloadListener listener) private static HashCode
NetworkUtils.write
(HashFunction hashFunction, int maxBytes, NetworkUtils.DownloadListener listener, InputStream stream, Path path) Constructors in net.minecraft.util with parameters of type NetworkUtils.DownloadListenerModifierConstructorDescriptionConfig
(HashFunction hashFunction, int int2, Map<String, String> map, Proxy proxy, NetworkUtils.DownloadListener downloadListener)