net.minecraft.util

public record Downloader$Config

net.minecraft.server.packs.DownloadQueue$BatchConfig
net.minecraft.class_9028$class_9029
net.minecraft.util.Downloader$Config

Field summary

Modifier and TypeField
private final com.google.common.hash.HashFunction
hashFunction
comp_2138
hashFunction
private final int
maxSize
comp_2139
maxSize
private final Map<String, String>
headers
comp_2140
headers
private final Proxy
proxy
comp_2141
proxy
private final NetworkUtils$DownloadListener
listener
comp_2142
listener

Constructor summary

ModifierConstructor
public (com.google.common.hash.HashFunction hashFunction, int maxSize, Map<String, String> headers, Proxy proxy, NetworkUtils$DownloadListener listener)

Method summary

Modifier and TypeMethod
public com.google.common.hash.HashFunction
hashFunction()
comp_2138()
hashFunction()
public int
maxSize()
comp_2139()
maxSize()
public Map<String, String>
headers()
comp_2140()
headers()
public Proxy
proxy()
comp_2141()
proxy()
public NetworkUtils$DownloadListener
listener()
comp_2142()
listener()