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

Method setTransitionScreen

forge-gui-mobile/src/forge/Forge.java:808–810  ·  view source on GitHub ↗
(TransitionScreen screen)

Source from the content-addressed store, hash-verified

806 }
807
808 public static void setTransitionScreen(TransitionScreen screen) {
809 transitionScreen = screen;
810 }
811
812 public static void clearTransitionScreen() {
813 clearTransitionScreen(false);

Callers 14

afterDbLoadedMethod · 0.95
switchToClassicMethod · 0.95
switchToAdventureMethod · 0.95
startMethod · 0.95
loadSaveMethod · 0.95
startRoundMethod · 0.95
ContinueMethod · 0.95
exitDuelSceneMethod · 0.95
startRoundMethod · 0.95
runMethod · 0.95
beginDuelMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected