Class ClasspathLocator
java.lang.Object
net.minecraftforge.fml.loading.moddiscovery.AbstractModLocator
net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileLocator
net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileModLocator
net.minecraftforge.fml.loading.moddiscovery.ClasspathLocator
- All Implemented Interfaces:
net.minecraftforge.forgespi.locating.IModLocator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate static final org.apache.logging.log4j.LoggerFields inherited from class net.minecraftforge.fml.loading.moddiscovery.AbstractModLocator
MANIFEST, MODS_TOML -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileModLocator
scanModsMethods inherited from class net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileLocator
scanFileMethods inherited from class net.minecraftforge.fml.loading.moddiscovery.AbstractModLocator
createMod, getDefaultJarModType, isValid, manifestParserMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraftforge.forgespi.locating.IModLocator
isValid, scanFile, scanMods
-
Field Details
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER -
legacyClasspath
-
enabled
private boolean enabled
-
-
Constructor Details
-
ClasspathLocator
public ClasspathLocator()
-
-
Method Details
-
name
-
scanCandidates
- Specified by:
scanCandidatesin classAbstractJarFileModLocator
-
findPaths
- Throws:
IOException
-
initArguments
-