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

Method quit

src/main/java/Client/Roster.java:1838–1846  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1836 }
1837
1838 public void quit() {
1839 AutoStatus.getInstance().stop();
1840 logoff(null);
1841 try {
1842 Thread.sleep(250L);
1843 } catch (InterruptedException ex) {
1844 }
1845 BombusMod.getInstance().notifyDestroyed();
1846 }
1847
1848 public void menuAction(MenuCommand c, VirtualList d) {
1849 if (c == cmdMinimize) {

Callers 2

yesMethod · 0.95
cmdQuitMethod · 0.95

Calls 5

getInstanceMethod · 0.95
logoffMethod · 0.95
getInstanceMethod · 0.95
stopMethod · 0.45
notifyDestroyedMethod · 0.45

Tested by

no test coverage detected