(String sound, float pitch)
| 341 | } |
| 342 | |
| 343 | @Override |
| 344 | public void playSound(String sound, float pitch) { |
| 345 | playSound("minecraft", sound, pitch); |
| 346 | } |
| 347 | |
| 348 | @Override |
| 349 | public void playSound(String domain, String sound, float pitch) { |
nothing calls this directly
no test coverage detected