Class ModsFolderLocator
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.ModsFolderLocator
- All Implemented Interfaces:
- net.minecraftforge.forgespi.locating.IModLocator,- net.minecraftforge.forgespi.locating.IModProvider
Support loading mods located in JAR files in the mods folder
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraftforge.forgespi.locating.IModLocatornet.minecraftforge.forgespi.locating.IModLocator.ModFileOrException
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final Stringprivate static final org.slf4j.Loggerprivate final Pathprivate static final StringFields inherited from class net.minecraftforge.fml.loading.moddiscovery.AbstractModProviderMANIFEST, MODS_TOML
- 
Constructor SummaryConstructorsConstructorDescriptionModsFolderLocator(Path modFolder) ModsFolderLocator(Path modFolder, String name) 
- 
Method SummaryMethods inherited from class net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileModLocatorscanModsMethods inherited from class net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileModProviderscanFileMethods inherited from class net.minecraftforge.fml.loading.moddiscovery.AbstractModProvidercreateMod, getDefaultJarModType, isValid, manifestParserMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraftforge.forgespi.locating.IModProviderisValid, scanFile
- 
Field Details- 
SUFFIX- See Also:
 
- 
LOGGERprivate static final org.slf4j.Logger LOGGER
- 
modFolder
- 
customName
 
- 
- 
Constructor Details- 
ModsFolderLocatorpublic ModsFolderLocator()
- 
ModsFolderLocatorModsFolderLocator(Path modFolder) 
- 
ModsFolderLocator
 
- 
- 
Method Details- 
scanCandidates- Specified by:
- scanCandidatesin class- AbstractJarFileModLocator
 
- 
name
- 
toString
- 
initArguments
 
-