Uses of Record Class
cpw.mods.modlauncher.api.NamedPath
Packages that use NamedPath
Package
Description
-
Uses of NamedPath in cpw.mods.modlauncher
Fields in cpw.mods.modlauncher declared as NamedPathModifier and TypeFieldDescriptionprivate final NamedPathModuleLayerHandler.PathOrJar.pathThe field for thepathrecord component.Methods in cpw.mods.modlauncher that return NamedPathModifier and TypeMethodDescriptionDefaultLaunchHandlerService.getPaths()ModuleLayerHandler.PathOrJar.path()Returns the value of thepathrecord component.Methods in cpw.mods.modlauncher with parameters of type NamedPathModifier and TypeMethodDescription(package private) voidModuleLayerHandler.addToLayer(IModuleLayerManager.Layer layer, NamedPath namedPath) (package private) voidLaunchPluginHandler.announceLaunch(TransformingClassLoader transformerLoader, NamedPath[] specialPaths) (package private) static ModuleLayerHandler.PathOrJarConstructors in cpw.mods.modlauncher with parameters of type NamedPath -
Uses of NamedPath in cpw.mods.modlauncher.api
Methods in cpw.mods.modlauncher.api that return NamedPath -
Uses of NamedPath in cpw.mods.modlauncher.serviceapi
Methods in cpw.mods.modlauncher.serviceapi that return types with arguments of type NamedPathModifier and TypeMethodDescriptionITransformerDiscoveryService.candidates(Path gameDirectory) Return a list of additional paths to be added to transformer service discovery during loading.ITransformerDiscoveryService.candidates(Path gameDirectory, String launchTarget) Return a list of additional paths to be added to transformer service discovery during loading.Methods in cpw.mods.modlauncher.serviceapi with parameters of type NamedPathModifier and TypeMethodDescriptiondefault voidILaunchPluginService.initializeLaunch(ILaunchPluginService.ITransformerLoader transformerLoader, NamedPath[] specialPaths) -
Uses of NamedPath in net.neoforged.fml.loading
Fields in net.neoforged.fml.loading with type parameters of type NamedPathMethods in net.neoforged.fml.loading that return types with arguments of type NamedPathModifier and TypeMethodDescriptionClasspathTransformerDiscoverer.candidates(Path gameDirectory) ClasspathTransformerDiscoverer.candidates(Path gameDirectory, String launchTarget) ModDirTransformerDiscoverer.candidates(Path gameDirectory) ModDirTransformerDiscoverer.candidates(Path gameDirectory, String launchTarget) ClasspathTransformerDiscoverer.scan()Method parameters in net.neoforged.fml.loading with type arguments of type NamedPathModifier and TypeMethodDescriptionprivate voidClasspathTransformerDiscoverer.locateTransformers(String resource, Collection<NamedPath> result) private voidClasspathTransformerDiscoverer.scanModClasses(Collection<NamedPath> result) -
Uses of NamedPath in net.neoforged.fml.loading.log4j
Methods in net.neoforged.fml.loading.log4j with parameters of type NamedPathModifier and TypeMethodDescriptionvoidSLF4JFixerLaunchPluginService.initializeLaunch(ILaunchPluginService.ITransformerLoader transformerLoader, NamedPath[] specialPaths)