Class CommonServerLaunchHandler
java.lang.Object
net.minecraftforge.fml.loading.targets.CommonLaunchHandler
net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler
- All Implemented Interfaces:
cpw.mods.modlauncher.api.ILaunchHandlerService
- Direct Known Subclasses:
FMLServerLaunchHandler
,ForgeServerLaunchHandler
-
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 TypeMethodDescriptionnet.minecraftforge.api.distmarker.Dist
getDist()
boolean
protected cpw.mods.modlauncher.api.ServiceRunner
makeService
(String[] arguments, ModuleLayer layer) protected abstract 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.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
getPaths, name
-
Constructor Details
-
CommonServerLaunchHandler
public CommonServerLaunchHandler()
-
-
Method Details
-
getDist
public net.minecraftforge.api.distmarker.Dist getDist()- Specified by:
getDist
in classCommonLaunchHandler
-
getNaming
- Specified by:
getNaming
in classCommonLaunchHandler
-
isProduction
public boolean isProduction()- Overrides:
isProduction
in classCommonLaunchHandler
-
makeService
- Specified by:
makeService
in classCommonLaunchHandler
-
getMinecraftPaths
- Specified by:
getMinecraftPaths
in classCommonLaunchHandler
-
processMCStream
protected abstract BiPredicate<String,String> processMCStream(VersionInfo versionInfo, Stream.Builder<Path> mc, BiPredicate<String, String> filter, Stream.Builder<List<Path>> mods)
-