Class ChainedMappingsSource

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

public abstract class ChainedMappingsSource extends Object implements MappingsSource
  • Constructor Details

    • ChainedMappingsSource

      public ChainedMappingsSource()
  • 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