Class ForgeClientLaunchHandler
java.lang.Object
net.minecraftforge.fml.loading.targets.CommonLaunchHandler
net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler
net.minecraftforge.fml.loading.targets.ForgeClientLaunchHandler
- All Implemented Interfaces:
 cpw.mods.modlauncher.api.ILaunchHandlerService
- 
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 TypeMethodDescriptionname()protected voidprocessMCStream(VersionInfo versionInfo, Stream.Builder<Path> mc, Stream.Builder<List<Path>> mods) Methods inherited from class net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler
getDist, getMinecraftPaths, getNaming, isProduction, launchServiceMethods inherited from class net.minecraftforge.fml.loading.targets.CommonLaunchHandler
configureTransformationClassLoader, getModClasses, isData, preLaunchMethods 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 
- 
Constructor Details
- 
ForgeClientLaunchHandler
public ForgeClientLaunchHandler() 
 - 
 - 
Method Details
- 
name
 - 
processMCStream
protected void processMCStream(VersionInfo versionInfo, Stream.Builder<Path> mc, Stream.Builder<List<Path>> mods) - Specified by:
 processMCStreamin classCommonClientLaunchHandler
 
 -