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 NamedPath
ModuleLayerHandler.PathOrJar.path
The field for thepath
record component.Methods in cpw.mods.modlauncher that return NamedPathModifier and TypeMethodDescriptionDefaultLaunchHandlerService.getPaths()
ModuleLayerHandler.PathOrJar.path()
Returns the value of thepath
record component.Methods in cpw.mods.modlauncher with parameters of type NamedPathModifier and TypeMethodDescription(package private) void
ModuleLayerHandler.addToLayer
(IModuleLayerManager.Layer layer, NamedPath namedPath) (package private) void
LaunchPluginHandler.announceLaunch
(TransformingClassLoader transformerLoader, NamedPath[] specialPaths) (package private) static ModuleLayerHandler.PathOrJar
Constructors 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 void
ILaunchPluginService.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 void
ClasspathTransformerDiscoverer.locateTransformers
(String resource, Collection<NamedPath> result) private void
ClasspathTransformerDiscoverer.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 TypeMethodDescriptionvoid
SLF4JFixerLaunchPluginService.initializeLaunch
(ILaunchPluginService.ITransformerLoader transformerLoader, NamedPath[] specialPaths)