public class TaskPaperclip extends CachedTask
| Constructor | Description |
|---|---|
TaskPaperclip() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
doStuff() |
|
java.lang.String |
getMcVersion() |
|
java.io.File |
getOutputJson() |
|
java.io.File |
getOutputPatch() |
|
java.io.File |
getPaperJar() |
|
java.io.File |
getVanillaJar() |
|
void |
setMcVersion(DelayedString mcVersion) |
|
void |
setOutputJson(DelayedFile outputJson) |
|
void |
setOutputPatch(DelayedFile outputPatch) |
|
void |
setPaperJar(DelayedFile paperJar) |
|
void |
setVanillaJar(DelayedFile vanillaJar) |
addValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doFirst, doLast, doLast, doLast, execute, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toStringcacheClassHash, defaultCache, doesCache, setDoesCachenewInputDirectory, newInputFile, newOutputDirectory, newOutputFileclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitconfigure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, hasProperty, leftShift, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfterpublic void doStuff()
throws java.lang.Exception
java.lang.Exceptionpublic java.io.File getVanillaJar()
public void setVanillaJar(DelayedFile vanillaJar)
public java.io.File getPaperJar()
public void setPaperJar(DelayedFile paperJar)
public java.lang.String getMcVersion()
public void setMcVersion(DelayedString mcVersion)
public java.io.File getOutputPatch()
public void setOutputPatch(DelayedFile outputPatch)
public java.io.File getOutputJson()
public void setOutputJson(DelayedFile outputJson)