Class OreDeploymentPlugin

  • All Implemented Interfaces:
    net.kyori.mammoth.ProjectPlugin, org.gradle.api.Plugin<org.gradle.api.Project>

    public class OreDeploymentPlugin
    extends java.lang.Object
    implements net.kyori.mammoth.ProjectPlugin
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(@NotNull org.gradle.api.Project project, @NotNull org.gradle.api.plugins.PluginContainer plugins, @NotNull org.gradle.api.plugins.ExtensionContainer extensions, @NotNull org.gradle.api.tasks.TaskContainer tasks)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface net.kyori.mammoth.ProjectPlugin

        apply, apply, minimumGradleVersion
    • Constructor Detail

      • OreDeploymentPlugin

        public OreDeploymentPlugin()
    • Method Detail

      • apply

        public void apply​(@NotNull
                          @NotNull org.gradle.api.Project project,
                          @NotNull
                          @NotNull org.gradle.api.plugins.PluginContainer plugins,
                          @NotNull
                          @NotNull org.gradle.api.plugins.ExtensionContainer extensions,
                          @NotNull
                          @NotNull org.gradle.api.tasks.TaskContainer tasks)
        Specified by:
        apply in interface net.kyori.mammoth.ProjectPlugin