Package net.minecraftforge.fml.loading
Class FMLClientLaunchProvider
java.lang.Object
net.minecraftforge.fml.loading.FMLCommonLaunchHandler
net.minecraftforge.fml.loading.FMLClientLaunchProvider
- All Implemented Interfaces:
cpw.mods.modlauncher.api.ILaunchHandlerService
public class FMLClientLaunchProvider
extends FMLCommonLaunchHandler
implements cpw.mods.modlauncher.api.ILaunchHandlerService
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraftforge.fml.loading.FMLCommonLaunchHandler
addLibraries, beforeStart, configureTransformationClassLoader, getClassLoaderManifestLocatorFunction, getClassLoaderResourceEnumerationFunction, getForgePath, getMCPaths, getPackagePredicate, isData, processModClassesEnvironmentVariable, validatePaths
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
configureTransformationClassLoader
-
Field Details
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER
-
-
Constructor Details
-
FMLClientLaunchProvider
public FMLClientLaunchProvider()
-
-
Method Details
-
name
- Specified by:
name
in interfacecpw.mods.modlauncher.api.ILaunchHandlerService
-
launchService
public Callable<Void> launchService(String[] arguments, cpw.mods.modlauncher.api.ITransformingClassLoader launchClassLoader) - Specified by:
launchService
in interfacecpw.mods.modlauncher.api.ILaunchHandlerService
-
setup
- Overrides:
setup
in classFMLCommonLaunchHandler
-
getDist
public net.minecraftforge.api.distmarker.Dist getDist()- Specified by:
getDist
in classFMLCommonLaunchHandler
-
getNaming
- Specified by:
getNaming
in classFMLCommonLaunchHandler
-
getPaths
- Specified by:
getPaths
in interfacecpw.mods.modlauncher.api.ILaunchHandlerService
-
isProduction
public boolean isProduction()- Overrides:
isProduction
in classFMLCommonLaunchHandler
-