Class CommonDevLaunchHandler
java.lang.Object
net.minecraftforge.fml.loading.targets.CommonLaunchHandler
net.minecraftforge.fml.loading.targets.CommonDevLaunchHandler
- All Implemented Interfaces:
- cpw.mods.modlauncher.api.ILaunchHandlerService
- Direct Known Subclasses:
- ForgeDevLaunchHandler,- ForgeUserdevLaunchHandler
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraftforge.fml.loading.targets.CommonLaunchHandlerCommonLaunchHandler.LaunchType, CommonLaunchHandler.LocatedPaths
- 
Field SummaryFields inherited from class net.minecraftforge.fml.loading.targets.CommonLaunchHandlerCLIENT, DATA, LOGGER, SERVER, SERVER_GAMETEST
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedCommonDevLaunchHandler(CommonLaunchHandler.LaunchType type, String prefix) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected static PathfindJarOnClasspath(String[] classpath, String match) protected PathgetForgeMod(List<Path> minecraft) getLibraries(String[] classpath) protected BiPredicate<String,String> getMcFilter(Path extra, List<Path> minecraft) private static String[]private static StringgetRandomNumbers(int length) booleanprotected cpw.mods.modlauncher.api.ServiceRunnermakeService(String[] arguments, ModuleLayer gameLayer) protected String[]preLaunch(String[] arguments, ModuleLayer layer) Methods inherited from class net.minecraftforge.fml.loading.targets.CommonLaunchHandlerconfigureTransformationClassLoader, getDist, getMinecraftPaths, isData, launchService, name, runTargetMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cpw.mods.modlauncher.api.ILaunchHandlerServicegetPaths
- 
Constructor Details- 
CommonDevLaunchHandler
 
- 
- 
Method Details- 
getNaming- Specified by:
- getNamingin class- CommonLaunchHandler
 
- 
isProductionpublic boolean isProduction()- Overrides:
- isProductionin class- CommonLaunchHandler
 
- 
preLaunch- Overrides:
- preLaunchin class- CommonLaunchHandler
 
- 
getLibraries
- 
getMcFilter
- 
getForgeMod
- 
getPackages
- 
getRandomNumbers
- 
makeServiceprotected cpw.mods.modlauncher.api.ServiceRunner makeService(String[] arguments, ModuleLayer gameLayer) - Overrides:
- makeServicein class- CommonLaunchHandler
 
- 
getModClasses
- 
findJarOnClasspath
 
-