MCPcopy Create free account
hub / github.com/Card-Forge/forge / getSplashScreen

Method getSplashScreen

forge-gui-mobile/src/forge/Forge.java:313–317  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

311 return graphics;
312 }
313 public static SplashScreen getSplashScreen() {
314 if (splashScreen == null)
315 splashScreen = new SplashScreen();
316 return splashScreen;
317 }
318
319 public static Scene getCurrentScene() {
320 return currentScene;

Callers 5

createMethod · 0.95
afterDbLoadedMethod · 0.95
checkForUpdatesMethod · 0.95
runMethod · 0.95
closeSplashMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected