Class ForgeClientDevLaunchHandler
java.lang.Object
net.minecraftforge.fml.loading.targets.CommonLaunchHandler
net.minecraftforge.fml.loading.targets.CommonDevLaunchHandler
net.minecraftforge.fml.loading.targets.ForgeClientDevLaunchHandler
- 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 TypeMethodDescriptionnet.minecraftforge.api.distmarker.DistgetDist()cpw.mods.modlauncher.api.ServiceRunnerlaunchService(String[] arguments, ModuleLayer layer) name()Methods inherited from class net.minecraftforge.fml.loading.targets.CommonDevLaunchHandler
findJarOnClasspath, getFmlStuff, getMcFilter, getMinecraftPaths, getNaming, getPackages, isProduction, preLaunchMethods inherited from class net.minecraftforge.fml.loading.targets.CommonLaunchHandler
configureTransformationClassLoader, 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 
- 
Constructor Details
- 
ForgeClientDevLaunchHandler
public ForgeClientDevLaunchHandler() 
 - 
 - 
Method Details
- 
name
 - 
getDist
public net.minecraftforge.api.distmarker.Dist getDist()- Specified by:
 getDistin classCommonLaunchHandler
 - 
launchService
 
 -