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

Method doAction

src/main/java/Account/AccountForm.java:122–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120 linkRegister = new LinkString(SR.MS_REGISTER_ACCOUNT) {
121
122 public void doAction() {
123 new AccountRegister(accountSelect);
124 }
125 };
126
127 if (newaccount) {

Callers

nothing calls this directly

Calls 2

showExtendedMethod · 0.95
cmdOkMethod · 0.95

Tested by

no test coverage detected