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 IModInfoModLoadingIssue.affectedModThe field for theaffectedModrecord component.protected final IModInfoModContainer.modInfoFields in net.neoforged.fml with type parameters of type IModInfoModifier and TypeFieldDescriptionprivate static Map<IModInfo, VersionChecker.CheckResult> VersionChecker.resultsModList.sortedListMethods in net.neoforged.fml that return IModInfoModifier and TypeMethodDescription@Nullable IModInfoModLoadingIssue.affectedMod()Returns the value of theaffectedModrecord 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 ModContainerModLoader.buildModContainerFromTOML(IModInfo modInfo, ModFileScanData scanData) static VersionChecker.CheckResultModLoadingIssue.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 aModLoadingIssuerecord 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> EnumPrototype.load(IModInfo mod, JarResource resource) private static EnumParametersEnumPrototype.loadConstantParameters(IModInfo mod, String enumName, String fieldName, String ctorDesc, JsonArray obj) Method parameters in net.neoforged.fml.common.asm.enumextension with type arguments of type IModInfoModifier and TypeMethodDescriptionstatic voidRuntimeEnumExtender.loadEnumPrototypes(Map<IModInfo, JarResource> paths) -
Uses of IModInfo in net.neoforged.fml.i18n
Methods in net.neoforged.fml.i18n that return IModInfoModifier and TypeMethodDescriptionprivate static @Nullable IModInfoFMLTranslations.getModInfo(ModLoadingIssue issue) Methods in net.neoforged.fml.i18n with parameters of type IModInfoModifier and TypeMethodDescriptionprivate static voidFMLTranslations.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 IModInfoJarInJarDependencyLocator.ModWithVersionRange.modInfoThe field for themodInforecord component.Methods in net.neoforged.fml.loading.moddiscovery.locators that return IModInfoModifier and TypeMethodDescriptionJarInJarDependencyLocator.ModWithVersionRange.modInfo()Returns the value of themodInforecord component.Constructors in net.neoforged.fml.loading.moddiscovery.locators with parameters of type IModInfoModifierConstructorDescriptionprivateModWithVersionRange(IModInfo modInfo, org.apache.maven.artifact.versioning.VersionRange versionRange, org.apache.maven.artifact.versioning.ArtifactVersion artifactVersion) Creates an instance of aModWithVersionRangerecord 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 IModInfoForgeFeature.Bound.modInfoThe field for themodInforecord component.Methods in net.neoforged.neoforgespi.locating that return IModInfoModifier and TypeMethodDescriptionForgeFeature.Bound.modInfo()Returns the value of themodInforecord 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