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.DownloadListenerServerResourcePackLoader.createListener(int entryCount) -
Uses of NetworkUtils.DownloadListener in net.minecraft.util
Fields in net.minecraft.util declared as NetworkUtils.DownloadListenerModifier and TypeFieldDescriptionprivate final NetworkUtils.DownloadListenerDownloader.Config.listenerThe field for thelistenerrecord component.Methods in net.minecraft.util that return NetworkUtils.DownloadListenerModifier and TypeMethodDescriptionDownloader.Config.listener()Returns the value of thelistenerrecord component.Methods in net.minecraft.util with parameters of type NetworkUtils.DownloadListenerModifier and TypeMethodDescriptionstatic PathNetworkUtils.download(Path path, URL url, Map<String, String> headers, HashFunction hashFunction, @Nullable HashCode hashCode, int maxBytes, Proxy proxy, NetworkUtils.DownloadListener listener) private static HashCodeNetworkUtils.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 maxSize, Map<String, String> headers, Proxy proxy, NetworkUtils.DownloadListener listener) Creates an instance of aConfigrecord class.