mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00: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
This commit is contained in:
parent
338c5a112b
commit
7a6eedb7b3
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