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 -
Field Summary
Fields inherited from class net.minecraftforge.fml.loading.targets.CommonLaunchHandler
CLIENT, DATA, LOGGER, SERVER, SERVER_GAMETEST, type -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCommonDevLaunchHandler(CommonLaunchHandler.LaunchType type, String prefix) -
Method Summary
Modifier and TypeMethodDescriptionprotected static String[]protected static PathfindJarOnClasspath(String[] classpath, String match) protected static PathgetForgeOnly(Path forge) protected static PathgetMinecraftOnly(Path extra, Path forge) 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
-
getRandomNumbers
-
makeService
protected cpw.mods.modlauncher.api.ServiceRunner makeService(String[] arguments, ModuleLayer gameLayer) - Overrides:
makeServicein classCommonLaunchHandler
-
findClassPath
-
findJarOnClasspath
-
getMinecraftOnly
-
getForgeOnly
-
getPackages
-