Interface SlimeLauncherRunTask

All Superinterfaces:
Comparable<org.gradle.api.Task>, org.gradle.api.plugins.ExtensionAware, org.gradle.api.Named, org.gradle.api.Task

public interface SlimeLauncherRunTask extends org.gradle.api.Task
  • Nested Class Summary

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

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

    Fields inherited from interface org.gradle.api.Task

    TASK_ACTION, TASK_CONSTRUCTOR_ARGS, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gradle.api.file.DirectoryProperty
     
    org.gradle.api.provider.Property<String>
     
    org.gradle.api.provider.Property<String>
     
    org.gradle.api.provider.Property<String>
     
    org.gradle.api.file.ConfigurableFileCollection
     
    org.gradle.api.file.ConfigurableFileCollection
     
    org.gradle.api.provider.Property<String>
     
    org.gradle.api.file.ConfigurableFileCollection
     
    org.gradle.api.file.ConfigurableFileCollection
     
    org.gradle.api.provider.Property<String>
     

    Methods inherited from interface Comparable

    compareTo

    Methods inherited from interface org.gradle.api.plugins.ExtensionAware

    getExtensions

    Methods inherited from interface org.gradle.api.Task

    configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, doNotTrackState, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, notCompatibleWithConfigurationCache, onlyIf, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesService
  • Method Details

    • getSourceSetName

      @Input org.gradle.api.provider.Property<String> getSourceSetName()
    • getLocalCacheDir

      @Internal org.gradle.api.file.DirectoryProperty getLocalCacheDir()
    • getMetadata

      @InputFiles org.gradle.api.file.ConfigurableFileCollection getMetadata()
    • getMinecraftClasspath

      @InputFiles org.gradle.api.file.ConfigurableFileCollection getMinecraftClasspath()
    • getRuntimeClasspath

      @InputFiles org.gradle.api.file.ConfigurableFileCollection getRuntimeClasspath()
    • getPatcherModules

      @InputFiles org.gradle.api.file.ConfigurableFileCollection getPatcherModules()
    • getMinecraftVersion

      @Input org.gradle.api.provider.Property<String> getMinecraftVersion()
    • getMCPVersion

      @Input org.gradle.api.provider.Property<String> getMCPVersion()
    • getMappingChannel

      @Input org.gradle.api.provider.Property<String> getMappingChannel()
    • getMappingVersion

      @Input org.gradle.api.provider.Property<String> getMappingVersion()