Uses of Interface
net.neoforged.neoforgespi.language.IModInfo
Packages that use IModInfo
Package
Description
-
Uses of IModInfo in net.neoforged.fml
Fields in net.neoforged.fml declared as IModInfoModifier and TypeFieldDescriptionprivate final @Nullable IModInfo
ModLoadingIssue.affectedMod
The field for theaffectedMod
record component.protected final IModInfo
ModContainer.modInfo
Fields in net.neoforged.fml with type parameters of type IModInfoModifier and TypeFieldDescriptionprivate static Map
<IModInfo, VersionChecker.CheckResult> VersionChecker.results
ModList.sortedList
Methods in net.neoforged.fml that return IModInfoModifier and TypeMethodDescription@Nullable IModInfo
ModLoadingIssue.affectedMod()
Returns the value of theaffectedMod
record component.ModContainer.getModInfo()
Methods in net.neoforged.fml that return types with arguments of type IModInfoMethods in net.neoforged.fml with parameters of type IModInfoModifier and TypeMethodDescriptionprivate static ModContainer
ModLoader.buildModContainerFromTOML
(IModInfo modInfo, ModFileScanData scanData) static VersionChecker.CheckResult
ModLoadingIssue.withAffectedMod
(IModInfo affectedMod) Constructors in net.neoforged.fml with parameters of type IModInfoModifierConstructorDescriptionModContainer
(IModInfo info) ModLoadingIssue
(ModLoadingIssue.Severity severity, String translationKey, List<Object> translationArgs, @Nullable Throwable cause, @Nullable Path affectedPath, @Nullable IModFile affectedModFile, @Nullable IModInfo affectedMod) Creates an instance of aModLoadingIssue
record class. -
Uses of IModInfo in net.neoforged.fml.common.asm.enumextension
Methods in net.neoforged.fml.common.asm.enumextension with parameters of type IModInfoModifier and TypeMethodDescriptionprivate static void
(package private) static List
<EnumPrototype> private static EnumParameters
EnumPrototype.loadConstantParameters
(IModInfo mod, String enumName, String fieldName, String ctorDesc, com.google.gson.JsonArray obj) Method parameters in net.neoforged.fml.common.asm.enumextension with type arguments of type IModInfoModifier and TypeMethodDescriptionstatic void
RuntimeEnumExtender.loadEnumPrototypes
(Map<IModInfo, Path> paths) -
Uses of IModInfo in net.neoforged.fml.i18n
Methods in net.neoforged.fml.i18n that return IModInfoModifier and TypeMethodDescriptionprivate static @Nullable IModInfo
FMLTranslations.getModInfo
(ModLoadingIssue issue) Methods in net.neoforged.fml.i18n with parameters of type IModInfoModifier and TypeMethodDescriptionprivate static void
FMLTranslations.formatModInfo
(StringBuffer stringBuffer, IModInfo info, String args) -
Uses of IModInfo in net.neoforged.fml.javafmlmod
Methods in net.neoforged.fml.javafmlmod with parameters of type IModInfoModifier and TypeMethodDescriptionFMLJavaModLanguageProvider.loadMod
(IModInfo info, ModFileScanData modFileScanResults, ModuleLayer layer) Constructors in net.neoforged.fml.javafmlmod with parameters of type IModInfoModifierConstructorDescriptionFMLModContainer
(IModInfo info, List<String> entrypoints, ModFileScanData modFileScanResults, ModuleLayer gameLayer) -
Uses of IModInfo in net.neoforged.fml.loading
Fields in net.neoforged.fml.loading with type parameters of type IModInfoMethods in net.neoforged.fml.loading with parameters of type IModInfoModifier and TypeMethodDescriptionLoadingModList.getDependencies
(IModInfo mod) Returns all direct loading dependencies of the given mod. -
Uses of IModInfo in net.neoforged.fml.loading.moddiscovery
Classes in net.neoforged.fml.loading.moddiscovery that implement IModInfoFields in net.neoforged.fml.loading.moddiscovery declared as IModInfoFields in net.neoforged.fml.loading.moddiscovery with type parameters of type IModInfoMethods in net.neoforged.fml.loading.moddiscovery that return IModInfoMethods in net.neoforged.fml.loading.moddiscovery that return types with arguments of type IModInfoMethods in net.neoforged.fml.loading.moddiscovery with parameters of type IModInfoConstructors in net.neoforged.fml.loading.moddiscovery with parameters of type IModInfo -
Uses of IModInfo in net.neoforged.fml.loading.moddiscovery.locators
Fields in net.neoforged.fml.loading.moddiscovery.locators declared as IModInfoModifier and TypeFieldDescriptionprivate final IModInfo
JarInJarDependencyLocator.ModWithVersionRange.modInfo
The field for themodInfo
record component.Methods in net.neoforged.fml.loading.moddiscovery.locators that return IModInfoModifier and TypeMethodDescriptionJarInJarDependencyLocator.ModWithVersionRange.modInfo()
Returns the value of themodInfo
record component.Constructors in net.neoforged.fml.loading.moddiscovery.locators with parameters of type IModInfoModifierConstructorDescriptionprivate
ModWithVersionRange
(IModInfo modInfo, org.apache.maven.artifact.versioning.VersionRange versionRange, org.apache.maven.artifact.versioning.ArtifactVersion artifactVersion) Creates an instance of aModWithVersionRange
record class. -
Uses of IModInfo in net.neoforged.fml.loading.moddiscovery.readers
Methods in net.neoforged.fml.loading.moddiscovery.readers that return types with arguments of type IModInfo -
Uses of IModInfo in net.neoforged.fml.mclanguageprovider
Methods in net.neoforged.fml.mclanguageprovider with parameters of type IModInfoModifier and TypeMethodDescriptionMinecraftModLanguageProvider.loadMod
(IModInfo info, ModFileScanData modFileScanResults, ModuleLayer layer) Constructors in net.neoforged.fml.mclanguageprovider with parameters of type IModInfo -
Uses of IModInfo in net.neoforged.neoforge.client.gui
Methods in net.neoforged.neoforge.client.gui with parameters of type IModInfo -
Uses of IModInfo in net.neoforged.neoforge.client.gui.widget
Methods in net.neoforged.neoforge.client.gui.widget that return IModInfo -
Uses of IModInfo in net.neoforged.neoforgespi.language
Methods in net.neoforged.neoforgespi.language that return IModInfoMethods in net.neoforged.neoforgespi.language that return types with arguments of type IModInfoMethods in net.neoforged.neoforgespi.language with parameters of type IModInfoModifier and TypeMethodDescriptionIModLanguageLoader.loadMod
(IModInfo info, ModFileScanData modFileScanResults, ModuleLayer layer) Load and build a container from the given mod information.void
-
Uses of IModInfo in net.neoforged.neoforgespi.locating
Fields in net.neoforged.neoforgespi.locating declared as IModInfoModifier and TypeFieldDescriptionprivate final IModInfo
ForgeFeature.Bound.modInfo
The field for themodInfo
record component.Methods in net.neoforged.neoforgespi.locating that return IModInfoModifier and TypeMethodDescriptionForgeFeature.Bound.modInfo()
Returns the value of themodInfo
record component.Methods in net.neoforged.neoforgespi.locating that return types with arguments of type IModInfoModifier and TypeMethodDescriptionIModFile.getModInfos()
Returns a list of all mods located inside this jar.Constructors in net.neoforged.neoforgespi.locating with parameters of type IModInfo