Class FMLServerLaunchHandler
java.lang.Object
net.minecraftforge.fml.loading.targets.CommonLaunchHandler
net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler
net.minecraftforge.fml.loading.targets.FMLServerLaunchHandler
- All Implemented Interfaces:
cpw.mods.modlauncher.api.ILaunchHandlerService
public class FMLServerLaunchHandler
extends CommonServerLaunchHandler
implements cpw.mods.modlauncher.api.ILaunchHandlerService
-
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
-
Method Summary
Modifier and TypeMethodDescriptionname()
protected BiPredicate<String,
String> processMCStream
(VersionInfo versionInfo, Stream.Builder<Path> mc, BiPredicate<String, String> filter, Stream.Builder<List<Path>> mods) Methods inherited from class net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler
getDist, getMinecraftPaths, getNaming, isProduction, makeService
Methods inherited from class net.minecraftforge.fml.loading.targets.CommonLaunchHandler
clientService, configureTransformationClassLoader, dataService, getModClasses, isData, launchService, preLaunch, runTarget, serverService
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, getPaths, launchService
-
Constructor Details
-
FMLServerLaunchHandler
public FMLServerLaunchHandler()
-
-
Method Details
-
name
- Specified by:
name
in interfacecpw.mods.modlauncher.api.ILaunchHandlerService
-
processMCStream
protected BiPredicate<String,String> processMCStream(VersionInfo versionInfo, Stream.Builder<Path> mc, BiPredicate<String, String> filter, Stream.Builder<List<Path>> mods) - Specified by:
processMCStream
in classCommonServerLaunchHandler
-