Package dev.lambdaurora.mcdev.ext
Class LambdaMcDevGradleExtensionImpl
java.lang.Object
dev.lambdaurora.mcdev.ext.LambdaMcDevGradleExtensionImpl
- All Implemented Interfaces:
LambdaMcDevGradleExtension
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionLambdaMcDevGradleExtensionImpl(org.gradle.api.Project project, org.gradle.api.plugins.JavaPluginExtension java, net.fabricmc.loom.api.LoomGradleExtensionAPI loom) -
Method Summary
Modifier and TypeMethodDescription@NotNull ModManifests@NotNull org.gradle.api.provider.Property<String> Returns the mod namespace associated with this project.@NotNull org.gradle.api.artifacts.Dependencylayered(@NotNull org.gradle.api.Action<LambdaLayeredMappingsSpecBuilder> action) voidmanifests(@NotNull org.gradle.api.Action<ModManifests> action) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.lambdaurora.mcdev.api.LambdaMcDevGradleExtension
setNamespace
-
Constructor Details
-
LambdaMcDevGradleExtensionImpl
public LambdaMcDevGradleExtensionImpl(org.gradle.api.Project project, org.gradle.api.plugins.JavaPluginExtension java, net.fabricmc.loom.api.LoomGradleExtensionAPI loom)
-
-
Method Details
-
getNamespace
Description copied from interface:LambdaMcDevGradleExtensionReturns the mod namespace associated with this project.- Specified by:
getNamespacein interfaceLambdaMcDevGradleExtension- Returns:
- the mod namespace associated with this project
-
getManifests
- Specified by:
getManifestsin interfaceLambdaMcDevGradleExtension
-
manifests
- Specified by:
manifestsin interfaceLambdaMcDevGradleExtension
-
layered
@NotNull public @NotNull org.gradle.api.artifacts.Dependency layered(@NotNull @NotNull org.gradle.api.Action<LambdaLayeredMappingsSpecBuilder> action) - Specified by:
layeredin interfaceLambdaMcDevGradleExtension
-