Class CommonUserdevLaunchHandler
java.lang.Object
net.minecraftforge.fml.loading.targets.CommonLaunchHandler
net.minecraftforge.fml.loading.targets.CommonDevLaunchHandler
net.minecraftforge.fml.loading.targets.CommonUserdevLaunchHandler
- All Implemented Interfaces:
cpw.mods.modlauncher.api.ILaunchHandlerService
- Direct Known Subclasses:
FMLUserdevLaunchHandler
,ForgeUserdevLaunchHandler
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraftforge.fml.loading.targets.CommonLaunchHandler
CommonLaunchHandler.LocatedPaths
-
Field Summary
Fields inherited from class net.minecraftforge.fml.loading.targets.CommonLaunchHandler
LOGGER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract void
processStreams
(String[] classpath, VersionInfo versionInfo, Stream.Builder<Path> mc, Stream.Builder<List<Path>> mods) Methods inherited from class net.minecraftforge.fml.loading.targets.CommonDevLaunchHandler
findJarOnClasspath, getFmlStuff, getMcFilter, getNaming, getPackages, isProduction, preLaunch
Methods inherited from class net.minecraftforge.fml.loading.targets.CommonLaunchHandler
configureTransformationClassLoader, getDist, getModClasses, isData
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface cpw.mods.modlauncher.api.ILaunchHandlerService
getPaths, launchService, name
-
Constructor Details
-
CommonUserdevLaunchHandler
public CommonUserdevLaunchHandler()
-
-
Method Details
-
getMinecraftPaths
- Overrides:
getMinecraftPaths
in classCommonDevLaunchHandler
-
processStreams
protected abstract void processStreams(String[] classpath, VersionInfo versionInfo, Stream.Builder<Path> mc, Stream.Builder<List<Path>> mods)
-