Package dev.lukebemish.crochet.tasks
Class VanillaInstallationArtifacts
java.lang.Object
dev.lukebemish.crochet.tasks.VanillaInstallationArtifacts
- All Implemented Interfaces:
TaskGraphExecution.ConfigMaker
public abstract class VanillaInstallationArtifacts
extends Object
implements TaskGraphExecution.ConfigMaker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract org.gradle.api.file.ConfigurableFileCollectionprotected abstract org.gradle.api.provider.Property<Boolean> protected abstract org.gradle.api.provider.Property<Boolean> abstract org.gradle.api.file.ConfigurableFileCollectionabstract org.gradle.api.provider.Property<MappingsStructure> abstract org.gradle.api.provider.Property<String> abstract org.gradle.api.provider.Property<dev.lukebemish.taskgraphrunner.model.conversion.SingleVersionGenerator.Options.SidedAnnotation> dev.lukebemish.taskgraphrunner.model.Configprotected dev.lukebemish.taskgraphrunner.model.ConfigmakeConfig(@Nullable MappingsStructure mappings, boolean hasAccessTransformers, boolean hasInjectedInterfaces)
-
Constructor Details
-
VanillaInstallationArtifacts
@Inject public VanillaInstallationArtifacts(org.gradle.api.Project project)
-
-
Method Details
-
getMinecraftVersion
-
getSidedAnnotation
@Input @Optional public abstract org.gradle.api.provider.Property<dev.lukebemish.taskgraphrunner.model.conversion.SingleVersionGenerator.Options.SidedAnnotation> getSidedAnnotation() -
makeConfig
- Specified by:
makeConfigin interfaceTaskGraphExecution.ConfigMaker- Throws:
IOException
-
makeConfig
protected dev.lukebemish.taskgraphrunner.model.Config makeConfig(@Nullable MappingsStructure mappings, boolean hasAccessTransformers, boolean hasInjectedInterfaces) throws IOException - Throws:
IOException
-
getAccessTransformers
@InputFiles @PathSensitive(NONE) public abstract org.gradle.api.file.ConfigurableFileCollection getAccessTransformers() -
getInjectedInterfaces
@InputFiles @PathSensitive(NONE) public abstract org.gradle.api.file.ConfigurableFileCollection getInjectedInterfaces() -
getMappings
-
getHasAccessTransformers
-
getHasInjectedInterfaces
-