Class ForgeDevLaunchHandler
java.lang.Object
net.minecraftforge.fml.loading.targets.CommonLaunchHandler
net.minecraftforge.fml.loading.targets.CommonDevLaunchHandler
net.minecraftforge.fml.loading.targets.ForgeDevLaunchHandler
- All Implemented Interfaces:
cpw.mods.modlauncher.api.ILaunchHandlerService
- Direct Known Subclasses:
ForgeDevLaunchHandler.Client
,ForgeDevLaunchHandler.Data
,ForgeDevLaunchHandler.Server
,ForgeDevLaunchHandler.ServerGameTest
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
Nested classes/interfaces inherited from class net.minecraftforge.fml.loading.targets.CommonLaunchHandler
CommonLaunchHandler.LaunchType, CommonLaunchHandler.LocatedPaths
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final String
private static final String
private static final cpw.mods.niofs.union.UnionFileSystemProvider
Fields inherited from class net.minecraftforge.fml.loading.targets.CommonLaunchHandler
CLIENT, DATA, LOGGER, SERVER, SERVER_GAMETEST
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
private void
buildPackMeta
(Set<Path> paths, Path root) explodeTestMods
(List<Path> paths) findTestModPackages
(List<Path> paths) private static <E extends Throwable,
R>
RMethods inherited from class net.minecraftforge.fml.loading.targets.CommonDevLaunchHandler
findJarOnClasspath, getForgeMod, getLibraries, getMcFilter, getModClasses, getNaming, isProduction, makeService, preLaunch
Methods inherited from class net.minecraftforge.fml.loading.targets.CommonLaunchHandler
configureTransformationClassLoader, getDist, isData, launchService, name, runTarget
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
-
Field Details
-
MODS_TOML
- See Also:
-
PACK_META
- See Also:
-
UFSP
private static final cpw.mods.niofs.union.UnionFileSystemProvider UFSP
-
-
Constructor Details
-
ForgeDevLaunchHandler
-
-
Method Details
-
getMinecraftPaths
- Specified by:
getMinecraftPaths
in classCommonLaunchHandler
-
explodeTestMods
-
findTestModPackages
-
buildModsToml
-
buildPackMeta
-
sneak
- Throws:
E extends Throwable
-