Package net.minecraft.client.util
Class NetworkUtils
java.lang.Object
net.minecraft.client.util.NetworkUtils
public class NetworkUtils extends Object
-
Field Summary
Fields Modifier and Type Field Description static ListeningExecutorService
downloadExecutor
private static Logger
LOGGER
-
Constructor Summary
Constructors Constructor Description NetworkUtils()
-
Method Summary
Modifier and Type Method Description static CompletableFuture<?>
download(File file, String string, Map<String,String> map, int int2, ProgressListener progressListener, Proxy proxy)
static int
findLocalPort()
-
Field Details
-
LOGGER
-
downloadExecutor
-
-
Constructor Details
-
NetworkUtils
public NetworkUtils()
-
-
Method Details
-
download
@Environment(CLIENT) public static CompletableFuture<?> download(File file, String string, Map<String,String> map, int int2, @Nullable ProgressListener progressListener, Proxy proxy) -
findLocalPort
public static int findLocalPort()
-