Package dev.lukebemish.crochet.mappings
Interface MappingsStructure
- All Known Implementing Classes:
ChainedMappingsStructure,FileMappingsStructure,MergedMappingsStructure,MojangOfficialMappingsStructure,ReversedMappingsStructure
public sealed interface MappingsStructure
permits ChainedMappingsStructure, FileMappingsStructure, MergedMappingsStructure, MojangOfficialMappingsStructure, ReversedMappingsStructure
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic dev.lukebemish.taskgraphrunner.model.MappingsSourcetoModel(MappingsStructure structure, dev.lukebemish.taskgraphrunner.model.Input officialMappingsTask)
-
Method Details
-
toModel
static dev.lukebemish.taskgraphrunner.model.MappingsSource toModel(MappingsStructure structure, dev.lukebemish.taskgraphrunner.model.Input officialMappingsTask)
-