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

Method clearTransitionScreen

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

Source from the content-addressed store, hash-verified

810 }
811
812 public static void clearTransitionScreen() {
813 clearTransitionScreen(false);
814 }
815 public static void clearTransitionScreen(boolean disableMatchTransition) {
816 if (transitionScreen != null) {
817 if (disableMatchTransition) {

Callers 12

afterDbLoadedMethod · 0.95
switchToClassicMethod · 0.95
switchToAdventureMethod · 0.95
delayedSwitchBackMethod · 0.95
switchSceneMethod · 0.95
loadSaveMethod · 0.95
ContinueMethod · 0.95
afterGameEndMethod · 0.95
enterMethod · 0.95
runMethod · 0.95
changeSkinMethod · 0.95

Calls 2

isMatchTransitionMethod · 0.80

Tested by

no test coverage detected