(String sound, float pitch)
| 386 | } |
| 387 | |
| 388 | @Override |
| 389 | public void playSound(String sound, float pitch) { |
| 390 | playSound("minecraft", sound, pitch); |
| 391 | } |
| 392 | |
| 393 | @Override |
| 394 | public void playSound(String domain, String sound, float pitch) { |
nothing calls this directly
no test coverage detected