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 -
Method Summary
Modifier and TypeMethodDescriptiongetName()protected abstract org.gradle.api.model.ObjectFactoryList<net.minecraftforge.gradle.internal.SourceSetNested> voidsetSources(List<org.gradle.api.tasks.SourceSet> sources) Sets the source sets to use for this configuration.voidsetSourcesInternal(List<net.minecraftforge.gradle.internal.SourceSetNested> sources) voidsource(org.gradle.api.tasks.SourceSet source) Adds to the source sets to use for this configuration.voidsourceInternal(net.minecraftforge.gradle.internal.SourceSetNested source) voidAdds to the source sets to use for this configuration.voidsources(org.gradle.api.tasks.SourceSet... sources) Adds to the source sets to use for this configuration.voidsourcesInternal(List<net.minecraftforge.gradle.internal.SourceSetNested> sources) voidsourcesInternal(net.minecraftforge.gradle.internal.SourceSetNested... sources)
-
Constructor Details
-
ModConfigImpl
-
-
Method Details
-
getObjects
@Inject protected abstract org.gradle.api.model.ObjectFactory getObjects() -
getName
- Specified by:
getNamein interfaceorg.gradle.api.Named
-
getSources
- Specified by:
getSourcesin interfacenet.minecraftforge.gradle.internal.SlimeLauncherOptionsInternal.ModConfigInternal
-
setSourcesInternal
- Specified by:
setSourcesInternalin interfacenet.minecraftforge.gradle.internal.SlimeLauncherOptionsInternal.ModConfigInternal
-
sourcesInternal
- Specified by:
sourcesInternalin interfacenet.minecraftforge.gradle.internal.SlimeLauncherOptionsInternal.ModConfigInternal
-
sourcesInternal
public void sourcesInternal(net.minecraftforge.gradle.internal.SourceSetNested... sources) - Specified by:
sourcesInternalin interfacenet.minecraftforge.gradle.internal.SlimeLauncherOptionsInternal.ModConfigInternal
-
sourceInternal
public void sourceInternal(net.minecraftforge.gradle.internal.SourceSetNested source) - Specified by:
sourceInternalin interfacenet.minecraftforge.gradle.internal.SlimeLauncherOptionsInternal.ModConfigInternal
-
setSources
Description copied from interface:SlimeLauncherOptionsNested.ModConfigSets the source sets to use for this configuration.- Specified by:
setSourcesin interfaceSlimeLauncherOptionsNested.ModConfig- Parameters:
sources- The source sets to use
-
sources
Description copied from interface:SlimeLauncherOptionsNested.ModConfigAdds to the source sets to use for this configuration.- Specified by:
sourcesin interfaceSlimeLauncherOptionsNested.ModConfig- Parameters:
sources- The source sets to use
-
sources
public void sources(org.gradle.api.tasks.SourceSet... sources) Description copied from interface:SlimeLauncherOptionsNested.ModConfigAdds to the source sets to use for this configuration.- Specified by:
sourcesin interfaceSlimeLauncherOptionsNested.ModConfig- Parameters:
sources- The source sets to use
-
source
public void source(org.gradle.api.tasks.SourceSet source) Description copied from interface:SlimeLauncherOptionsNested.ModConfigAdds to the source sets to use for this configuration.- Specified by:
sourcein interfaceSlimeLauncherOptionsNested.ModConfig- Parameters:
source- The source set to use
-