Class ForgeGametestUserdevLaunchHandler
java.lang.Object
net.minecraftforge.fml.loading.targets.CommonLaunchHandler
net.minecraftforge.fml.loading.targets.CommonDevLaunchHandler
net.minecraftforge.fml.loading.targets.CommonUserdevLaunchHandler
net.minecraftforge.fml.loading.targets.ForgeUserdevLaunchHandler
net.minecraftforge.fml.loading.targets.ForgeGametestUserdevLaunchHandler
- All Implemented Interfaces:
cpw.mods.modlauncher.api.ILaunchHandlerService
-
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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
devService
(String[] arguments, ModuleLayer layer) net.minecraftforge.api.distmarker.Dist
getDist()
name()
Methods inherited from class net.minecraftforge.fml.loading.targets.ForgeUserdevLaunchHandler
processStreams
Methods inherited from class net.minecraftforge.fml.loading.targets.CommonUserdevLaunchHandler
getMinecraftPaths
Methods inherited from class net.minecraftforge.fml.loading.targets.CommonDevLaunchHandler
findJarOnClasspath, getFmlStuff, getMcFilter, getNaming, getPackages, isProduction, makeService, preLaunch
Methods inherited from class net.minecraftforge.fml.loading.targets.CommonLaunchHandler
clientService, configureTransformationClassLoader, dataService, getModClasses, isData, 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
-
ForgeGametestUserdevLaunchHandler
public ForgeGametestUserdevLaunchHandler()
-
-
Method Details
-
name
-
getDist
public net.minecraftforge.api.distmarker.Dist getDist()- Specified by:
getDist
in classCommonLaunchHandler
-
devService
- Specified by:
devService
in classCommonDevLaunchHandler
- Throws:
Throwable
-