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
Fields inherited from class net.minecraftforge.fml.loading.moddiscovery.AbstractModProvider
MODS_TOML
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
private void
buildPackMeta
(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, scanFile
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
initArguments, isValid, scanFile
-
Field Details
-
PACK_META
- See Also:
-
-
Constructor Details
-
ForgeDevLocator
public ForgeDevLocator()
-
-
Method Details
-
name
- Specified by:
name
in interfacenet.minecraftforge.forgespi.locating.IModProvider
-
scanMods
- Specified by:
scanMods
in interfacenet.minecraftforge.forgespi.locating.IModLocator
-
getMods
-
explodeTestMods
-
findTestModPackages
-
buildModsToml
-
buildPackMeta
-
sneak
- Throws:
E extends Throwable
-