Class NeoForgeServerDevLaunchHandler
java.lang.Object
net.neoforged.fml.loading.targets.CommonLaunchHandler
net.neoforged.fml.loading.targets.NeoForgeDevLaunchHandler
net.neoforged.fml.loading.targets.NeoForgeServerDevLaunchHandler
- 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()
name()
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, preLaunch, 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
-
NeoForgeServerDevLaunchHandler
public NeoForgeServerDevLaunchHandler()
-
-
Method Details
-
name
-
getDist
public net.neoforged.api.distmarker.Dist getDist()- Specified by:
getDist
in classCommonLaunchHandler
-
runService
- Specified by:
runService
in classCommonLaunchHandler
- Throws:
Throwable
-