Class ForgeDevLaunchHandler
java.lang.Object
net.minecraftforge.fml.loading.targets.CommonLaunchHandler
net.minecraftforge.fml.loading.targets.CommonDevLaunchHandler
net.minecraftforge.fml.loading.targets.ForgeDevLaunchHandler
- All Implemented Interfaces:
cpw.mods.modlauncher.api.ILaunchHandlerService
- Direct Known Subclasses:
ForgeDevLaunchHandler.Client
,ForgeDevLaunchHandler.Data
,ForgeDevLaunchHandler.Server
,ForgeDevLaunchHandler.ServerGameTest
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
Nested classes/interfaces inherited from class net.minecraftforge.fml.loading.targets.CommonLaunchHandler
CommonLaunchHandler.LaunchType
-
Field Summary
Fields inherited from class net.minecraftforge.fml.loading.targets.CommonLaunchHandler
CLIENT, DATA, LOGGER, SERVER, SERVER_GAMETEST, type
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraftforge.fml.loading.targets.CommonDevLaunchHandler
findClassPath, findJarOnClasspath, getForgeOnly, getMinecraftOnly, getNaming, isProduction, makeService, preLaunch
Methods inherited from class net.minecraftforge.fml.loading.targets.CommonLaunchHandler
configureTransformationClassLoader, getDist, getPathFromResource, isData, launchService, name, runTarget
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
-
ForgeDevLaunchHandler
-
-
Method Details
-
getMinecraftPaths
- Specified by:
getMinecraftPaths
in classCommonLaunchHandler
-