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

Method getInstance

src/main/java/Client/AutoStatus.java:45–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 private static AutoStatus instance;
44 StaticData sd = StaticData.getInstance();
45 public static AutoStatus getInstance() {
46 if (instance == null) {
47 instance = new AutoStatus();
48 }
49 return instance;
50 }
51
52 private AutoStatus() {}
53

Callers 12

destroyViewMethod · 0.95
keyPressedMethod · 0.95
keyRepeatedMethod · 0.95
keyReleasedMethod · 0.95
pointerPressedMethod · 0.95
cmdOkMethod · 0.95
destroyViewMethod · 0.95
makeRosterOfflineMethod · 0.95
sendMessageMethod · 0.95
loginSuccessMethod · 0.95
blockScreenMethod · 0.95
quitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected