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.Dist
getDist()
private static String
getRandomNumbers
(int length) name()
protected String[]
preLaunch
(String[] arguments, ModuleLayer layer) void
runService
(String[] arguments, ModuleLayer layer) Methods inherited from class net.neoforged.fml.loading.targets.NeoForgeDevLaunchHandler
collectAdditionalModFileLocators, isProduction
Methods inherited from class net.neoforged.fml.loading.targets.CommonLaunchHandler
clientService, getGroupedModFolders, launchService, runTarget, serverService
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
-
NeoForgeClientDevLaunchHandler
public NeoForgeClientDevLaunchHandler()
-
-
Method Details
-
name
-
getDist
public net.neoforged.api.distmarker.Dist getDist()- Specified by:
getDist
in classCommonLaunchHandler
-
preLaunch
- Overrides:
preLaunch
in classCommonLaunchHandler
-
runService
- Specified by:
runService
in classCommonLaunchHandler
- Throws:
Throwable
-
getRandomNumbers
-