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 Summary
Nested classes/interfaces inherited from interface net.minecraftforge.forgespi.locating.IModLocator
net.minecraftforge.forgespi.locating.IModLocator.ModFileOrException -
Field Summary
FieldsFields inherited from class net.minecraftforge.fml.loading.moddiscovery.AbstractModProvider
MODS_TOML -
Constructor Summary
Constructors -
Method Summary
Modifier 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.AbstractModProvider
createMod, getDefaultJarModType, initArguments, isValid, manifestParser, scanFileMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraftforge.forgespi.locating.IModProvider
initArguments, isValid, scanFile
-
Field Details
-
PACK_META
- See Also:
-
-
Constructor Details
-
ForgeDevLocator
public ForgeDevLocator()
-
-
Method Details
-
name
- Specified by:
namein interfacenet.minecraftforge.forgespi.locating.IModProvider
-
scanMods
- Specified by:
scanModsin interfacenet.minecraftforge.forgespi.locating.IModLocator
-
getMods
-
explodeTestMods
-
findTestModPackages
-
buildModsToml
-
buildPackMeta
-
sneak
- Throws:
E extends Throwable
-