Uses of Interface
net.neoforged.fml.jarcontents.JarResource
Packages that use JarResource
Package
Description
-
Uses of JarResource in net.neoforged.fml.common.asm.enumextension
Methods in net.neoforged.fml.common.asm.enumextension with parameters of type JarResourceModifier and TypeMethodDescription(package private) static List<EnumPrototype> EnumPrototype.load(IModInfo mod, JarResource resource) Method parameters in net.neoforged.fml.common.asm.enumextension with type arguments of type JarResourceModifier and TypeMethodDescriptionstatic voidRuntimeEnumExtender.loadEnumPrototypes(Map<IModInfo, JarResource> paths) -
Uses of JarResource in net.neoforged.fml.jarcontents
Classes in net.neoforged.fml.jarcontents that implement JarResourceModifier and TypeClassDescriptionprivate static classprivate final classMethods in net.neoforged.fml.jarcontents that return JarResourceModifier and TypeMethodDescription@Nullable JarResource@Nullable JarResource@Nullable JarResource@Nullable JarResourceTries to find a resource with the given path in this jar content.FolderJarContents.FileResource.retain()JarFileContents.JarEntryResource.retain()JarResource.retain()Create a copy of this jar resource reference that can be held onto.Methods in net.neoforged.fml.jarcontents with parameters of type JarResourceModifier and TypeMethodDescriptionvoidJarResourceVisitor.visit(String relativePath, JarResource resource) -
Uses of JarResource in net.neoforged.fml.jarmoduleinfo
Constructors in net.neoforged.fml.jarmoduleinfo with parameters of type JarResource