Class SlimeLauncherOptionsImpl.ModConfigImpl

java.lang.Object
net.minecraftforge.gradle.internal.SlimeLauncherOptionsImpl.ModConfigImpl
All Implemented Interfaces:
net.minecraftforge.gradle.internal.SlimeLauncherOptionsInternal.ModConfigInternal, SlimeLauncherOptionsNested.ModConfig, org.gradle.api.Named
Enclosing class:
SlimeLauncherOptionsImpl

public abstract static class SlimeLauncherOptionsImpl.ModConfigImpl extends Object implements net.minecraftforge.gradle.internal.SlimeLauncherOptionsInternal.ModConfigInternal
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.gradle.api.Named

    org.gradle.api.Named.Namer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    protected abstract org.gradle.api.model.ObjectFactory
     
    List<net.minecraftforge.gradle.internal.SourceSetNested>
     
    void
    setSources(List<org.gradle.api.tasks.SourceSet> sources)
    Sets the source sets to use for this configuration.
    void
    setSourcesInternal(List<net.minecraftforge.gradle.internal.SourceSetNested> sources)
     
    void
    source(org.gradle.api.tasks.SourceSet source)
    Adds to the source sets to use for this configuration.
    void
    sourceInternal(net.minecraftforge.gradle.internal.SourceSetNested source)
     
    void
    sources(List<org.gradle.api.tasks.SourceSet> sources)
    Adds to the source sets to use for this configuration.
    void
    sources(org.gradle.api.tasks.SourceSet... sources)
    Adds to the source sets to use for this configuration.
    void
    sourcesInternal(List<net.minecraftforge.gradle.internal.SourceSetNested> sources)
     
    void
    sourcesInternal(net.minecraftforge.gradle.internal.SourceSetNested... sources)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ModConfigImpl

      @Inject public ModConfigImpl(String name)
  • Method Details

    • getObjects

      @Inject protected abstract org.gradle.api.model.ObjectFactory getObjects()
    • getName

      @Internal public String getName()
      Specified by:
      getName in interface org.gradle.api.Named
    • getSources

      public List<net.minecraftforge.gradle.internal.SourceSetNested> getSources()
      Specified by:
      getSources in interface net.minecraftforge.gradle.internal.SlimeLauncherOptionsInternal.ModConfigInternal
    • setSourcesInternal

      public void setSourcesInternal(List<net.minecraftforge.gradle.internal.SourceSetNested> sources)
      Specified by:
      setSourcesInternal in interface net.minecraftforge.gradle.internal.SlimeLauncherOptionsInternal.ModConfigInternal
    • sourcesInternal

      public void sourcesInternal(List<net.minecraftforge.gradle.internal.SourceSetNested> sources)
      Specified by:
      sourcesInternal in interface net.minecraftforge.gradle.internal.SlimeLauncherOptionsInternal.ModConfigInternal
    • sourcesInternal

      public void sourcesInternal(net.minecraftforge.gradle.internal.SourceSetNested... sources)
      Specified by:
      sourcesInternal in interface net.minecraftforge.gradle.internal.SlimeLauncherOptionsInternal.ModConfigInternal
    • sourceInternal

      public void sourceInternal(net.minecraftforge.gradle.internal.SourceSetNested source)
      Specified by:
      sourceInternal in interface net.minecraftforge.gradle.internal.SlimeLauncherOptionsInternal.ModConfigInternal
    • setSources

      public void setSources(List<org.gradle.api.tasks.SourceSet> sources)
      Description copied from interface: SlimeLauncherOptionsNested.ModConfig
      Sets the source sets to use for this configuration.
      Specified by:
      setSources in interface SlimeLauncherOptionsNested.ModConfig
      Parameters:
      sources - The source sets to use
    • sources

      public void sources(List<org.gradle.api.tasks.SourceSet> sources)
      Description copied from interface: SlimeLauncherOptionsNested.ModConfig
      Adds to the source sets to use for this configuration.
      Specified by:
      sources in interface SlimeLauncherOptionsNested.ModConfig
      Parameters:
      sources - The source sets to use
    • sources

      public void sources(org.gradle.api.tasks.SourceSet... sources)
      Description copied from interface: SlimeLauncherOptionsNested.ModConfig
      Adds to the source sets to use for this configuration.
      Specified by:
      sources in interface SlimeLauncherOptionsNested.ModConfig
      Parameters:
      sources - The source sets to use
    • source

      public void source(org.gradle.api.tasks.SourceSet source)
      Description copied from interface: SlimeLauncherOptionsNested.ModConfig
      Adds to the source sets to use for this configuration.
      Specified by:
      source in interface SlimeLauncherOptionsNested.ModConfig
      Parameters:
      source - The source set to use