Groovy Documentation

com.github.abrarsyed.gmcp
[Groovy] Class GMCP

java.lang.Object
  com.github.abrarsyed.gmcp.GMCP
All Implemented Interfaces:
Plugin

class GMCP

Field Summary
static java.lang.Object dependancies

static OperatingSystem os

static Project project

 
Method Summary
void apply(Project project)

java.lang.Object configureCompilation()

java.lang.Object configureSourceSet()

java.lang.Object decompileTask()

java.lang.Object doConfigurationStuff()

java.lang.Object doResolving()

java.lang.Object downloadTasks()

java.lang.Object jarTasks()

static groovy.lang.Closure reobfJarClosure()

static groovy.lang.Closure reobfSRGJarClosure()

static java.io.File setReobfMinecraftNames()

static java.io.File setReobfSRGNames()

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Field Detail

dependancies

public static java.lang.Object dependancies


os

public static OperatingSystem os


project

public static Project project


 
Method Detail

apply

@Override
void apply(Project project)


configureCompilation

java.lang.Object configureCompilation()


configureSourceSet

java.lang.Object configureSourceSet()


decompileTask

java.lang.Object decompileTask()


doConfigurationStuff

java.lang.Object doConfigurationStuff()


doResolving

java.lang.Object doResolving()


downloadTasks

java.lang.Object downloadTasks()


jarTasks

java.lang.Object jarTasks()


reobfJarClosure

static groovy.lang.Closure reobfJarClosure()


reobfSRGJarClosure

static groovy.lang.Closure reobfSRGJarClosure()


setReobfMinecraftNames

static java.io.File setReobfMinecraftNames()


setReobfSRGNames

static java.io.File setReobfSRGNames()


 

Groovy Documentation