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:
CommonUserdevLaunchHandler,FMLClientDevLaunchHandler,FMLServerDevLaunchHandler,ForgeClientDevLaunchHandler,ForgeDataDevLaunchHandler,ForgeServerDevLaunchHandler
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraftforge.fml.loading.targets.CommonLaunchHandler
CommonLaunchHandler.LocatedPaths -
Field Summary
Fields inherited from class net.minecraftforge.fml.loading.targets.CommonLaunchHandler
LOGGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidgetFmlStuff(String[] classpath)protected BiPredicate<String,String>getMcFilter(Path extra, List<Path> minecraft, Stream.Builder<List<Path>> mods)protected String[]private static StringgetRandomNumbers(int length)booleanprotected String[]preLaunch(String[] arguments, ModuleLayer layer)Methods inherited from class net.minecraftforge.fml.loading.targets.CommonLaunchHandler
configureTransformationClassLoader, getDist, getModClasses, isDataMethods 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, launchService, name
-
Constructor Details
-
CommonDevLaunchHandler
public CommonDevLaunchHandler()
-
-
Method Details
-
getNaming
- Specified by:
getNamingin classCommonLaunchHandler
-
isProduction
public boolean isProduction()- Overrides:
isProductionin classCommonLaunchHandler
-
getMinecraftPaths
- Specified by:
getMinecraftPathsin classCommonLaunchHandler
-
preLaunch
-
getFmlStuff
-
getMcFilter
protected BiPredicate<String,String> getMcFilter(Path extra, List<Path> minecraft, Stream.Builder<List<Path>> mods) -
getPackages
-
getRandomNumbers
-
fixNatives
private static void fixNatives()
-