Uses of Class
net.neoforged.neoforgespi.language.ModFileScanData
Packages that use ModFileScanData
Package
Description
-
Uses of ModFileScanData in net.neoforged.fml
Fields in net.neoforged.fml with type parameters of type ModFileScanDataMethods in net.neoforged.fml that return types with arguments of type ModFileScanDataMethods in net.neoforged.fml with parameters of type ModFileScanDataModifier and TypeMethodDescriptionprivate static ModContainer
ModLoader.buildModContainerFromTOML
(IModInfo modInfo, ModFileScanData scanData) -
Uses of ModFileScanData in net.neoforged.fml.javafmlmod
Fields in net.neoforged.fml.javafmlmod declared as ModFileScanDataMethods in net.neoforged.fml.javafmlmod with parameters of type ModFileScanDataModifier and TypeMethodDescriptionstatic void
AutomaticEventSubscriber.inject
(ModContainer mod, ModFileScanData scanData, Module layer) FMLJavaModLanguageProvider.loadMod
(IModInfo info, ModFileScanData modFileScanResults, ModuleLayer layer) Constructors in net.neoforged.fml.javafmlmod with parameters of type ModFileScanDataModifierConstructorDescriptionFMLModContainer
(IModInfo info, List<String> entrypoints, ModFileScanData modFileScanResults, ModuleLayer gameLayer) -
Uses of ModFileScanData in net.neoforged.fml.loading.moddiscovery
Fields in net.neoforged.fml.loading.moddiscovery with type parameters of type ModFileScanDataModifier and TypeFieldDescriptionprivate @Nullable CompletableFuture
<ModFileScanData> ModFile.futureScanResult
Methods in net.neoforged.fml.loading.moddiscovery that return ModFileScanDataMethods in net.neoforged.fml.loading.moddiscovery that return types with arguments of type ModFileScanDataModifier and TypeMethodDescription -
Uses of ModFileScanData in net.neoforged.fml.loading.modscan
Methods in net.neoforged.fml.loading.modscan that return ModFileScanDataMethods in net.neoforged.fml.loading.modscan with parameters of type ModFileScanDataModifier and TypeMethodDescriptionprivate void
Scanner.fileVisitor
(Path path, ModFileScanData result) -
Uses of ModFileScanData in net.neoforged.fml.mclanguageprovider
Methods in net.neoforged.fml.mclanguageprovider with parameters of type ModFileScanDataModifier and TypeMethodDescriptionMinecraftModLanguageProvider.loadMod
(IModInfo info, ModFileScanData modFileScanResults, ModuleLayer layer) -
Uses of ModFileScanData in net.neoforged.neoforgespi.language
Methods in net.neoforged.neoforgespi.language with parameters of type ModFileScanDataModifier and TypeMethodDescriptionIModLanguageLoader.loadMod
(IModInfo info, ModFileScanData modFileScanResults, ModuleLayer layer) Load and build a container from the given mod information. -
Uses of ModFileScanData in net.neoforged.neoforgespi.locating
Methods in net.neoforged.neoforgespi.locating that return ModFileScanDataModifier and TypeMethodDescriptionIModFile.getScanResult()
The metadata scan result of all the classes located inside this file.