MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / playSound

Method playSound

Minecraft-Utils/1.8.9/src/Variables.java:376–379  ·  view source on GitHub ↗
(String sound, float pitch)

Source from the content-addressed store, hash-verified

374 }
375
376 @Override
377 public void playSound(String sound, float pitch) {
378 playSound("minecraft", sound, pitch);
379 }
380
381 @Override
382 public void playSound(String domain, String sound, float pitch) {

Callers

nothing calls this directly

Calls 2

getMinecraftMethod · 0.95
aMethod · 0.45

Tested by

no test coverage detected