MCPcopy Create free account
hub / github.com/demoth/jake2 / StartLocalSound

Method StartLocalSound

client/src/main/java/jake2/client/sound/S.java:171–173  ·  view source on GitHub ↗

Starts a local sound.

(String sound)

Source from the content-addressed store, hash-verified

169 * Starts a local sound.
170 */
171 public static void StartLocalSound(String sound) {
172 impl.StartLocalSound(sound);
173 }
174
175 /**
176 * StartSound - Validates the parms and ques the sound up

Callers 4

PopMenuMethod · 0.95
DrawMethod · 0.95
KeydownMethod · 0.95
ParseServerMessageMethod · 0.95

Calls 1

StartLocalSoundMethod · 0.65

Tested by

no test coverage detected