Class ForgeProdLaunchHandler
java.lang.Object
net.minecraftforge.fml.loading.targets.CommonLaunchHandler
net.minecraftforge.fml.loading.targets.ForgeProdLaunchHandler
- All Implemented Interfaces:
cpw.mods.modlauncher.api.ILaunchHandlerService
- Direct Known Subclasses:
ForgeProdLaunchHandler.Client
,ForgeProdLaunchHandler.Server
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic 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
ModifierConstructorDescriptionprotected
-
Method Summary
Methods inherited from class net.minecraftforge.fml.loading.targets.CommonLaunchHandler
configureTransformationClassLoader, getDist, getMinecraftPaths, getPathFromResource, isData, launchService, makeService, name, preLaunch, 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
-
ForgeProdLaunchHandler
-
-
Method Details
-
getNaming
- Specified by:
getNaming
in classCommonLaunchHandler
-
isProduction
public boolean isProduction()- Overrides:
isProduction
in classCommonLaunchHandler
-