Package dev.lukebemish.crochet.mappings
Class FileMappingSource
java.lang.Object
dev.lukebemish.crochet.mappings.MappingsSource
dev.lukebemish.crochet.mappings.FileMappingSource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract org.gradle.api.file.ConfigurableFileCollectionnet.neoforged.srgutils.IMappingFileMethods inherited from class dev.lukebemish.crochet.mappings.MappingsSource
getObjectFactory
-
Constructor Details
-
FileMappingSource
@Inject public FileMappingSource()
-
-
Method Details
-
getMappingsFile
@InputFiles @PathSensitive(NAME_ONLY) public abstract org.gradle.api.file.ConfigurableFileCollection getMappingsFile() -
makeMappings
public net.neoforged.srgutils.IMappingFile makeMappings()- Specified by:
makeMappingsin classMappingsSource
-