(String sound, float pitch)
| 368 | } |
| 369 | |
| 370 | @Override |
| 371 | public void playSound(String sound, float pitch) { |
| 372 | playSound("minecraft", sound, pitch); |
| 373 | } |
| 374 | |
| 375 | @Override |
| 376 | public void playSound(String domain, String sound, float pitch) { |
nothing calls this directly
no test coverage detected