Interface SlimeLauncherOptionsInternal
- All Superinterfaces:
org.gradle.api.reflect.HasPublicType,org.gradle.api.Named,SlimeLauncherOptions,SlimeLauncherOptionsNested
- All Known Implementing Classes:
SlimeLauncherOptionsImpl
public interface SlimeLauncherOptionsInternal
extends SlimeLauncherOptions, org.gradle.api.reflect.HasPublicType
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
org.gradle.api.Named.Namer -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.gradle.api.provider.Property<Boolean> org.gradle.api.provider.MapProperty<String, SlimeLauncherOptionsNested> default org.gradle.api.reflect.TypeOf<?> default SlimeLauncherOptionsInternalinherit(Map<String, net.minecraftforge.util.data.json.RunConfig> configs, String sourceSetName, String name) Methods inherited from interface net.minecraftforge.gradle.SlimeLauncherOptions
classpath, classpath, classpath, getClasspath, getName, getWorkingDir, setClasspath, setClasspath, setClasspath, with, withMethods inherited from interface net.minecraftforge.gradle.SlimeLauncherOptionsNested
args, args, args, args, environment, environment, environment, getArgs, getEnvironment, getInheritArgs, getInheritJvmArgs, getJvmArgs, getMainClass, getMaxHeapSize, getMinHeapSize, getSystemProperties, jvmArgs, jvmArgs, jvmArgs, jvmArgs, setArgs, setJvmArgs, systemProperties, systemProperties, systemProperty
-
Field Details
-
LOGGER
static final org.gradle.api.logging.Logger LOGGER
-
-
Method Details
-
getPublicType
@Internal default org.gradle.api.reflect.TypeOf<?> getPublicType()- Specified by:
getPublicTypein interfaceorg.gradle.api.reflect.HasPublicType
-
getClient
-
getNested
org.gradle.api.provider.MapProperty<String, SlimeLauncherOptionsNested> getNested() -
inherit
default SlimeLauncherOptionsInternal inherit(Map<String, net.minecraftforge.util.data.json.RunConfig> configs, String sourceSetName) -
inherit
SlimeLauncherOptionsInternal inherit(Map<String, net.minecraftforge.util.data.json.RunConfig> configs, String sourceSetName, String name)
-