MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / AccountSelect

Method AccountSelect

src/main/java/Account/AccountSelect.java:58–70  ·  view source on GitHub ↗

Creates a new instance of AccountPicker

(boolean enableQuit)

Source from the content-addressed store, hash-verified

56
57 /** Creates a new instance of AccountPicker */
58 public AccountSelect(boolean enableQuit) {
59 super(SR.MS_ACCOUNTS, false);
60 this.enableQuit = enableQuit;
61
62 enableListWrapping(true);
63 cf = Config.getInstance();
64
65 if (enableQuit) {
66 canBack = false;
67 }
68
69 loadAccounts();
70 }
71
72 public final void loadAccounts() {
73 Account a;

Callers

nothing calls this directly

Calls 3

getInstanceMethod · 0.95
loadAccountsMethod · 0.95
enableListWrappingMethod · 0.80

Tested by

no test coverage detected