Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/demoth/jake2
/ StopAllSounds
Method
StopAllSounds
client/src/main/java/jake2/client/sound/S.java:209–211 ·
view source on GitHub ↗
Stops all sounds.
()
Source
from the content-addressed store, hash-verified
207
* Stops all sounds.
208
*/
209
public
static
void
StopAllSounds() {
210
impl.StopAllSounds();
211
}
212
213
public
static
String getDriverName() {
214
return
impl.getName();
Callers
5
CL
Class · 0.95
ClearState
Method · 0.95
BeginLoadingPlaque
Method · 0.95
CheckChanges
Method · 0.95
Init
Method · 0.95
Calls
1
StopAllSounds
Method · 0.65
Tested by
no test coverage detected