Class AbstractVanillaInstallationDependencies

java.lang.Object
dev.lukebemish.crochet.model.InstallationDependencies
dev.lukebemish.crochet.model.AbstractVanillaInstallationDependencies
All Implemented Interfaces:
Mappings, org.gradle.api.artifacts.dsl.Dependencies
Direct Known Subclasses:
FabricInstallationDependencies

public abstract class AbstractVanillaInstallationDependencies extends InstallationDependencies implements Mappings
  • Constructor Details

    • AbstractVanillaInstallationDependencies

      @Inject public AbstractVanillaInstallationDependencies(MinecraftInstallation installation)
  • Method Details

    • getMinecraftDependencies

      public abstract org.gradle.api.artifacts.dsl.DependencyCollector getMinecraftDependencies()
    • getMappings

      public abstract org.gradle.api.provider.Property<MappingsStructure> getMappings()
    • mappings

      public void mappings(MappingsStructure mappings)
    • mappings

      public void mappings(org.gradle.api.provider.Provider<MappingsStructure> mappings)