()
| 99 | } |
| 100 | |
| 101 | private void PlaySound() { |
| 102 | ResourceLocation soundLocation = new ResourceLocation("random.orb"); |
| 103 | Minecraft.getMinecraft().getSoundHandler().playSound(PositionedSoundRecord.create(soundLocation, 5.0F)); |
| 104 | } |
| 105 | } |
no test coverage detected