Package net.neoforged.fml.loading
Class EarlyServiceDiscovery
java.lang.Object
net.neoforged.fml.loading.EarlyServiceDiscovery
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static ModFileprivate static voidfindClasspathServices(StartupArgs startupArgs, Set<Path> candidates) findEarlyServiceJars(StartupArgs startupArgs, Path directory) Find and load early services from the mods directory.private static ModFilegetEarlyServiceModFile(Path path)
-
Field Details
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER -
SERVICES
-
-
Constructor Details
-
EarlyServiceDiscovery
private EarlyServiceDiscovery()
-
-
Method Details
-
findEarlyServiceJars
Find and load early services from the mods directory. -
findClasspathServices
-
getEarlyServiceModFile
-
createEarlyServiceModFile
- Throws:
IOException
-