public class ClientTweaker extends TweakerPlugin
useLocalCacheotherPlugin, project, replacer| Constructor and Description |
|---|
ClientTweaker() |
| 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.
|
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, remapDeps, setupDevTimeDeobf, setupReobf, useLocalCacheaddFlatRepo, addMavenRepo, apply, applyExternalPlugin, buildProject, cacheFile, delayedFile, delayedString, delayedTree, doFGVersionCheck, getExtension, getWithEtag, makeTask, makeTask, makeTask, maybeMakeTask, maybeMakeTask, maybeMakeTask, onVersionCheck, parseAndStoreVersionprotected 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 boolean hasServerRun()
UserBasePluginhasServerRun in class UserBasePlugin<TweakerExtension>protected boolean hasClientRun()
UserBasePluginhasClientRun in class UserBasePlugin<TweakerExtension>