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
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classNested classes/interfaces inherited from class net.minecraftforge.fml.loading.targets.CommonLaunchHandler
CommonLaunchHandler.LaunchType, CommonLaunchHandler.LocatedPaths -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Stringprivate static final Stringprivate static final cpw.mods.niofs.union.UnionFileSystemProviderFields inherited from class net.minecraftforge.fml.loading.targets.CommonLaunchHandler
CLIENT, DATA, LOGGER, SERVER, SERVER_GAMETEST -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidprivate voidbuildPackMeta(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, preLaunchMethods inherited from class net.minecraftforge.fml.loading.targets.CommonLaunchHandler
configureTransformationClassLoader, getDist, isData, launchService, name, runTargetMethods 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
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:
getMinecraftPathsin classCommonLaunchHandler
-
explodeTestMods
-
findTestModPackages
-
buildModsToml
-
buildPackMeta
-
sneak
- Throws:
E extends Throwable
-