Class ChainedMappingsSource

java.lang.Object
dev.lukebemish.crochet.mappings.MappingsSource
dev.lukebemish.crochet.mappings.ChainedMappingsSource

public abstract class ChainedMappingsSource extends MappingsSource
  • Constructor Details

    • ChainedMappingsSource

      @Inject public ChainedMappingsSource()
  • Method Details

    • getInputMappings

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

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