Class ForgeServerLaunchHandler
java.lang.Object
net.minecraftforge.fml.loading.targets.CommonLaunchHandler
net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler
net.minecraftforge.fml.loading.targets.ForgeServerLaunchHandler
- All Implemented Interfaces:
cpw.mods.modlauncher.api.ILaunchHandlerService
public class ForgeServerLaunchHandler
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
Constructors -
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, makeServiceMethods 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
configureTransformationClassLoader, getPaths, launchService
-
Constructor Details
-
ForgeServerLaunchHandler
public ForgeServerLaunchHandler()
-
-
Method Details
-
name
- Specified by:
namein 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:
processMCStreamin classCommonServerLaunchHandler
-