Class NeoForgeClientDevLaunchHandler
java.lang.Object
net.neoforged.fml.loading.targets.CommonLaunchHandler
net.neoforged.fml.loading.targets.NeoForgeDevLaunchHandler
net.neoforged.fml.loading.targets.NeoForgeClientDevLaunchHandler
- All Implemented Interfaces:
ILaunchHandlerService
-
Field Summary
Fields inherited from class net.neoforged.fml.loading.targets.CommonLaunchHandler
LOGGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.neoforged.api.distmarker.DistgetDist()private static StringgetRandomNumbers(int length) name()protected String[]preLaunch(String[] arguments, ModuleLayer layer) voidrunService(String[] arguments, ModuleLayer layer) Methods inherited from class net.neoforged.fml.loading.targets.NeoForgeDevLaunchHandler
collectAdditionalModFileLocators, isProductionMethods inherited from class net.neoforged.fml.loading.targets.CommonLaunchHandler
clientService, getGroupedModFolders, launchService, runTarget, serverServiceMethods 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
-
NeoForgeClientDevLaunchHandler
public NeoForgeClientDevLaunchHandler()
-
-
Method Details
-
name
-
getDist
public net.neoforged.api.distmarker.Dist getDist()- Specified by:
getDistin classCommonLaunchHandler
-
preLaunch
- Overrides:
preLaunchin classCommonLaunchHandler
-
runService
- Specified by:
runServicein classCommonLaunchHandler- Throws:
Throwable
-
getRandomNumbers
-