I wanted to play a default sound to the Minecraft Client, but I get an error.
'playSound(net.minecraft.client.audio.ISound)' in 'net.minecraft.client.audio.SoundHandler' cannot be applied to '(java.lang.String, float, float)'
Minecraft.getMinecraft().getSoundHandler().playSound("block.anvil.land", 1.0f, 1.0f);