Package dev.lukebemish.crochet.model
Class AbstractVanillaInstallationDependencies
java.lang.Object
dev.lukebemish.crochet.model.AbstractInstallationDependencies
dev.lukebemish.crochet.model.AbstractVanillaInstallationDependencies
- All Implemented Interfaces:
Mappings,org.gradle.api.artifacts.dsl.Dependencies
- Direct Known Subclasses:
FabricInstallationDependencies,VanillaInstallationDependencies
public abstract class AbstractVanillaInstallationDependencies
extends AbstractInstallationDependencies
implements Mappings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract org.gradle.api.provider.Property<MappingsStructure> abstract org.gradle.api.artifacts.dsl.DependencyCollectorvoidmappings(MappingsStructure mappings) voidmappings(org.gradle.api.provider.Provider<MappingsStructure> mappings) Methods inherited from class dev.lukebemish.crochet.model.AbstractInstallationDependencies
configure, getAccessTransformers, getAccessTransformersApi, getInjectedInterfaces, getInjectedInterfacesApi, publishAccessTransformers, publishAccessTransformers, publishInjectedInterfaces, publishInjectedInterfacesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gradle.api.artifacts.dsl.Dependencies
constraint, constraint, constraint, constraint, getDependencyConstraintFactory, getDependencyFactory, getObjectFactory, getProject, module, module, project, project
-
Constructor Details
-
AbstractVanillaInstallationDependencies
-
-
Method Details
-
getMinecraftDependencies
public abstract org.gradle.api.artifacts.dsl.DependencyCollector getMinecraftDependencies() -
getMappings
-
mappings
-
mappings
-