Package dev.lukebemish.crochet.model
Class FabricInstallationDependencies
java.lang.Object
dev.lukebemish.crochet.model.InstallationDependencies
dev.lukebemish.crochet.model.AbstractVanillaInstallationDependencies
dev.lukebemish.crochet.model.FabricInstallationDependencies
- All Implemented Interfaces:
Mappings,org.gradle.api.artifacts.dsl.Dependencies
public abstract class FabricInstallationDependencies
extends AbstractVanillaInstallationDependencies
implements Mappings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract org.gradle.api.artifacts.dsl.DependencyCollectorabstract org.gradle.api.artifacts.dsl.DependencyCollectorabstract org.gradle.api.artifacts.dsl.DependencyCollectorMethods inherited from class dev.lukebemish.crochet.model.AbstractVanillaInstallationDependencies
getMappings, getMinecraftDependencies, mappings, mappingsMethods inherited from class dev.lukebemish.crochet.model.InstallationDependencies
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
-
FabricInstallationDependencies
-
-
Method Details
-
getLoader
public abstract org.gradle.api.artifacts.dsl.DependencyCollector getLoader() -
getIntermediary
public abstract org.gradle.api.artifacts.dsl.DependencyCollector getIntermediary() -
getAccessWideners
public abstract org.gradle.api.artifacts.dsl.DependencyCollector getAccessWideners() -
intermediary
-