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