MCPcopy 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

CLClass · 0.95
ClearStateMethod · 0.95
BeginLoadingPlaqueMethod · 0.95
CheckChangesMethod · 0.95
InitMethod · 0.95

Calls 1

StopAllSoundsMethod · 0.65

Tested by

no test coverage detected