13
0
geforkt von Mirrors/Paper

[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>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2015-05-28 11:06:39 +01:00
Ursprung b608aeb169
Commit cca150746b

Datei anzeigen

@ -236,9 +236,7 @@ public interface Player extends HumanEntity, Conversable, CommandSender, Offline
* @param sound the internal sound name to play * @param sound the internal sound name to play
* @param volume the volume of the sound * @param volume the volume of the sound
* @param pitch the pitch 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); public void playSound(Location location, String sound, float volume, float pitch);
/** /**