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

Method storeScreen

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

Source from the content-addressed store, hash-verified

1099 }
1100
1101 protected static void storeScreen() {
1102 if (!(currentScene instanceof ForgeScene)) {
1103 Forge.takeScreenshot();
1104 }
1105 }
1106
1107 public static Scene switchToLast() {
1108 if (lastScene.size != 0) {

Callers 3

renderMethod · 0.95
switchSceneMethod · 0.95
switchToLastMethod · 0.95

Calls 1

takeScreenshotMethod · 0.95

Tested by

no test coverage detected