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
Fields Modifier and Type Field Description private static org.apache.logging.log4j.Logger
LOGGER
-
Constructor Summary
Constructors Constructor Description FMLClientLaunchProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.minecraftforge.api.distmarker.Dist
getDist()
protected java.lang.String
getNaming()
java.nio.file.Path[]
getPaths()
boolean
isProduction()
java.util.concurrent.Callable<java.lang.Void>
launchService(java.lang.String[] arguments, cpw.mods.modlauncher.api.ITransformingClassLoader launchClassLoader)
java.lang.String
name()
void
setup(cpw.mods.modlauncher.api.IEnvironment environment, java.util.Map<java.lang.String,?> arguments)
-
Methods inherited from class net.minecraftforge.fml.loading.FMLCommonLaunchHandler
addLibraries, beforeStart, configureTransformationClassLoader, getClassLoaderManifestLocatorFunction, getClassLoaderResourceEnumerationFunction, getForgePath, getMCPaths, getPackagePredicate, isData, processModClassesEnvironmentVariable, validatePaths
-
-
-
-
Method Detail
-
name
public java.lang.String name()
- Specified by:
name
in interfacecpw.mods.modlauncher.api.ILaunchHandlerService
-
launchService
public java.util.concurrent.Callable<java.lang.Void> launchService(java.lang.String[] arguments, cpw.mods.modlauncher.api.ITransformingClassLoader launchClassLoader)
- Specified by:
launchService
in interfacecpw.mods.modlauncher.api.ILaunchHandlerService
-
setup
public void setup(cpw.mods.modlauncher.api.IEnvironment environment, java.util.Map<java.lang.String,?> arguments)
- Overrides:
setup
in classFMLCommonLaunchHandler
-
getDist
public net.minecraftforge.api.distmarker.Dist getDist()
- Specified by:
getDist
in classFMLCommonLaunchHandler
-
getNaming
protected java.lang.String getNaming()
- Specified by:
getNaming
in classFMLCommonLaunchHandler
-
getPaths
public java.nio.file.Path[] getPaths()
- Specified by:
getPaths
in interfacecpw.mods.modlauncher.api.ILaunchHandlerService
-
isProduction
public boolean isProduction()
- Overrides:
isProduction
in classFMLCommonLaunchHandler
-
-