Class ClasspathLocator
java.lang.Object
net.minecraftforge.fml.loading.moddiscovery.AbstractModProvider
net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileModProvider
net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileModLocator
net.minecraftforge.fml.loading.moddiscovery.ClasspathLocator
- All Implemented Interfaces:
net.minecraftforge.forgespi.locating.IModLocator
,net.minecraftforge.forgespi.locating.IModProvider
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraftforge.forgespi.locating.IModLocator
net.minecraftforge.forgespi.locating.IModLocator.ModFileOrException
-
Field Summary
Modifier and TypeFieldDescriptionprivate boolean
private static final org.slf4j.Logger
Fields inherited from class net.minecraftforge.fml.loading.moddiscovery.AbstractModProvider
MANIFEST, MODS_TOML
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileModLocator
scanMods
Methods inherited from class net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileModProvider
scanFile
Methods inherited from class net.minecraftforge.fml.loading.moddiscovery.AbstractModProvider
createMod, getDefaultJarModType, isValid, manifestParser
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraftforge.forgespi.locating.IModProvider
isValid, scanFile
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
legacyClasspath
-
enabled
private boolean enabled
-
-
Constructor Details
-
ClasspathLocator
public ClasspathLocator()
-
-
Method Details
-
name
-
scanCandidates
- Specified by:
scanCandidates
in classAbstractJarFileModLocator
-
findPaths
- Throws:
IOException
-
initArguments
-
findJarPathFor
-