[SPIGOT-251] Removed deprecation of playSound() method, as new resource pack features mean sound names as strings are intended.

For more information see the linked issue or the playsound command.
http://minecraft.gamepedia.com/Sounds.json

By: olivervscreeper <dev@olivervscreeper.co.uk>
This commit is contained in:
Bukkit/Spigot 2015-05-28 11:06:39 +01:00
parent b608aeb169
commit cca150746b

View file

@ -236,9 +236,7 @@ public interface Player extends HumanEntity, Conversable, CommandSender, Offline
* @param sound the internal sound name to play
* @param volume the volume of the sound
* @param pitch the pitch of the sound
* @deprecated Magic value
*/
@Deprecated
public void playSound(Location location, String sound, float volume, float pitch);
/**