Package dev.lukebemish.crochet.model
Class AbstractVanillaInstallation
java.lang.Object
dev.lukebemish.crochet.model.MinecraftInstallation
dev.lukebemish.crochet.model.AbstractVanillaInstallation
- All Implemented Interfaces:
org.gradle.api.Named
- Direct Known Subclasses:
FabricInstallation,VanillaInstallation
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
org.gradle.api.Named.Namer -
Field Summary
Fields inherited from class dev.lukebemish.crochet.model.MinecraftInstallation
dependencies -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidforFeature(org.gradle.api.tasks.SourceSet sourceSet) voidforLocalFeature(org.gradle.api.tasks.SourceSet sourceSet) abstract org.gradle.api.provider.Property<String> Methods inherited from class dev.lukebemish.crochet.model.MinecraftInstallation
client, getDependencies, getDistribution, getName, joined, makeDependencies, server
-
Constructor Details
-
AbstractVanillaInstallation
-
-
Method Details
-
getMinecraft
-
forFeature
public void forFeature(org.gradle.api.tasks.SourceSet sourceSet) - Overrides:
forFeaturein classMinecraftInstallation
-
forLocalFeature
public void forLocalFeature(org.gradle.api.tasks.SourceSet sourceSet) - Overrides:
forLocalFeaturein classMinecraftInstallation
-