Package dev.lambdaurora.mcdev.api
Interface LambdaMcDevGradleExtension
- All Known Implementing Classes:
LambdaMcDevGradleExtensionImpl
public interface LambdaMcDevGradleExtension
-
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) default voidsetNamespace(@NotNull String namespace) Sets the mod namespace associated with this project.
-
Method Details
-
getNamespace
Returns the mod namespace associated with this project.- Returns:
- the mod namespace associated with this project
-
setNamespace
Sets the mod namespace associated with this project.- Parameters:
namespace- the mod namespace
-
getManifests
-
manifests
-
layered
@NotNull @NotNull org.gradle.api.artifacts.Dependency layered(@NotNull @NotNull org.gradle.api.Action<LambdaLayeredMappingsSpecBuilder> action)
-