Class ForgeDevLocator
java.lang.Object
net.minecraftforge.fml.loading.moddiscovery.AbstractModProvider
net.minecraftforge.fml.loading.targets.ForgeDevLocator
- All Implemented Interfaces:
- net.minecraftforge.forgespi.locating.IModLocator,- net.minecraftforge.forgespi.locating.IModProvider
@Internal
public class ForgeDevLocator
extends AbstractModProvider
implements net.minecraftforge.forgespi.locating.IModLocator
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraftforge.forgespi.locating.IModLocatornet.minecraftforge.forgespi.locating.IModLocator.ModFileOrException
- 
Field SummaryFieldsFields inherited from class net.minecraftforge.fml.loading.moddiscovery.AbstractModProviderMODS_TOML
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate voidprivate voidbuildPackMeta(Set<Path> paths, Path root) explodeTestMods(Path path) findTestModPackages(Path path) getMods()name()List<net.minecraftforge.forgespi.locating.IModLocator.ModFileOrException> scanMods()private static <E extends Throwable,R> 
 RMethods inherited from class net.minecraftforge.fml.loading.moddiscovery.AbstractModProvidercreateMod, createMod, getDefaultJarModType, initArguments, isValid, manifestParser, scanFileMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraftforge.forgespi.locating.IModProviderinitArguments, isValid, scanFile
- 
Field Details- 
PACK_META- See Also:
 
 
- 
- 
Constructor Details- 
ForgeDevLocatorpublic ForgeDevLocator()
 
- 
- 
Method Details- 
name- Specified by:
- namein interface- net.minecraftforge.forgespi.locating.IModProvider
 
- 
scanMods- Specified by:
- scanModsin interface- net.minecraftforge.forgespi.locating.IModLocator
 
- 
getMods
- 
explodeTestMods
- 
findTestModPackages
- 
buildModsToml
- 
buildPackMeta
- 
sneak- Throws:
- E
 
 
-