Class MergedMappingsSource

java.lang.Object
dev.lukebemish.crochet.mappings.MergedMappingsSource
All Implemented Interfaces:
MappingsSource

public abstract class MergedMappingsSource extends Object implements MappingsSource
  • Constructor Details

    • MergedMappingsSource

      public MergedMappingsSource()
  • Method Details

    • getInputSources

      public abstract org.gradle.api.provider.ListProperty<MappingsSource> getInputSources()
    • makeMappings

      public net.neoforged.srgutils.IMappingFile makeMappings()
      Specified by:
      makeMappings in interface MappingsSource