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
-
Method Summary
Modifier and TypeMethodDescriptionname()
protected void
processMCStream
(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, launchService
Methods inherited from class net.minecraftforge.fml.loading.targets.CommonLaunchHandler
configureTransformationClassLoader, 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
-
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:
processMCStream
in classCommonClientLaunchHandler
-