Index

A C D E F G J M N R S 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

args(Iterable<?>) - Method in interface net.minecraftforge.gradle.SlimeLauncherOptions
Adds to the arguments to pass to the main class.
args(Object) - Method in interface net.minecraftforge.gradle.SlimeLauncherOptions
Adds to the arguments to pass to the main class.
args(Object...) - Method in interface net.minecraftforge.gradle.SlimeLauncherOptions
Adds to the arguments to pass to the main class.
args(Provider<? extends Iterable<?>>) - Method in interface net.minecraftforge.gradle.SlimeLauncherOptions
Adds to the arguments to pass to the main class.

C

classpath(Iterable<?>) - Method in interface net.minecraftforge.gradle.SlimeLauncherOptions
Adds to the classpath to use.
classpath(Object...) - Method in interface net.minecraftforge.gradle.SlimeLauncherOptions
Adds to the classpath to use.
classpath(FileCollection) - Method in interface net.minecraftforge.gradle.SlimeLauncherOptions
Adds to the classpath to use.
ClosureOwner - Interface in net.minecraftforge.gradle
A closure owner is used to replace a closure's owner to allow for multiple delegates.
ClosureOwner.MinecraftDependency - Interface in net.minecraftforge.gradle
A closure owner that delegates to MinecraftDependency and ExternalModuleDependency.
ClosureOwner.MinecraftDependencyWithAccessTransformers - Interface in net.minecraftforge.gradle
A closure owner that delegates to MinecraftDependencyWithAccessTransformers and ExternalModuleDependency.

D

DEFAULT_PATH - Static variable in interface net.minecraftforge.gradle.MinecraftDependencyWithAccessTransformers
The default path, from the source set's resources, for the AccessTransformers config to be located in.
dependency(Object) - Method in interface net.minecraftforge.gradle.MinecraftExtensionForProject
Creates (or marks if existing) the given dependency as a Minecraft dependency.
dependency(Object, Closure<?>) - Method in interface net.minecraftforge.gradle.MinecraftExtensionForProject
Creates (or marks if existing) the given dependency as a Minecraft dependency and configures it with the given closure.
dependency(Object, Action<? super T>) - Method in interface net.minecraftforge.gradle.MinecraftExtensionForProject
Creates (or marks if existing) the given dependency as a Minecraft dependency and applies the given action to it.

E

environment(String, Object) - Method in interface net.minecraftforge.gradle.SlimeLauncherOptions
Adds a single environment variable to use.
environment(Map<String, ?>) - Method in interface net.minecraftforge.gradle.SlimeLauncherOptions
Adds to the environment variables to use.
environment(Provider<? extends Map<String, ?>>) - Method in interface net.minecraftforge.gradle.SlimeLauncherOptions
Adds to the environment variables to use.

F

ForgeGradleExtension - Interface in net.minecraftforge.gradle
The ForgeGradle extension contains a handful of helpers that are not directly related to development involving Minecraft.

G

getAccessTransformer() - Method in interface net.minecraftforge.gradle.MinecraftDependencyWithAccessTransformers
Gets the AccessTransformer configuration to use.
getAccessTransformers() - Method in interface net.minecraftforge.gradle.MinecraftExtensionForProjectWithAccessTransformers
The path, relative to the related Minecraft dependency's SourceSet.getResources(), to the AccessTransformers config file to use.
getArgs() - Method in interface net.minecraftforge.gradle.SlimeLauncherOptions
The arguments to pass to the main class.
getAttributes() - Method in interface net.minecraftforge.gradle.MinecraftExtension
The attributes object for easy reference.
getChannel() - Method in interface net.minecraftforge.gradle.MinecraftMappings
Gets the channel for these mappings (i.e. official)
getClasspath() - Method in interface net.minecraftforge.gradle.SlimeLauncherOptions
The classpath to use.
getEnvironment() - Method in interface net.minecraftforge.gradle.SlimeLauncherOptions
The environment variables to use.
getForgeMaven() - Method in interface net.minecraftforge.gradle.ForgeGradleExtension
A closure for the Forge maven to be passed into RepositoryHandler.maven(Closure).
getJvmArgs() - Method in interface net.minecraftforge.gradle.SlimeLauncherOptions
The JVM arguments to use.
getMainClass() - Method in interface net.minecraftforge.gradle.SlimeLauncherOptions
The main class for Slime Launcher to use.
getMappings() - Method in interface net.minecraftforge.gradle.MinecraftMappingsContainer
Gets the mappings for this container.
getMappingsChannel() - Method in interface net.minecraftforge.gradle.MinecraftExtension.Attributes
The requested mappings channel of the project.
getMappingsVersion() - Method in interface net.minecraftforge.gradle.MinecraftExtension.Attributes
The requested mappings version of the project.
getMavenizer() - Method in interface net.minecraftforge.gradle.MinecraftExtension
A closure for the generated Minecraft maven to be passed into RepositoryHandler.maven(Closure).
getMaxHeapSize() - Method in interface net.minecraftforge.gradle.SlimeLauncherOptions
The maximum memory heap size to use.
getMinecraftLibsMaven() - Method in interface net.minecraftforge.gradle.ForgeGradleExtension
A closure for the Minecraft libraries maven to be passed into RepositoryHandler.maven(Closure).
getMinHeapSize() - Method in interface net.minecraftforge.gradle.SlimeLauncherOptions
The minimum memory heap size to use.
getName() - Method in interface net.minecraftforge.gradle.SlimeLauncherOptions
 
