Package net.minecraftforge.fml.loading
Class ModJarURLHandler
java.lang.Object
java.net.URLStreamHandler
net.minecraftforge.fml.loading.ModJarURLHandler
-
Nested Class Summary
Modifier and TypeClassDescription(package private) static class
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
protected int
protected URLConnection
openConnection
(URL url) Methods inherited from class java.net.URLStreamHandler
getDefaultPort, getHostAddress, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
ModJarURLHandler
public ModJarURLHandler()
-
-
Method Details
-
openConnection
- Specified by:
openConnection
in classURLStreamHandler
-
hashCode
- Overrides:
hashCode
in classURLStreamHandler
-
equals
- Overrides:
equals
in classURLStreamHandler
-