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.voidmanifests(@NotNull org.gradle.api.Action<ModManifests> action) default voidreplaceArtifactInConfiguration(String configuration, Object artifact) voidreplaceArtifactInConfiguration(String configuration, Object artifact, org.gradle.api.Action<? super org.gradle.api.artifacts.ConfigurablePublishArtifact> configureAction) default voidsetNamespace(@NotNull String namespace) Sets the mod namespace associated with this project.voidvoid
-
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
-
setupJarJarCompat
void setupJarJarCompat() -
replaceArtifactInConfiguration
-
replaceArtifactInConfiguration
-
setupActionsRefCheck
void setupActionsRefCheck()
-