getOs() - Method in interface net.minecraftforge.gradle.MinecraftExtension.Attributes
The operating system of the project's host.
getRuns() - Method in interface net.minecraftforge.gradle.MinecraftExtensionForProject
The collection of Slime Launcher options with which to create the launcher tasks.
getSystemProperties() - Method in interface net.minecraftforge.gradle.SlimeLauncherOptions
The system properties to use.
getVersion() - Method in interface net.minecraftforge.gradle.MinecraftMappings
Gets the version for these mappings (i.e. 1.21.10)
getWorkingDir() - Method in interface net.minecraftforge.gradle.SlimeLauncherOptions
The working directory to use.

J

jvmArgs(Iterable<?>) - Method in interface net.minecraftforge.gradle.SlimeLauncherOptions
Adds to the JVM arguments to use.
jvmArgs(Object) - Method in interface net.minecraftforge.gradle.SlimeLauncherOptions
Adds to the JVM arguments to use.
jvmArgs(Object...) - Method in interface net.minecraftforge.gradle.SlimeLauncherOptions
Adds to the JVM arguments to use.
jvmArgs(Provider<? extends Iterable<?>>) - Method in interface net.minecraftforge.gradle.SlimeLauncherOptions
Adds to the JVM arguments to use.

M

mappings(String, String) - Method in interface net.minecraftforge.gradle.MinecraftMappingsContainer
Sets the mappings to use for the Minecraft dependency.
mappings(Map<?, ?>) - Method in interface net.minecraftforge.gradle.MinecraftMappingsContainer
Sets the mappings to use for the Minecraft dependency.
mavenizer(RepositoryHandler) - Method in interface net.minecraftforge.gradle.MinecraftExtension
Adds the generated Minecraft maven to the given repository handler.
MinecraftDependency - Interface in net.minecraftforge.gradle
The Minecraft dependency contains information essential for how the minecraft extension processes Minecraft dependencies.
MinecraftDependencyWithAccessTransformers - Interface in net.minecraftforge.gradle
An extension of MinecraftDependency that contains additional convenience methods for working with AccessTransformers.
MinecraftExtension - Interface in net.minecraftforge.gradle
The main extension for ForgeGradle, where the Minecraft dependency resolution takes place.
MinecraftExtension.Attributes - Interface in net.minecraftforge.gradle
This interface contains the attributes used by the Minecraft extension for resolving the Minecraft and deobfuscated dependencies.
MinecraftExtensionForProject<T> - Interface in net.minecraftforge.gradle
Project-specific additions for the Minecraft extension.
MinecraftExtensionForProjectWithAccessTransformers - Interface in net.minecraftforge.gradle
An additional extension of MinecraftExtensionForProject that allows for working with AccessTransformers as long as the net.minecraftforge.accesstransformers plugin has been applied before ForgeGradle.
MinecraftMappings - Interface in net.minecraftforge.gradle
The mappings used for the Minecraft dependency.
MinecraftMappingsContainer - Interface in net.minecraftforge.gradle
A container for Minecraft mappings, primarily used to determine the mappings to be used by the Minecraft dependency.

N

NAME - Static variable in interface net.minecraftforge.gradle.ForgeGradleExtension
The name for this extension in Gradle.
NAME - Static variable in interface net.minecraftforge.gradle.MinecraftExtension
The name for this extension in Gradle.
net.minecraftforge.gradle - package net.minecraftforge.gradle

ForgeGradle

R

runs(Closure<?>) - Method in interface net.minecraftforge.gradle.MinecraftExtensionForProject
Configures the Slime Launcher options for this project, which will be used to create the launcher tasks.
runs(Action<? super NamedDomainObjectContainer<? extends SlimeLauncherOptions>>) - Method in interface net.minecraftforge.gradle.MinecraftExtensionForProject
Configures the Slime Launcher options for this project, which will be used to create the launcher tasks.

S

setAccessTransformer(boolean) - Method in interface net.minecraftforge.gradle.MinecraftDependencyWithAccessTransformers
Sets if this dependency should use AccessTransformers.
setAccessTransformer(String) - Method in interface net.minecraftforge.gradle.MinecraftDependencyWithAccessTransformers
Sets the path, relative to this dependency's SourceSet.getResources(), to the AccessTransformers config file to use.
setAccessTransformers(boolean) - Method in interface net.minecraftforge.gradle.MinecraftExtensionForProjectWithAccessTransformers
Sets if all Minecraft dependencies in this project should use AccessTransformers.
setArgs(String...) - Method in interface net.minecraftforge.gradle.SlimeLauncherOptions
Sets the arguments to pass to the main class.
setClasspath(Iterable<?>) - Method in interface net.minecraftforge.gradle.SlimeLauncherOptions
Sets the classpath to use.
setClasspath(Object...) - Method in interface net.minecraftforge.gradle.SlimeLauncherOptions
Sets the classpath to use.
setClasspath(FileCollection) - Method in interface net.minecraftforge.gradle.SlimeLauncherOptions
Sets the classpath to use.
setJvmArgs(Object...) - Method in interface net.minecraftforge.gradle.SlimeLauncherOptions
Sets the JVM arguments to use.
SlimeLauncherOptions - Interface in net.minecraftforge.gradle
The configuration options for Slime Launcher tasks.
systemProperties(Map<String, ?>) - Method in interface net.minecraftforge.gradle.SlimeLauncherOptions
Adds to the system properties to use.
systemProperties(Provider<? extends Map<String, ?>>) - Method in interface net.minecraftforge.gradle.SlimeLauncherOptions
Adds to the system properties to use.
systemProperty(String, Object) - Method in interface net.minecraftforge.gradle.SlimeLauncherOptions
Adds a single system property to use.
A C D E F G J M N R S 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form