public class TaskGenSpigotSrgs extends CachedTask
| Constructor and Description |
|---|
TaskGenSpigotSrgs() |
| Modifier and Type | Method and Description |
|---|---|
void |
doStuff() |
java.io.File |
getClassMappings() |
java.io.File |
getMcpToSpigot() |
java.io.File |
getMemberMappings() |
java.io.File |
getNotchToSpigot() |
java.io.File |
getNotchToSrg() |
java.io.File |
getSpigotToMcp() |
java.io.File |
getSpigotToNotch() |
java.io.File |
getSpigotToSrg() |
java.io.File |
getSrgToMcp() |
java.io.File |
getSrgToSpigot() |
void |
setClassMappings(DelayedFile classMappings) |
void |
setMcpToSpigot(DelayedFile mcpToSpigot) |
void |
setMemberMappings(DelayedFile memberMappings) |
void |
setNotchToSpigot(DelayedFile notchToSpigot) |
void |
setNotchToSrg(DelayedFile notchToSrg) |
void |
setSpigotToMcp(DelayedFile spigotToMcp) |
void |
setSpigotToNotch(DelayedFile spigotToNotch) |
void |
setSpigotToSrg(DelayedFile spigotToSrg) |
void |
setSrgToMcp(DelayedFile srgToMcp) |
void |
setSrgToSpigot(DelayedFile srgToSpigot) |
cacheClassHash, defaultCache, doesCache, setDoesCacheaddValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, finalizedBy, getActionClassLoaders, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getImpliesSubProjects, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitconfigure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, finalizedBy, getActions, getAnt, getConvention, getDependsOn, getDescription, getDidWork, getEnabled, getFinalizedBy, getGroup, getInputs, 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 getNotchToSrg()
public void setNotchToSrg(DelayedFile notchToSrg)
public java.io.File getSrgToMcp()
public void setSrgToMcp(DelayedFile srgToMcp)
public java.io.File getClassMappings()
public void setClassMappings(DelayedFile classMappings)
public java.io.File getMemberMappings()
public void setMemberMappings(DelayedFile memberMappings)
public java.io.File getSpigotToSrg()
public void setSpigotToSrg(DelayedFile spigotToSrg)
public java.io.File getSpigotToMcp()
public void setSpigotToMcp(DelayedFile spigotToMcp)
public java.io.File getSpigotToNotch()
public void setSpigotToNotch(DelayedFile spigotToNotch)
public java.io.File getSrgToSpigot()
public void setSrgToSpigot(DelayedFile srgToSpigot)
public java.io.File getMcpToSpigot()
public void setMcpToSpigot(DelayedFile mcpToSpigot)
public java.io.File getNotchToSpigot()
public void setNotchToSpigot(DelayedFile notchToSpigot)