MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / doAction

Method doAction

src/main/java/Colors/ColorConfigForm.java:67–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 super(SR.MS_COLOR_TUNE);
66//#ifdef COLOR_TUNE
67 configureColors=new LinkString(SR.MS_COLOR_TUNE) { public void doAction() { new ColorsList(); } };
68 itemsList.addElement(configureColors);
69//#endif
70 invertColors=new LinkString(SR.MS_INVERT) { public void doAction() { ColorTheme.invertSkin(); } };

Callers

nothing calls this directly

Calls 4

invertSkinMethod · 0.95
initMethod · 0.95
saveToStorageMethod · 0.95
userThemeFromJarMethod · 0.95

Tested by

no test coverage detected