public class ServerTweaker extends TweakerPlugin
useLocalCacheotherPlugin, project, replacer| Constructor and Description |
|---|
ServerTweaker() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createDecompTasks(java.lang.String globalPattern,
java.lang.String localPattern)
Correctly invoke the makeDecomptasks() method from the UserBasePlugin
|
protected java.lang.String |
getJarName()
The name of the cached artifacts.
|
protected boolean |
hasClientRun()
This method is called early, and not late.
|
protected boolean |
hasServerRun()
This method is called early, and not late.
|
protected Version |
parseAndStoreVersion(java.io.File file,
java.io.File... inheritanceDirs)
Mostly copy-pasted from the base plugin, except the mc-deps part
|
afterDecomp, afterEvaluate, applyUserPlugin, getClientJvmArgs, getClientRunArgs, getClientRunClass, getClientTweaker, getServerJvmArgs, getServerRunArgs, getServerRunClass, getServerTweaker, getStartDiraddAtsToDeobf, applyPlugin, chooseDeobfOutput, configureCompilation, configureEclipse, configureIntellij, createSourceCopyTasks, doDevTimeDeobf, getDummyDep, injectIntellijRuns, makeDecompTasks, makeObfSource, makeRunTasks, mapConfigurations, useLocalCacheaddFlatRepo, addMavenRepo, apply, applyExternalPlugin, buildProject, cacheFile, delayedFile, delayedString, delayedTree, doFGVersionCheck, getExtension, getWithEtag, makeTask, makeTask, makeTask, maybeMakeTask, maybeMakeTask, maybeMakeTask, onVersionCheck, parseAndStoreVersionprotected java.lang.String getJarName()
TweakerPlugingetJarName in class TweakerPluginprotected void createDecompTasks(java.lang.String globalPattern,
java.lang.String localPattern)
TweakerPlugincreateDecompTasks in class TweakerPluginglobalPattern - pattern for conveniencelocalPattern - pattern for convenienceprotected Version parseAndStoreVersion(java.io.File file, java.io.File... inheritanceDirs)
parseAndStoreVersion in class BasePlugin<TweakerExtension>file - version file to parseinheritanceDirs - folders to look for the parent jsonprotected boolean hasServerRun()
UserBasePluginhasServerRun in class UserBasePlugin<TweakerExtension>protected boolean hasClientRun()
UserBasePluginhasClientRun in class UserBasePlugin<TweakerExtension>