mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 01:06:01 +01:00
[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:
parent
b608aeb169
commit
cca150746b
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue