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