Class CommonClientLaunchHandler
java.lang.Object
net.minecraftforge.fml.loading.targets.CommonLaunchHandler
net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler
- All Implemented Interfaces:
cpw.mods.modlauncher.api.ILaunchHandlerService
- Direct Known Subclasses:
FMLClientLaunchHandler,ForgeClientLaunchHandler
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraftforge.api.distmarker.DistgetDist()booleanprotected cpw.mods.modlauncher.api.ServiceRunnermakeService(String[] arguments, ModuleLayer gameLayer) protected abstract voidprocessMCStream(VersionInfo versionInfo, Stream.Builder<Path> mc, Stream.Builder<List<Path>> mods) Methods inherited from class net.minecraftforge.fml.loading.targets.CommonLaunchHandler
clientService, configureTransformationClassLoader, dataService, getModClasses, isData, launchService, preLaunch, runTarget, serverServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cpw.mods.modlauncher.api.ILaunchHandlerService
getPaths, name
-
Constructor Details
-
CommonClientLaunchHandler
public CommonClientLaunchHandler()
-
-
Method Details
-
getDist
public net.minecraftforge.api.distmarker.Dist getDist()- Specified by:
getDistin classCommonLaunchHandler
-
getNaming
- Specified by:
getNamingin classCommonLaunchHandler
-
isProduction
public boolean isProduction()- Overrides:
isProductionin classCommonLaunchHandler
-
makeService
protected cpw.mods.modlauncher.api.ServiceRunner makeService(String[] arguments, ModuleLayer gameLayer) - Specified by:
makeServicein classCommonLaunchHandler
-
getMinecraftPaths
- Specified by:
getMinecraftPathsin classCommonLaunchHandler
-
processMCStream
protected abstract void processMCStream(VersionInfo versionInfo, Stream.Builder<Path> mc, Stream.Builder<List<Path>> mods)
-