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