Package net.minecraftforge.fml.loading
Class ModJarURLHandler
java.lang.Object
java.net.URLStreamHandler
net.minecraftforge.fml.loading.ModJarURLHandler
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleanprotected intprotected URLConnectionopenConnection(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:
 openConnectionin classURLStreamHandler
 - 
hashCode
- Overrides:
 hashCodein classURLStreamHandler
 - 
equals
- Overrides:
 equalsin classURLStreamHandler
 
 -