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 Summary
Nested classes/interfaces inherited from class net.minecraftforge.fml.loading.targets.CommonLaunchHandler
CommonLaunchHandler.LaunchType, CommonLaunchHandler.LocatedPaths -
Field Summary
Fields inherited from class net.minecraftforge.fml.loading.targets.CommonLaunchHandler
CLIENT, DATA, LOGGER, SERVER, SERVER_GAMETEST -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCommonDevLaunchHandler(CommonLaunchHandler.LaunchType type, String prefix) -
Method Summary
Modifier 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.CommonLaunchHandler
configureTransformationClassLoader, getDist, getMinecraftPaths, isData, launchService, name, runTargetMethods 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
-
CommonDevLaunchHandler
-
-
Method Details
-
getNaming
- Specified by:
getNamingin classCommonLaunchHandler
-
isProduction
public boolean isProduction()- Overrides:
isProductionin classCommonLaunchHandler
-
preLaunch
- Overrides:
preLaunchin classCommonLaunchHandler
-
getLibraries
-
getMcFilter
-
getForgeMod
-
getPackages
-
getRandomNumbers
-
makeService
protected cpw.mods.modlauncher.api.ServiceRunner makeService(String[] arguments, ModuleLayer gameLayer) - Overrides:
makeServicein classCommonLaunchHandler
-
getModClasses
-
findJarOnClasspath
-