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

Method run

forge-gui-mobile/src/forge/adventure/util/MapDialog.java:132–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130 float j = i;
131 Timer.schedule(new Timer.Task() {
132 @Override
133 public void run() {
134 v[0] -= 0.1f;
135 if (v[0] < 0.1f)
136 v[0] = 0.1f;
137 if (audio != null && j == 2) {
138 unload();
139 } else if (audio != null && j == 10) {
140 audio.getRight().setVolume(v[0]);
141 }
142 }
143 }, delay);
144 }
145 } else {

Callers

nothing calls this directly

Calls 4

unloadMethod · 0.95
getRightMethod · 0.80
setVolumeMethod · 0.65
setVisibleMethod · 0.65

Tested by

no test coverage detected