Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/demoth/jake2
/ disableStreaming
Method
disableStreaming
client/src/main/java/jake2/client/sound/S.java:202–204 ·
view source on GitHub ↗
Switches off the sound streaming.
()
Source
from the content-addressed store, hash-verified
200
* Switches off the sound streaming.
201
*/
202
public
static
void
disableStreaming() {
203
impl.disableStreaming();
204
}
205
206
/**
207
* Stops all sounds.
Callers
1
StopCinematic
Method · 0.95
Calls
1
disableStreaming
Method · 0.65
Tested by
no test coverage detected