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
ModifierConstructorDescriptionprotected
CommonDevLaunchHandler
(CommonLaunchHandler.LaunchType type, String prefix) -
Method Summary
Modifier and TypeMethodDescriptionprotected static String[]
protected static Path
findJarOnClasspath
(String[] classpath, String match) protected static Path
getForgeOnly
(Path forge) protected static Path
getMinecraftOnly
(Path extra, Path forge) private static String[]
private static String
getRandomNumbers
(int length) boolean
protected cpw.mods.modlauncher.api.ServiceRunner
makeService
(String[] arguments, ModuleLayer gameLayer) protected String[]
preLaunch
(String[] arguments, ModuleLayer layer) Methods inherited from class net.minecraftforge.fml.loading.targets.CommonLaunchHandler
configureTransformationClassLoader, getDist, getMinecraftPaths, getPathFromResource, getPathFromResource, isData, launchService, name, runTarget
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
-
CommonDevLaunchHandler
-
-
Method Details
-
getNaming
- Specified by:
getNaming
in classCommonLaunchHandler
-
isProduction
public boolean isProduction()- Overrides:
isProduction
in classCommonLaunchHandler
-
preLaunch
- Overrides:
preLaunch
in classCommonLaunchHandler
-
getRandomNumbers
-
makeService
protected cpw.mods.modlauncher.api.ServiceRunner makeService(String[] arguments, ModuleLayer gameLayer) - Overrides:
makeService
in classCommonLaunchHandler
-
findClassPath
-
findJarOnClasspath
-
getMinecraftOnly
-
getForgeOnly
-
getPackages
-