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

Method getInstance

src/main/java/ui/SplashScreen.java:63–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 private int exitKey;
62
63 public static SplashScreen getInstance() {
64 if (instance == null) {
65 instance = new SplashScreen();
66 }
67 return instance;
68 }
69
70 /** Creates a new instance of SplashScreen */
71 private SplashScreen() {

Callers 7

blockArrivedMethod · 0.95
yesMethod · 0.95
startLoginMethod · 0.95
AccountRegisterMethod · 0.95
setProgressMethod · 0.95
rosterItemNotifyMethod · 0.95
startAppMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected