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

Method RegisterSound

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

Registers and loads a sound.

(String sample)

Source from the content-addressed store, hash-verified

155 * Registers and loads a sound.
156 */
157 public static sfx_t RegisterSound(String sample) {
158 return impl.RegisterSound(sample);
159 }
160
161 /**
162 * Called after all sounds are registered and loaded.

Callers 7

ParseMuzzleFlashMethod · 0.95
ParseMuzzleFlash2Method · 0.95
EntityEventMethod · 0.95
RegisterTEntSoundsMethod · 0.95
ParseTEntMethod · 0.95
RegisterSoundsMethod · 0.95
ParseConfigStringMethod · 0.95

Calls 1

RegisterSoundMethod · 0.65

Tested by

no test coverage detected