MCPcopy Create free account
hub / github.com/Var3D/var3dframe / stopSound

Method stopSound

core/src/core/java/var3d/net/center/VGame.java:1578–1580  ·  view source on GitHub ↗

停止音效 @param musicName

(String musicName)

Source from the content-addressed store, hash-verified

1576 * @param musicName
1577 */
1578 public void stopSound(String musicName) {
1579 getSound(musicName).stop();
1580 }
1581
1582 /**
1583 * 播放音乐

Callers

nothing calls this directly

Calls 2

getSoundMethod · 0.95
stopMethod · 0.80

Tested by

no test coverage detected