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 ListeningExecutorServicedownloadExecutorprivate static LoggerLOGGER -
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 intfindLocalPort()
-
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()
-