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

Method resume

forge-gui-desktop/src/main/java/forge/view/FFrame.java:99–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97 }
98
99 private void resume() {
100 if (!paused || !isMainFrame) { return; }
101
102 // Resume the sound
103 SoundSystem.instance.resume();
104
105 // Resume all hosted matches
106 for (final HostedMatch hostedMatch : Singletons.getControl().getCurrentMatches()) {
107 hostedMatch.resume();
108 }
109 paused = false;
110 }
111
112 public FTitleBarBase getTitleBar() {
113 return this.titleBar;

Callers 2

windowActivatedMethod · 0.95
setMinimizedMethod · 0.95

Calls 3

getControlMethod · 0.95
getCurrentMatchesMethod · 0.80
resumeMethod · 0.65

Tested by

no test coverage detected