(String sound, float pitch)
| 377 | } |
| 378 | |
| 379 | @Override |
| 380 | public void playSound(String sound, float pitch) { |
| 381 | playSound("minecraft", sound, pitch); |
| 382 | } |
| 383 | |
| 384 | @Override |
| 385 | public void playSound(String domain, String sound, float pitch) { |
nothing calls this directly
no test coverage detected