(String sound, float pitch)
| 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) { |
nothing calls this directly
no test coverage detected