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
|
afterEvaluate, applyVanillaUserPlugin, getClientJvmArgs, getClientRunArgs, getClientRunClass, getClientTweaker, getServerJvmArgs, getServerRunArgs, getServerRunClass, getServerTweakerafterDecomp, applyUserPlugin, getStartDiraddAtsToDeobf, applyPlugin, chooseDeobfOutput, configureCompilation, configureEclipse, configureIntellij, configureRetromapping, createSourceCopyTasks, doDepAtExtraction, doDevTimeDeobf, getDummyDep, injectIntellijRuns, makeDecompTasks, makeRunTasks, mapConfigurations, setupReobf, useLocalCacheaddFlatRepo, addMavenRepo, apply, applyExternalPlugin, buildProject, cacheFile, delayedFile, delayedString, delayedTree, doFGVersionCheck, getExtension, getWithEtag, makeTask, makeTask, makeTask, maybeMakeTask, maybeMakeTask, maybeMakeTask, onVersionCheckprotected java.lang.String getJarName()
UserVanillaBasePlugingetJarName in class UserVanillaBasePlugin<TweakerExtension>protected void createDecompTasks(java.lang.String globalPattern,
java.lang.String localPattern)
UserVanillaBasePlugincreateDecompTasks in class UserVanillaBasePlugin<TweakerExtension>globalPattern - 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 json, should include DIR_JSONprotected boolean hasServerRun()
UserBasePluginhasServerRun in class UserBasePlugin<TweakerExtension>protected boolean hasClientRun()
UserBasePluginhasClientRun in class UserBasePlugin<TweakerExtension>