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

Method cmdQuit

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

Source from the content-addressed store, hash-verified

1884//menu actions
1885
1886 public void cmdQuit() {
1887 if (cf.queryExit) {
1888 new AlertBox(SR.MS_QUIT_ASK, SR.MS_SURE_QUIT) {
1889
1890 public void yes() {
1891 quit();
1892 }
1893
1894 public void no() {
1895 }
1896 };
1897 } else {
1898 quit();
1899 }
1900 }
1901
1902 public void cmdMinimize() {
1903//#if android

Callers 1

menuActionMethod · 0.95

Calls 1

quitMethod · 0.95

Tested by

no test coverage detected