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 SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classNested classes/interfaces inherited from class net.minecraftforge.fml.loading.targets.CommonLaunchHandlerCommonLaunchHandler.LaunchType, CommonLaunchHandler.LocatedPaths
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final Stringprivate static final Stringprivate static final cpw.mods.niofs.union.UnionFileSystemProviderFields inherited from class net.minecraftforge.fml.loading.targets.CommonLaunchHandlerCLIENT, DATA, LOGGER, SERVER, SERVER_GAMETEST
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.CommonDevLaunchHandlerfindJarOnClasspath, getForgeMod, getLibraries, getMcFilter, getModClasses, getNaming, isProduction, makeService, preLaunchMethods inherited from class net.minecraftforge.fml.loading.targets.CommonLaunchHandlerconfigureTransformationClassLoader, getDist, isData, launchService, name, runTargetMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cpw.mods.modlauncher.api.ILaunchHandlerServicegetPaths
- 
Field Details- 
MODS_TOML- See Also:
 
- 
PACK_META- See Also:
 
- 
UFSPprivate static final cpw.mods.niofs.union.UnionFileSystemProvider UFSP
 
- 
- 
Constructor Details- 
ForgeDevLaunchHandler
 
- 
- 
Method Details- 
getMinecraftPaths- Specified by:
- getMinecraftPathsin class- CommonLaunchHandler
 
- 
explodeTestMods
- 
findTestModPackages
- 
buildModsToml
- 
buildPackMeta
- 
sneak- Throws:
- E extends Throwable
 
 
-