Class ForgeUserdevLaunchHandler
java.lang.Object
net.minecraftforge.fml.loading.targets.CommonLaunchHandler
net.minecraftforge.fml.loading.targets.CommonDevLaunchHandler
net.minecraftforge.fml.loading.targets.CommonUserdevLaunchHandler
net.minecraftforge.fml.loading.targets.ForgeUserdevLaunchHandler
- All Implemented Interfaces:
cpw.mods.modlauncher.api.ILaunchHandlerService
- Direct Known Subclasses:
ForgeClientUserdevLaunchHandler,ForgeDataUserdevLaunchHandler,ForgeServerUserdevLaunchHandler
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprocessStreams(String[] classpath, VersionInfo versionInfo, Stream.Builder<Path> mc, Stream.Builder<List<Path>> mods)Methods inherited from class net.minecraftforge.fml.loading.targets.CommonUserdevLaunchHandler
findJarOnClasspath, getMinecraftPathsMethods inherited from class net.minecraftforge.fml.loading.targets.CommonDevLaunchHandler
getFmlStuff, getMcFilter, getNaming, getPackages, isProduction, preLaunchMethods inherited from class net.minecraftforge.fml.loading.targets.CommonLaunchHandler
configureTransformationClassLoader, getDist, getModClasses, isDataMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cpw.mods.modlauncher.api.ILaunchHandlerService
getPaths, launchService, name
-
Constructor Details
-
ForgeUserdevLaunchHandler
public ForgeUserdevLaunchHandler()
-
-
Method Details
-
processStreams
protected void processStreams(String[] classpath, VersionInfo versionInfo, Stream.Builder<Path> mc, Stream.Builder<List<Path>> mods)- Specified by:
processStreamsin classCommonUserdevLaunchHandler
-