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
ModifierConstructorDescriptionprotected
CommonDevLaunchHandler
(CommonLaunchHandler.LaunchType type, String prefix) -
Method Summary
Modifier and TypeMethodDescriptionprotected static Path
findJarOnClasspath
(String[] classpath, String match) protected Path
getForgeMod
(List<Path> minecraft) getLibraries
(String[] classpath) protected BiPredicate<String,
String> getMcFilter
(Path extra, List<Path> minecraft) 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, 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
-
getLibraries
-
getMcFilter
-
getForgeMod
-
getPackages
-
getRandomNumbers
-
makeService
protected cpw.mods.modlauncher.api.ServiceRunner makeService(String[] arguments, ModuleLayer gameLayer) - Overrides:
makeService
in classCommonLaunchHandler
-
getModClasses
-
findJarOnClasspath
-